LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with RH 9.0 booting (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-rh-9-0-booting-100195/)

danbury 10-04-2003 01:23 PM

Problem with RH 9.0 booting
 
Seems like a common problem but after much reading on forums I'm unable to solve it. Installed RedHat 9.0 exclusively on a machine. Here are the partitions

/dev/hda1 /boot
/dev/hda2 /tmp
/dev/hda3 swap
/dev/hda4 /

When I boot, after the splash screen, I get the error
Invalid or unsupported executable format.

root(hd0,0)
Filesystem is ext2fs, partition type 0x83
kernel /vmlinuz-2.4.20-8 ro root=/dev/hda4

I can only boot with my floppy now.
Any help will be appreciated

jailbait 10-04-2003 02:38 PM

"When I boot, after the splash screen, I get the error
Invalid or unsupported executable format.

root(hd0,0)
Filesystem is ext2fs, partition type 0x83
kernel /vmlinuz-2.4.20-8 ro root=/dev/hda4"

This is probably a problem with grub. Look at /etc/grub.conf and see if there are any problems. In particular check to make sure that you have the right file system type for /. After you are sure that /etc/grub.conf is correct you may need to run grub-install.

here is a grub HOWTO:

http://www.momonga-linux.org/docs/grub-HOWTO/C/


___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites

danbury 10-04-2003 03:49 PM

Thanks for the link.
GRUB docs and functioning seems relatively straightforward. However I cant seem to nail down my problem with that.

Is it normal for GRUB to report the filesystem as ext2fs even though its ext3fs?

jailbait 10-04-2003 04:08 PM

"Is it normal for GRUB to report the filesystem as ext2fs even though its ext3fs?"

No. If you can figure out why grub is doing that then you probably will have the problem solved. Also check /etc/fstab to make sure that / is correctly configured in /etc/fstab.

I don't know how your boot floppy is configured but it is possible that there is a grub.conf on it. Check to see if there is a grub.conf on the floppy and how it describes your / partition.


___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites


All times are GMT -5. The time now is 10:41 AM.