<?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: UNetbootin is awesome</title>
	<atom:link href="http://www.stevestreeting.com/2009/06/20/unetbootin-is-awesome/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevestreeting.com/2009/06/20/unetbootin-is-awesome/</link>
	<description>Man bites Ogre</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:49:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: ar-lock</title>
		<link>http://www.stevestreeting.com/2009/06/20/unetbootin-is-awesome/comment-page-1/#comment-255577</link>
		<dc:creator>ar-lock</dc:creator>
		<pubDate>Thu, 23 Jul 2009 02:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=1991#comment-255577</guid>
		<description>listen to @irrdev he&#039;s right, for ubuntu usb startup creator, you choose the iso it makes it bootable on your usb.</description>
		<content:encoded><![CDATA[<p>listen to @irrdev he&#8217;s right, for ubuntu usb startup creator, you choose the iso it makes it bootable on your usb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RonNYC</title>
		<link>http://www.stevestreeting.com/2009/06/20/unetbootin-is-awesome/comment-page-1/#comment-255212</link>
		<dc:creator>RonNYC</dc:creator>
		<pubDate>Sat, 11 Jul 2009 21:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=1991#comment-255212</guid>
		<description>Question: I used UNetBootin on my HP G60-230US laptop. I have a Seagate 500gB Freeagent USB disk attached. UNetBootin worked perfectly (i.e., no problems), but I cannot reboot into Linux. The laptop is Vista Home Premium SP2. I&#039;ve gone into the BIOS but when I select the USB drive, I&#039;m back into Vista. UNetBootin said it added the boot loader. Any ideas? Very frustrating.

RON</description>
		<content:encoded><![CDATA[<p>Question: I used UNetBootin on my HP G60-230US laptop. I have a Seagate 500gB Freeagent USB disk attached. UNetBootin worked perfectly (i.e., no problems), but I cannot reboot into Linux. The laptop is Vista Home Premium SP2. I&#8217;ve gone into the BIOS but when I select the USB drive, I&#8217;m back into Vista. UNetBootin said it added the boot loader. Any ideas? Very frustrating.</p>
<p>RON</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dark Sylinc</title>
		<link>http://www.stevestreeting.com/2009/06/20/unetbootin-is-awesome/comment-page-1/#comment-254434</link>
		<dc:creator>Dark Sylinc</dc:creator>
		<pubDate>Mon, 22 Jun 2009 14:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=1991#comment-254434</guid>
		<description>Yes, an awfull problem. Bootable USBs aren&#039;t that common, thus one would expect not work correctly. **Sigh** that&#039;s a big problem to be solved yet.

The only thing coming to my mind then is to
&quot;grub-install /dev/sdb&quot;  (install HDD bootloader)
Then
&quot;mount /dev/sdb1 /mnt&quot;  (mount the root partition into mnt)
And then edit /mnt/boot/grub/menu-1st by replacing all the sdb entries with sda (actually you should see &quot;hd0&quot; entries IIRC).

If you&#039;re very limited, you can also perform
&quot;chroot /mnt&quot; after mounting the drive.

Yup, a very &quot;automatic&quot; solution</description>
		<content:encoded><![CDATA[<p>Yes, an awfull problem. Bootable USBs aren&#8217;t that common, thus one would expect not work correctly. **Sigh** that&#8217;s a big problem to be solved yet.</p>
<p>The only thing coming to my mind then is to<br />
&#8220;grub-install /dev/sdb&#8221;  (install HDD bootloader)<br />
Then<br />
&#8220;mount /dev/sdb1 /mnt&#8221;  (mount the root partition into mnt)<br />
And then edit /mnt/boot/grub/menu-1st by replacing all the sdb entries with sda (actually you should see &#8220;hd0&#8243; entries IIRC).</p>
<p>If you&#8217;re very limited, you can also perform<br />
&#8220;chroot /mnt&#8221; after mounting the drive.</p>
<p>Yup, a very &#8220;automatic&#8221; solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevestreeting.com/2009/06/20/unetbootin-is-awesome/comment-page-1/#comment-254430</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 22 Jun 2009 13:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=1991#comment-254430</guid>
		<description>The other way around - during install the SATA disks were sdb/sdc, then they become sda/sdb once the USB stick is removed. Also, the installer gets confused and installs grub on the USB stick :/ 

Thanks for the udev tip, I didnt know about renaming devices. However that&#039;s not the whole solution, since the problem starts before the OS is loaded - the bootloader still sees the disks as different numbers depending on whether the USB stick is plugged in or not. This is solvable once you&#039;ve got the OS installed, but the trouble is if you use any bootable recovery tools like Super Grub Disk and such, they never do the right thing by default because the numbering is never the same when booting with/without the USB stick plugged in. I discovered this when I tried to use Super Grub Disk to fix the problem, but ended up having to do everything very manually.

Since I rarely have to touch the server once it&#039;s installed, I like to keep things as simple as possible, and the last thing I want is complications if I have to do an emergency restore or fix. So I&#039;ve put an old DVD drive in there and it&#039;s made things much simpler. I also found that not all ISOs were useful through UNetbootin - the Ubuntu Server ISO for example doesn&#039;t work because it insists on looking for a CD device, despite the fact that the same media is on the USB disk it booted the installer from. 

So, it was a nice idea, but in the end too much of a pain.</description>
		<content:encoded><![CDATA[<p>The other way around &#8211; during install the SATA disks were sdb/sdc, then they become sda/sdb once the USB stick is removed. Also, the installer gets confused and installs grub on the USB stick :/ </p>
<p>Thanks for the udev tip, I didnt know about renaming devices. However that&#8217;s not the whole solution, since the problem starts before the OS is loaded &#8211; the bootloader still sees the disks as different numbers depending on whether the USB stick is plugged in or not. This is solvable once you&#8217;ve got the OS installed, but the trouble is if you use any bootable recovery tools like Super Grub Disk and such, they never do the right thing by default because the numbering is never the same when booting with/without the USB stick plugged in. I discovered this when I tried to use Super Grub Disk to fix the problem, but ended up having to do everything very manually.</p>
<p>Since I rarely have to touch the server once it&#8217;s installed, I like to keep things as simple as possible, and the last thing I want is complications if I have to do an emergency restore or fix. So I&#8217;ve put an old DVD drive in there and it&#8217;s made things much simpler. I also found that not all ISOs were useful through UNetbootin &#8211; the Ubuntu Server ISO for example doesn&#8217;t work because it insists on looking for a CD device, despite the fact that the same media is on the USB disk it booted the installer from. </p>
<p>So, it was a nice idea, but in the end too much of a pain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dark Sylinc</title>
		<link>http://www.stevestreeting.com/2009/06/20/unetbootin-is-awesome/comment-page-1/#comment-254412</link>
		<dc:creator>Dark Sylinc</dc:creator>
		<pubDate>Sun, 21 Jun 2009 19:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=1991#comment-254412</guid>
		<description>Coool about memtest! Thanks.

If I get your problem correctly, you installed from the USB, rebooted with the SATA disk, but it doesn&#039;t boot because GRUB looks for /dev/sda and your disk is in /dev/sdb ?
If that&#039;s the problem, rename the device from /dev/sdb to sda and you&#039;ll be fine, udev should be saved for the next season.

Alternatively you can try &quot;grub-install /dev/sdb&quot; which should work (fastest solution).

Again, I&#039;m not 100% sure what your problem is. Could you add some more details? Thanks</description>
		<content:encoded><![CDATA[<p>Coool about memtest! Thanks.</p>
<p>If I get your problem correctly, you installed from the USB, rebooted with the SATA disk, but it doesn&#8217;t boot because GRUB looks for /dev/sda and your disk is in /dev/sdb ?<br />
If that&#8217;s the problem, rename the device from /dev/sdb to sda and you&#8217;ll be fine, udev should be saved for the next season.</p>
<p>Alternatively you can try &#8220;grub-install /dev/sdb&#8221; which should work (fastest solution).</p>
<p>Again, I&#8217;m not 100% sure what your problem is. Could you add some more details? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevestreeting.com/2009/06/20/unetbootin-is-awesome/comment-page-1/#comment-254408</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 21 Jun 2009 14:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=1991#comment-254408</guid>
		<description>Well, turns out this wasn&#039;t so useful after all. It&#039;s not UNetbootin&#039;s fault, it&#039;s Linux and its awkward way of handling the device names for removable SCSI devices.

In order to get the USB booting, I had to set it to the top of the priority, which seems to make it get the lowest SCSI ID. That means that it always grabs /dev/sda. Because I&#039;m using SATA disks, they get shunted to /dev/sdb onwards. This confuses the GRUB setup which then doesn&#039;t work when you reboot without the USB stick installed. Of course, you can manually tweak the setup, but the fact that you can only do that by booting from the USB, where the devices are not correctly numbered, it makes it far more hassle than it&#039;s worth. 

Maybe there&#039;s a way of making a bootable USB come up as the last SCSI ID instead of the first (thus not messing with the device names), but I couldn&#039;t find it.</description>
		<content:encoded><![CDATA[<p>Well, turns out this wasn&#8217;t so useful after all. It&#8217;s not UNetbootin&#8217;s fault, it&#8217;s Linux and its awkward way of handling the device names for removable SCSI devices.</p>
<p>In order to get the USB booting, I had to set it to the top of the priority, which seems to make it get the lowest SCSI ID. That means that it always grabs /dev/sda. Because I&#8217;m using SATA disks, they get shunted to /dev/sdb onwards. This confuses the GRUB setup which then doesn&#8217;t work when you reboot without the USB stick installed. Of course, you can manually tweak the setup, but the fact that you can only do that by booting from the USB, where the devices are not correctly numbered, it makes it far more hassle than it&#8217;s worth. </p>
<p>Maybe there&#8217;s a way of making a bootable USB come up as the last SCSI ID instead of the first (thus not messing with the device names), but I couldn&#8217;t find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.stevestreeting.com/2009/06/20/unetbootin-is-awesome/comment-page-1/#comment-254401</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 21 Jun 2009 11:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=1991#comment-254401</guid>
		<description>@Dark Sylinc: actually UNetbootin has built-in support for &lt;a href=&quot;http://www.sysresccd.org/Main_Page&quot; rel=&quot;nofollow&quot;&gt;SystemRescueCD&lt;/a&gt;, which includes memtest+. It&#039;s super-easy to make a bootable USB with it on!

@irrdev - that&#039;s fine so long as you have a running version of Ubuntu already. Sure, you can create it from the LiveCD, but that assumes you have a CD drive :) (I know, you could use another machine, but it&#039;s the principle of the thing). UNetbootin is the only 1-stop way. Plus, it can create bootable installs from server ISOs rather than just the desktop version.</description>
		<content:encoded><![CDATA[<p>@Dark Sylinc: actually UNetbootin has built-in support for <a href="http://www.sysresccd.org/Main_Page" rel="nofollow">SystemRescueCD</a>, which includes memtest+. It&#8217;s super-easy to make a bootable USB with it on!</p>
<p>@irrdev &#8211; that&#8217;s fine so long as you have a running version of Ubuntu already. Sure, you can create it from the LiveCD, but that assumes you have a CD drive <img src='http://www.stevestreeting.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (I know, you could use another machine, but it&#8217;s the principle of the thing). UNetbootin is the only 1-stop way. Plus, it can create bootable installs from server ISOs rather than just the desktop version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: irrdev</title>
		<link>http://www.stevestreeting.com/2009/06/20/unetbootin-is-awesome/comment-page-1/#comment-254398</link>
		<dc:creator>irrdev</dc:creator>
		<pubDate>Sun, 21 Jun 2009 09:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=1991#comment-254398</guid>
		<description>For some distros, UNetbootin is simply the best choice for installing via USB(openSUSE is a good example.) In the case of Ubuntu, however, simply go to System-&gt;Administration-&gt;USB Startup Disk Creator and you can automatically create a bootable Ubuntu LiveUSB which you can then use to install on your computer. You can use the USB Startup Disk Creator directly from the LiveCD, too, so you don&#039;t have to have an installed Ubuntu installation in the first place. I would definitely recommend this method as being the best supported and I have used it with great success for installing Ubuntu on my netbook. 

Note: The USB Startup Disk Creator has only been included by default since Ubuntu Intrepid, although I believe it has been back-ported to Hardy.</description>
		<content:encoded><![CDATA[<p>For some distros, UNetbootin is simply the best choice for installing via USB(openSUSE is a good example.) In the case of Ubuntu, however, simply go to System-&gt;Administration-&gt;USB Startup Disk Creator and you can automatically create a bootable Ubuntu LiveUSB which you can then use to install on your computer. You can use the USB Startup Disk Creator directly from the LiveCD, too, so you don&#8217;t have to have an installed Ubuntu installation in the first place. I would definitely recommend this method as being the best supported and I have used it with great success for installing Ubuntu on my netbook. </p>
<p>Note: The USB Startup Disk Creator has only been included by default since Ubuntu Intrepid, although I believe it has been back-ported to Hardy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dark Sylinc</title>
		<link>http://www.stevestreeting.com/2009/06/20/unetbootin-is-awesome/comment-page-1/#comment-254389</link>
		<dc:creator>Dark Sylinc</dc:creator>
		<pubDate>Sun, 21 Jun 2009 04:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevestreeting.com/?p=1991#comment-254389</guid>
		<description>&quot;The same goes for floppy drives, which are such dinosaurs I can’t believe some new machines still come with one present&quot;

The only real use I&#039;ve given floppy drives in today&#039;s computers is when I have to perform a memtest because the system is failing.

Formating a bootable USB (with memtest+) is absurdly hard (though it can be done, and this include SD cards), and it&#039;s overkill to use a blank CD/DVD either for a couple of MBs</description>
		<content:encoded><![CDATA[<p>&#8220;The same goes for floppy drives, which are such dinosaurs I can’t believe some new machines still come with one present&#8221;</p>
<p>The only real use I&#8217;ve given floppy drives in today&#8217;s computers is when I have to perform a memtest because the system is failing.</p>
<p>Formating a bootable USB (with memtest+) is absurdly hard (though it can be done, and this include SD cards), and it&#8217;s overkill to use a blank CD/DVD either for a couple of MBs</p>
]]></content:encoded>
	</item>
</channel>
</rss>

