Results 1 to 3 of 3
Hi, I need some help booting Core 8 after I already have a working Ubuntu install. Ubuntu is working, fine, its my primary OS and I like it that way. ...
- 11-24-2008 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 5
Dual Boot Ubuntu / Fedora Core 8
Hi, I need some help booting Core 8 after I already have a working Ubuntu install. Ubuntu is working, fine, its my primary OS and I like it that way. I need to work with Core 8 and I added it in 10GB at the end of my HD. During the install I told it NOT to install GRUB, because I have a working grub from ubuntu and I just want to modify the menu.lst. Reasonable, right?
Well, I modified it and when I try to boot fedora it seems to load the images but stops at:
So, yeah. Heres my fdisk -l and my menu.lst entry for Core 8.Code:mount: could not find filesystem '/dev/root' setuproot: moving /dev failed no such file or directory
hda1 is Ubuntu, with grub installed and working. hda3 is core 8, installed, not booting into it.Code:Device Boot Start End Blocks Id System /dev/hda1 * 1 7843 62998866 83 Linux /dev/hda2 7844 7965 979965 82 Linux swap / Solaris /dev/hda3 7966 9729 14169330 83 Linux
Help?Code:title Fedora Core 8, kernel 2.6.23.1-42.fc8 root (hd0,2) kernel /boot/vmlinuz-2.6.23.1-42.fc8 root=/dev/hda1 ro quiet splash initrd /boot/initrd-2.6.23.1-42.fc8.img
- 11-24-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
That should be root=/dev/hda3 on the kernel line for Fedora.Code:kernel /boot/vmlinuz-2.6.23.1-42.fc8 root=/dev/hda1 ro quiet splash
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-24-2008 #3Just Joined!
- Join Date
- Nov 2008
- Posts
- 5
Tried it. Gives the exact same problem whether its hda1 or hda3. Tells me it loads the kernel and everything, just cannot find /dev/root!
FYI, theres nothing in the dev folder for fedora.


Reply With Quote
