0%
简介
1 2 3 4 5 6 7 8 9 10 11 12
| 首先 在u盘(Ubuntu非安装模式)用gparted 将老boot盘移动到最左边。
再参考: https://blog.csdn.net/laocaibcc229/article/details/79274412
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
自动找到boot分区后, 点击 :Recommended repair
等待自动修复重启即可。
|