我删除了安装 ubuntu 14.04 LTS 的分区卷。现在我无法访问 Windows

我删除了安装 ubuntu 14.04 LTS 的分区卷。现在我无法访问 Windows

我卡在 grub 救援界面。我尝试从实时 USB 启动 Ubuntu,然后执行以下操作

sudo app-apt-repository ppa:yannubuntu/boot-repair

出现这个错误。

Please check that the PPA name or format is correct.

答案1

您使用了错误的命令 - 正确的命令是:

sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair  

参考

注意:当您确实删除了 Ubuntu 系统分区时,最好重新安装 Ubuntu。

相关内容