-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
今天7.16.2升级7.17后,直接无法启动了,见鬼了 #78
Comments
手动升级出现的问题,望告知原因?也给其他网友一个告诫,谨慎升级 |
改UEFI启动,如果是BIOS启动,需要mount上,重新install一下extlinux,参考脚本 |
因为原版的chr镜像是不支持UEFI,boot分区是ext格式的,重新打包的chr镜像把boot分区改成了fat格式,支持了UEFI启动,但是会导致原来BIOS引导的代码无效,因此增加了extlinux引导bios启动,但是更新的时候又会将引导代码格式化为ext分区的引导代码,而boot分区已经是fat格式,所以会导致无法启动。 |
更新了脚本,生成了legacy-bios版本的chr镜像,引导方式和原始的chr相同,仅支持bios引导。同时生成了支持uefi引导的chr镜像,仅支持uefi引导,不支持bios引导。二选一。 |
今天7.16.2升级7.17后,直接无法启动了,见鬼了
The text was updated successfully, but these errors were encountered: