PDA

View Full Version : set nomodeset on usb permanently on pendrive



nutmegkel
July 11th, 2014, 09:10 PM
can somebody help me to permantly se no modeset on my usb pendrive so don't have manually set it each time i start my laptop. Much love thanks

deadflowr
July 11th, 2014, 09:32 PM
For persistence USB I gather?

Add the entry to
/etc/default/grub
look for the line
GRUB_CMDLINE_LINUX_DEFAULT=
usually it will have an entry for quiet splash, add nomodeset to this line
like so
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
save.
This must be done as root/sudo.
and then, of course update grub

sudo update-grub

oldfred
July 11th, 2014, 11:01 PM
If a full install then deadflower's instructions are correct.

But if a live installer:

If UEFI the live installer boots with grub, but is not updateable.
But in BIOS mode the live installer boots with syslinux.

If booting with BIOS:
If you look in this you should also see the quiet splash similar to grub config file as mentioned by deadflower.
Add nomodeset after quiet splash.
/isolinux/txt.cfg

If UEFI, not sure which is used:
/boot/grub/grub.cfg
/boot/grub/loopback.cfg
You may have to experiment.