Advertisement
Guest User

Untitled

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