Quote:
Originally Posted by CoffeeKing!!!
Hi
I've read that you can fix lilo after a bad edit by booting from install cd1 and entering:
Code:
boot: bare.i root=/dev/hda X noinitrd ro
at the boot prompt. Can someone confirm this or suggest a better way? I'm using slackware 13.
|
Slackware no longer has a "bare.i" kernel.
If the partition where you installed Slackware is called /dev/hdaX then this is the command you need to type in order to have the install cd1 boot you straight into your Slackware installation:
Code:
huge.s root=/dev/hdaX rdinit= ro
Note the space between "rdinit=" and "ro".
Then, you edit /etc/lilo.conf to fix the error you made there.
Finally, you run the command
to make your changes "stick".
Eric