đģ Grub
Commonly refered to as Grub
sudov /etc/default/grub
Cursor Off for all tty [1-7]
GRUB_CMDLINE_LINUX_DEFAULT="... splash quiet loglevel=0 console=ttyS0 vt.global_cursor_default=0"
… is probably necessary to boot the system
Admin Friendly Configuration
I believe this keeps the console clear of kernel messaging
GRUB_CMDLINE_LINUX_DEFAULT="... splash quiet loglevel=0 console=ttyS0"
For those extra grumpy kernel messages
echo 1 > /proc/sys/kernel/printk
First edit kernel param with grub
- Path: /boot/initramfs-linux.img
If that solves the kernel panic uninstall intel-ucode
sudo mkinitcpio -P
Needed to inform kernel of changes
Boot OS w/Grub and
update-grub