Guest User

Untitled

a guest
Jan 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. sdb1, EFI System, FAT(32-bit) - Mounted at /boot/efi
  2.  
  3. sdb2, Basic Data, NTFS (my windows files)
  4.  
  5. sdb3, Linux Filesystem Ext4
  6.  
  7. sdb4, Linux Swap
  8.  
  9. insmod part_gpt
  10. insmod fat
  11. set root='(hd1,2)'
  12. if [ x$feature_platform_search_hint = xy ]; then
  13. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1 4EE5-A75E
  14. else
  15. search --no-floppy --fs-uuid --set=root 4EE5-A75E
  16. fi
  17. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
Add Comment
Please, Sign In to add comment