Am 03.10.2016 um 01:26 schrieb Robin Laing:
On 01/10/16 17:43, Reindl Harald wrote:
> what about fix your /etc/default/grub and get rid of stuff which mangles
> your boot configuration?
This is the /etc/default/grub after adding the blacklist yesterday.
Adding blacklist made no difference. This is what was in the grub file
going back months.
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.luks.uuid=luks-2e0ad798-4e73-4b78-a902-7e8d02cf124e
nomodeset rhgb quiet rd.driver.blacklist=nouveau video=vesa:off "
GRUB_DISABLE_RECOVERY="true"
GRUB_GFXPAYLOAD_LINUX=text
you did the *mandatory* "grub2-mkconfig -o /boot/grub2/grub.cfg" after
changing that file?