1
19.1 Legacy Series / Re: problems updating to 19.1 on a Freebsd 12p3 bhyve VM, also with bhyveload
« on: February 06, 2019, 08:39:00 pm »If you're using FreeBSD as the host, make sure you're passing in the -w option to ignore unimplemented MSRs.
I use churchers/vm-bhyve to manage vm's. Looking at the sources, there is a config parameter called 'ignore_bad_msr' witch translates on that -w parameter. After adjust the config, log reports: [bhyve options: -c 4 -m 2G -AHPw .... it was '-AHP' before, without that 'w' you suggested .
Now it works here flawlessly. Thanks a lot!.