Ubuntu Pastebin

Paste from e at Fri, 11 Dec 2015 14:38:01 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
menuentry 'Windows Boot Manager (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-182B-4BDD' {
	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  182B-4BDD
	else
	  search --no-floppy --fs-uuid --set=root 182B-4BDD
	fi
	chainloader /EFI/Microsoft/Boot/bootmgfw.efi.backup
}
Download as text