|
Try this. When LILO comes up (the window asking you to select Linux or whatever), pass it kernel option nofb. Basically, type in:
Linux nofb
Or add on 'nofb' to the append depending on if you use GRUB or LILO.
If you don't get a prompt, then edit /etc/lilo.conf as root. Look for the 'default' or first option and next to the append= line, in the quotes, add nofb. It should look something like:
append = "blah blah nofb"
Now still as root, type lilo and press enter, then reboot.
|