Displaying 1 result from an estimated 1 matches for "0b8cebb6".
2013 Sep 22
0
UEFI boot - no console will be available to OS
...i
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
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 0b8cebb6-e937-402c-b9e1-16d4e422b590
else
search --no-floppy --fs-uuid --set=root 0b8cebb6-e937-402c-b9e1-16d4e422b590
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
fi
terminal_input console
terminal_output gfxterm
set tim...