<?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>kernel &#8211; Luxing Huang</title>
	<atom:link href="https://luxing.im/tag/kernel/feed/" rel="self" type="application/rss+xml" />
	<link>https://luxing.im</link>
	<description>Thoughs and things</description>
	<lastBuildDate>Tue, 11 Mar 2014 11:41:32 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
<site xmlns="com-wordpress:feed-additions:1">58771605</site>	<item>
		<title>Fedora 20 Hangs on Booting screen on Lenovo IdeaPad Y510P</title>
		<link>https://luxing.im/fedora-20-hangs-on-booting-screen-on-lenovo-ideapad-y510p/</link>
					<comments>https://luxing.im/fedora-20-hangs-on-booting-screen-on-lenovo-ideapad-y510p/#respond</comments>
		
		<dc:creator><![CDATA[Luxing Huang]]></dc:creator>
		<pubDate>Tue, 11 Mar 2014 11:41:32 +0000</pubDate>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[y510p]]></category>
		<guid isPermaLink="false">http://blog.luxing.im/?p=312</guid>

					<description><![CDATA[This problem has been sometime for me. Bumblebee-nvidia is used for graphical applications. No matter what kernel version I use, the first boot after a complete shutdown the computer would freeze on plymouth screen, I&#8217;d have to manually hit ctrl+alt+del to reboot and then it could load into X. During booting, you could press any &#8230; <p class="link-more"><a href="https://luxing.im/fedora-20-hangs-on-booting-screen-on-lenovo-ideapad-y510p/" class="more-link">Continue reading<span class="screen-reader-text"> "Fedora 20 Hangs on Booting screen on Lenovo IdeaPad Y510P"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>This problem has been sometime for me. Bumblebee-nvidia is used for graphical applications. No matter what kernel version I use, the first boot after a complete shutdown the computer would freeze on plymouth screen, I&#8217;d have to manually hit ctrl+alt+del to reboot and then it could load into X.<br />
<span id="more-312"></span><br />
During booting, you could press any arrow key to go to &#8220;noisy&#8221; screen to see live status of everything. There&#8217;s a message like this:</p>
<pre>(6 of 8) A start job is running for Wait for Plymouth Boot Screen to Quit...</pre>
<p>I noticed that it&#8217;s about the plymouth booting module which hangs at boot and maybe it&#8217;s that which causes kernel loops and gdm fails. Here is my solution of workaround.</p>
<pre>sudo yum remove plymouth</pre>
<p>Edit /etc/defaults/grub, remove &#8220;quiet&#8221; from &#8220;GRUB_CMDLINE_LINUX&#8221;, re-configure grub.cfg at /boot/efi/EFI/fedora by </p>
<pre>grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg</pre>
<p>Reboot.</p>
<p>Now you don&#8217;t see a plymouth booting screen, instead you see a lot of logs are generated it makes you look geeky. Booting doesn&#8217;t hang any more.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://luxing.im/fedora-20-hangs-on-booting-screen-on-lenovo-ideapad-y510p/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">312</post-id>	</item>
		<item>
		<title>Boot into new kernel in Fedora 19</title>
		<link>https://luxing.im/boot-into-new-kernel-in-fedora-19/</link>
					<comments>https://luxing.im/boot-into-new-kernel-in-fedora-19/#respond</comments>
		
		<dc:creator><![CDATA[Luxing Huang]]></dc:creator>
		<pubDate>Fri, 04 Oct 2013 11:48:46 +0000</pubDate>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[kernel]]></category>
		<guid isPermaLink="false">http://blog.luxing.im/?p=22</guid>

					<description><![CDATA[Since kernel 3.10, everytime I did a kernel upgrade, my fedora just wouldn&#8217;t boot into this new kernel. Also I have previously set my TIMEOUT to 0, which means I won&#8217;t have a choice during boot. The problem is not big nor severe, but it did took me some time to figure how. grub2 in &#8230; <p class="link-more"><a href="https://luxing.im/boot-into-new-kernel-in-fedora-19/" class="more-link">Continue reading<span class="screen-reader-text"> "Boot into new kernel in Fedora 19"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="alignleft" alt="" src="http://fedoraproject.org/static/images/fedora-logo.png" width="155" height="45" />Since kernel 3.10, everytime I did a kernel upgrade, my fedora just wouldn&#8217;t boot into this new kernel. Also I have previously set my TIMEOUT to 0, which means I won&#8217;t have a choice during boot.</p>
<p>The problem is not big nor severe, but it did took me some time to figure how.</p>
<p><span id="more-22"></span></p>
<p>grub2 in Fedora is a little bit different with grub in CentOS. In CentOS you could upgrade your kernel and boot into this new kernel automatically after reboot, whereas in Fedora you need to adjust the grub.cfg file manually.</p>
<p>The step was simple enough but it took me some time to look for the <a title="Grub2 on Fedora" href="https://fedoraproject.org/wiki/GRUB_2#Updating_GRUB_2_configuration_on_UEFI_systems" target="_blank">documents</a>.</p>
<p>All I needed was to change the default TIMEOUT to 5 and another line of command: Using root&#8217;s privilege and modify /etc/defaults/grub, set the timeout to 5 and do a grub2 reconfiguration:</p>
<pre>grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg</pre>
<p>And that&#8217;s it! Enjoy your new kernel!</p>
<p>You may need the same steps when you compile, upgrade and/or install your custom/new kernel.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://luxing.im/boot-into-new-kernel-in-fedora-19/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">22</post-id>	</item>
	</channel>
</rss>
