2016-04-02 14:52:29 -07:00
|
|
|
set timeout=5
|
2016-04-02 15:04:58 -07:00
|
|
|
terminal_output console
|
2016-04-02 14:52:29 -07:00
|
|
|
|
|
|
|
|
menuentry "Ubuntu Server Live Image" {
|
2016-04-22 21:19:29 +00:00
|
|
|
linux /casper/vmlinuz.efi boot=casper root=LABEL=ISOIMAGE nomodeset $KERNEL_ARGS
|
2016-04-02 14:52:29 -07:00
|
|
|
initrd /casper/initrd.lz
|
|
|
|
|
}
|