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
-
- White ninja
- Posts: 23
- Joined: 29 Mar 2023, 16:12
- Distribution: Voidlinux, Poerteus
No output during boot on machine with seabios
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`.
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`.