PC下安装androidx86一些问题的解决方法,gui start

来源:互联网 发布:java烟台工资一般多少 编辑:程序博客网 时间:2024/05/22 09:40

1、使用UltraISO刻录镜像到U盘安装时出现的问题

启动后停在:syslinux 3.86 2010-04-01 ebios copyright (C)11994-2010 Hpeter Anvim et al

baidu或google中大部分解决方法是修改syslinux.cfg文件。按照说明修改重启后,提示Could not find kernel image: linux。

解决方法:换用Universal-USB-Installer-1.9.4.0工具制造u盘镜像。

2、按照网上通用教程步骤安装后,不能显示界面,屏幕黑屏。

解决方法:android没有相应的显卡驱动,系统已经启动,但不能显示。尝试u盘启动菜单中的其他选项(一共四种模式

   Live CD-Run <span style="background-color: rgb(255, 255, 102);">Android</span> without installation   直接运行<span style="background-color: rgb(255, 255, 102);">android</span>系统;Live CD-<a target=_blank target="_blank" name="baidusnap1" style="color: rgb(51, 102, 153);"></a><span style="background-color: rgb(160, 255, 255);">VESA</span> <a target=_blank target="_blank" name="baidusnap2" style="color: rgb(51, 102, 153);"></a><span style="background-color: rgb(153, 255, 153);">mode</span>    普通视频显示模式;Live CD-Debug <span style="background-color: rgb(153, 255, 153);">mode</span>   调试模式;Installation – install <span style="background-color: rgb(255, 255, 102);">Android</span> to harddisk     将<span style="background-color: rgb(255, 255, 102);">android</span>安装到硬盘上<span style="font-family: 'Microsoft YaHei'; line-height: 25px;">)。使用live cd vesa模式能够进入系统。在启动菜单界面按下tab键,查看</span>Live CD-<a target=_blank target="_blank" name="baidusnap1" class="  " style="color: rgb(51, 102, 153);"></a><span style="background-color: rgb(160, 255, 255);">VESA</span> <a target=_blank target="_blank" name="baidusnap2" class="  " style="color: rgb(51, 102, 153);"></a><span style="background-color: rgb(153, 255, 153);">mode</span>  的参数发现多了<span style="color: rgb(255, 0, 0);"> quiet nomodeset vga=788.</span>把这些参数放置到系统启动参数中。
具体方法:
<span style="line-height: 26px;">选择最后一项(Debug mode),进入命令行界面,</span>
<span style="line-height: 26px;"></span><p style="line-height: 26px;">输入命令:进入到编辑的界面</p><p style="line-height: 26px;"><strong>mount -o remount,rw /mnt </strong></p><p style="line-height: 26px;"><strong>vi /mnt/grub/menu.lst</strong></p><p style="line-height: 26px;"><span style="font-weight: bold;">按i可以进入编辑状态,在启动项中添加</span></p><pre id="best-answer-content" class="reply-text mb10" name="code" style="white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 10px; padding: 0px; font-family: Arial; zoom: 1; background-color: rgb(255, 252, 246);"><span style="color: rgb(255, 0, 0);"> quiet nomodeset vga=788</span>
<span style="color: rgb(255, 0, 0);"><span style="color: rgb(51, 51, 51); line-height: 26px;">按Esc,再输入:wq(注意前面有个是冒号),按回车保存。</span></span>
<span style="color: rgb(255, 0, 0);"><span style="color: rgb(51, 51, 51); line-height: 26px;">重启电脑,可以进入系统了</span></span>
                                             
0 0