Page 1 of 1

No output during boot on machine with seabios

Posted: 01 Aug 2024, 00:33
by baloontravel
No output during boot on machine with seabios.
I will try to find how to configure seabios.
But also want to know how to make boot process more verbose with lilo or with other options.

No output during boot on machine with seabios

Posted: 26 Aug 2024, 03:04
by Mel1974
First edit the LILO configuration file with `sudo nano /etc/lilo.conf` and add `verbose` to the `append` line.

Save the file and update LILO with `sudo lilo`. If you're using GRUB, edit `/etc/default/grub` with `sudo nano /etc/default/grub`, modify the `GRUB_CMDLINE_LINUX_DEFAULT` line to include `verbose`, and then update GRUB using `sudo update-grub`.