Upgrade from Fedora 8 to Fedora 9

Discussion in 'Kernel Questions' started by frosig, Sep 7, 2008.

  1. frosig

    frosig New Member

    Hi,

    I have upgraded my Fedora server and I have run into a problem when trying to boot the new kernel. It seems that it has trouble mounting my / partition. At least it complaints about not being able to mount /dev/root. I am running software raid 1 on a SATA controller and my best guess is that the driver for the controller is not loaded.

    After googeling the problem, I can see that this is not an uncommon problem, but I have not been able to find a solution that solves it for me. I tried to compare the initrd/init file in my working kernel and in the new one, and apparently there are some modules that is only loaded in the old kernel (e.g. raid1.ko). I guess that this is the problem, but I have no idea to how I should solve it. I have almost no experience, when it comes to the linux kernel(my upgrade came from a rpm).

    Can anybody help?

    Thanks in advance,

    Rasmus
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You could create a new initrd as follows:

    Code:
    mv /boot/initrd-`uname -r`.img /boot/initrd-`uname -r`.img_orig
    mkinitrd /boot/initrd-`uname -r`.img `uname -r`
     

Share This Page