linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Booting headless PowerMac G5
@ 2010-03-24 10:32 Romain Goyet
  2010-03-24 10:50 ` Benjamin Herrenschmidt
  2010-03-25  9:29 ` Michel Dänzer
  0 siblings, 2 replies; 6+ messages in thread
From: Romain Goyet @ 2010-03-24 10:32 UTC (permalink / raw)
  To: linuxppc-dev

Hi there,


  Here's a summary about "how to boot a PowerMac G5 without a screen
attached". As many people have noticed, default yaboot install won't
boot unless a screen is attached.

  Actually, the workaround is really simple. Thing is, that's the
"ofboot.b" script that messes things up. This script is a "bridge",
that actually either starts yaboot or let you boot off of a CD. I
don't know what's the point, since OpenFirmware already lets you boot
off of the CD by pressing C on boot=E2=80=A6

  So basically, to boot headless, all you have to do is to tell
OpenFirmware to boot straight off the yaboot binary, and to skip the
ofboot.b
Just boot into OpenFirmware (Command-Option-O-F), and type :
setenv boot-device hd:2,yaboot (where 2 is the number of the partition
containing yaboot)
boot

And here you go, you can unplug that useless monitor :-)

References :
http://saintaardvarkthecarpeted.com/blog/archive/2005/02/THE_WINE_OF_BOOT.h=
tml
http://grub.enbug.org/TestingOnPowerPC

By the way, as of writing this, grub2 on PPC from debian gives a "out
of memory" issue. Known bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-03-26 12:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-24 10:32 Booting headless PowerMac G5 Romain Goyet
2010-03-24 10:50 ` Benjamin Herrenschmidt
2010-03-24 16:53   ` Segher Boessenkool
2010-03-25  9:29 ` Michel Dänzer
2010-03-26 10:20   ` Romain Goyet
2010-03-26 12:23     ` Michel Dänzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).