kevinlyfellow
June 6th, 2007, 01:56 AM
I decided to dual boot my machine and give fedora7 a shot on the hd. I installed it but kept my grub that Ubuntu setup. Trying to get fedora to work my grub entry reads
title Fedora7
root (hd0,3)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro single
initrd /boot/initrd-2.6.21-1.3194.fc7.img
But when I boot with this, I get kernel panic. Here is the error messages I recieve
Mounting root filesystem.
mount: could not find filesystem '/dev/root'
Setting up other filesystems.
Setting up new root fs
setuproot: moving /dev failed: No such file or directory
no fstab.sys, mounting internal defaults
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
switchroot: mount failed: No such file or directory
Booting has failed
Kernel panic -- not syncing: Attempted to kill init!
I found out that naming it
title Fedora 7 would cause problems, but is there something else I've got wrong in my grub entry or is there a different issue?
title Fedora7
root (hd0,3)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro single
initrd /boot/initrd-2.6.21-1.3194.fc7.img
But when I boot with this, I get kernel panic. Here is the error messages I recieve
Mounting root filesystem.
mount: could not find filesystem '/dev/root'
Setting up other filesystems.
Setting up new root fs
setuproot: moving /dev failed: No such file or directory
no fstab.sys, mounting internal defaults
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
switchroot: mount failed: No such file or directory
Booting has failed
Kernel panic -- not syncing: Attempted to kill init!
I found out that naming it
title Fedora 7 would cause problems, but is there something else I've got wrong in my grub entry or is there a different issue?