On Thu, May 05, 2005 at 04:56:45PM +0800, [EMAIL PROTECTED] wrote: > Hi, > > os: debian on an ibook(G4, 1G, 12") > > I've just installed a new kernel image (kernel-image-2.6.11-powerpc) > with initrd support, but was unable to boot the new kernel, which stops > at: [ ... ] > ===================================== > boot=/dev/hdc2 > device=/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]: > partition=4 > root=/dev/hdc4 > timeout=30 > install=/usr/lib/yaboot/yaboot > magicboot=/usr/lib/yaboot/ofboot > defaultos=linux > default=debian > > image=/vmlinux.old > label=debian > read-only > > image=/vmlinux > lable=debiannew > root=/dev/hdc4 > initrd=/initrd.img > =====================================
Forgot to insert my yaboot.conf ... sorry: The following helps me booting *at least* to 2.6.10 .. I'm not sure I ever tried booting the rest of the kernels from the following yaboot.conf. And as you can see, I only have a line device=hd: not the complicated incantation you have in your "device=" line: -------------------------- boot=/dev/hda2 device=hd: partition=4 root=/dev/hda4 timeout=30 install=/usr/lib/yaboot/yaboot magicboot=/usr/lib/yaboot/ofboot default=Linux.2.6.10 enablecdboot image=/vmlinux label=Linux.2.6.10 initrd=/initrd.img read-only image=/vmlinux.old label=Linux.2.6.8 initrd=/initrd.img.old read-only image=/vmlinux.2.4 label=Linux.2.4 read-only ---------------------------- HTH Wolfgang -- Wolfgang Pfeiffer http://profiles.yahoo.com/wolfgangpfeiffer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]