Rodolfo Edgar <sololistasdecor...@gmail.com> wrote: > 2017-07-16 8:53 GMT-05:00, Valery Ushakov <u...@stderr.spb.ru>: >> Rodolfo Edgar <sololistasdecor...@gmail.com> wrote: >> >>> 2017-07-15 20:35 GMT-05:00, Valery Ushakov <u...@stderr.spb.ru>: >>>> Rodolfo Edgar <sololistasdecor...@gmail.com> wrote: >>>> >>>>> I have machine when I am using virtualbox, I use 32 bits operating >>>>> system as Debian, CentOS, FreeBSD, but NetBSD and OpenBSD have >>>>> problem, in this case NetBSD 6.x or 7.x have problem: >>>>> The screenshot about NetBSD and VirtualBox >>>>> >>>>> http://i.imgur.com/RtynhXn.png >>>>> >>>>> I want to use NetBSD, what is the procedure to do NetBSD install >>>>> normally? Thanks you for your reply. >>>> >>>> Do you have VT-x enabled on the host? >>> >>> Is not necesary, because I can run 32 bits machines, currently have >>> my real machine is a Notebook compaq 610, I have operating system 64 >>> bits, my guest all are 32 bits operating system, I have FreeBSD and >>> others 32 bits, it's works, but NetBSD 32 bits nothing :( >> >> What do you mean by "is not necessary"? Do you have VT-x enabled or >> not? > > My machine don't support VT-x, is intel, but i can run 32 bits > operating system as FreeBSD 32 bits, GNU/Linux 32 bits, but NetBSD > nothing :(
Without VT-x enabled VirtualBox fails to run NetBSD by default. This is a VirtualBox limitation, it cannot correctly handle some low-level kernel code that NetBSD uses. IIRC, using --recompile-supervisor flag should help in this case. -uwe