<?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>Christian Krog Madsen &#187; OpenSUSE 11.1</title>
	<atom:link href="http://christian.krog-madsen.dk/category/opensuse-11-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://christian.krog-madsen.dk</link>
	<description>Opinions, thoughts and tips</description>
	<lastBuildDate>Sat, 14 May 2011 16:45:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Recovering from a bad initrd image</title>
		<link>http://christian.krog-madsen.dk/2009/05/11/recovering-from-a-bad-initrd-image/</link>
		<comments>http://christian.krog-madsen.dk/2009/05/11/recovering-from-a-bad-initrd-image/#comments</comments>
		<pubDate>Mon, 11 May 2009 21:16:55 +0000</pubDate>
		<dc:creator>Christian Krog Madsen</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[OpenSUSE 11.1]]></category>

		<guid isPermaLink="false">http://www.krog-madsen.dk/wp/2009/05/11/recovering-from-a-bad-initrd-image/</guid>
		<description><![CDATA[When Linux is booted by the boot loader, it will first load the kernel image (usually /boot/vmlinuz) into memory, followed by the initial boot ramdisk (usually /boot/initrd). If for some reason the initrd image has been corrupted, booting may fail. &#8230; <a href="http://christian.krog-madsen.dk/2009/05/11/recovering-from-a-bad-initrd-image/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When Linux is booted by the boot loader, it will first load the kernel image (usually /boot/vmlinuz) into memory, followed by the initial boot ramdisk (usually /boot/initrd). If for some reason the initrd image has been corrupted, booting may fail. The following procedure can be used to re-generate the initrd image.</p>
<ol>
<li>Make sure the BIOS is set to boot from the optical drive</li>
<li>Insert the OpenSUSE install DVD into the optical drive.</li>
<li>Boot the machine</li>
<li>Select the menu option &#8220;Rescue System&#8221;</li>
<li>When prompted to login, type &#8220;root&#8221;</li>
<li>Mount the Linux root partition, typically something like &#8220;mount -t ext3 /dev/sda1 /mnt&#8221;</li>
<li>If the Linux /boot area is on a separate partition, also mount that into the root partition, f.ex. &#8220;mount -t ext3 /dev/sda2 /mnt/boot&#8221;</li>
<li>Bind the rescue system&#8217;s /dev to the mounted root filesystem with &#8220;mount &#8211;bind /dev /mnt/dev&#8221; &#8211; this will make sure all your device nodes are correct</li>
<li>Chroot to the mounted root filesystem with &#8220;chroot /mnt&#8221;</li>
<li>Mount proc and sys: &#8220;mount /proc&#8221; and &#8220;mount /sys&#8221;</li>
<li>Re-generate initrd image with &#8220;mkinitrd&#8221;</li>
<li>Remove DVD and reboot</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://christian.krog-madsen.dk/2009/05/11/recovering-from-a-bad-initrd-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing GDM theme in OpenSUSE 11.1</title>
		<link>http://christian.krog-madsen.dk/2009/05/11/changing-gdm-theme-in-opensuse-111/</link>
		<comments>http://christian.krog-madsen.dk/2009/05/11/changing-gdm-theme-in-opensuse-111/#comments</comments>
		<pubDate>Mon, 11 May 2009 21:02:29 +0000</pubDate>
		<dc:creator>Christian Krog Madsen</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[OpenSUSE 11.1]]></category>

		<guid isPermaLink="false">http://www.krog-madsen.dk/wp/2009/05/11/changing-gdm-theme-in-opensuse-111/</guid>
		<description><![CDATA[OpenSUSE 11.1 ships with GDM 2.24.x which is a not yet feature-complete rewrite of the original GDM codebase. One consequence of this is that it is no longer possible to customize the login screen using gdmsetup. It is, however, still &#8230; <a href="http://christian.krog-madsen.dk/2009/05/11/changing-gdm-theme-in-opensuse-111/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OpenSUSE 11.1 ships with GDM 2.24.x which is a not yet feature-complete rewrite of the original GDM codebase. One consequence of this is that it is no longer possible to customize the login screen using gdmsetup. It is, however, still possible to customize the background image, icon theme and Gtk theme by editing gconf settings.</p>
<p>The properties for GDM are defined in the distribution-specific gconf settings in /etc/gconf/gconf.xml.vendor/%gconf-tree.xml.</p>
<p>To change the background image, look for:</p>
<blockquote><p> &lt;dir entry=&#8221;background&#8221;&gt;</p>
<p>&#8230;</p>
<p>&lt;entry name=&#8221;picture_filename&#8221; mtime=&#8221;1241629069&#8243; type=&#8221;string&#8221;&gt;</p>
<p>&lt;stringvalue&gt;/usr/share/backgrounds/glass/glass.xml&lt;/stringvalue&gt;</p>
<p>&lt;/entry&gt;</p>
<p>&#8230;</p>
<p>&lt;/dir&gt;</p></blockquote>
<p>Change the string value to the location of the background image you want to use.  This can be either a JPG file or an XML file in the Gnome background slideshow XML format (which does not seem to be documented).</p>
<p>The icon theme and Gtk theme can be similarly modified by editing the properties &#8220;icon_theme&#8221; and &#8220;gtk_theme&#8221; respectively.</p>
]]></content:encoded>
			<wfw:commentRss>http://christian.krog-madsen.dk/2009/05/11/changing-gdm-theme-in-opensuse-111/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

