LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora - Installation (https://www.linuxquestions.org/questions/fedora-installation-39/)
-   -   FC4 boot error. with Ubuntu (https://www.linuxquestions.org/questions/fedora-installation-39/fc4-boot-error-with-ubuntu-335432/)

neoAThome 06-20-2005 10:40 AM

FC4 boot error. with Ubuntu
 
i have the following partion

hda1 : Window$
hda2 : /boot (reiserfs) -> ubuntu (x86_64)
hda3 : swap -> ubuntu
hda4 :
hda5 : /root (reiserfs) -> ubuntu
hda6 : FAT32 partion
hda7 : /root (ext3) for FC4 x86_64

Now,
i had installed K-ubuntu 1st then after the release of FC4 i partitioned my FAT32 to give FC4 a 10 GB partion. and installed FC4 there


But the problem that i am facing is that anaconda didnt recognise my ubuntu and while starting FC4 i get the error saying that hda5 could not be loaded.

Can anyone help ??

WhatsHisName 06-21-2005 03:10 PM

Please post your FC4 /etc/fstab.

Anaconda may not support reiserfs, since it is not a fs option during installation, but the 2.6 kernel should support it as a module. You probably just need to edit the fs-type in fstab to get it to mount.

neoAThome 06-21-2005 04:16 PM

Here is my /etc/fstab in FC4
Code:

LABEL=/                /                      ext3    defaults        1 1
/dev/devpts            /dev/pts                devpts  gid=5,mode=620  0 0
/dev/shm                /dev/shm                tmpfs  defaults        0 0
/dev/proc              /proc                  proc    defaults        0 0
/dev/sys                /sys                    sysfs  defaults        0 0
/dev/hda3              swap                    swap    defaults        0 0



All times are GMT -5. The time now is 08:51 AM.