SuSE Linux: Version 8.0
Safe Settings
to boot. If the problem no longer occurs, you
can insert the option apm=off
to the file /etc/lilo.conf
in such a
way that enables you to keep on booting with the option -Linux-
. To do so, proceed as
follows:mcedit /etc/lilo.confand insert the entry
Search for the following section:
image = /boot/vmlinuz label = linux root = /dev/hda3 vga = 791 initrd = /boot/initrd append = " "
apm=off
in the line append
.
The line will look like this: append = "maybe_different_entry apm=off"Save the changes and exit the editor with F10.
lilo
as root in a text console.