From 5f2c2d7ce3163d3e0cdf8d48611ef80f5bb0427c Mon Sep 17 00:00:00 2001 From: marcosfad Date: Tue, 5 May 2020 10:37:33 +0200 Subject: [PATCH] Add more boot options and remove splash to make debugging easier --- files/grub/grub.cfg | 18 +++++++++++++++--- files/preseed/mbp.seed | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/files/grub/grub.cfg b/files/grub/grub.cfg index b474993..07daaa2 100644 --- a/files/grub/grub.cfg +++ b/files/grub/grub.cfg @@ -7,14 +7,26 @@ set default="0" set timeout=30 menuentry "Try Ubuntu FS without installing" { - linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro quiet splash pcie_ports=compat --- + linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro efi=noruntime pcie_ports=compat --- + initrd /casper/initrd +} +menuentry "Try Ubuntu FS without installing (blacklist=thunderbolt)" { + linux /casper/vmlinuz file=/cdrom/preseed/mbp.seed boot=casper ro efi=noruntime pcie_ports=compat --- modprobe.blacklist=thunderbolt initrd /casper/initrd } menuentry "Install Ubuntu FS" { - linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp.seed boot=casper only-ubiquity quiet splash pcie_ports=compat --- + linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp.seed boot=casper only-ubiquity efi=noruntime pcie_ports=compat --- + initrd /casper/initrd +} +menuentry "Install Ubuntu FS (blacklist=thunderbolt)" { + linux /casper/vmlinuz preseed/file=/cdrom/preseed/mbp.seed boot=casper only-ubiquity efi=noruntime pcie_ports=compat --- modprobe.blacklist=thunderbolt initrd /casper/initrd } menuentry "Check disc for defects" { - linux /casper/vmlinuz boot=casper integrity-check quiet splash pcie_ports=compat --- + linux /casper/vmlinuz boot=casper integrity-check efi=noruntime enforcing=0 efi=noruntime pcie_ports=compat --- + initrd /casper/initrd +} +menuentry "Check disc for defects (blacklist=thunderbolt)" { + linux /casper/vmlinuz boot=casper integrity-check efi=noruntime enforcing=0 efi=noruntime pcie_ports=compat --- modprobe.blacklist=thunderbolt initrd /casper/initrd } diff --git a/files/preseed/mbp.seed b/files/preseed/mbp.seed index ad96b89..46c2ca0 100644 --- a/files/preseed/mbp.seed +++ b/files/preseed/mbp.seed @@ -8,4 +8,4 @@ # well keep them installed. #ubiquity ubiquity/keep-installed string icedtea6-plugin openoffice.org -d-i debian-installer/add-kernel-opts string efi=noruntime pcie_ports=compat loglevel=3 +d-i debian-installer/add-kernel-opts string efi=noruntime pcie_ports=compat