On Jul 30, 2006, at 8:04 PM, Jason DeVita wrote:

Whew!  You had me worried when you said the original kernel didn't boot.

It seems the bootloader is looking for /boot/vmlinux-2.6.17.7 and not finding it.  Have you checked to see if it is there?  Make sure you remembered to copy the newly built vmlinux to the /boot directory.  And also check that the name you gave it matches the one in /etc/yaboot.conf. It could be a simple typo like vmlinux_2.6.17.7 verus vmlinux-2.6.17.7.

If that all checks out, we can try to go from there.

-J

Hi Jason 

Yes to all of the above. I am wondering if the ".ydl.1" suffix is of any importance at all?

[EMAIL PROTECTED] ~]# ls /boot
config-2.6.15-rc5.ydl.1      lost+found                   System.map-2.6.17.7
etc                          System.map                   vmlinux-2.6.15-rc5.ydl.1
initrd-2.6.15-rc5.ydl.1.img  System.map-2.6.15-rc5.ydl.1  vmlinux-2.6.17.7

[EMAIL PROTECTED] ~]# more /etc/yaboot.conf
# yaboot.conf generated by anaconda

boot=/dev/hda3
init-message="Welcome to Yellow Dog Linux! Hit <TAB> for boot options."
partition=6
timeout=30
install=/usr/lib/yaboot/yaboot
magicboot=/usr/lib/yaboot/ofboot
delay=10
enablecdboot
macosx=/dev/hda2

image=/vmlinux-2.6.15-rc5.ydl.1
        label=linux
        read-only
        initrd=/initrd-2.6.15-rc5.ydl.1.img
        root=/dev/hda4
        append="rhgb quiet"

image=/boot/vmlinux-2.6.17.7
        label=audio-linux
        read-only
        initrd=/initrd-2.6.15-rc5.ydl.1.img
        root=/dev/hda4
        append="rhgb quiet"

Regards.
Ebrahim
_______________________________________________
yellowdog-newbie mailing list
[email protected]
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-newbie

Reply via email to