No output during boot on machine with seabios

Post here if you are a new Porteus member and you're looking for some help.
baloontravel
White ninja
White ninja
Posts: 23
Joined: 29 Mar 2023, 16:12
Distribution: Voidlinux, Poerteus

No output during boot on machine with seabios

Post#1 by baloontravel » 01 Aug 2024, 00:33

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.

Mel1974
White ninja
White ninja
Posts: 13
Joined: 02 Aug 2017, 16:09
Distribution: porteus mate 3.2.2

No output during boot on machine with seabios

Post#2 by Mel1974 » 26 Aug 2024, 03:04

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`.

Post Reply