[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Yaboot on Powermac G3 B&W
On Wed, 2005-09-28 at 07:27 -0500, Juan Casero (FL FLC) wrote:
> Greetings Everyone -
>
> I have a rather messy problem with an old Powermac G3 (blue and white)
> that I want to install Fedora Core 4 PPC on. The installation seems to
> go through fine and it even appears that the system installs the
> bootloader at the end but after a reboot the mac cannot run the boot
> loader. Right now the system has an internal AHA 2940U2B scsi card that
> is supposedly bootable. The layout of the disk partitions is as follows
This is really a fedora/anaconda issue and is probably best in bugzilla
or on fedora-ppc-list. I've had reports of this on B&W but I don't have
access to one to actually test.
First off can you check to see if the partition table is mac or msdos:
>From rescue mode
parted /dev/sda print
> I am able to use the FC4 install cd 1 to boot linux in rescue mode,
> mount the disk partitions mentioned above and then chroot /mnt/sysimage.
> Using the ofpath on the disks I have determined that the openfirmware
> path for /dev/sda is /pci@80000000/pci-bridge@d/scsi@4/@0:1, so I reboot
> the mac and then go into the openfirmware (ver 3.1.1) and set the
> boot-device environment variable to
> /pci@80000000/pci-bridge@d/scsi@4/@0:1,\yaboot but when I reboot the
> yaboot loader never runs. I have tried many variations of this
> including setting the boot-file openfirmware environment variable to
> yaboot, \\yaboot, \\:yaboot and none of them have worked.
dir is your friend here. Partition 1 is usually the actual partition
table on apple partition tables. Dir can help here, eg in OF:
dir /pci@80000000/pci-bridge@d/scsi@4/@0:1,\
Could you also ensure that you have the most recent firmware update from
apple applied.
Paul