Ok, forget that. It's a given fact now, because it's statistically proven: As soon as I spill my guts on the web because I can not understand why it's not working, it works.
I'm typing this from Mozilla Firefox, running on Fedore Core 5, running on my Pegasos II, using an EXT3 partition amongst 4 other PFS3 partitions on the same physical disk.
Now all I have to do is activate the swap. Anyway, first off, to find your OF device names, just type in
devalias in your OF.
Booting from the CD from OF I use:
Code:
boot cd: /images/netboot/ppc32.img resolution=1280x1024
Then, after installation, I type the following in OF:
Code:
boot hd0:4 /boot/yaboot/yaboot conf=hd0:4,/boot/yaboot/yaboot.conf resolution=1280x1024 root=/dev/hda5
And then try hitting <Enter> twice. I'm not sure if it picks the right file then, if it doesn't, just type this at the boot prompt:
Code:
hd0:4,/boot/vmlinuz-2.6.15-1.2054_FC5
If you are trying to find out what the Fedora partition name is, just look at the text that passes by when booting Fedora. You'll see things like hda1, hda2, hdb1, etc. Decrease the added number by one, and you have your partition number.
Thanks to the folks on the PPCZone forum for the help.