bugGNU GRUB - Bugs: bug #35909, 30_os-prober create false entry...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

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

Submitter:  Ch. Hanisch <hanisch>
Submitted:  Tue 20 Mar 2012 03:36:17 PM UTC
Votes: 1
 
Category:  Booting Severity:  Major
Priority:  5 - Normal Item Group:  Software Error
Status:  Fixed Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Closed Release:  1.98
Release:  Reproducibility:  Every Time
Planned Release:  None

Wed 21 Mar 2012 08:58:12 AM UTC, comment #2: 


>This is a long since fixed bug in os-prober (which isn't part of >GRUB).

Where and how can I download the newest version of 30_os-prober?
 

Ch. Hanisch <hanisch>
Tue 20 Mar 2012 04:26:42 PM UTC, comment #1: 

This is a long since fixed bug in os-prober (which isn't part of GRUB).

Vladimir Serbinenko <phcoder>
Group administrator
Tue 20 Mar 2012 03:36:17 PM UTC, original submission:  

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.

Ch. Hanisch <hanisch>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by hanisch (Voted in favor of this item)
  • -email is unavailable- added by phcoder (Posted a comment)
  • -email is unavailable- added by hanisch (Submitted the item)
  •  

    There is 1 vote so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-03-07 hanisch Carbon-Copy- Added hanisch
    2012-03-20 phcoder StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code