How do I edit the GRUB
boot sequence from:
linux /boot/vmlinuz... quiet splash
so that it boots to the console? I've tried removing "quiet" and "splash", as well as adding "text". I can also boot to rescue mode, or edit the boot sequence.
Else booting hangs at the splash screen.
To start without the display manager edit the file
/boot/grub/grub.cfg
. Look for the default menuentry (usually the first line beginning withmenuentry 'Ubuntu'
and some lines later append3
to the line starting your kernel:To start the display manager later on do