<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Blogging with Snick</title>
	<atom:link href="http://snick512.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://snick512.wordpress.com</link>
	<description>You bored?</description>
	<lastBuildDate>Sat, 14 Feb 2009 11:16:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How I Dual Booted XP and Ubuntu by Cojon</title>
		<link>http://snick512.wordpress.com/2007/09/25/how-i-dual-booted-xp-and-ubuntu/#comment-52</link>
		<dc:creator>Cojon</dc:creator>
		<pubDate>Sat, 14 Feb 2009 11:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://snick512.wordpress.com/2007/09/25/how-i-dual-booted-xp-and-ubuntu/#comment-52</guid>
		<description>I have setup a quad boot with Windows XP, Vista, OS X, and Ubuntu. It wasn&#039;t easily accomplished, but in short--as there certainly is not the room here--I used three hard drives as not every system is capable of booting off partitions other than 0. As in hd0,1. Grub is my single bootloader, and to arrange the default, it can be done in /boot/grub/menu.lst by altering the default number, or using &#039;savedefault as you nicely documented here. Don&#039;t use the &#039;savedefault&#039; method however if you are using dmraid, as that will cause the array to desync.     

There is a third method however. Simply move your intened default stanze to the top of the list. When you do, you will probably want to either commenbt out or remove the lines &quot;title    Other operating systems&#039; and &#039;root&#039;. If root is not removed, the menu will likely fail and you will have to boot off the live CD to correct it. Be careful. Also, remove the # from in front of the line after Pretty colors... &quot;color cyan/blue white/blue&quot; and your menu will be considerably easier to read.   

Additionally, as I am using a mix of Serial ATA&#039;s and IDE&#039;s, the drive holding Ubuntu (or grub) has to the the Serial ATA (SATA) as it will boot before the IDE&#039;s as it doesn&#039;t use the BIOS. Also then, the drive numbering used in menu will need to be altered. As example, if the SATA is actually hd2, and there are IDE&#039;s hd0 and hd1, the numbering for the SATA (by virtue of how it boots) needs to be 0 with the other drives shifted likewise. Do your research on this if possible before attempting it. I didn&#039;t find anything to guide me, so I had to use a process of error correction to finally get it.

Additionally, drive mapping is suggested when other things won&#039;t work. If Ubuntu is loaded last, as it should be, the menu grub creates will be closer than one you might construct from scratch. Doing a quad boot with those operating systems is not something I would suggest to a beginner--especially a beginner in Ubuntu Linux as the available documentation often is not intended for beginners, even when it suggests it is. As example, the doc&#039;s do a good job of presenting the necessities, such as the info for creating an appropriate Windows stanza, but they don&#039;t tell you what a &#039;stanza&#039; is. They have lines like this... 

&quot;type this to find grub: find /boot/grub/stage1&quot; 

Yet they forget to say why you need to do this, where to type it, to hit ENTER at the end of a line (no, it is NOT assumable) what it does, and what both grub and stage1 indicate. I&#039;m not sure what people consider a beginner, but I would see them as someone who just started yesterday, and not expect them to have ANY understanding of the language nor knowledge of the the applications within Ubuntu.   

Linux is not for beginners or those without patience. However, taken slowly (is there any other way?) Linux can be mastered, and it is an incredible operating system. I need an akward system of a virtual machines and hidden directories to do my snooping and downloading online when I am in Windows (even using Firefox) but not in Linux. Even OS X (my Hackintosh Apple x86 system) can be subject to the stick-it-to-you malware advertising that abounds today. I hate that passionately! The programmers who actually provide such code are SICK! They seem to have no sensitivity toward damaging someone--certainly a psycopathic trait</description>
		<content:encoded><![CDATA[<p>I have setup a quad boot with Windows XP, Vista, OS X, and Ubuntu. It wasn&#8217;t easily accomplished, but in short&#8211;as there certainly is not the room here&#8211;I used three hard drives as not every system is capable of booting off partitions other than 0. As in hd0,1. Grub is my single bootloader, and to arrange the default, it can be done in /boot/grub/menu.lst by altering the default number, or using &#8217;savedefault as you nicely documented here. Don&#8217;t use the &#8217;savedefault&#8217; method however if you are using dmraid, as that will cause the array to desync.     </p>
<p>There is a third method however. Simply move your intened default stanze to the top of the list. When you do, you will probably want to either commenbt out or remove the lines &#8220;title    Other operating systems&#8217; and &#8216;root&#8217;. If root is not removed, the menu will likely fail and you will have to boot off the live CD to correct it. Be careful. Also, remove the # from in front of the line after Pretty colors&#8230; &#8220;color cyan/blue white/blue&#8221; and your menu will be considerably easier to read.   </p>
<p>Additionally, as I am using a mix of Serial ATA&#8217;s and IDE&#8217;s, the drive holding Ubuntu (or grub) has to the the Serial ATA (SATA) as it will boot before the IDE&#8217;s as it doesn&#8217;t use the BIOS. Also then, the drive numbering used in menu will need to be altered. As example, if the SATA is actually hd2, and there are IDE&#8217;s hd0 and hd1, the numbering for the SATA (by virtue of how it boots) needs to be 0 with the other drives shifted likewise. Do your research on this if possible before attempting it. I didn&#8217;t find anything to guide me, so I had to use a process of error correction to finally get it.</p>
<p>Additionally, drive mapping is suggested when other things won&#8217;t work. If Ubuntu is loaded last, as it should be, the menu grub creates will be closer than one you might construct from scratch. Doing a quad boot with those operating systems is not something I would suggest to a beginner&#8211;especially a beginner in Ubuntu Linux as the available documentation often is not intended for beginners, even when it suggests it is. As example, the doc&#8217;s do a good job of presenting the necessities, such as the info for creating an appropriate Windows stanza, but they don&#8217;t tell you what a &#8217;stanza&#8217; is. They have lines like this&#8230; </p>
<p>&#8220;type this to find grub: find /boot/grub/stage1&#8243; </p>
<p>Yet they forget to say why you need to do this, where to type it, to hit ENTER at the end of a line (no, it is NOT assumable) what it does, and what both grub and stage1 indicate. I&#8217;m not sure what people consider a beginner, but I would see them as someone who just started yesterday, and not expect them to have ANY understanding of the language nor knowledge of the the applications within Ubuntu.   </p>
<p>Linux is not for beginners or those without patience. However, taken slowly (is there any other way?) Linux can be mastered, and it is an incredible operating system. I need an akward system of a virtual machines and hidden directories to do my snooping and downloading online when I am in Windows (even using Firefox) but not in Linux. Even OS X (my Hackintosh Apple x86 system) can be subject to the stick-it-to-you malware advertising that abounds today. I hate that passionately! The programmers who actually provide such code are SICK! They seem to have no sensitivity toward damaging someone&#8211;certainly a psycopathic trait</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WinMX Patch &#8211; Community Style &#8211; Released by Blog Your Site &#124; Winmx users celebrate 3rd anniversary with NEW WinMX Community Patch!</title>
		<link>http://snick512.wordpress.com/2008/09/23/winmx-patch-community-style-released/#comment-47</link>
		<dc:creator>Blog Your Site &#124; Winmx users celebrate 3rd anniversary with NEW WinMX Community Patch!</dc:creator>
		<pubDate>Sun, 26 Oct 2008 23:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://snick512.wordpress.com/?p=153#comment-47</guid>
		<description>[...] WinMX Patch - Community Style - Released « Blogging with Snick [...]</description>
		<content:encoded><![CDATA[<p>[...] WinMX Patch &#8211; Community Style &#8211; Released « Blogging with Snick [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 day down time by snick512</title>
		<link>http://snick512.wordpress.com/2008/10/21/5-day-down-time/#comment-41</link>
		<dc:creator>snick512</dc:creator>
		<pubDate>Wed, 22 Oct 2008 03:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://snick512.wordpress.com/?p=239#comment-41</guid>
		<description>that sucks.

Maybe you should look into getting more fans</description>
		<content:encoded><![CDATA[<p>that sucks.</p>
<p>Maybe you should look into getting more fans</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Theme? AGAIN! by GrandGizmo</title>
		<link>http://snick512.wordpress.com/2008/10/16/theme-again/#comment-40</link>
		<dc:creator>GrandGizmo</dc:creator>
		<pubDate>Fri, 17 Oct 2008 13:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://snick512.wordpress.com/?p=232#comment-40</guid>
		<description>Looks awesome!  Yeah. :)</description>
		<content:encoded><![CDATA[<p>Looks awesome!  Yeah. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on script kiddy wannabe&#8217;s by snick512</title>
		<link>http://snick512.wordpress.com/2008/10/12/script-kiddy-wannabes/#comment-38</link>
		<dc:creator>snick512</dc:creator>
		<pubDate>Sun, 12 Oct 2008 17:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://snick512.wordpress.com/?p=218#comment-38</guid>
		<description>If they&#039;d put as much work into learning something useful as they do trying to mess up things in stupid ways..... they&#039;d actually be worth something.</description>
		<content:encoded><![CDATA[<p>If they&#8217;d put as much work into learning something useful as they do trying to mess up things in stupid ways&#8230;.. they&#8217;d actually be worth something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Hard Drive Goal &#8211; Reached by ckhavoc</title>
		<link>http://snick512.wordpress.com/2008/10/10/my-hard-drive-goal-reached/#comment-37</link>
		<dc:creator>ckhavoc</dc:creator>
		<pubDate>Sun, 12 Oct 2008 17:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://snick512.wordpress.com/?p=208#comment-37</guid>
		<description>small hard drive dude, but eh most laptops i seen dont have big hard drives, i only seen them get big as 250GB i think.</description>
		<content:encoded><![CDATA[<p>small hard drive dude, but eh most laptops i seen dont have big hard drives, i only seen them get big as 250GB i think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New CD-R&#8217;s!! by ckhavoc</title>
		<link>http://snick512.wordpress.com/2008/10/10/new-cd-rs/#comment-36</link>
		<dc:creator>ckhavoc</dc:creator>
		<pubDate>Sun, 12 Oct 2008 16:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://snick512.wordpress.com/?p=198#comment-36</guid>
		<description>small hard drive dude, but eh most laptops i seen dont have big hard drives, i only seen them get big as 250GB i think.</description>
		<content:encoded><![CDATA[<p>small hard drive dude, but eh most laptops i seen dont have big hard drives, i only seen them get big as 250GB i think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My KVM Setup (Synergy) by snick512</title>
		<link>http://snick512.wordpress.com/2008/10/06/my-kvm-setup-synergy/#comment-35</link>
		<dc:creator>snick512</dc:creator>
		<pubDate>Fri, 10 Oct 2008 02:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://snick512.wordpress.com/?p=182#comment-35</guid>
		<description>Well, considering that the PC&#039;s are right beside me, VNC wouldn&#039;t really be needed. And VNC isn&#039;t that worthwhile, especially with security flaws that it has. It&#039;s okay if you are using it on a closed port, but if it&#039;s open, just watch your back. 

Or using tightened methods with VNC is okay. But if you are going to go that far, might as well be using something better than VNC. Such as FreeNX.</description>
		<content:encoded><![CDATA[<p>Well, considering that the PC&#8217;s are right beside me, VNC wouldn&#8217;t really be needed. And VNC isn&#8217;t that worthwhile, especially with security flaws that it has. It&#8217;s okay if you are using it on a closed port, but if it&#8217;s open, just watch your back. </p>
<p>Or using tightened methods with VNC is okay. But if you are going to go that far, might as well be using something better than VNC. Such as FreeNX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My KVM Setup (Synergy) by springy182</title>
		<link>http://snick512.wordpress.com/2008/10/06/my-kvm-setup-synergy/#comment-34</link>
		<dc:creator>springy182</dc:creator>
		<pubDate>Fri, 10 Oct 2008 02:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://snick512.wordpress.com/?p=182#comment-34</guid>
		<description>Wouldn&#039;t using TightVNC be just as convenient? I typically use that to control my two desktops when I&#039;m on my laptop and too lazy to reach over :P</description>
		<content:encoded><![CDATA[<p>Wouldn&#8217;t using TightVNC be just as convenient? I typically use that to control my two desktops when I&#8217;m on my laptop and too lazy to reach over <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on online games a waste of time? by Bob</title>
		<link>http://snick512.wordpress.com/2008/10/10/online-games-a-waste-of-time/#comment-33</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 10 Oct 2008 00:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://snick512.wordpress.com/?p=191#comment-33</guid>
		<description>lol, so true</description>
		<content:encoded><![CDATA[<p>lol, so true</p>
]]></content:encoded>
	</item>
</channel>
</rss>
