Re: FreeBSD 12 PowerPC won’t boot at all.

2018-10-05 Thread Andreas Tobler
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

Re: FreeBSD 8.0-BETA1 Available

2009-07-09 Thread Andreas Tobler
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

Re: FreeBSD 8.0-BETA1 Available

2009-07-08 Thread Andreas Tobler
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,

Re: [7-STABLE] failure during buildworld

2009-02-10 Thread Andreas Tobler
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