Comment 28 for bug 476625

Revision history for this message
Daniel Bair (danielbair) wrote :

And not fixed for me! Unless the solution of comment #7 is implemented os-prober will not identify Recovery and Vista partitions correctly.

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows Vista (loader) (on /dev/sda2)" {
        insmod ntfs
        set root='(hd0,2)'
        search --no-floppy --fs-uuid --set 1a80d10f80d0f26d
        chainloader +1
}
menuentry "Windows Vista (loader) (on /dev/sda3)" {
        insmod ntfs
        set root='(hd0,3)'
        search --no-floppy --fs-uuid --set 423c6c953c6c862f
        chainloader +1
}
### END /etc/grub.d/30_os-prober ###