Quote:
|
Originally Posted by fw12
I want to learn how to use Linux Rescue disk.
I recently had a situation where my linux box won't boot.
I got the error:
Loading Grub stage 2: read error
Then nothing happens after that error.
I was adviced to boot linux in single user mode, and run fsck.
So I popped in my FC6 rescue disk.
At the prompt, I typed "linux single".
The system then simply goes straight into trying to install linux.
How do I get the command prompt in Single user mode?
|
To get into linux to be able to fix problems you
Boot to the CD/DVD
Hit [F5]
Type linux rescue
Go through the basic setup settings
Mount File system at the command line by typing : chroot /mnt/sysimage
Fix problem(s)
Remove CD/DVD
Reboot system using the command : shutdown -r now
( or use [ Alt-Control-Delete ]
.