Results 1 to 9 of 9
Kernel has been corrupted for unknown reasons.
grub is coming up and staying there, & not booting after.
Here i made some attempts.
grub> root (hd0,0)
File system type is ...
- 05-17-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 9
kernel recovery
Kernel has been corrupted for unknown reasons.
grub is coming up and staying there, & not booting after.
Here i made some attempts.
grub> root (hd0,0)
File system type is ext2fs,partition type 0x83
grub> kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
Error 15: file not found
grub>initrd /boot/initrd-2.4.8-20.img
Error 19:Linux kernel must be loaded before initrd.
Somebody please help me how to boot linux kenrel.
thanks inadvance
- 05-17-2008 #2
This sounds more like a grub problem ... you could try SuperGrub or boot from a live CD, mount your boot partition and check what the problem is ... btw what did you do to your system before the boot problem occurred?
- 05-19-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 9
I just did init 6 before this problem.
Is it possible to rescue linux in vmvare.
- 05-19-2008 #4
I'm not sure I can help you since I have not used vmware at all ... before the restart had you been trying to do a kernel update or something else?
If you just get a grub prompt that suggests the grub config file is missing rather than a kernel issue ... hence my initial response. You may find the grub commands work so you can try find etc.
- 05-20-2008 #5Try passing actual device name ( /dev/sda1 or so ) instead of LABEL.grub> kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
Code:grub> kernel /boot/vmlinuz-2.4.20-8 ro root=/dev/sdax
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-20-2008 #6Just Joined!
- Join Date
- Apr 2008
- Posts
- 9
Even after passing device name,the same error occuring
Error 15:file not found
- 05-20-2008 #7
try
so you can confirm which partition the grub config files are located.Code:find /boot/grub/stage1 find /boot/grub/menu.lst find /boot/grub/grub.conf
Ed: on my system I get
but thats just because I have two versions of Linux and installed grub for each.Code:grub> find /boot/grub/stage1 (hd0,8) (hd0,10) grub> find /boot/grub/menu.lst (hd0,8) (hd0,10)
- 05-20-2008 #8
In case nothing works, boot up from SuperGRUB CD and re-install GRUB.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-21-2008 #9Just Joined!
- Join Date
- Apr 2008
- Posts
- 9
thank you for suggestion , i will try it & come back


Reply With Quote
