This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
在发生这种情况后,启动到旧版本的内核使我能够安全地访问虚拟机。尽管我也耗尽了磁盘空间,需要增加分配给虚拟机的磁盘空间量。
我相信最新版本的 Ubuntu 20.04 内核目前可能无法在 Parallels 上运行。具体来说,
linux-image-5.13.0-35-generic
给我带来了麻烦,启动到linux-image-5.13.0-30-generic
工作正常。我采取的步骤是
Parallels 错误:“Image BSS 与相邻 EFI 内存区域重叠”
Actions >停止
Ubuntu 的高级选项
。选择这个。sudo apt-get purge linux-image-5.13.0-35-generic
。应该指出的是,我有旧的内核版本可用。如果您还先行删除了旧的内核版本,那么我不确定可以做什么。
Booting into an older version of the Kernel allowed me to safely access the VM after this happened to me. Although I also was running out of disk and needed to increase the amount of disk space allocated to the virtual machine.
I believe the latest version of the Ubuntu 20.04 kernel may not work on Parallels for now. Specifically
linux-image-5.13.0-35-generic
gave me trouble and booting intolinux-image-5.13.0-30-generic
worked fine.The steps I took were
Parallels error: "Image BSS overlaps adjacent EFI memory region"
Actions > Stop
Advanced options for Ubuntu
. Select this.sudo apt-get purge linux-image-5.13.0-35-generic
.It should be noted that I had older kernel versions available. If you've also deleted older kernel version preemptively, then I'm not sure what can be done.