Open
/etc/default/grub
for editing and remove “quiet splash
” options from the GRUB_CMDLINE_LINUX_DEFAULT
property.For example, if your grub has this line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Change it to this:
GRUB_CMDLINE_LINUX_DEFAULT=""
Then run this command to update grub2:
sudo update-grub
No comments:
Post a Comment