Announcement

Collapse
No announcement yet.

System dosent boot

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    System dosent boot

    Hello everyone

    standing infront of an "insolveable" problem

    I have 2 sata disks and 1 ide disk

    first here the grub menu.list
    title Ubuntu, kernel 2.6.17-10-generic
    root (hd1,4)
    kernel /vmlinuz-2.6.17-10-generic root=/dev/sda6 ro quiet splash locale=de_DE
    initrd /initrd.img-2.6.17-10-generic
    quiet
    savedefault
    boot

    title Ubuntu, kernel 2.6.17-10-generic (recovery mode)
    root (hd1,3)
    kernel /vmlinuz-2.6.17-10-generic root=/dev/sda6 ro single
    initrd /initrd.img-2.6.17-10-generic
    boot

    title Ubuntu, memtest86+
    root (hd1,3)
    kernel /memtest86+.bin
    quiet
    boot

    ### END DEBIAN AUTOMAGIC KERNELS LIST

    # This is a divider, added to separate the menu items below from the Debian
    # ones.
    title Other operating systems:
    root


    # This entry automatically added by the Debian installer for a non-linux OS
    # on /dev/sda1
    title Microsoft Windows XP Professional
    root (hd1,0)
    savedefault
    map (hd0) (hd1)
    map (hd1) (hd0)
    chainloader +1
    The partitions are:
    sda1 windoof
    sda2 extendet
    sdb1 boot
    sda6 root
    sda7 usr
    sda8 var
    sda9 home
    I don't understand why the grub wont boot the system...

    thank you for helping me

    but imagine that there is a ide disk (hda) and 2 sata (sda + sdb)

    grubinstall was declared to hd0


    this is the text of the stepp 6 of installation
    Sprache: German
    Tastaturlayout: Germany
    Name: rene
    Benutzername: sepp
    Standort: Europe/Vienna
    Ziel für die GRUB-Installation: (hd0)


    Wenn Sie fortfahren, werden alle unten aufgeführten Änderungen auf die
    Festplatte(n) geschrieben. Andernfalls können Sie weitere Änderungen manuell
    durchführen.

    WARNUNG: Dies zerstört alle Daten auf Partitionen, die Sie entfernt haben,
    sowie alle Daten auf Partitionen, die formatiert werden sollen.

    Die folgenden Partitionen werden formatiert:
    Partition #5 auf SCSI3 (0,0,0) (sda) mit ext2
    Partition #6 auf SCSI3 (0,0,0) (sda) mit ext3
    Partition #7 auf SCSI3 (0,0,0) (sda) mit ext3
    Partition #8 auf SCSI3 (0,0,0) (sda) mit ext3
    Partition #9 auf SCSI3 (0,0,0) (sda) mit ext3
    Partition #5 auf SCSI4 (0,0,0) (sdb) mit ext3
    Partition #6 auf SCSI4 (0,0,0) (sdb) mit Swap
    thanks for your help

    #2
    Re: System dosent boot

    As nobody answer you - did you by any chance change the boot order in BIOS?

    I don't quite understand why, but Linux is very particular about this, so if you did change the BIOS boot order, try changing it. If not - I hope someone who understand these things will give you a better answer.

    Comment


      #3
      Re: System dosent boot

      Post output of this please:

      Code:
      sudo fdisk -l

      Comment

      Working...
      X