Troubleshoot virtual Box installation Mac OS x when the "Hfs:summary table not allowed on FS with block size of 2048" issue occurs
The first thing that happens when you install
Hfs:summary table not allowed on FS withblock size of 2048
Error. Then there is
Hfs:could not initializc summary table Forosx Base System
Error.
At the beginning, I don't know what's going on. Later, I found a post in the search on Yandex. It says it's a CPU problem. Mac OS X 10.9 does not recognize a specific CPU format and can only identify a subset. So, according to the practice in the post, first find the location of virtual box. Open with a command prompt. Then enter this sentence:
C:\programfiles\oracle\virtualbox>vboxmanage.exe MODIFYVM "Mac OS X 10.9"--cpuidset 1 000306a9 00100800 3D9AE3BF Bfebfbff
where "Mac OS X 10.9" is the name of the virtual machine, press ENTER. Then start the virtual machine in the original way.
The post says i3-3220 This CPU ID can be identified by the installation package. So try to use this ID.
Address of the original post: here
Copyright notice: This article blog original articles, blogs, without consent, may not be reproduced.
Troubleshoot virtual Box installation Mac OS x when the "Hfs:summary table not allowed on FS with block size of 2048" issue occurs