Greetings- I have yaboot setup on a Pismo courtesy of Debian, a freshly downloaded copy of the Etch net-install CD, everything running fine with a multi-boot OSX/Debian configuration. Right now I'm experimenting with Pocket Linux, and thought I could utilize the Zip drive I have for the Pismo media bay to prepare various Linux configurations to experiment with. First task is/was to get yaboot to want to boot a Zip disk. I've been able to modify my yaboot.conf and install via ybin. What I get on boot when I select my "Zip" option at the boot: prompt is a "file not found" for /boot/vmlinux.zip. I tried manually typing in the OF device and partition, but it makes no difference. ofpath and the ofpath shell script both return the same thing. Below is my yaboot.conf. Any suggestions or pointers on how to achieve my goal? Many thanks! Charles Turner <[EMAIL PROTECTED]>
--- yaboot.conf ----------------------------- > boot=/dev/hda9 > timeout=100 > install=/usr/lib/yaboot/yaboot > magicboot=/usr/lib/yaboot/ofboot > > enablecdboot > macosx=/dev/hda13 > > image=/boot/vmlinux > label=Linux > read-only > initrd=/boot/initrd.img > device=/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL > PROTECTED]: > partition=11 > root=/dev/hda11 > > image=/boot/vmlinux.zip > label=Zip > read-only > initrd=/boot/initrd.img.zip > device=/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL > PROTECTED]/[EMAIL PROTECTED]: > partition=2 > root=/dev/hde2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]