FreeNas on HyperV
posted Sep 16, 2015, 10:48 PM by Eric Bucklin
So far not fun...Here is how far I have gone:
And rebooting...
And Fatal Trap 9... meh
Ok here is how it shakes out, locate this you will need to edit both to install and then on reboot you will need to do this again. Then Follow the re-posted sub-reddit.
set kFreeBSD.vfs.mountroot.timeout=
set kFreeBSD.hw.clflush_disable=1
And add this above as you see it, minus the highlights.
Boot the VM
//More to follow.
You're right! For FreeNAS it's possible to press 'e' while the grub menu is on the screen, add 'set kFreeBSD.hw.clflush_disable=1' after 'set kFreeBSD.vfs.mountroot.timeout=...' and press 'F10', then 'Enter'. When the menu appears it's better to press '9', type 'ifconfig de0 down', press 'Enter', type 'ifconfig de0 up', 'Enter'. You may add 'set ...' to grub.cfg: type 'nano /boot/grub/grub.cfg', press 'Enter' and add the line to the proper position, save the file ('Ctrl+X','Y'). Then type 'exit' and press 'Enter'.
|
Comments
Post a Comment