Boot to text.

This commit is contained in:
Ian Gulliver
2016-04-08 23:41:48 +00:00
parent fd656ab7f1
commit ddabe391c8
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2,6 +2,6 @@ set timeout=5
terminal_output console
menuentry "Ubuntu Server Live Image" {
linux /casper/vmlinuz.efi boot=casper iso-scan/filename=${iso_path}
linux /casper/vmlinuz.efi boot=casper iso-scan/filename=${iso_path} nomodeset
initrd /casper/initrd.lz
}