如何解决此错误?
An operating system wasn't found .Try disconnecting contain an operating system
Press Ctrl+Alt+Del to restart
硬盘分区后该如何修复这个问题呢?
答案1
这通常是由于覆盖或删除 MBR/GRUB 引起的,MBR/GRUB 会告诉计算机操作系统在哪里以及从哪里启动它们。
如果你已经分区,那么你可能会覆盖 GRUB 文件,这是很常见的情况。我自己就做过一次。
修复取决于您是否已安装操作系统。
如果你这样做:
- 启动 LiveCD/USB 并运行 GRUB Boot Repair。如果你用 Google 搜索,会出现大量结果,其中有几个是教程。
您可以在此处下载包含该内容的 ISO:http://sourceforge.net/p/boot-repair-cd/home/Home/或将其下载/安装到 Ubuntu LiveCD 中。如果您使用的是 Ubuntu LiveCD,请继续阅读。如果您使用的是包含它的 ISO,请跳至步骤 2,其中介绍了修复过程。
1 如何在 Ubuntu LiveCD 中安装启动修复:
在 Ubuntu live-CD 或 live-USB 上启动您的计算机。
选择“试用 Ubuntu”
连接互联网
打开一个新的终端,然后输入:
sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
按 Enter 键。
然后输入:
sudo apt-get install -y boot-repair && (boot-repair &)
- 按Enter
2. 如何运行启动修复:
一旦你有它,要修复引导记录,请像这样运行它:
建议修复
launch Boot-Repair from either : the Dash (the Ubuntu logo at the top-left of the screen) or System->Administration->Boot-Repair menu (Ubuntu 10.04 only) or by typing `boot-repair` in a terminal Then click the <kbd>Recommended</kbd> repair" button. When repair is finished, note the URL (paste.ubuntu.com/XXXXX) that appeared on a
纸,然后重新启动并检查您是否恢复了对操作系统的访问。如果修复不成功,请通过电子邮件或论坛向帮助您的人提供 URL。
如果没有安装操作系统,只需安装一个新的 Ubuntu!这将写入新的 GRUB 文件,并且应该可以消除此错误!