| | |
linux wont boot after Freeze
Thread Solved |
Hi All,
my redhat 8.0 box froze up yesterday leaving me no chose but to powerdown. now it wont boot. it getts going but then starts doing file system checks and drops me in to a recovery shell so i can run fsck and e2fsck.
is there a way i can kick this box back in to life without the full re-install?
any ideas will be great.
spikes
my redhat 8.0 box froze up yesterday leaving me no chose but to powerdown. now it wont boot. it getts going but then starts doing file system checks and drops me in to a recovery shell so i can run fsck and e2fsck.
is there a way i can kick this box back in to life without the full re-install?
any ideas will be great.
spikes
Running the fsck command is pretty straightforward; you can run it on one partition/filesystem at a time, or have fsck automatically walk its way through all filesystems listed in /etc/fstab. The latter should happen if you simply issue the command itself (with no options/arguments). To specify a partition, just do, for example:
fdisk /dev/hda1
Read the fsck man page for a full description.
You might also want to boot into rescue mode from your installation CD and run fsck from there; it might be a bit safer.
fdisk /dev/hda1
Read the fsck man page for a full description.
You might also want to boot into rescue mode from your installation CD and run fsck from there; it might be a bit safer.
•
•
•
•
Originally Posted by spikes
My redhat 8.0 box froze up yesterday leaving me no chose but to powerdown. now it wont boot. it getts going but then starts doing file system checks and drops me in to a recovery shell so i can run fsck and e2fsck.
is there a way i can kick this box back in to life without the full re-install?
-- Michael RudasHow To Ask Questions The Smart Way (article by Eric Raymond).
Dealing with Malware
My Articles page.
My Best-of-Breed Free Software for Windows list
Other Windows- & Microsoft-related links
The Audio Tech's Page
My blog
The Oak Park Computer Club
PenguiCon 4.0 Open Source & Science Fiction convention, April 21-23, 2006.
Knoppix Linux (CD-bootable) download. information, & support.
cheers people,
from boot or mannualy when i run the fsck/e2fsck command i get "/: unexpected inconsystency; run fsck mannualy" then it drops me into a shell. to be honest i think its just time for a re-install, i just didnt want to have to rebuild my databases.
any thorughts or comments note em down allways usfull for next time.
Cheers
spikes
from boot or mannualy when i run the fsck/e2fsck command i get "/: unexpected inconsystency; run fsck mannualy" then it drops me into a shell. to be honest i think its just time for a re-install, i just didnt want to have to rebuild my databases.
any thorughts or comments note em down allways usfull for next time.
Cheers
spikes
Insert Redhat binary install CD-ROM
Boot from CD (You may have to change BIOS settings)
At the boot: prompt, type linux rescue. You are then asked to chose an installation method.
Instead of install, choose the Upgrade option but don't add any new packages. It will eventually prompt you to make a boot floppy.
<LI>Boot from the boot floppy and mount your hard drive. i.e.: mount /dev/hda4 /hda4
You can use fdisk as shown above to investigate your drives and partitions.
Boot from CD (You may have to change BIOS settings)
At the boot: prompt, type linux rescue. You are then asked to chose an installation method.
Instead of install, choose the Upgrade option but don't add any new packages. It will eventually prompt you to make a boot floppy.
<LI>Boot from the boot floppy and mount your hard drive. i.e.: mount /dev/hda4 /hda4
You can use fdisk as shown above to investigate your drives and partitions.
My Home Away from Home: Yet Another Linux Blog
![]() |
Other Threads in the *nix Software Forum
- Previous Thread: J.A.M.D.
- Next Thread: Press Release
| Thread Tools | Search this Thread |






