On 04.10.18 13:34, Alex McKeever wrote:
Subject says it all, that and it inverts the boot selector when selected.
Tested it on my eMac G4 1.25 GHz (Retail). Last version of FreeBSD that works
for me is 11.1, as 11.2 doesn’t boot all the way (hangs on cryptosoft0)
What image did you try? ALPHA
Ken Smith wrote:
On Wed, 2009-07-08 at 22:01 +0200, Andreas Tobler wrote:
I was successful in installing the image, although, a few packages did
not install. I did a kern developer package. I guess the packages are
missing on the .img?
Correct, no packages with BETA1. It's probabl
Ken Smith wrote:
The amd64 and i386 architectures include a file named:
8.0-BETA1--memstick.img
If you copy that to a USB memory stick newer machines should be able to
boot from it and use it to install from. Note that you need to
overwrite the contents of the memory stick completely,
Horst Günther Burkhardt III wrote:
(also, why doesn't make buildworld pick up from where it left off?)
I think this intentional, but you can pass -DNO_CLEAN to your make
command and buildworld should continue where it failed.
make -DNO_CLEAN buildworld
Andreas