Originally posted by oshunluvr
View Post
https://www.youtube.com/watch?v=TDf_fRAophc
All it takes is to edit the file
Code:
/etc/grub.d/40_custom
Code:
menuentry '[B][COLOR=#ff0000]Ubuntu (HEADLESS)[/COLOR][/B]' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' { recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
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 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
else
search --no-floppy --fs-uuid --set=root xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
fi
linux /boot/vmlinuz-4.10.0-22-generic.efi.signed root=UUID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ro [B][COLOR=#ff0000]text systemd.unit=multi-user.target[/COLOR][/B] $vt_handoff
initrd /boot/initrd.img-4.10.0-22-generic
}









Comment