Advertisement
Guest User

Untitled

a guest
May 11th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Found Windows 7 (loader) on /dev/sda1
  2. menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-356F526F2614BA79' {
  3. insmod part_msdos
  4. insmod ntfs
  5. set root='hd0,msdos1'
  6. if [ x$feature_platform_search_hint = xy ]; then
  7. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 356F526F2614BA79
  8. else
  9. search --no-floppy --fs-uuid --set=root 356F526F2614BA79
  10. fi
  11. chainloader +1
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement