环境和工具
教程可参考:VMware Ubuntu安装详细过程(非常靠谱)
[因为我的安装过程不是十分顺利,这个安装教程很不错,刚好版本都和我安装的一致;不过这篇教程之前我走了点弯路...]
下面是我遇到的安装总结及问题:
(划重点:装所有系统的镜像文件都要注意这个问题,考虑VM和镜像文件之间的兼容性)
比如:启动到一半,黑屏,屏幕上提示kernel panic错误:end kernel panic - not syncing:corrupted stack end detected inside scheduler
常见的还有以下:
(1)Kernel panic-not syncing fatal exception in interrupt
(2)kernel panic - not syncing: Attempted to kill the idle task!
(3)kernel panic - not syncing: killing interrupt handler!
(4)Kernel Panic - not syncing:Attempted to kill init !
再比如:进入了一个无法深度发展的图形化界面,
根据我的百度搜索经验和不懈的尝试,有以下可能解决问题的3个操作供你尝试:(操作间无关联)
1. 确认VMware版本和虚拟机镜像版本兼容性!!!
2. 修改配置文件:在你保存的这个虚拟机的目录下找到.vmx后缀的,用记事本打开将 firmware = "efi" 变成 firmware = "bios"
3. 编辑虚拟机,显示器设置里去掉3D图形前面的勾选
最后贴张我的Ubuntu桌面hiahiahia~ 也祝你好运呀!??
原文:https://www.cnblogs.com/codecheng/p/9694538.html