I got through the handbook successfully, all the way to the stage where you reboot the new system. Unfortunately, this is where the problems start. On reboot, I get a kernel panic, with the stated reason being that the boot loader cannot find the root partition on /dev/hdc4.
The live CD reads the hard disk as hdc and the optical drive as hda, so I assumed the installed system would too, but this is apparently not true. In x86-land, I'd just reboot with the live CD, chroot in, edit the bootloader config to point to /dev/hda* and try it that way. Unfortunately, yaboot doesn't seem to like playing that way.
After I made my edits, here's the error I get when I try to use ybin to update the bootloader:
Code: Select all
livecd / # ybin -v
ybin: Finding OpenFirmware device path to `/dev/hda2'...
ofpath: Unable to determine sysfs mountpoint
ybin: Unable to find OpenFirmware path for boot=/dev/hda2
ybin: Please add ofboot=<path> where <path> is the OpenFirmware path to /dev/hda2 to /etc/yaboot.conf
So I've got to come to you PPC folks again and ask another newbie question that probably has a retardedly simple answer. How do I solve this little issue? I can't seem to update the yaboot.conf file in the chroot, but I get a kernel panic with it as-is, so I can't boot the system that way. Any assistance would be greatly appreciated.


