- ### BEGIN /etc/grub.d/30_os-prober ###
- menuentry 'Windows Boot Manager (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-BA05-61DE' {
- insmod part_gpt
- insmod fat
- set root='hd0,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 BA05-61DE
- else
- search --no-floppy --fs-uuid --set=root BA05-61DE
- fi
- chainloader /EFI/Microsoft/Boot/bootmgfw.efi
- }
SHARE
TWEET
Untitled
a guest
Oct 27th, 2015
103
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
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.

