Remove nomodeset
This commit is contained in:
@@ -2,6 +2,6 @@ set timeout=5
|
||||
terminal_output console
|
||||
|
||||
menuentry "Ubuntu Server Live Image" {
|
||||
linux /casper/vmlinuz.efi boot=casper root=LABEL=ISOIMAGE nomodeset $KERNEL_ARGS
|
||||
linux /casper/vmlinuz.efi boot=casper root=LABEL=ISOIMAGE $KERNEL_ARGS
|
||||
initrd /casper/initrd.lz
|
||||
}
|
||||
|
||||
@@ -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} nomodeset $KERNEL_ARGS
|
||||
linux /casper/vmlinuz.efi boot=casper iso-scan/filename=${iso_path} $KERNEL_ARGS
|
||||
initrd /casper/initrd.lz
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user