Skip to content

Commit

Permalink
fix grub kernel line
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanis committed Sep 3, 2024
1 parent 23894aa commit 45f633d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ set menu_color_highlight=black/light-gray
set timeout=5
menuentry "Ubuntu 20.04 Live-Only" {
rmmod tpm
linux /casper/vmlinuz boot=casper iso-scan/filename=${iso_path} noprompt noeject nopersistent maybe-ubiquity nomodeset quiet splash fsck.mode=skip toram
linux /casper/vmlinuz boot=casper noprompt noeject nopersistent maybe-ubiquity nomodeset quiet splash fsck.mode=skip toram ---
initrd /casper/initrd
}
EOG
Expand Down

0 comments on commit 45f633d

Please sign in to comment.