Mon 04 May 2009 06:49:46 AM UTC, original submission:
Dear all
My computer is running on Centos 4 linux only. After I updated a software package on my computer, the computer was hanged. I rebooted the system, and then it came with GNU GRUB interface. I typed the following commands and here are the outputs.
GNU GRUB version 0.95 (602K lower / 3404843K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible completions of a device/filename.]
grub> root (hd<tab>
Possible disks are: hd0 hd1
grub> root (hd0,<tab>
Possible partitions are:
Partition num: 0, Filesystem type is ext2fs, partition type 0x83
Partition num: 1, Filesystem type unknown, partition type 0x82
Partition num: 2, Filesystem type is ext2fs, partition type 0x83
grub> root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
grub> find /<tab>
Possible files are: proc sys dev selinux usr .automount .autofsck
grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... no
Checking if "/grub/stage1" exists... no
Error 15: File not found
It is supposed that I should have /boot folder and more folders on my computer. But now they are missing. Could anyone help me to solve the problem and boot the OS?
Thanks
Angel
|