Ubuntu引导修复
装双系统时(ubuntu在移动硬盘,windows在笔记本电脑),把ubuntu的引导文件装在了笔记本电脑,导致移动硬盘只能插在该电脑上能用,插到其他电脑上就进不去ubuntu。
需要修复ubuntu引导。
打开终端,输入
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair
装双系统时(ubuntu在移动硬盘,windows在笔记本电脑),把ubuntu的引导文件装在了笔记本电脑,导致移动硬盘只能插在该电脑上能用,插到其他电脑上就进不去ubuntu。
需要修复ubuntu引导。
打开终端,输入
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair