FRJ's Linux Tricks
Return to Linux Page
There are some problems that I have had with Linux.
These are some fixes.
You forgot your root password
- Boot your system and at LILO: enter 'linux single'
- At #bash enter 'passwd'
- Type in new root password
- Restart the system with 'shutdown -r now'
Your Windows install over wrote your LILO
- Boot from boot floppy and at boot: enter 'vmlinuz root=/dev/hda5'
- If your root is not where mine is. type 'df' to find where your root directory is.
- At the prompt type 'lilo'
- Restart the system with 'shutdown -r now'
If you forgot BOTH your password and the location of your root you should stick with Windoze
Shut down Linux right now
- 'shutdown -rn now'