SHARE
TWEET

Untitled

a guest Oct 27th, 2015 103 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ### BEGIN /etc/grub.d/30_os-prober ###
  2. menuentry 'Windows Boot Manager (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-BA05-61DE' {
  3.         insmod part_gpt
  4.         insmod fat
  5.         set root='hd0,gpt2'
  6.         if [ x$feature_platform_search_hint = xy ]; then
  7.           search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  BA05-61DE
  8.         else
  9.           search --no-floppy --fs-uuid --set=root BA05-61DE
  10.         fi
  11.         chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  12. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top