Booting...
SMAP type=01 base=0000000000000000 len=000000000009e000
SMAP type=01 base=0000000001000000 len=000000007f238000
SMAP type=02 base=000000007f338000 len=0000000000160000
SMAP type=03 base=000000007f34e000 len=00000000007f0000
SMAP type=02 base=000000007f3cd000 len=0000000000c33000
SMAP type=02 base=0000000080000000 len=0000000010000000
SMAP type=02 base=00000000fe000000 len=0000000002000000
SMAP type=01 base=0000000100000000 len=000001ff80000000
It doesn't hang. It just takes a very long time because you have a lot of memory.reinhard said:Boot menu was shown but after "Booting" system hangs to reset.
Is FreeBSD installable on this hardware?
Yes, it's doing something but I have no idea what. It does indeed appear that the machine just hangs but it isn't, it does boot after some time. I never noticed the delay at home until I did a project for a company that had servers with 32 GB of memory. It took a massive amount of time before they actually started booting. I can only imagine how long it'll take with 2 TBCrivens said:That sounds reasonable, it takes some time to initialize that amount of data structures to keep track of 2TB worth of pages.
reinhard said:Yes, it loads after more than 20 minutes of waiting. But it isn't normal.
hw.memtest.tests="0"
[amd64, i386, pc98] A loader(8) tunable hw.memtest.tests has been added. This controls whether to perform memory testing at boot time or not. The default value is 1 (perform a memory test).[r224516]
reinhard said:Linux (Debian 7) loads much faster.
Ah! Thank you for pointing that out. Very helpful.User23 said:Try setting in /boot/loader.conf:
Code:hw.memtest.tests="0"
https://www.freebsd.org/releases/9.0R/r ... ailed.html
[amd64, i386, pc98] A loader(8) tunable hw.memtest.tests has been added. This controls whether to perform memory testing at boot time or not. The default value is 1 (perform a memory test).[r224516]