bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #35909] 30_os-prober create false entry for Grub1-partition


From: Ch. Hanisch
Subject: [bug #35909] 30_os-prober create false entry for Grub1-partition
Date: Tue, 20 Mar 2012 15:36:18 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.3) Gecko/20100101 Firefox/10.0.3 Iceweasel/10.0.3

URL:
  <http://savannah.gnu.org/bugs/?35909>

                 Summary: 30_os-prober create false entry for Grub1-partition
                 Project: GNU GRUB
            Submitted by: hanisch
            Submitted on: Di 20 Mär 2012 15:36:17 GMT
                Category: Booting
                Severity: Major
                Priority: 5 - Normal
              Item Group: Software Error
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
                 Release: 1.98
         Reproducibility: Every Time
         Planned Release: None

    _______________________________________________________

Details:

the automatic creation of entry for an Grub1-os (for example MANDRIVA) is
false.
...
menuentry "linux (on /dev/sdb9)" --class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos9)'
        search --no-floppy --fs-uuid --set=root
faa3c776-40ba-48cf-b0e4-c70250192277
        linux /boot/vmlinuz BOOT_IMAGE=linux root=LABEL=MANDRIV nokmsboot
logo.nologo quiet resume=LABEL=SWAP splash=silent vga=788
        initrd (hd0,8)/boot/initrd.img
}
...
The trial of booting MANDRIVA results in:
vga=788 is disprecated. Use set gfxpayload=800x600x16,800x600 before
Linux command instead.
Fehler: file not found.
Beliebige Taste drücken, um fortzufahren...
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)
Pid: 1, comm: swapper Not tainded 3.1.5-desktop-69mib #1
Call Trace:
...
The error is in
        initrd (hd0,8)/boot/initrd.img
It must be:
        initrd (hd0,9)/boot/initrd.img
the same number as in
        set root='(hd0,msdos9)'

Please correct this Bug.





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35909>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]