[remaster] Safe mode option on isolinux now more general and requesting only vesa. This should help users to make the system boot regardless of their HW

This commit is contained in:
mudler
2016-01-05 18:06:26 +01:00
parent 593c16a57f
commit 8bbda5fea5
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ label install
label genuine
menu label Safe ^Mode
kernel /boot/sabayon
append initrd=/boot/sabayon.igz overlayfs cdroot noproprietary pci=routeirq irqpoll quiet nokvm --
append initrd=/boot/sabayon.igz overlayfs cdroot noproprietary nomodeset pci=routeirq irqpoll nokvm modprobe.blacklist=nvidia modprobe.blacklist=nouveau modprobe.blacklist=nv xdriver=vesa --
label console
menu label ^Console mode

View File

@@ -13,7 +13,7 @@ label install
label genuine
menu label Safe ^Mode
kernel /boot/sabayon
append initrd=/boot/sabayon.igz overlayfs cdroot noproprietary pci=routeirq irqpoll quiet nokvm --
append initrd=/boot/sabayon.igz overlayfs cdroot noproprietary nomodeset pci=routeirq irqpoll nokvm modprobe.blacklist=nvidia modprobe.blacklist=nouveau modprobe.blacklist=nv xdriver=vesa --
label console
menu label ^Console mode