Comment 2 for bug 411705

Revision history for this message
Dave Stroud (bigdavesr) wrote : Re: have run udate-grub2 and my other linux wont boot

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "linux (on /dev/sda3)" {
 set root=(hd0,3)
 search --no-floppy --fs-uuid --set a41db825-e3ed-429f-bbfd-ea2db4a41ca1
 linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=a41db825-e3ed-429f-bbfd-ea2db4a41ca1 resume=UUID=399aa796-4e8c-463a-9b4b-69b6014b4c5d vga=791
 initrd (hd0,2)/boot/initrd.img
}
menuentry "linux-nonfb (on /dev/sda3)" {
 set root=(hd0,3)
 search --no-floppy --fs-uuid --set a41db825-e3ed-429f-bbfd-ea2db4a41ca1
 linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=a41db825-e3ed-429f-bbfd-ea2db4a41ca1 resume=UUID=399aa796-4e8c-463a-9b4b-69b6014b4c5d
 initrd (hd0,2)/boot/initrd.img
}
menuentry "failsafe (on /dev/sda3)" {
 set root=(hd0,3)
 search --no-floppy --fs-uuid --set a41db825-e3ed-429f-bbfd-ea2db4a41ca1
 linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=a41db825-e3ed-429f-bbfd-ea2db4a41ca1 noapic failsafe acpi=off
 initrd (hd0,2)/boot/initrd.img : Model: ATA MAXTOR 6L040J2 (scsi)
Disk /dev/sda: 40.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
 3 32.3kB 6284MB 6284MB primary ext3
 2 6284MB 40.0GB 33.7GB extended
 5 6284MB 17.3GB 11.0GB logical ext3
 6 17.3GB 26.7GB 9484MB logical ext4
 7 26.7GB 29.7GB 3002MB logical linux-swap(new)
 8 29.7GB 40.0GB 10.3GB logical ext4

Model: ATA Maxtor 83201A6 (scsi)
Disk /dev/sdb: 3209MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
 1 32.3kB 3208MB 3208MB primary fat32 boot

root@bigdavesr:/home/bigdavesr# Hope this helps its shows everything is there. thanks