[slackintosh-users] Re: slackintosh for G5

  • From: Adrian Ulrich <adrian@xxxxxxxxxxxxxxxx>
  • To: slackintosh-users@xxxxxxxxxxxxx
  • Date: Tue, 29 Aug 2006 19:06:47 +0200

> i found a problem with the new slackintosh-11.0-rc disk: yaboot won´t  
> install correctly. The fields device, partition are empty.

hm..

Looks like my ugly hack inside /usr/lib/setup/SeTkernel failed:

##########################################################################
# Ugly hack to get the correct OpenFirmware path to our /boot device
echo "/bin/mount /proc ; /usr/sbin/ofpath $BOOT_DEVICE ; /bin/umount /proc" > 
/mnt/uglyYaboot
/bin/chmod +x /mnt/uglyYaboot
YBROOT=`/bin/chroot /mnt /uglyYaboot | awk -F: '{print $2}'`
YBDEV=`/bin/chroot /mnt /uglyYaboot | awk -F: '{print $1}'`
rm /mnt/uglyYaboot
##########################################################################


Did you see any error flashing-up while installing the kernel?
Add 'set -x' after #!/bin/sh would help to debug the problem..

Anyway: Can you send me the output of 'ofpath $BOOT_DEVICE' ?


Other related posts: