Since i can’t get a clean boot without messages how can i change it to get all kernel messages instead only booting arch and clean disk messages?
If you can’t win, join them. And i can get an hackerman look haha
Edit /etc/default/grub
and remove quiet
and loglevel=3
from GRUB_CMDLINE_LINUX_DEFAULT
The run sudo grub-mkconfig -o /boot/grub/grub.cfg
4 Likes
Thanks
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.