我在闪存上下载了 Ubuntu 14.04,然后在 USB 驱动器上运行 Ubuntu 时删除了 Windows。经过研究,我发现我在 USB 驱动器上下载了 grub。我尝试了基本命令来修复它,这是我目前的结果
sudo grub-install /dev/sda
Installing for i386-pc platform.
grub-install: error: failed to get canonical path of `/cow'.
请帮忙!我需要知道如何做,因为我正在尝试在不使用 USB 的情况下启动 Ubuntu。我尝试下载网启动。我的结果是:
以下信息可能有助于解决该情况:
以下软件包具有未满足的依赖性:
unetbootin:依赖:p7zip-full 但无法安装
推荐:extlinux 但无法安装
推荐:unetbootin-translations 但不会安装
E:无法纠正问题,您持有损坏的软件包。
答案1
尝试启动修复
“Boot-Repair” 是一个小型图形工具,用于修复常见的启动问题。安装方法:
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && (boot-repair &)