os-prober gets 95 to 99% of menu entries wrong

Bug #445136 reported by Tom Pino
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
os-prober (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: os-prober

The only source package I can find is "karmic". The problem is with grub2, really /boot/grub/grub.cfg.

I have a lot of OS' on my two testing platforms. i have 32bit OS' on a single internal drive and 64 bit on an external enclosure with dual drives. This box will go both ways (core2 quad Q6600).

I installed, 2 days ago a new 9.10 to try multi drive booting. The problem is the same as with single drive booting though.

All my OS' boot fine using custom entries. The os-prober entries are better than they were. Mandriva, for instance, only has one mistake in the first menu entry that it generates.

Here is my /boot/grub/grub.cfg contents;
[code]
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
load_env
set default="0"
if [ ${prev_saved_entry} ]; then
  saved_entry=${prev_saved_entry}
  save_env saved_entry
  prev_saved_entry=
  save_env prev_saved_entry
fi
insmod ext2
set root=(hd0,22)
search --no-floppy --fs-uuid --set 888f77a5-be78-41b8-bdb5-729c3de5c348
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
if [ ${recordfail} = 1 ]; then
  set timeout=-1
else
  set timeout=100
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root=(hd0,22)
search --no-floppy --fs-uuid --set 888f77a5-be78-41b8-bdb5-729c3de5c348
insmod png
if background_image /usr/share/images/desktop-base/grn-boards.png ; then
  set color_normal=black/black
  set color_highlight=yellow/black
else
  set menu_color_normal=white/black
  set menu_color_highlight=black/white
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/09_custom ###
menuentry "DailyGrub on sda22" {
        recordfail=1
        save_env recordfail
 set quiet=1
 insmod ext2
 set root=(hd0,22)
 search --no-floppy --fs-uuid --set 888f77a5-be78-41b8-bdb5-729c3de5c348
 linux /boot/vmlinuz-2.6.31-11-generic root=UUID=888f77a5-be78-41b8-bdb5-729c3de5c348 ro quiet splash
 initrd /boot/initrd.img-2.6.31-11-generic
}
menuentry "KinkyStoner1.0 on sda6" {
        set root=(hd0,6)
        linux /vmlinuz root=/dev/sda6 so quiet splash
        initrd /initrd.img
}
menuentry "Kinky Stoner1.0 on sda10" {
        set root=(hd0,10)
        linux /vmlinuz root=/dev/sda10 so quiet splash
        initrd /initrd.img
}
menuentry "KinkyA1 on sda16" {
        set root=(hd0,16)
        linux /vmlinuz root=/dev/sda16 so quiet splash
        initrd /initrd.img
}
menuentry "KinkyA4 on sda20" {
        set root=(hd0,20)
        linux /vmlinuz root=/dev/sda20 so quiet splash
        initrd /initrd.img
}
menuentry "Jaunty 9.04, kernel 2.6.28-15-generic (on /dev/sda8)" {
        set root=(hd0,8)
        search --no-floppy --fs-uuid --set 79e9dc92-8346-44a9-b74a-97b4a76c560e
        linux /boot/vmlinuz-2.6.28-15-generic root=UUID=79e9dc92-8346-44a9-b74a-97b4a76c560e ro quiet splash
        initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Stoner1.1, kernel 2.6.28-15-generic (on /dev/sda18)" {
 set root=(hd0,18)
 search --no-floppy --fs-uuid --set 0810f840-b2dc-4223-9132-d6d30103787e
 linux /boot/vmlinuz-2.6.28-15-generic root=UUID=0810f840-b2dc-4223-9132-d6d30103787e ro quiet splash
 initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Mandriva 2009 Gnome sda12" {
linux (hd0,12)/boot/vmlinuz
initrd (hd0,12)/boot/initrd.img
}
menuentry "Mandriva 2009 KDE sda14" {
linux (hd0,14)/boot/vmlinuz
initrd (hd0,14)/boot/initrd.img
}
menuentry "Kinky1.1A4 on sdb16" {
        set root=(hd1,16)
        linux /vmlinuz root=/dev/sdb16 so quiet splash
        initrd /initrd.img
}
menuentry "KinkyB on sdb17" {
        set root=(hd1,17)
        linux /vmlinuz root=/dev/sdb17 so quiet splash
        initrd /initrd.img
}
menuentry "Daily on sdb13" {
        set root=(hd1,13)
        linux /vmlinuz root=/dev/sdb13 so quiet splash
        initrd /initrd.img
}
menuentry "NoUpdate on sdb12 2.6.31-10-generic" {
 set quiet=1
 insmod ext2
 set root=(hd1,12)
 search --no-floppy --fs-uuid --set 0944b738-832a-4d1a-8822-fd5f7a2f65a1
 linux /boot/vmlinuz-2.6.31-10-generic root=UUID=0944b738-832a-4d1a-8822-fd5f7a2f65a1 ro quiet splash
 initrd /boot/initrd.img-2.6.31-10-generic
}
menuentry "Kinky-Grub2-A2 on sdb10" {
        set root=(hd1,10)
        linux /vmlinuz root=/dev/sdb10 so quiet splash
        initrd /initrd.img
}
menuentry "KinkyStonerA2 on sdb8" {
        set root=(hd1,8)
        linux /vmlinuz root=/dev/sda8 so quiet splash
        initrd /initrd.img
}
menuentry "DailyB on sdb7" {
        set root=(hd1,7)
        linux /vmlinuz root=/dev/sdb7 so quiet splash
        initrd /initrd.img
}
menuentry "Studio9.04-64, kernel 2.6.28-3-rt (on /dev/sdb18)" {
 insmod ext2
 set root=(hd1,18)
 search --no-floppy --fs-uuid --set 0fd0e812-dad2-419f-a0a5-c0ce6eedfdc9
 linux /boot/vmlinuz-2.6.28-3-rt root=UUID=0fd0e812-dad2-419f-a0a5-c0ce6eedfdc9 ro quiet splash
 initrd /boot/initrd.img-2.6.28-3-rt
}
menuentry "Stoner1.1, 2.6.28-15-generic (sda11)" {
 set root=(hd1,11)
 search --no-floppy --fs-uuid --set b2279de6-cdfd-4516-9ceb-f083533f83ce
 linux /boot/vmlinuz-2.6.28-15-generic root=/dev/sdb11
 initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "JauntyVB, kernel 2.6.28-15-generic (sdb9)" {
 set root=(hd1,9)
 search --no-floppy --fs-uuid --set f6420b83-12e4-4760-9a79-4fcde04eb797
 linux /boot/vmlinuz-2.6.28-15-generic root=UUID=f6420b83-12e4-4760-9a79-4fcde04eb797 ro quiet splash
 initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Main, kernel 2.6.24-24-generic (sdb6)" {
 set root=(hd1,6)
 search --no-floppy --fs-uuid --set e2e3cd65-bc09-487f-be96-a83fcc282e38
 linux /boot/vmlinuz-2.6.24-24-generic root=UUID=e2e3cd65-bc09-487f-be96-a83fcc282e38 ro quiet vga=773
 initrd /boot/initrd.img-2.6.24-24-generic
}
menuentry "Man-Gnome on sdb14" {
linux (hd1,14)/boot/vmlinuz
initrd (hd1,14)/boot/initrd.img
}
menuentry "Man-Both on sdb15" {
linux (hd1,15)/boot/vmlinuz
initrd (hd1,15)/boot/initrd.img
}
### END /etc/grub.d/09_custom ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Ubuntu, Linux 2.6.31-12-generic" {
        recordfail=1
        save_env recordfail
 set quiet=1
 insmod ext2
 set root=(hd0,22)
 search --no-floppy --fs-uuid --set 888f77a5-be78-41b8-bdb5-729c3de5c348
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=888f77a5-be78-41b8-bdb5-729c3de5c348 ro quiet splash
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode)" {
        recordfail=1
        save_env recordfail
 insmod ext2
 set root=(hd0,22)
 search --no-floppy --fs-uuid --set 888f77a5-be78-41b8-bdb5-729c3de5c348
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=888f77a5-be78-41b8-bdb5-729c3de5c348 ro single
 initrd /boot/initrd.img-2.6.31-12-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
 linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
 linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Kinky Stoner1.0 on sda10 (on /dev/sda10)" {
 insmod ext2
 set root=(hd0,10)
 search --no-floppy --fs-uuid --set 2a9c6ddd-4422-4fc5-a7ed-613cf3430b8c
 linux /vmlinuz root=/dev/sda10 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyA1 on sda16 (on /dev/sda10)" {
 insmod ext2
 set root=(hd0,10)
 search --no-floppy --fs-uuid --set 2a9c6ddd-4422-4fc5-a7ed-613cf3430b8c
 linux /vmlinuz root=/dev/sda16 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyA4 on sda20 (on /dev/sda10)" {
 insmod ext2
 set root=(hd0,10)
 search --no-floppy --fs-uuid --set 2a9c6ddd-4422-4fc5-a7ed-613cf3430b8c
 linux /vmlinuz root=/dev/sda20 so quiet splash
 initrd /initrd.img
}
menuentry "Adding DailyGrub on sda22 (on /dev/sda10)" {
 insmod ext2
 set root=(hd0,10)
 search --no-floppy --fs-uuid --set 2a9c6ddd-4422-4fc5-a7ed-613cf3430b8c
 linux /vmlinuz root=/dev/sda22 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyStoner1.0 on sda6 (on /dev/sda10)" {
 insmod ext2
 set root=(hd0,10)
 search --no-floppy --fs-uuid --set 2a9c6ddd-4422-4fc5-a7ed-613cf3430b8c
 linux /vmlinuz root=/dev/sda6 so quiet splash
 initrd /initrd.img
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (on /dev/sda10)" {
 insmod ext2
 set root=(hd0,10)
 search --no-floppy --fs-uuid --set 2a9c6ddd-4422-4fc5-a7ed-613cf3430b8c
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=2a9c6ddd-4422-4fc5-a7ed-613cf3430b8c ro quiet splash
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode) (on /dev/sda10)" {
 insmod ext2
 set root=(hd0,10)
 search --no-floppy --fs-uuid --set 2a9c6ddd-4422-4fc5-a7ed-613cf3430b8c
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=2a9c6ddd-4422-4fc5-a7ed-613cf3430b8c ro single
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "linux (on /dev/sda12)" {
 insmod ext2
 set root=(hd0,12)
 search --no-floppy --fs-uuid --set c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e
 linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,11)/boot/initrd.img
}
menuentry "linux-nonfb (on /dev/sda12)" {
 insmod ext2
 set root=(hd0,12)
 search --no-floppy --fs-uuid --set c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e
 linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc
 initrd (hd0,11)/boot/initrd.img
}
menuentry "failsafe (on /dev/sda12)" {
 insmod ext2
 set root=(hd0,12)
 search --no-floppy --fs-uuid --set c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e
 linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e failsafe
 initrd (hd0,11)/boot/initrd.img
}
menuentry "2.6.27-desktop586rc8-2mnb (on /dev/sda12)" {
 insmod ext2
 set root=(hd0,12)
 search --no-floppy --fs-uuid --set c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e
 linux /boot/vmlinuz-2.6.27-desktop586-0.rc8.2mnb BOOT_IMAGE=2.6.27-desktop586rc8-2mnb root=UUID=c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,11)/boot/initrd-2.6.27-desktop586-0.rc8.2mnb.img
}
menuentry "desktop586 2.6.27.19-1mnb (on /dev/sda12)" {
 insmod ext2
 set root=(hd0,12)
 search --no-floppy --fs-uuid --set c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e
 linux /boot/vmlinuz-2.6.27.19-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.27.19-1mnb root=UUID=c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,11)/boot/initrd-2.6.27.19-desktop586-1mnb.img
}
menuentry "desktop586 2.6.27.14-1mnb (on /dev/sda12)" {
 insmod ext2
 set root=(hd0,12)
 search --no-floppy --fs-uuid --set c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e
 linux /boot/vmlinuz-2.6.27.14-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.27.14-1mnb root=UUID=c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,11)/boot/initrd-2.6.27.14-desktop586-1mnb.img
}
menuentry "desktop586 2.6.27.21-1mnb (on /dev/sda12)" {
 insmod ext2
 set root=(hd0,12)
 search --no-floppy --fs-uuid --set c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e
 linux /boot/vmlinuz-2.6.27.21-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.27.21-1mnb root=UUID=c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,11)/boot/initrd-2.6.27.21-desktop586-1mnb.img
}
menuentry "desktop586 2.6.27.24-1mnb (on /dev/sda12)" {
 insmod ext2
 set root=(hd0,12)
 search --no-floppy --fs-uuid --set c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e
 linux /boot/vmlinuz-2.6.27.24-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.27.24-1mnb root=UUID=c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,11)/boot/initrd-2.6.27.24-desktop586-1mnb.img
}
menuentry "desktop586 2.6.27.24-2mnb (on /dev/sda12)" {
 insmod ext2
 set root=(hd0,12)
 search --no-floppy --fs-uuid --set c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e
 linux /boot/vmlinuz-2.6.27.24-desktop586-2mnb BOOT_IMAGE=desktop586_2.6.27.24-2mnb root=UUID=c23ad2ca-67a5-4a42-8fcc-3baa6d8e454e resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,11)/boot/initrd-2.6.27.24-desktop586-2mnb.img
}
menuentry "linux (on /dev/sda14)" {
 insmod ext2
 set root=(hd0,14)
 search --no-floppy --fs-uuid --set 7be62a2a-eb6e-43f3-8712-87abbf7182a9
 linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=7be62a2a-eb6e-43f3-8712-87abbf7182a9 resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,13)/boot/initrd.img
}
menuentry "linux-nonfb (on /dev/sda14)" {
 insmod ext2
 set root=(hd0,14)
 search --no-floppy --fs-uuid --set 7be62a2a-eb6e-43f3-8712-87abbf7182a9
 linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=7be62a2a-eb6e-43f3-8712-87abbf7182a9 resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc
 initrd (hd0,13)/boot/initrd.img
}
menuentry "failsafe (on /dev/sda14)" {
 insmod ext2
 set root=(hd0,14)
 search --no-floppy --fs-uuid --set 7be62a2a-eb6e-43f3-8712-87abbf7182a9
 linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=7be62a2a-eb6e-43f3-8712-87abbf7182a9 failsafe
 initrd (hd0,13)/boot/initrd.img
}
menuentry "2.6.27-desktop586rc8-2mnb (on /dev/sda14)" {
 insmod ext2
 set root=(hd0,14)
 search --no-floppy --fs-uuid --set 7be62a2a-eb6e-43f3-8712-87abbf7182a9
 linux /boot/vmlinuz-2.6.27-desktop586-0.rc8.2mnb BOOT_IMAGE=2.6.27-desktop586rc8-2mnb root=UUID=7be62a2a-eb6e-43f3-8712-87abbf7182a9 resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,13)/boot/initrd-2.6.27-desktop586-0.rc8.2mnb.img
}
menuentry "desktop586 2.6.27.19-1mnb (on /dev/sda14)" {
 insmod ext2
 set root=(hd0,14)
 search --no-floppy --fs-uuid --set 7be62a2a-eb6e-43f3-8712-87abbf7182a9
 linux /boot/vmlinuz-2.6.27.19-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.27.19-1mnb root=UUID=7be62a2a-eb6e-43f3-8712-87abbf7182a9 resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,13)/boot/initrd-2.6.27.19-desktop586-1mnb.img
}
menuentry "desktop586 2.6.27.21-1mnb (on /dev/sda14)" {
 insmod ext2
 set root=(hd0,14)
 search --no-floppy --fs-uuid --set 7be62a2a-eb6e-43f3-8712-87abbf7182a9
 linux /boot/vmlinuz-2.6.27.21-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.27.21-1mnb root=UUID=7be62a2a-eb6e-43f3-8712-87abbf7182a9 resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,13)/boot/initrd-2.6.27.21-desktop586-1mnb.img
}
menuentry "desktop586 2.6.27.24-1mnb (on /dev/sda14)" {
 insmod ext2
 set root=(hd0,14)
 search --no-floppy --fs-uuid --set 7be62a2a-eb6e-43f3-8712-87abbf7182a9
 linux /boot/vmlinuz-2.6.27.24-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.27.24-1mnb root=UUID=7be62a2a-eb6e-43f3-8712-87abbf7182a9 resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,13)/boot/initrd-2.6.27.24-desktop586-1mnb.img
}
menuentry "desktop586 2.6.27.24-2mnb (on /dev/sda14)" {
 insmod ext2
 set root=(hd0,14)
 search --no-floppy --fs-uuid --set 7be62a2a-eb6e-43f3-8712-87abbf7182a9
 linux /boot/vmlinuz-2.6.27.24-desktop586-2mnb BOOT_IMAGE=desktop586_2.6.27.24-2mnb root=UUID=7be62a2a-eb6e-43f3-8712-87abbf7182a9 resume=UUID=59fe476e-6d4f-e390-ced9-f29328538dfc splash=silent vga=788
 initrd (hd0,13)/boot/initrd-2.6.27.24-desktop586-2mnb.img
}
menuentry "KinkyA1 on sda16 (on /dev/sda16)" {
 insmod ext2
 set root=(hd0,16)
 search --no-floppy --fs-uuid --set 593f6939-f51c-496d-a90a-c7cb942a22af
 linux /vmlinuz root=/dev/sda16 so quiet splash
 initrd /initrd.img
}
menuentry "Adding DailyGrub on sda22 (on /dev/sda16)" {
 insmod ext2
 set root=(hd0,16)
 search --no-floppy --fs-uuid --set 593f6939-f51c-496d-a90a-c7cb942a22af
 linux /vmlinuz root=/dev/sda22 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyA4 on sda20 (on /dev/sda16)" {
 insmod ext2
 set root=(hd0,16)
 search --no-floppy --fs-uuid --set 593f6939-f51c-496d-a90a-c7cb942a22af
 linux /vmlinuz root=/dev/sda20 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky Stoner1.0 on sda10 (on /dev/sda16)" {
 insmod ext2
 set root=(hd0,16)
 search --no-floppy --fs-uuid --set 593f6939-f51c-496d-a90a-c7cb942a22af
 linux /vmlinuz root=/dev/sda10 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyStoner1.0 on sda6 (on /dev/sda16)" {
 insmod ext2
 set root=(hd0,16)
 search --no-floppy --fs-uuid --set 593f6939-f51c-496d-a90a-c7cb942a22af
 linux /vmlinuz root=/dev/sda6 so quiet splash
 initrd /initrd.img
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (on /dev/sda16)" {
 insmod ext2
 set root=(hd0,16)
 search --no-floppy --fs-uuid --set 593f6939-f51c-496d-a90a-c7cb942a22af
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=593f6939-f51c-496d-a90a-c7cb942a22af ro quiet splash
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode) (on /dev/sda16)" {
 insmod ext2
 set root=(hd0,16)
 search --no-floppy --fs-uuid --set 593f6939-f51c-496d-a90a-c7cb942a22af
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=593f6939-f51c-496d-a90a-c7cb942a22af ro single
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-11-generic (on /dev/sda16)" {
 insmod ext2
 set root=(hd0,16)
 search --no-floppy --fs-uuid --set 593f6939-f51c-496d-a90a-c7cb942a22af
 linux /boot/vmlinuz-2.6.31-11-generic root=UUID=593f6939-f51c-496d-a90a-c7cb942a22af ro quiet splash
 initrd /boot/initrd.img-2.6.31-11-generic
}
menuentry "Ubuntu, Linux 2.6.31-11-generic (recovery mode) (on /dev/sda16)" {
 insmod ext2
 set root=(hd0,16)
 search --no-floppy --fs-uuid --set 593f6939-f51c-496d-a90a-c7cb942a22af
 linux /boot/vmlinuz-2.6.31-11-generic root=UUID=593f6939-f51c-496d-a90a-c7cb942a22af ro single
 initrd /boot/initrd.img-2.6.31-11-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (on /dev/sda18)" {
 insmod ext2
 set root=(hd0,18)
 search --no-floppy --fs-uuid --set 0810f840-b2dc-4223-9132-d6d30103787e
 linux /boot/vmlinuz-2.6.28-15-generic root=UUID=0810f840-b2dc-4223-9132-d6d30103787e ro quiet splash
 initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode) (on /dev/sda18)" {
 insmod ext2
 set root=(hd0,18)
 search --no-floppy --fs-uuid --set 0810f840-b2dc-4223-9132-d6d30103787e
 linux /boot/vmlinuz-2.6.28-15-generic root=UUID=0810f840-b2dc-4223-9132-d6d30103787e ro single
 initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-14-generic (on /dev/sda18)" {
 insmod ext2
 set root=(hd0,18)
 search --no-floppy --fs-uuid --set 0810f840-b2dc-4223-9132-d6d30103787e
 linux /boot/vmlinuz-2.6.28-14-generic root=UUID=0810f840-b2dc-4223-9132-d6d30103787e ro quiet splash
 initrd /boot/initrd.img-2.6.28-14-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-14-generic (recovery mode) (on /dev/sda18)" {
 insmod ext2
 set root=(hd0,18)
 search --no-floppy --fs-uuid --set 0810f840-b2dc-4223-9132-d6d30103787e
 linux /boot/vmlinuz-2.6.28-14-generic root=UUID=0810f840-b2dc-4223-9132-d6d30103787e ro single
 initrd /boot/initrd.img-2.6.28-14-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-13-generic (on /dev/sda18)" {
 insmod ext2
 set root=(hd0,18)
 search --no-floppy --fs-uuid --set 0810f840-b2dc-4223-9132-d6d30103787e
 linux /boot/vmlinuz-2.6.28-13-generic root=UUID=0810f840-b2dc-4223-9132-d6d30103787e ro quiet splash
 initrd /boot/initrd.img-2.6.28-13-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-13-generic (recovery mode) (on /dev/sda18)" {
 insmod ext2
 set root=(hd0,18)
 search --no-floppy --fs-uuid --set 0810f840-b2dc-4223-9132-d6d30103787e
 linux /boot/vmlinuz-2.6.28-13-generic root=UUID=0810f840-b2dc-4223-9132-d6d30103787e ro single
 initrd /boot/initrd.img-2.6.28-13-generic
}
menuentry "Ubuntu 9.04, memtest86+ (on /dev/sda18)" {
 insmod ext2
 set root=(hd0,18)
 search --no-floppy --fs-uuid --set 0810f840-b2dc-4223-9132-d6d30103787e
 linux /boot/memtest86+.bin
}
menuentry "Ubuntu 9.04, kernel 2.6.28-13-generic (on /dev/sda10) (Stoner1.0-32) (on /dev/sda18)" {
 insmod ext2
 set root=(hd0,18)
 search --no-floppy --fs-uuid --set 0810f840-b2dc-4223-9132-d6d30103787e
 linux /boot/vmlinuz-2.6.28-13-generic root=UUID=2a9c6ddd-4422-4fc5-a7ed-613cf3430b8c ro quiet splash
 initrd /boot/initrd.img-2.6.28-13-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-13-generic (on /dev/sda8) (Jaunty-32) (on /dev/sda18)" {
 insmod ext2
 set root=(hd0,18)
 search --no-floppy --fs-uuid --set 0810f840-b2dc-4223-9132-d6d30103787e
 linux /boot/vmlinuz-2.6.28-13-generic root=UUID=79e9dc92-8346-44a9-b74a-97b4a76c560e ro quiet splash
 initrd /boot/initrd.img-2.6.28-13-generic
}
menuentry "KinkyA4 on sda20 (on /dev/sda20)" {
 insmod ext2
 set root=(hd0,20)
 search --no-floppy --fs-uuid --set ec4ef79d-36b7-4821-b358-188953ec8d7a
 linux /vmlinuz root=/dev/sda20 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyA1 on sda16 (on /dev/sda20)" {
 insmod ext2
 set root=(hd0,20)
 search --no-floppy --fs-uuid --set ec4ef79d-36b7-4821-b358-188953ec8d7a
 linux /vmlinuz root=/dev/sda16 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky Stoner1.0 on sda10 (on /dev/sda20)" {
 insmod ext2
 set root=(hd0,20)
 search --no-floppy --fs-uuid --set ec4ef79d-36b7-4821-b358-188953ec8d7a
 linux /vmlinuz root=/dev/sda10 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyStoner1.0 on sda6 (on /dev/sda20)" {
 insmod ext2
 set root=(hd0,20)
 search --no-floppy --fs-uuid --set ec4ef79d-36b7-4821-b358-188953ec8d7a
 linux /vmlinuz root=/dev/sda6 so quiet splash
 initrd /initrd.img
}
menuentry "Adding DailyGrub on sda22 (on /dev/sda20)" {
 insmod ext2
 set root=(hd0,20)
 search --no-floppy --fs-uuid --set ec4ef79d-36b7-4821-b358-188953ec8d7a
 linux /vmlinuz root=/dev/sda22 so quiet splash
 initrd /initrd.img
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (on /dev/sda20)" {
 insmod ext2
 set root=(hd0,20)
 search --no-floppy --fs-uuid --set ec4ef79d-36b7-4821-b358-188953ec8d7a
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=ec4ef79d-36b7-4821-b358-188953ec8d7a ro quiet splash
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode) (on /dev/sda20)" {
 insmod ext2
 set root=(hd0,20)
 search --no-floppy --fs-uuid --set ec4ef79d-36b7-4821-b358-188953ec8d7a
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=ec4ef79d-36b7-4821-b358-188953ec8d7a ro single
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-11-generic (on /dev/sda20)" {
 insmod ext2
 set root=(hd0,20)
 search --no-floppy --fs-uuid --set ec4ef79d-36b7-4821-b358-188953ec8d7a
 linux /boot/vmlinuz-2.6.31-11-generic root=UUID=ec4ef79d-36b7-4821-b358-188953ec8d7a ro quiet splash
 initrd /boot/initrd.img-2.6.31-11-generic
}
menuentry "Ubuntu, Linux 2.6.31-11-generic (recovery mode) (on /dev/sda20)" {
 insmod ext2
 set root=(hd0,20)
 search --no-floppy --fs-uuid --set ec4ef79d-36b7-4821-b358-188953ec8d7a
 linux /boot/vmlinuz-2.6.31-11-generic root=UUID=ec4ef79d-36b7-4821-b358-188953ec8d7a ro single
 initrd /boot/initrd.img-2.6.31-11-generic
}
menuentry "KinkyStoner1.0 on sda6 (on /dev/sda6)" {
 insmod ext2
 set root=(hd0,6)
 search --no-floppy --fs-uuid --set 8eee83de-573f-48dd-b8e9-80aa29887979
 linux /vmlinuz root=/dev/sda6 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky Stoner1.0 on sda10 (on /dev/sda6)" {
 insmod ext2
 set root=(hd0,6)
 search --no-floppy --fs-uuid --set 8eee83de-573f-48dd-b8e9-80aa29887979
 linux /vmlinuz root=/dev/sda10 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyA1 on sda16 (on /dev/sda6)" {
 insmod ext2
 set root=(hd0,6)
 search --no-floppy --fs-uuid --set 8eee83de-573f-48dd-b8e9-80aa29887979
 linux /vmlinuz root=/dev/sda16 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyA4 on sda20 (on /dev/sda6)" {
 insmod ext2
 set root=(hd0,6)
 search --no-floppy --fs-uuid --set 8eee83de-573f-48dd-b8e9-80aa29887979
 linux /vmlinuz root=/dev/sda20 so quiet splash
 initrd /initrd.img
}
menuentry "Adding DailyGrub on sda22 (on /dev/sda6)" {
 insmod ext2
 set root=(hd0,6)
 search --no-floppy --fs-uuid --set 8eee83de-573f-48dd-b8e9-80aa29887979
 linux /vmlinuz root=/dev/sda22 so quiet splash
 initrd /initrd.img
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (on /dev/sda6)" {
 insmod ext2
 set root=(hd0,6)
 search --no-floppy --fs-uuid --set 8eee83de-573f-48dd-b8e9-80aa29887979
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=8eee83de-573f-48dd-b8e9-80aa29887979 ro y y
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode) (on /dev/sda6)" {
 insmod ext2
 set root=(hd0,6)
 search --no-floppy --fs-uuid --set 8eee83de-573f-48dd-b8e9-80aa29887979
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=8eee83de-573f-48dd-b8e9-80aa29887979 ro single y
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (on /dev/sda8)" {
 insmod ext2
 set root=(hd0,8)
 search --no-floppy --fs-uuid --set 79e9dc92-8346-44a9-b74a-97b4a76c560e
 linux /boot/vmlinuz-2.6.28-15-generic root=UUID=79e9dc92-8346-44a9-b74a-97b4a76c560e ro quiet splash
 initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode) (on /dev/sda8)" {
 insmod ext2
 set root=(hd0,8)
 search --no-floppy --fs-uuid --set 79e9dc92-8346-44a9-b74a-97b4a76c560e
 linux /boot/vmlinuz-2.6.28-15-generic root=UUID=79e9dc92-8346-44a9-b74a-97b4a76c560e ro single
 initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Ubuntu 9.04, memtest86+ (on /dev/sda8)" {
 insmod ext2
 set root=(hd0,8)
 search --no-floppy --fs-uuid --set 79e9dc92-8346-44a9-b74a-97b4a76c560e
 linux /boot/memtest86+.bin
}
menuentry "Kinky-Grub2-A2 on sda10 (on /dev/sdb10)" {
 insmod ext2
 set root=(hd1,10)
 search --no-floppy --fs-uuid --set 8a59ea24-d06a-45ce-bd11-665efb66be2b
 linux /vmlinuz root=/dev/sda10 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky1.1A4 on sda16 (on /dev/sdb10)" {
 insmod ext2
 set root=(hd1,10)
 search --no-floppy --fs-uuid --set 8a59ea24-d06a-45ce-bd11-665efb66be2b
 linux /vmlinuz root=/dev/sda16 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyB on sda17 (on /dev/sdb10)" {
 insmod ext2
 set root=(hd1,10)
 search --no-floppy --fs-uuid --set 8a59ea24-d06a-45ce-bd11-665efb66be2b
 linux /vmlinuz root=/dev/sda17 so quiet splash
 initrd /initrd.img
}
menuentry "Daily on sda13 (on /dev/sdb10)" {
 insmod ext2
 set root=(hd1,10)
 search --no-floppy --fs-uuid --set 8a59ea24-d06a-45ce-bd11-665efb66be2b
 linux /vmlinuz root=/dev/sda13 so quiet splash
 initrd /initrd.img
}
menuentry "DailyB on sda7 (on /dev/sdb10)" {
 insmod ext2
 set root=(hd1,10)
 search --no-floppy --fs-uuid --set 8a59ea24-d06a-45ce-bd11-665efb66be2b
 linux /vmlinuz root=/dev/sda7 so quiet splash
 initrd /initrd.img
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (on /dev/sdb10)" {
 insmod ext2
 set root=(hd1,10)
 search --no-floppy --fs-uuid --set 8a59ea24-d06a-45ce-bd11-665efb66be2b
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=8a59ea24-d06a-45ce-bd11-665efb66be2b ro quiet splash
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode) (on /dev/sdb10)" {
 insmod ext2
 set root=(hd1,10)
 search --no-floppy --fs-uuid --set 8a59ea24-d06a-45ce-bd11-665efb66be2b
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=8a59ea24-d06a-45ce-bd11-665efb66be2b ro single
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (on /dev/sdb11)" {
 insmod ext2
 set root=(hd1,11)
 search --no-floppy --fs-uuid --set b2279de6-cdfd-4516-9ceb-f083533f83ce
 linux /boot/vmlinuz-2.6.28-15-generic root=UUID=b2279de6-cdfd-4516-9ceb-f083533f83ce ro quiet splash
 initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode) (on /dev/sdb11)" {
 insmod ext2
 set root=(hd1,11)
 search --no-floppy --fs-uuid --set b2279de6-cdfd-4516-9ceb-f083533f83ce
 linux /boot/vmlinuz-2.6.28-15-generic root=UUID=b2279de6-cdfd-4516-9ceb-f083533f83ce ro single
 initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Ubuntu 9.04, memtest86+ (on /dev/sdb11)" {
 insmod ext2
 set root=(hd1,11)
 search --no-floppy --fs-uuid --set b2279de6-cdfd-4516-9ceb-f083533f83ce
 linux /boot/memtest86+.bin
}
menuentry "NoUpdate on sda12 2.6.31-10-generic (on /dev/sdb12)" {
 insmod ext2
 set root=(hd1,12)
 search --no-floppy --fs-uuid --set 0944b738-832a-4d1a-8822-fd5f7a2f65a1
 linux /boot/vmlinuz-2.6.31-10-generic root=UUID=0944b738-832a-4d1a-8822-fd5f7a2f65a1 ro quiet splash
 initrd /boot/initrd.img-2.6.31-10-generic
}
menuentry "Kinky1.1A4 on sda16 2.6.31-10-generic (on /dev/sdb12)" {
 insmod ext2
 set root=(hd1,12)
 search --no-floppy --fs-uuid --set 0944b738-832a-4d1a-8822-fd5f7a2f65a1
 linux /boot/vmlinuz-2.6.31-10-generic root=UUID=e62bedbe-f9d8-43a1-a39a-32e651a233c0 ro quiet splash
 initrd /boot/initrd.img-2.6.31-10-generic
}
menuentry "KinkyA4 on sda13 2.6.31-10-generic (on /dev/sdb12)" {
 insmod ext2
 set root=(hd1,12)
 search --no-floppy --fs-uuid --set 0944b738-832a-4d1a-8822-fd5f7a2f65a1
 linux /boot/vmlinuz-2.6.31-10-generic root=UUID=75c3506e-1719-4bee-8e65-72dc253bfa1c ro quiet splash
 initrd /boot/initrd.img-2.6.31-10-generic
}
menuentry "Kinky-GrubA2 on sda10 2.6.31-10-generic (on /dev/sdb12)" {
 insmod ext2
 set root=(hd1,12)
 search --no-floppy --fs-uuid --set 0944b738-832a-4d1a-8822-fd5f7a2f65a1
 linux /boot/vmlinuz-2.6.31-10-generic root=UUID=8a59ea24-d06a-45ce-bd11-665efb66be2b ro quiet splash
 initrd /boot/initrd.img-2.6.31-10-generic
}
menuentry "KinkyA2-Stoner on sda8 (2.6.31-10-generic) (on /dev/sdb12)" {
 insmod ext2
 set root=(hd1,12)
 search --no-floppy --fs-uuid --set 0944b738-832a-4d1a-8822-fd5f7a2f65a1
 linux /boot/vmlinuz-2.6.31-10-generic root=UUID=7e2c2a59-d3b7-4a97-a996-d5b77de048b0 ro quiet splash
 initrd /boot/initrd.img-2.6.31-10-generic
}
menuentry "Ubuntu, Linux 2.6.31-10-generic (on /dev/sdb12)" {
 insmod ext2
 set root=(hd1,12)
 search --no-floppy --fs-uuid --set 0944b738-832a-4d1a-8822-fd5f7a2f65a1
 linux /boot/vmlinuz-2.6.31-10-generic root=UUID=0944b738-832a-4d1a-8822-fd5f7a2f65a1 ro quiet splash
 initrd /boot/initrd.img-2.6.31-10-generic
}
menuentry "Ubuntu, Linux 2.6.31-10-generic (recovery mode) (on /dev/sdb12)" {
 insmod ext2
 set root=(hd1,12)
 search --no-floppy --fs-uuid --set 0944b738-832a-4d1a-8822-fd5f7a2f65a1
 linux /boot/vmlinuz-2.6.31-10-generic root=UUID=0944b738-832a-4d1a-8822-fd5f7a2f65a1 ro single
 initrd /boot/initrd.img-2.6.31-10-generic
}
menuentry "Daily on sda13 2.6.31-11-generic (on /dev/sdb13)" {
 insmod ext2
 set root=(hd1,13)
 search --no-floppy --fs-uuid --set ff15be1a-8a1e-41a9-a78a-c7335f3af9fd
 linux /vmlinuz root=/dev/sda13 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky1.1A4 on sda16 (on /dev/sdb13)" {
 insmod ext2
 set root=(hd1,13)
 search --no-floppy --fs-uuid --set ff15be1a-8a1e-41a9-a78a-c7335f3af9fd
 linux /vmlinuz root=/dev/sda16 so quiet splash
 initrd /initrd.img
}
menuentry "JauntyA6 on sda17 2.6.31-11-generic (on /dev/sdb13)" {
 insmod ext2
 set root=(hd1,13)
 search --no-floppy --fs-uuid --set ff15be1a-8a1e-41a9-a78a-c7335f3af9fd
 linux /vmlinuz root=/dev/sda17 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky-Grub2-A2 on sda10 (on /dev/sdb13)" {
 insmod ext2
 set root=(hd1,13)
 search --no-floppy --fs-uuid --set ff15be1a-8a1e-41a9-a78a-c7335f3af9fd
 linux /vmlinuz root=/dev/sda10 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyStonerA2 on sda8 (on /dev/sdb13)" {
 insmod ext2
 set root=(hd1,13)
 search --no-floppy --fs-uuid --set ff15be1a-8a1e-41a9-a78a-c7335f3af9fd
 linux /vmlinuz root=/dev/sda8 so quiet splash
 initrd /initrd.img
}
menuentry "DailyB on sda7 (on /dev/sdb13)" {
 insmod ext2
 set root=(hd1,13)
 search --no-floppy --fs-uuid --set ff15be1a-8a1e-41a9-a78a-c7335f3af9fd
 linux /vmlinuz root=/dev/sda7 so quiet splash
 initrd /initrd.img
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (on /dev/sdb13)" {
 insmod ext2
 set root=(hd1,13)
 search --no-floppy --fs-uuid --set ff15be1a-8a1e-41a9-a78a-c7335f3af9fd
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=ff15be1a-8a1e-41a9-a78a-c7335f3af9fd ro quiet splash
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode) (on /dev/sdb13)" {
 insmod ext2
 set root=(hd1,13)
 search --no-floppy --fs-uuid --set ff15be1a-8a1e-41a9-a78a-c7335f3af9fd
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=ff15be1a-8a1e-41a9-a78a-c7335f3af9fd ro single
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "linux Man-Gnome (on /dev/sdb14)" {
 insmod ext2
 set root=(hd1,14)
 search --no-floppy --fs-uuid --set ac84960d-354b-4a68-b527-16b7aa09d126
 linux /boot/vmlinuz BOOT_IMAGE=linux_Man-Gnome root=UUID=ac84960d-354b-4a68-b527-16b7aa09d126 resume=UUID=fa1fe727-c838-41e0-a165-986838a1e426 splash=silent vga=788
 initrd (hd0,13)/boot/initrd.img
}
menuentry "linux-nonfb (on /dev/sdb14)" {
 insmod ext2
 set root=(hd1,14)
 search --no-floppy --fs-uuid --set ac84960d-354b-4a68-b527-16b7aa09d126
 linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=ac84960d-354b-4a68-b527-16b7aa09d126 resume=UUID=fa1fe727-c838-41e0-a165-986838a1e426
 initrd (hd0,13)/boot/initrd.img
}
menuentry "failsafe (on /dev/sdb14)" {
 insmod ext2
 set root=(hd1,14)
 search --no-floppy --fs-uuid --set ac84960d-354b-4a68-b527-16b7aa09d126
 linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=ac84960d-354b-4a68-b527-16b7aa09d126 failsafe
 initrd (hd0,13)/boot/initrd.img
}
menuentry "desktop 2.6.29.1-4mnb (on /dev/sdb14)" {
 insmod ext2
 set root=(hd1,14)
 search --no-floppy --fs-uuid --set ac84960d-354b-4a68-b527-16b7aa09d126
 linux /boot/vmlinuz-2.6.29.1-desktop-4mnb BOOT_IMAGE=desktop_2.6.29.1-4mnb root=UUID=ac84960d-354b-4a68-b527-16b7aa09d126 resume=UUID=fa1fe727-c838-41e0-a165-986838a1e426 splash=silent vga=788
 initrd (hd0,13)/boot/initrd-2.6.29.1-desktop-4mnb.img
}
menuentry "desktop 2.6.29.6-1mnb (on /dev/sdb14)" {
 insmod ext2
 set root=(hd1,14)
 search --no-floppy --fs-uuid --set ac84960d-354b-4a68-b527-16b7aa09d126
 linux /boot/vmlinuz-2.6.29.6-desktop-1mnb BOOT_IMAGE=desktop_2.6.29.6-1mnb root=UUID=ac84960d-354b-4a68-b527-16b7aa09d126 resume=UUID=fa1fe727-c838-41e0-a165-986838a1e426 splash=silent vga=788
 initrd (hd0,13)/boot/initrd-2.6.29.6-desktop-1mnb.img
}
menuentry "linux (on /dev/sdb14)" {
 insmod ext2
 set root=(hd1,14)
 search --no-floppy --fs-uuid --set ac84960d-354b-4a68-b527-16b7aa09d126
 linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=ac84960d-354b-4a68-b527-16b7aa09d126 resume=UUID=fa1fe727-c838-41e0-a165-986838a1e426 splash=silent vga=788
 initrd (hd0,13)/boot/initrd.img
}
menuentry "desktop 2.6.29.6-2mnb (on /dev/sdb14)" {
 insmod ext2
 set root=(hd1,14)
 search --no-floppy --fs-uuid --set ac84960d-354b-4a68-b527-16b7aa09d126
 linux /boot/vmlinuz-2.6.29.6-desktop-2mnb BOOT_IMAGE=desktop_2.6.29.6-2mnb root=UUID=ac84960d-354b-4a68-b527-16b7aa09d126 resume=UUID=fa1fe727-c838-41e0-a165-986838a1e426 splash=silent vga=788
 initrd (hd0,13)/boot/initrd-2.6.29.6-desktop-2mnb.img
}
menuentry "linux (on /dev/sdb15)" {
 insmod ext2
 set root=(hd1,15)
 search --no-floppy --fs-uuid --set 198c1ffe-6026-4959-88dd-a0d5479ee440
 linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=198c1ffe-6026-4959-88dd-a0d5479ee440 resume=UUID=fa1fe727-c838-41e0-a165-986838a1e426 splash=silent
 initrd (hd0,14)/boot/initrd.img
}
menuentry "linux-nonfb (on /dev/sdb15)" {
 insmod ext2
 set root=(hd1,15)
 search --no-floppy --fs-uuid --set 198c1ffe-6026-4959-88dd-a0d5479ee440
 linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=198c1ffe-6026-4959-88dd-a0d5479ee440 resume=UUID=fa1fe727-c838-41e0-a165-986838a1e426
 initrd (hd0,14)/boot/initrd.img
}
menuentry "desktop 2.6.29.6-2mnb (on /dev/sdb15)" {
 insmod ext2
 set root=(hd1,15)
 search --no-floppy --fs-uuid --set 198c1ffe-6026-4959-88dd-a0d5479ee440
 linux /boot/vmlinuz-2.6.29.6-desktop-2mnb BOOT_IMAGE=desktop_2.6.29.6-2mnb root=UUID=198c1ffe-6026-4959-88dd-a0d5479ee440 resume=UUID=fa1fe727-c838-41e0-a165-986838a1e426 splash=silent vga=788
 initrd (hd0,14)/boot/initrd-2.6.29.6-desktop-2mnb.img
}
menuentry "alt_linux-nonfb (on /dev/sdb15)" {
 insmod ext2
 set root=(hd1,15)
 search --no-floppy --fs-uuid --set 198c1ffe-6026-4959-88dd-a0d5479ee440
 linux /boot/vmlinuz-2.6.29.6-desktop-2mnb BOOT_IMAGE=alt_linux-nonfb root=UUID=198c1ffe-6026-4959-88dd-a0d5479ee440 resume=UUID=fa1fe727-c838-41e0-a165-986838a1e426
 initrd (hd0,14)/boot/initrd-2.6.29.6-desktop-2mnb.img
}
menuentry "desktop 2.6.29.1-4mnb (on /dev/sdb15)" {
 insmod ext2
 set root=(hd1,15)
 search --no-floppy --fs-uuid --set 198c1ffe-6026-4959-88dd-a0d5479ee440
 linux /boot/vmlinuz-2.6.29.1-desktop-4mnb BOOT_IMAGE=desktop_2.6.29.1-4mnb root=UUID=198c1ffe-6026-4959-88dd-a0d5479ee440 resume=UUID=fa1fe727-c838-41e0-a165-986838a1e426 splash=silent
 initrd (hd0,14)/boot/initrd-2.6.29.1-desktop-4mnb.img
}
menuentry "failsafe (on /dev/sdb15)" {
 insmod ext2
 set root=(hd1,15)
 search --no-floppy --fs-uuid --set 198c1ffe-6026-4959-88dd-a0d5479ee440
 linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=198c1ffe-6026-4959-88dd-a0d5479ee440 failsafe
 initrd (hd0,14)/boot/initrd.img
}
menuentry "Kinky1.1A4 on sda16 (on /dev/sdb16)" {
 insmod ext2
 set root=(hd1,16)
 search --no-floppy --fs-uuid --set e62bedbe-f9d8-43a1-a39a-32e651a233c0
 linux /vmlinuz root=/dev/sda16 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyB on sda17 (on /dev/sdb16)" {
 insmod ext2
 set root=(hd1,16)
 search --no-floppy --fs-uuid --set e62bedbe-f9d8-43a1-a39a-32e651a233c0
 linux /vmlinuz root=/dev/sda17 so quiet splash
 initrd /initrd.img
}
menuentry "Daily on sda13 (on /dev/sdb16)" {
 insmod ext2
 set root=(hd1,16)
 search --no-floppy --fs-uuid --set e62bedbe-f9d8-43a1-a39a-32e651a233c0
 linux /vmlinuz root=/dev/sda13 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky-Grub2-A2 on sda10 (on /dev/sdb16)" {
 insmod ext2
 set root=(hd1,16)
 search --no-floppy --fs-uuid --set e62bedbe-f9d8-43a1-a39a-32e651a233c0
 linux /vmlinuz root=/dev/sda10 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyStonerA2 on sda8 (on /dev/sdb16)" {
 insmod ext2
 set root=(hd1,16)
 search --no-floppy --fs-uuid --set e62bedbe-f9d8-43a1-a39a-32e651a233c0
 linux /vmlinuz root=/dev/sda8 so quiet splash
 initrd /initrd.img
}
menuentry "DailyB on sda7 (on /dev/sdb16)" {
 insmod ext2
 set root=(hd1,16)
 search --no-floppy --fs-uuid --set e62bedbe-f9d8-43a1-a39a-32e651a233c0
 linux /vmlinuz root=/dev/sda7 so quiet splash
 initrd /initrd.img
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (on /dev/sdb16)" {
 insmod ext2
 set root=(hd1,16)
 search --no-floppy --fs-uuid --set e62bedbe-f9d8-43a1-a39a-32e651a233c0
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=e62bedbe-f9d8-43a1-a39a-32e651a233c0 ro quiet splash
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode) (on /dev/sdb16)" {
 insmod ext2
 set root=(hd1,16)
 search --no-floppy --fs-uuid --set e62bedbe-f9d8-43a1-a39a-32e651a233c0
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=e62bedbe-f9d8-43a1-a39a-32e651a233c0 ro single
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "KinkyB on sda17 (on /dev/sdb17)" {
 insmod ext2
 set root=(hd1,17)
 search --no-floppy --fs-uuid --set 8d13ec26-872b-4eda-8e3a-ba4caa719f44
 linux /vmlinuz root=/dev/sda17 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky1.1A4 on sda16 (on /dev/sdb17)" {
 insmod ext2
 set root=(hd1,17)
 search --no-floppy --fs-uuid --set 8d13ec26-872b-4eda-8e3a-ba4caa719f44
 linux /vmlinuz root=/dev/sda16 so quiet splash
 initrd /initrd.img
}
menuentry "Daily on sda13 (on /dev/sdb17)" {
 insmod ext2
 set root=(hd1,17)
 search --no-floppy --fs-uuid --set 8d13ec26-872b-4eda-8e3a-ba4caa719f44
 linux /vmlinuz root=/dev/sda13 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky-Grub2-A2 on sda10 (on /dev/sdb17)" {
 insmod ext2
 set root=(hd1,17)
 search --no-floppy --fs-uuid --set 8d13ec26-872b-4eda-8e3a-ba4caa719f44
 linux /vmlinuz root=/dev/sda10 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyStonerA2 on sda8 (on /dev/sdb17)" {
 insmod ext2
 set root=(hd1,17)
 search --no-floppy --fs-uuid --set 8d13ec26-872b-4eda-8e3a-ba4caa719f44
 linux /vmlinuz root=/dev/sda8 so quiet splash
 initrd /initrd.img
}
menuentry "DailyB on sda7 (on /dev/sdb17)" {
 insmod ext2
 set root=(hd1,17)
 search --no-floppy --fs-uuid --set 8d13ec26-872b-4eda-8e3a-ba4caa719f44
 linux /vmlinuz root=/dev/sda7 so quiet splash
 initrd /initrd.img
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (on /dev/sdb17)" {
 insmod ext2
 set root=(hd1,17)
 search --no-floppy --fs-uuid --set 8d13ec26-872b-4eda-8e3a-ba4caa719f44
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=8d13ec26-872b-4eda-8e3a-ba4caa719f44 ro quiet splash
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode) (on /dev/sdb17)" {
 insmod ext2
 set root=(hd1,17)
 search --no-floppy --fs-uuid --set 8d13ec26-872b-4eda-8e3a-ba4caa719f44
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=8d13ec26-872b-4eda-8e3a-ba4caa719f44 ro single
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-3-rt (on /dev/sdb18)" {
 insmod ext2
 set root=(hd1,18)
 search --no-floppy --fs-uuid --set 0fd0e812-dad2-419f-a0a5-c0ce6eedfdc9
 linux /boot/vmlinuz-2.6.28-3-rt root=UUID=0fd0e812-dad2-419f-a0a5-c0ce6eedfdc9 ro quiet splash
 initrd /boot/initrd.img-2.6.28-3-rt
}
menuentry "Ubuntu 9.04, kernel 2.6.28-3-rt (recovery mode) (on /dev/sdb18)" {
 insmod ext2
 set root=(hd1,18)
 search --no-floppy --fs-uuid --set 0fd0e812-dad2-419f-a0a5-c0ce6eedfdc9
 linux /boot/vmlinuz-2.6.28-3-rt root=UUID=0fd0e812-dad2-419f-a0a5-c0ce6eedfdc9 ro single
 initrd /boot/initrd.img-2.6.28-3-rt
}
menuentry "Ubuntu 9.04, memtest86+ (on /dev/sdb18)" {
 insmod ext2
 set root=(hd1,18)
 search --no-floppy --fs-uuid --set 0fd0e812-dad2-419f-a0a5-c0ce6eedfdc9
 linux /boot/memtest86+.bin
}
menuentry "Ubuntu 8.04.3 LTS, kernel 2.6.24-24-generic (on /dev/sdb6)" {
 insmod ext2
 set root=(hd1,6)
 search --no-floppy --fs-uuid --set e2e3cd65-bc09-487f-be96-a83fcc282e38
 linux /boot/vmlinuz-2.6.24-24-generic root=UUID=e2e3cd65-bc09-487f-be96-a83fcc282e38 ro quiet vga=773
 initrd /boot/initrd.img-2.6.24-24-generic
}
menuentry "Ubuntu 8.04.3 LTS, kernel 2.6.24-24-generic (recovery mode) (on /dev/sdb6)" {
 insmod ext2
 set root=(hd1,6)
 search --no-floppy --fs-uuid --set e2e3cd65-bc09-487f-be96-a83fcc282e38
 linux /boot/vmlinuz-2.6.24-24-generic root=UUID=e2e3cd65-bc09-487f-be96-a83fcc282e38 ro single
 initrd /boot/initrd.img-2.6.24-24-generic
}
menuentry "Ubuntu 8.04.3 LTS, memtest86+ (on /dev/sdb6)" {
 insmod ext2
 set root=(hd1,6)
 search --no-floppy --fs-uuid --set e2e3cd65-bc09-487f-be96-a83fcc282e38
 linux /boot/memtest86+.bin
}
menuentry "DailyB on sda7 (on /dev/sdb7)" {
 insmod ext2
 set root=(hd1,7)
 search --no-floppy --fs-uuid --set 48350e8b-dc94-45fb-a360-cec458a663e7
 linux /vmlinuz root=/dev/sda7 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky1.1A4 on sda16 (on /dev/sdb7)" {
 insmod ext2
 set root=(hd1,7)
 search --no-floppy --fs-uuid --set 48350e8b-dc94-45fb-a360-cec458a663e7
 linux /vmlinuz root=/dev/sda16 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyB on sda17 (on /dev/sdb7)" {
 insmod ext2
 set root=(hd1,7)
 search --no-floppy --fs-uuid --set 48350e8b-dc94-45fb-a360-cec458a663e7
 linux /vmlinuz root=/dev/sda17 so quiet splash
 initrd /initrd.img
}
menuentry "Daily on sda13 (on /dev/sdb7)" {
 insmod ext2
 set root=(hd1,7)
 search --no-floppy --fs-uuid --set 48350e8b-dc94-45fb-a360-cec458a663e7
 linux /vmlinuz root=/dev/sda13 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky-Grub2-A2 on sda10 (on /dev/sdb7)" {
 insmod ext2
 set root=(hd1,7)
 search --no-floppy --fs-uuid --set 48350e8b-dc94-45fb-a360-cec458a663e7
 linux /vmlinuz root=/dev/sda10 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyStonerA2 on sda8 (on /dev/sdb7)" {
 insmod ext2
 set root=(hd1,7)
 search --no-floppy --fs-uuid --set 48350e8b-dc94-45fb-a360-cec458a663e7
 linux /vmlinuz root=/dev/sda8 so quiet splash
 initrd /initrd.img
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (on /dev/sdb7)" {
 insmod ext2
 set root=(hd1,7)
 search --no-floppy --fs-uuid --set 48350e8b-dc94-45fb-a360-cec458a663e7
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=48350e8b-dc94-45fb-a360-cec458a663e7 ro quiet splash
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode) (on /dev/sdb7)" {
 insmod ext2
 set root=(hd1,7)
 search --no-floppy --fs-uuid --set 48350e8b-dc94-45fb-a360-cec458a663e7
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=48350e8b-dc94-45fb-a360-cec458a663e7 ro single
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "KinkyStonerA2 on sda8 (on /dev/sdb8)" {
 insmod ext2
 set root=(hd1,8)
 search --no-floppy --fs-uuid --set 7e2c2a59-d3b7-4a97-a996-d5b77de048b0
 linux /vmlinuz root=/dev/sda8 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky1.1A4 on sda16 (on /dev/sdb8)" {
 insmod ext2
 set root=(hd1,8)
 search --no-floppy --fs-uuid --set 7e2c2a59-d3b7-4a97-a996-d5b77de048b0
 linux /vmlinuz root=/dev/sda16 so quiet splash
 initrd /initrd.img
}
menuentry "KinkyB on sda17 (on /dev/sdb8)" {
 insmod ext2
 set root=(hd1,8)
 search --no-floppy --fs-uuid --set 7e2c2a59-d3b7-4a97-a996-d5b77de048b0
 linux /vmlinuz root=/dev/sda17 so quiet splash
 initrd /initrd.img
}
menuentry "Daily on sda13 (on /dev/sdb8)" {
 insmod ext2
 set root=(hd1,8)
 search --no-floppy --fs-uuid --set 7e2c2a59-d3b7-4a97-a996-d5b77de048b0
 linux /vmlinuz root=/dev/sda13 so quiet splash
 initrd /initrd.img
}
menuentry "Kinky-Grub2-A2 on sda10 (on /dev/sdb8)" {
 insmod ext2
 set root=(hd1,8)
 search --no-floppy --fs-uuid --set 7e2c2a59-d3b7-4a97-a996-d5b77de048b0
 linux /vmlinuz root=/dev/sda10 so quiet splash
 initrd /initrd.img
}
menuentry "DailyB on sda7 (on /dev/sdb8)" {
 insmod ext2
 set root=(hd1,8)
 search --no-floppy --fs-uuid --set 7e2c2a59-d3b7-4a97-a996-d5b77de048b0
 linux /vmlinuz root=/dev/sda7 so quiet splash
 initrd /initrd.img
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (on /dev/sdb8)" {
 insmod ext2
 set root=(hd1,8)
 search --no-floppy --fs-uuid --set 7e2c2a59-d3b7-4a97-a996-d5b77de048b0
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=7e2c2a59-d3b7-4a97-a996-d5b77de048b0 ro quiet splash
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu, Linux 2.6.31-12-generic (recovery mode) (on /dev/sdb8)" {
 insmod ext2
 set root=(hd1,8)
 search --no-floppy --fs-uuid --set 7e2c2a59-d3b7-4a97-a996-d5b77de048b0
 linux /boot/vmlinuz-2.6.31-12-generic root=UUID=7e2c2a59-d3b7-4a97-a996-d5b77de048b0 ro single
 initrd /boot/initrd.img-2.6.31-12-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (on /dev/sdb9)" {
 insmod ext2
 set root=(hd1,9)
 search --no-floppy --fs-uuid --set f6420b83-12e4-4760-9a79-4fcde04eb797
 linux /boot/vmlinuz-2.6.28-15-generic root=UUID=f6420b83-12e4-4760-9a79-4fcde04eb797 ro quiet splash
 initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode) (on /dev/sdb9)" {
 insmod ext2
 set root=(hd1,9)
 search --no-floppy --fs-uuid --set f6420b83-12e4-4760-9a79-4fcde04eb797
 linux /boot/vmlinuz-2.6.28-15-generic root=UUID=f6420b83-12e4-4760-9a79-4fcde04eb797 ro single
 initrd /boot/initrd.img-2.6.28-15-generic
}
menuentry "Ubuntu 9.04, memtest86+ (on /dev/sdb9)" {
 insmod ext2
 set root=(hd1,9)
 search --no-floppy --fs-uuid --set f6420b83-12e4-4760-9a79-4fcde04eb797
 linux /boot/memtest86+.bin
}
menuentry "Ubuntu 8.04.1, memtest86+ (on /dev/sda6) (MAIN) (on /dev/sdb9)" {
 insmod ext2
 set root=(hd1,9)
 search --no-floppy --fs-uuid --set f6420b83-12e4-4760-9a79-4fcde04eb797
 linux /boot/memtest86+.bin
}
menuentry "Ubuntu 9.04, memtest86+ (on /dev/sda7) (SuperOS) (on /dev/sdb9)" {
 insmod ext2
 set root=(hd1,9)
 search --no-floppy --fs-uuid --set f6420b83-12e4-4760-9a79-4fcde04eb797
 linux /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+) (on /dev/sda8) (KinkyA2-64) (on /dev/sdb9)" {
 insmod ext2
 set root=(hd1,9)
 search --no-floppy --fs-uuid --set f6420b83-12e4-4760-9a79-4fcde04eb797
 linux /boot/memtest86+.bin
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
[/code]
As you can see, The first menu entry gererated by 30_os-prober will boot as is. The next several will not.

You can also see that the Mandriva first entries sould boot if only the partition designation in "initrd (hd0,11)/boot/initrd.img" matched the correct one in "set root=(hd0,12)" which is correct.

I suspect that you get a lot of abuse about grub2. Do not expect that from me. I love it and believe it will be the "gold standard" for boot loaders.

I know nothing at all about writing scripts but I do design things. I suspect that this 0s-prober is a bugger to design. I also, from the evident progress to date, believe you will get it.

Thank you for your work. Try to eat and sleep some. HAVE FUN

ProblemType: Bug
Architecture: amd64
Date: Tue Oct 6 22:00:06 2009
DistroRelease: Ubuntu 9.10
Package: os-prober 1.35
ProcEnviron:
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-12.39-generic
SourcePackage: os-prober
Uname: Linux 2.6.31-12-generic x86_64

Revision history for this message
Tom Pino (metalsmith-rangeweb) wrote :
Revision history for this message
Zen25000 (zen25000) wrote :

This was fixed in os-prober-1.53 in May 2012 but it seems this version is not yet available in current Ubuntu repositories.

Can this please be pushed as an urgent update as it's causing a real headache for other distros trying to deal with support questions when people try to multiboot.

Thanks,
Barry

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.