qemu booting

This commit is contained in:
Ian Gulliver
2016-04-02 15:55:12 -07:00
parent fff4e37f31
commit 7df8bd62cf
2 changed files with 12 additions and 1 deletions

View File

@@ -2,6 +2,6 @@ set timeout=5
terminal_output console
menuentry "Ubuntu Server Live Image" {
linux /casper/vmlinuz.efi boot=casper
linux /casper/vmlinuz.efi boot=casper root=LABEL=ISOIMAGE
initrd /casper/initrd.lz
}