Windows11 22H2 にアップデートしてから Vmware が困ったことになっていた。Ubuntu Linux は大丈夫なのだが、FreeBSD,Openindiana(OpenSolaris)が正常起動・動作しなくなってしまった。
ネットで調べたり、実験してみたりとしていたら Vmware のコミュニティーに解決方法があった。またぞろ、Windowsをアップした時に勝手に設定を変えてくれていた。
In order to turn off ULM/Hyper-V mode, run the following command at the host in windows command-line with Administrator privileges:
bcdedit /set hypervisorlaunchtype off
Reboot the system to activate your changes.
If you want to go back to Hyper-V mode again, then you can enable it like this:
bcdedit /set hypervisorlaunchtype auto
で解決。正常に復帰した。要は、
bcdedit /set hypervisorlaunchtype off
Reboot the system to activate your changes.
コマンドを管理者権限で実行して再起動し変更を反映させろというもの。
私は元々切っていた。。そして、必要な時にはパラメータを auto に戻せと。トグルして使えということだ。
Microsoftめ。毎度毎度要らんことしやがって。