| setparams 'Ubuntu, with Linux 4.2.0-16-generic' | |
| recordfail | |
| load_video | |
| gfxmode $linux_gfx_mode | |
| insmod gzio | |
| if [x$grub_platform = xxen]; then insmod xzio; insmod lopio;fi | |
| insmod part_msdos | |
| insmod ext2 | |
| set root='hd0,msdos1' | |
| if [ x$feature_platform_search_hint = xy];then | |
| search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 0ff2a1b2-7d37... | |
| search --no-floppy --fs-uuid --set=root 0ff... | |
| fi | |
| echo 'Loading linux...' | |
| linux /boot/vmlinuz-4.2.0-15-generic root=UUID=0ff... | |
| echo 'Loading initial ramdisk ...' | |
| initrd /boot/initrd.img-4.2.0-16-generic | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment