<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Moving your Linux root partition to software RAID</title>
	<atom:link href="http://www.tolaris.com/2008/10/01/moving-your-linux-root-partition-to-raid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tolaris.com/2008/10/01/moving-your-linux-root-partition-to-raid/</link>
	<description>When the going gets tough, the tough sniff packets.</description>
	<lastBuildDate>Fri, 03 Feb 2012 05:29:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tyler Wagner</title>
		<link>http://www.tolaris.com/2008/10/01/moving-your-linux-root-partition-to-raid/comment-page-1/#comment-1409</link>
		<dc:creator>Tyler Wagner</dc:creator>
		<pubDate>Wed, 18 Jan 2012 10:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tolaris.com/blog/?p=13#comment-1409</guid>
		<description>I&#039;ve updated the guide to support GRUB 1 and 2. Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the guide to support GRUB 1 and 2. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebDawg</title>
		<link>http://www.tolaris.com/2008/10/01/moving-your-linux-root-partition-to-raid/comment-page-1/#comment-1408</link>
		<dc:creator>WebDawg</dc:creator>
		<pubDate>Wed, 18 Jan 2012 03:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tolaris.com/blog/?p=13#comment-1408</guid>
		<description>Quote:
&quot;
Edit /boot/grub/menu.list and find the line like this:

# kopt=root=UUID=9e299378-de65-459e-b8b5-036637b7ba93 ro

Replace the UUID with the one you just found. Leave the line commented, and save the file. Now rebuild menu.lst to use the new UUID:
&quot;

You want to edit the /boot/grub/grub.cfg and replace the many UID entries there instead.

I may still keep the old instructions for the old grub though?</description>
		<content:encoded><![CDATA[<p>Quote:<br />
&#8221;<br />
Edit /boot/grub/menu.list and find the line like this:</p>
<p># kopt=root=UUID=9e299378-de65-459e-b8b5-036637b7ba93 ro</p>
<p>Replace the UUID with the one you just found. Leave the line commented, and save the file. Now rebuild menu.lst to use the new UUID:<br />
&#8221;</p>
<p>You want to edit the /boot/grub/grub.cfg and replace the many UID entries there instead.</p>
<p>I may still keep the old instructions for the old grub though?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Wagner</title>
		<link>http://www.tolaris.com/2008/10/01/moving-your-linux-root-partition-to-raid/comment-page-1/#comment-1404</link>
		<dc:creator>Tyler Wagner</dc:creator>
		<pubDate>Tue, 17 Jan 2012 08:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tolaris.com/blog/?p=13#comment-1404</guid>
		<description>Excellent. Perhaps you&#039;d be so kind as to write updated commands for Grub 2? I&#039;ll edit the post to include them.</description>
		<content:encoded><![CDATA[<p>Excellent. Perhaps you&#8217;d be so kind as to write updated commands for Grub 2? I&#8217;ll edit the post to include them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebDawg</title>
		<link>http://www.tolaris.com/2008/10/01/moving-your-linux-root-partition-to-raid/comment-page-1/#comment-1403</link>
		<dc:creator>WebDawg</dc:creator>
		<pubDate>Mon, 16 Jan 2012 23:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tolaris.com/blog/?p=13#comment-1403</guid>
		<description>A gem among the internet sir.  I am going to clone this on my wiki for personal storage (with a link to this site!) but this saved me alot of time.

The newer grub has a different file though.  grub.cfg if I remember.

Still.  Perfect.</description>
		<content:encoded><![CDATA[<p>A gem among the internet sir.  I am going to clone this on my wiki for personal storage (with a link to this site!) but this saved me alot of time.</p>
<p>The newer grub has a different file though.  grub.cfg if I remember.</p>
<p>Still.  Perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Wagner</title>
		<link>http://www.tolaris.com/2008/10/01/moving-your-linux-root-partition-to-raid/comment-page-1/#comment-676</link>
		<dc:creator>Tyler Wagner</dc:creator>
		<pubDate>Thu, 11 Aug 2011 09:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tolaris.com/blog/?p=13#comment-676</guid>
		<description>Thank you for the tip, Kevin. You are correct; my procedure isn&#039;t concerned with hard links, extended attributes, or ACLs. Add &quot;-HXA&quot; to rsync to get them, but it will be slower. My exclusions list avoids the expected locations of weird things, but it would be bad if someone mounted a drive in an unexpected place.

The reason I use rsync is so that I can run it multiple times, right up until the switchover, for minimum downtime and no loss of data between when the copy is run, and swapping over. My procedure can be run on a live system right up until the final rsync.

I&#039;m amused to see that dump is no longer installed by default on Ubuntu.</description>
		<content:encoded><![CDATA[<p>Thank you for the tip, Kevin. You are correct; my procedure isn&#8217;t concerned with hard links, extended attributes, or ACLs. Add &#8220;-HXA&#8221; to rsync to get them, but it will be slower. My exclusions list avoids the expected locations of weird things, but it would be bad if someone mounted a drive in an unexpected place.</p>
<p>The reason I use rsync is so that I can run it multiple times, right up until the switchover, for minimum downtime and no loss of data between when the copy is run, and swapping over. My procedure can be run on a live system right up until the final rsync.</p>
<p>I&#8217;m amused to see that dump is no longer installed by default on Ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kjw</title>
		<link>http://www.tolaris.com/2008/10/01/moving-your-linux-root-partition-to-raid/comment-page-1/#comment-674</link>
		<dc:creator>kjw</dc:creator>
		<pubDate>Thu, 11 Aug 2011 05:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tolaris.com/blog/?p=13#comment-674</guid>
		<description>rather than rsync, I recommend dump.  It&#039;ll properly transfer everything on your disk, like extended security attributes, and hard linked files, and automatically avoid anything weird.  Just precede this with a mkfs, and you can be sure that everything is clean (dump&#124;restore does not delete files, only add them)

cd /
dump -0 -f - / &#124; (cd /mnt &amp;&amp; restore -rf -)</description>
		<content:encoded><![CDATA[<p>rather than rsync, I recommend dump.  It&#8217;ll properly transfer everything on your disk, like extended security attributes, and hard linked files, and automatically avoid anything weird.  Just precede this with a mkfs, and you can be sure that everything is clean (dump|restore does not delete files, only add them)</p>
<p>cd /<br />
dump -0 -f &#8211; / | (cd /mnt &amp;&amp; restore -rf -)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Radick</title>
		<link>http://www.tolaris.com/2008/10/01/moving-your-linux-root-partition-to-raid/comment-page-1/#comment-161</link>
		<dc:creator>Don Radick</dc:creator>
		<pubDate>Wed, 07 Apr 2010 21:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tolaris.com/blog/?p=13#comment-161</guid>
		<description>Thanks for the very informative guide!
I recently had to move my root file system from one pair of Raid1 disks to another pair of Raid1 disks, and was totally non-plussed to find that although grub appeared to be working, I would get dumped into a BusyBox prompt by initramfs.
Although the BusyBox prompt didn&#039;t say, I found I could run mdadm from there, and found that the UUID of the Raid1 filesystem was different from the new one I had prepared.
After a bit of googing, I found this page which pointed me in the direction of a fix.
Using your chroot method and update-initramfs worked like a charm.

gracia amigo.</description>
		<content:encoded><![CDATA[<p>Thanks for the very informative guide!<br />
I recently had to move my root file system from one pair of Raid1 disks to another pair of Raid1 disks, and was totally non-plussed to find that although grub appeared to be working, I would get dumped into a BusyBox prompt by initramfs.<br />
Although the BusyBox prompt didn&#8217;t say, I found I could run mdadm from there, and found that the UUID of the Raid1 filesystem was different from the new one I had prepared.<br />
After a bit of googing, I found this page which pointed me in the direction of a fix.<br />
Using your chroot method and update-initramfs worked like a charm.</p>
<p>gracia amigo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tyler</title>
		<link>http://www.tolaris.com/2008/10/01/moving-your-linux-root-partition-to-raid/comment-page-1/#comment-104</link>
		<dc:creator>tyler</dc:creator>
		<pubDate>Thu, 29 Oct 2009 22:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tolaris.com/blog/?p=13#comment-104</guid>
		<description>Hi Mudgen,

What&#039;s the exact command with mkinitrd?  Any switches?  It would be good to have it here.</description>
		<content:encoded><![CDATA[<p>Hi Mudgen,</p>
<p>What&#8217;s the exact command with mkinitrd?  Any switches?  It would be good to have it here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mudgen</title>
		<link>http://www.tolaris.com/2008/10/01/moving-your-linux-root-partition-to-raid/comment-page-1/#comment-102</link>
		<dc:creator>Mudgen</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tolaris.com/blog/?p=13#comment-102</guid>
		<description>What a great post!  I&#039;m actually familiar with all the pieces, but it&#039;s terrific to have them put together in a road map.
Surprised the original Centos poster did not call out that the update-initramfs equivalent on Redhat/Centos/Fedora would be mkinitrd.</description>
		<content:encoded><![CDATA[<p>What a great post!  I&#8217;m actually familiar with all the pieces, but it&#8217;s terrific to have them put together in a road map.<br />
Surprised the original Centos poster did not call out that the update-initramfs equivalent on Redhat/Centos/Fedora would be mkinitrd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Help setting up LinuxRAID-1 in opensuse 11.1 - Page 2 - openSUSE Forums</title>
		<link>http://www.tolaris.com/2008/10/01/moving-your-linux-root-partition-to-raid/comment-page-1/#comment-71</link>
		<dc:creator>Help setting up LinuxRAID-1 in opensuse 11.1 - Page 2 - openSUSE Forums</dc:creator>
		<pubDate>Sun, 05 Jul 2009 15:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tolaris.com/blog/?p=13#comment-71</guid>
		<description>[...] if this go well.  I have find this next 2 pages: Fundaci</description>
		<content:encoded><![CDATA[<p>[...] if this go well.  I have find this next 2 pages: Fundaci</p>
]]></content:encoded>
	</item>
</channel>
</rss>

