<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TBD &#8211; bhzhuOS爱好者(原StartOS爱好者)</title>
	<atom:link href="https://www.bhzhu203.com/tag/tbd/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.bhzhu203.com</link>
	<description>QQ群号125732839</description>
	<lastBuildDate>Thu, 28 Apr 2016 07:02:21 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.7</generator>
	<item>
		<title>Start OS 安装黑屏（花屏）的解决方法</title>
		<link>https://www.bhzhu203.com/2016/04/28/start-os-%e5%ae%89%e8%a3%85%e9%bb%91%e5%b1%8f%ef%bc%88%e8%8a%b1%e5%b1%8f%ef%bc%89%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95/</link>
		
		<dc:creator><![CDATA[bhzhu203]]></dc:creator>
		<pubDate>Thu, 28 Apr 2016 07:02:21 +0000</pubDate>
				<category><![CDATA[linux知识]]></category>
		<category><![CDATA[ESC]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[TBD]]></category>
		<guid isPermaLink="false">http://www.bhzhu203.com/?p=164</guid>

					<description><![CDATA[Start OS 安装黑屏（花屏）的解决方法 本帖最后由 bhzhu203 于  [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Start OS 安装黑屏（花屏）的解决方法<br />
本帖最后由 bhzhu203 于 2012-7-21 16:18 编辑</p>
<p>许多新手安装OS4、5或进入LiveCD模式的时候，出现安装黑屏、花屏的现象，不能继续下去</p>
<p>这是因为不兼容显卡的缘故，大部分是开源显卡驱动不能正确驱动独立显卡之类的。</p>
<p>在OS5一般的解决方法是，把独显拆下来，利用板载集显安装成功OS5，之后启动菜单会出现“图形修复模式”。插入独显，进入“图形修复模式”再安装独显驱动。</p>
<p>不过，可以不用这么麻烦，在引导里加上 nomodeset 参数就行。</p>
<p>1.光盘安装</p>
<p>进入光盘界面时，按下F6 ”其它选项” nomodeset</p>
<p>[attachment=2500338]</p>
<p>2.LiveCD安装方法（win下wubi安装）<br />
win中首先 我的电脑-工具-文件夹选项-查看-取消选中 “不显示隐藏的文件和文件夹”“隐藏保护的操作系统文件”确定，以显示配置文件<br />
在安装的那个盘找到ylmfos-loop（os5）的文件夹， installbootgrubgrub.cfg 依次找到install、boot、grub文件夹 ，右键以记事本打开，编辑grub.cfg 里面的内容。找到 vga=788 quiet splash 的字段，在中间插入nomodeset ，变成vga=788 nomodeset quiet splash</p>
<p>如</p>
<p>#This file is modified at runtime by bootmenu.nsh</p>
<p>set default=0<br />
echo &#8220;Completing the Ylmf OS installation.&#8221;<br />
echo &#8220;For more installation boot options, press `ESC&#8217; now&#8230;&#8221;<br />
if sleep &#8211;verbose &#8211;interruptible 1 ; then<br />
set timeout=0<br />
fi<br />
echo</p>
<p># TBD try to boot directly from kernel/initrd within the ISO via the grub2 loop module</p>
<p>search -s -f -n /ylmfos-loop/install/boot/vmlinuz</p>
<p>menuentry &#8220;Ylmf OS(hd mode)&#8221; {<br />
linux /ylmfos-loop/install/boot/vmlinuz iso-scan/filename=/ylmfos-loop/install/installation.iso install-automatic noprompt vga=788 nomodeset quiet splash boot=casper ro locale=zh_CN.UTF-8 layoutcode=us variantcode= &#8212; rootflags=syncio<br />
initrd /ylmfos-loop/install/boot/initrd.img<br />
}</p>
<p>修改后保存，重启win即可</p>
<p>3.U盘启动安装方法<br />
这里举unetbootin U盘启动工具为例子。<br />
unetbootin会在U盘根目录产生 syslinux.cfg 文件，在里面插入nomodeset 就可以了。<br />
如<br />
default menu.c32<br />
prompt 0<br />
menu title UNetbootin<br />
timeout 100<br />
label unetbootindefault<br />
menu label Default<br />
kernel /ubnkern<br />
append initrd=/ubninit boot=casper vga=788 nomodeset quiet splash &#8212;<br />
label ubnentry0<br />
menu label ^Try Ylmf OS without installing<br />
kernel /casper/vmlinuz<br />
append initrd=/casper/initrd.img boot=casper vga=788 nomodeset quiet splash &#8212;<br />
label ubnentry1<br />
menu label ^Install Ylmf OS<br />
kernel /casper/vmlinuz<br />
append initrd=/casper/initrd.img boot=casper install-nodesktop vga=788 nomodeset quiet splash &#8212;<br />
label ubnentry2<br />
menu label ^Check disc for defects<br />
kernel /casper/vmlinuz<br />
append initrd=/casper/initrd.img boot=casper integrity-check vga=788 nomodeset quiet splash &#8212;<br />
label ubnentry3<br />
menu label Test ^memory<br />
kernel /install/mt86plus<br />
append initrd=/ubninit<br />
label ubnentry4<br />
menu label Run ^DiskGenius<br />
kernel /install/memdisk<br />
append initrd=/install/dg345dos.img<br />
label ubnentry5<br />
menu label ^Boot from first hard disk<br />
kernel /ubnkern<br />
append initrd=/ubninit</p>
<p>unetbootin下载地址：http://www.vdisk.cn/down/index/9442088</p>
<p>安装系统成功后，应尽快安装好独显的驱动。win下安装的，安装完显卡驱动后，应该去掉nomodeset，恢复正常分辨率</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
