<br><br><div class="gmail_quote">On Wed, Dec 17, 2008 at 1:35 PM, Mikkel L. Ellertson <span dir="ltr"><<a href="mailto:mikkel@infinity-ltd.com">mikkel@infinity-ltd.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Frank Millman wrote:<br>
><br>
> Thanks for the reply, Mikkel.<br>
><br>
> I tried, but unfortunately I don't know enough to figure it out :-(<br>
><br>
> I ran chroot /mnt/sysimage. I read 'man mkinitrd', but I cannot work out<br>
> what parameters to use. I tried 'mkinitrd -vf', but it just returned to the<br>
> prompt silently. I rebooted, but nothing had changed.<br>
><br>
> I cannot see anything in /boot - it seems that it is not mounted, and I<br>
> don't know how to mount it manually. /etc/fstab shows a UUID number.<br>
><br>
> It is not that important for me to get this working - I don't mind<br>
> re-installing from scratch. However, it would be nice to know how to solve<br>
> this problem for the future, in case it ever happens with live data<br>
> involved. For example, a mother board could fail, but the HDD is intact, so<br>
> you just want to move it to a new machine.<br>
><br>
> BTW, getting it to work off the old machine is not important, so a simple<br>
> re-generation of the image is sufficient.<br>
><br>
> Any assistance will be appreciated.<br>
><br>
> Frank<br>
><br>
</div>Well, if you were building for kernel 2.6.26.3-14.f8, you would run:<br>
<br>
mkinitrd /boot/test.img 2.6.26.3-14.f8<br>
<br>
Then you would have something like this in grub.conf (excuse the<br>
line wrap):<br>
<br>
title New Board<br>
        root (hd0,0)<br>
        kernel /vmlinuz-2.6.26.3-14.fc8 ro<br>
root=/dev/VolGroup00/LogVol00 rhgb quiet<br>
        initrd /test.img<br>
title Fedora (2.6.26.3-14.fc8)<br>
        root (hd0,0)<br>
        kernel /vmlinuz-2.6.26.3-14.fc8 ro<br>
root=/dev/VolGroup00/LogVol00 rhgb quiet<br>
        initrd /initrd-2.6.26.3-14.fc8.img<br>
<br>
You your F10 kernel instead of the F8 one listed here. Make sure you<br>
do it with the new motherboard.<br>
<div><div></div><div class="Wj3C7c"><br>
Mikkel<br>
--<br>
<br>
  Do not meddle in the affairs of dragons,<br>
for thou art crunchy and taste good with Ketchup!<br>
<br>
</div></div><br></blockquote><div><br>The easiest way, if you have access to the internet, is to use the rescue disk,<br>"chtoot /mnt/sysimage" and then install a new kernel via yum (depending on what you have installed, you may need to remove a kernel before, by using "rpm -e kernel-.....").<br>
<br>This is how I do in cases like this ....<br></div></div><br>-- <br>Paulo Roma Cavalcanti<br>LCG - UFRJ<br>