Guest: FreeBSD 7.0
Host: Windows Vista
System: Dell, with Dell bios
(anyone with any other system, please test and report)
- VT-x hardware acceleration => ON
- No sig-return encountered, while running 2 big make jobs
What you need to do:
* setup
- choose the right network adapter. the default doesn't work, I use the intel 1000 desktop
* For Installation:
- Switch off VT-x
- do *not* use your keyboard during the boot process. Just wait for the menu to count down
* Once installed
- edit your /boot.loader.rc
all you need is: "include /boot/loader.4th" and "start"
remove:
"check password": so I am not sure it causes any harm to leave it in?
"include .. beatie", "beastie-start"
=> beastie is the 2nd boot menu (with, withou ACPI, singl uesr,...) and this is what will kill your VT-x
- in your boot/loader.conf you may wan to enter
kern.hz=100
or even 50, to save some cpu time spend in the kernel? (I just took that hint from other posts)
- boot0cfg -t 15 /dev/xxxx
=> since you *must* not use the kbd, during boot up (once VT-x is on), it will be nice to reduce the wait time.
*** Thats it
Before you start next time, switch on VT-x (you may also have to enable in your bios, some bioses disable it). In VBox, you must switch it on twice: general setting, machine settings.
- I haven't tested running an x-server inside the guest, since my X runs on the host, and the guest connects to it.
- au contraire to other reports, it varaible sized "vdi" disk files work fine. (I do however use a smal fixed sized one for the swap space)
Hope this helps. Any feedback is welcome, Any test reports with differnet setup are welcome

