Miguel:
Thank you, that will solve it. This does not match what is found on the
openbsd.org page for installation instructions.
Having gotten in to the system, now I can start X11 with startx and have
set up a .xinitrc file. The window manager is "twm".
Any suggestion on how to change this to xfce4?
Regards,
Robert
On Tue, Aug 25, 2009 at 6:40 PM, RJM<
gandsnut@...> wrote:
> Hello:
> Having followed closely the install and boot-up instructions, I find
> my G3 Mac will not boot OpenBSD 4.5
> Without going into firmware, the Mac boots to a small flashing graphic
> of 2 faces and a question mark on a folder icon.
> Anybody familiar with this and what might be the solution?
You _need_ to go to the firmware. From your (small) description, it
looks like you have installed it using the whole disk. Thus, all you
need to do is, in the firmware prompt, type "boot hd:,ofwboot" and it
should boot.
If you want to boot directly, in the firmware you can:
setenv auto-boot? true
setenv boot-device hd:,ofwboot
Take a look at the INSTALL.macppc file
(ftp://ftp.openbsd.org/pub/OpenBSD/4.5/macppc/INSTALL.macppc).
--