afb1093f1a
Since we moved from Debian to Ubuntu we need to align it with docs and directory structure. Change-Id: Ib13eedb1a33d6913c72d15405458bf71feb16891
12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
search --set=root --file /UBUNTU_FOCAL_CUSTOM
|
|
|
|
insmod all_video
|
|
|
|
set default="0"
|
|
set timeout=1
|
|
|
|
menuentry "Ubuntu Focal Live" {
|
|
linux /vmlinuz boot=live nomodeset ip=frommedia gfxpayload=text overlay-size=70% cpu_init_udelay=10000 console=ttyS0,115200 verbose
|
|
initrd /initrd
|
|
}
|