A while back I recall reading somewhere that it is possible to boot a linux kernel directly from OF without using yaboot. I actually did this once myself but lost my record of it. I think I could use yaboot from say OS 9 but I would like to figure this out anyway.
I've looked around on the net and found various "boot" commands put am having trouble constructing one that works on my system. My SCSI device looks like: /[EMAIL PROTECTED] /ATTO,[EMAIL PROTECTED] /sd /ATTO,[EMAIL PROTECTED],1 /sd This is the command aliases the system uses to boot OS X: boot-device /[EMAIL PROTECTED]/ATTO,[EMAIL PROTECTED]/@6:8,\\:tbxi hd:,\\:tbxi hd /[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED] I decypher the "@6:8" to mean disk with ID 6 and the 8th partition. I know it is possible to boot OS X or OS 9 using a command like: boot hd:8,\\:tbxi (for OS X) What I need to do is construct a command that boots my linux kernel. I've tried this next one and various permutations but had no success. boot pci/ATTO,[EMAIL PROTECTED]/@1:1,vmlinux root=/dev/sdb1 I think my root partition is wrong but I know the SCSI device is ID: 1. Any suggestions would be appreciated (At least the well meaning kind.) Fred