我在lenovo笔记本电脑上使用 Wubi 安装了 Ubuntu 版本 12.10 。当我选择以Ubuntu启动时,出现黑屏并且Ubuntu没有启动。几天前,我把它安装在我的惠普笔记本电脑上,但没有出现这个问题。 怎么了?
答案 0 :(得分:0)
Ubuntu版本12.10
Ubuntu 12.10是EOL。更好地使用12.04,14.04或15.10
使用Wubi
官方五笔版本未得到维护。所以有一些不固定的错误和缺少的功能。我使用here中的社区支持版本。
出现黑屏
这取决于您的硬件。恕我直言黑屏需要GRUB菜单中的一些启动选项。如果您使用五笔,请在选择Ubuntu后立即按SHIFT键。 在GRUB菜单中,您可以按“e”,然后插入引导选项。例如如果您想使用 nomodeset 而不是 quiet splash ,请更改 linux 开头的行
linux /boot/vmlinuz-x.y-0-z-generic root=UUID=01234567890ABCDEDEF loop=/ubuntu/disks/root.disk ro rootflags=sync quiet splash $vt_handoff
到
linux /boot/vmlinuz-x.y-0-z-generic root=UUID=01234567890ABCDEDEF loop=/ubuntu/disks/root.disk ro rootflags=sync nomodeset $vt_handoff
更改此行后,按F10启动。
在安装过程中,如果您看到:
Completing the Ubuntu installation.
For more installation boot options, press 'ESC' now...
你可以按'ESC'来获得GRUB菜单。