[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
What's powerpc-ieee1275's equivalent for chainloader?
From: |
Vax456 |
Subject: |
What's powerpc-ieee1275's equivalent for chainloader? |
Date: |
Fri, 12 Jul 2013 01:31:59 -0400 |
I have a netboot directory for powerpc-ieee1275, which is being used for
old PowerPC Macintosh's. Netbooting into Grub2 works, but I need a way
to boot from the first disk.
On i386 machines, this can be accomplished using:
insmod nativedisk
insmod regexp
for disk in (*); do
set root=${disk}
chainloader +1
if [ $? = 0 ]; then
boot
fi
done
However, PowerPC doesn't have chainloader, so the above won't work. So
what other method can be used for booting on the first disk on PowerPC?
- Installing grub2 with /boot on software raid, Wesley PA4WDH, 2013/07/01
- Re: Installing grub2 with /boot on software raid, Wesley PA4WDH, 2013/07/03
- Re: Installing grub2 with /boot on software raid, Wesley PA4WDH, 2013/07/05
- Re: Installing grub2 with /boot on software raid, Wesley PA4WDH, 2013/07/06
- Re: Installing grub2 with /boot on software raid, Wesley PA4WDH, 2013/07/07
- Re: Installing grub2 with /boot on software raid, Jordan Uggla, 2013/07/10
- What's powerpc-ieee1275's equivalent for chainloader?,
Vax456 <=
- Re: Installing grub2 with /boot on software raid, Wesley PA4WDH, 2013/07/12
- Re: Installing grub2 with /boot on software raid, Wesley PA4WDH, 2013/07/14
- Re: Installing grub2 with /boot on software raid, Wesley PA4WDH, 2013/07/16
- Re: Installing grub2 with /boot on software raid, Wesley PA4WDH, 2013/07/17
- Re: Installing grub2 with /boot on software raid, Jordan Uggla, 2013/07/18
- Re: Installing grub2 with /boot on software raid, Wesley PA4WDH, 2013/07/19