当我从 CD 安装后尝试启动时出现此信息:
GNU GRUB version 1.99-21ubuntu 3.14
Minimal BASH-like line editing is supported. For the first word, TAB lists possible
command completions. Anywhere else TAB lists possible device or file completions.
grub>
答案1
最有可能的是,您将 GRUB 安装在了错误的位置。
您需要在 MBR 中拥有 GRUB 启动代码,这是必须的,因为它会被加载。但这需要指向包含其余 GRUB 代码(包括菜单)的有效分区。要么它指向了错误的位置,要么发生了变化。
可以使用 Super Grub Disk、启动修复盘或 Ubuntu live CD。
我相信您可以找到许多教程,其中很多都在 askubuntu.com 上。