<?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>Notes &#187; update</title>
	<atom:link href="http://alexpb.com/notes/articles/tag/update/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexpb.com/notes</link>
	<description></description>
	<lastBuildDate>Sun, 20 May 2012 00:39:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Broken Ubuntu Karmic: How To apt-get upgrade Using The LiveCD</title>
		<link>http://alexpb.com/notes/articles/2009/09/15/broken-ubuntu-how-to-apt-get-upgrade-using-the-livecd/</link>
		<comments>http://alexpb.com/notes/articles/2009/09/15/broken-ubuntu-how-to-apt-get-upgrade-using-the-livecd/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 00:01:29 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[livecd]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=671</guid>
		<description><![CDATA[If your Ubuntu installation (or any other linux distribution that has a liveCD) is broken and can&#8217;t boot because of a faulty update, you can try to update your installation after booting from the LiveCD. Start a terminal and use these commands (/dev/sda2 might need to be changed to match your configuration, you can use [...]]]></description>
			<content:encoded><![CDATA[<p>If your Ubuntu installation (or any other linux distribution that has a liveCD) is broken and can&#8217;t boot because of a faulty update, you can try to update your installation after booting from the LiveCD.</p>
<p>Start a terminal and use these commands (/dev/sda2 might need to be changed to match your configuration, you can use fdisk to figure out which partition is your main one):</p>
<p><code>sudo mkdir /media/karmic<br />
sudo mount /dev/sda2 /media/karmic<br />
sudo mount -o bind /proc /media/karmic/proc<br />
sudo mount -o bind /dev /media/karmic/dev/<br />
sudo cp  /etc/resolv.conf /media/karmic/etc/resolv.conf<br />
sudo chroot /media/karmic apt-get update<br />
sudo chroot /media/karmic apt-get upgrade<br />
sudo chroot /media/karmic apt-get dist-upgrade</code></p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2009/09/15/broken-ubuntu-how-to-apt-get-upgrade-using-the-livecd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Xorg Broken After Kernel Update and Reboot Because of Nvidia Driver</title>
		<link>http://alexpb.com/notes/articles/2009/09/14/linux-xorg-broken-after-kernel-update-and-reboot-because-of-nvidia-driver/</link>
		<comments>http://alexpb.com/notes/articles/2009/09/14/linux-xorg-broken-after-kernel-update-and-reboot-because-of-nvidia-driver/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 01:37:54 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://alexpb.com/notes/?p=669</guid>
		<description><![CDATA[Re: help!! the last update broke my boot press alt+printscreen+r (to release the keyboard from the Xserver) then hit crtl+alt+F1 (and log in) sudo pico /etc/X11/xorg.conf and change the lines that says Section "Device" Driver "nvidia" to Section "Device" Driver "nv" Save the file and then issue the startx command or just reboot. That should [...]]]></description>
			<content:encoded><![CDATA[<h3>Re: help!! the last update broke my boot</h3>
<ol>
<li>press alt+printscreen+r (to release the keyboard from the Xserver)</p>
</li>
<li>then hit crtl+alt+F1  (and log in)</li>
<li>sudo pico /etc/X11/xorg.conf and change the lines that says<br />
<code>Section "Device"<br />
Driver "nvidia"</code></li>
<li>
<p>to</p>
<p><code>Section "Device"<br />
Driver "nv"</code></li>
<li>
<p>Save the file and then issue the startx command or just reboot. That should get your desktop up and running, minus any hardware acceleration (e.g.: for compiz or video games).</p>
</li>
</ol>
<p>Hope that helps and I hope the nvidia driver was opens source!</p>
<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=1265224&#038;page=3">http://ubuntuforums.org/showthread.php?t=1265224&#038;page=3</a>.</p>
<p>Note: I was updating my Ubuntu Karmic Alpha 5 machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexpb.com/notes/articles/2009/09/14/linux-xorg-broken-after-kernel-update-and-reboot-because-of-nvidia-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

