<?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 on: Making a Multi Booting CD DVD USB</title>
	<atom:link href="http://phoxis.org/2009/09/01/multi_boot_cddvdusb/feed/" rel="self" type="application/rss+xml" />
	<link>http://phoxis.org/2009/09/01/multi_boot_cddvdusb/</link>
	<description>Don&#039;t just think ... Do it.</description>
	<lastBuildDate>Wed, 16 May 2012 08:32:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Booting GNU/Linux from USB - Page 2</title>
		<link>http://phoxis.org/2009/09/01/multi_boot_cddvdusb/#comment-594</link>
		<dc:creator><![CDATA[Booting GNU/Linux from USB - Page 2]]></dc:creator>
		<pubDate>Thu, 15 Apr 2010 09:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=347#comment-594</guid>
		<description><![CDATA[[...] I have finished the writeup i was working on and the process (finished long ago) works very well and i can boot all the os from a Live cd and USB. Although there are some troubles in some systems with booting DSL from USB, in my system and the other test systems i have used works fine. Here is the link of my personal edition of the writeup in my blog: http://phoxis.org/2009/09/01/multi_boot_cddvdusb/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I have finished the writeup i was working on and the process (finished long ago) works very well and i can boot all the os from a Live cd and USB. Although there are some troubles in some systems with booting DSL from USB, in my system and the other test systems i have used works fine. Here is the link of my personal edition of the writeup in my blog: <a href="http://phoxis.org/2009/09/01/multi_boot_cddvdusb/" rel="nofollow">http://phoxis.org/2009/09/01/multi_boot_cddvdusb/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoxis</title>
		<link>http://phoxis.org/2009/09/01/multi_boot_cddvdusb/#comment-278</link>
		<dc:creator><![CDATA[phoxis]]></dc:creator>
		<pubDate>Sun, 31 Jan 2010 07:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=347#comment-278</guid>
		<description><![CDATA[Are you trying to boot the LiveCD ISO images itself ? Then they will not work like this. Or else if you have extracted the kernels and the initrds in the proper location, then are the other files in the correct position so that the LiveCD&#039;s scripts could find then in place. Chek Phase - II . When creating syslinux.cfg you entered correct paths, but did you include proper kernel parameters which they need? They could be found in the configuration files of the LiveCDs, check them  for which image&#039;s kernel need which parameter. If you change the location of the other files of a certain LiveCD relative to the root of the USB, then you might need to pass the new changed location as a kernel parameter in order to make the scripts find them.
I would suggest you to first download some mini distro ISOs, and try putting them in your USB drive on by one. Extract one mini disttro put it in the proper places as the guide describes, and check if it works. Then try another. This will make sure things are going fine at your end.
For the grub matter, it does not have the bios drive mapped to your usb device. You can do it manually.
First make a file &quot;myusb&quot;  (without quotes) inside the root of your USB drive. I assume the path of this file is /mnt/disk/myusb  , change as needed. 
Copy GRUB files in your usb

&lt;em&gt;cp /boot/grub/*stage* /media/disk/boot/grub&lt;/em&gt;

Go into superuser, and then execute:

&lt;em&gt;grub&lt;/em&gt;

now find this file and locate the bios drive

&lt;em&gt;find /myusb&lt;/em&gt;

you will get an output in the format   (hd?,?)  where the &#039;?&#039; s are numbers, replace then as per your output. Now set this as root and setup GRUB in MBR

&lt;em&gt;root (hd?, ?)&lt;/em&gt;
&lt;em&gt;setup (hd?)&lt;/em&gt;

this should install GRUB.
I have updated the post with these information.

Please let me know if this helps, and what exactly the problem you are facing. Thanks for the great feedback.]]></description>
		<content:encoded><![CDATA[<p>Are you trying to boot the LiveCD ISO images itself ? Then they will not work like this. Or else if you have extracted the kernels and the initrds in the proper location, then are the other files in the correct position so that the LiveCD&#8217;s scripts could find then in place. Chek Phase &#8211; II . When creating syslinux.cfg you entered correct paths, but did you include proper kernel parameters which they need? They could be found in the configuration files of the LiveCDs, check them  for which image&#8217;s kernel need which parameter. If you change the location of the other files of a certain LiveCD relative to the root of the USB, then you might need to pass the new changed location as a kernel parameter in order to make the scripts find them.<br />
I would suggest you to first download some mini distro ISOs, and try putting them in your USB drive on by one. Extract one mini disttro put it in the proper places as the guide describes, and check if it works. Then try another. This will make sure things are going fine at your end.<br />
For the grub matter, it does not have the bios drive mapped to your usb device. You can do it manually.<br />
First make a file &#8220;myusb&#8221;  (without quotes) inside the root of your USB drive. I assume the path of this file is /mnt/disk/myusb  , change as needed.<br />
Copy GRUB files in your usb</p>
<p><em>cp /boot/grub/*stage* /media/disk/boot/grub</em></p>
<p>Go into superuser, and then execute:</p>
<p><em>grub</em></p>
<p>now find this file and locate the bios drive</p>
<p><em>find /myusb</em></p>
<p>you will get an output in the format   (hd?,?)  where the &#8216;?&#8217; s are numbers, replace then as per your output. Now set this as root and setup GRUB in MBR</p>
<p><em>root (hd?, ?)</em><br />
<em>setup (hd?)</em></p>
<p>this should install GRUB.<br />
I have updated the post with these information.</p>
<p>Please let me know if this helps, and what exactly the problem you are facing. Thanks for the great feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nix</title>
		<link>http://phoxis.org/2009/09/01/multi_boot_cddvdusb/#comment-275</link>
		<dc:creator><![CDATA[Nix]]></dc:creator>
		<pubDate>Sat, 30 Jan 2010 21:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=347#comment-275</guid>
		<description><![CDATA[Hi,

thank you for this nice How-to.
I thought about combining multiple small live cds in one usb live system with a nice menu etc for quite some now, especially since i have a new Subnetbook with no optical drive. Because i use tools like gparted, clonezilla, Super Grub disc etc. quite frequently, all of them around 100-150Mb and even less, i hoped to achieve this following your nice guide.
Unfortunately i had no luck, neither the grub nor the syslinux way.
Grub simply refuses to install to the mbr &quot;/dev/sdb does not have any corresponding BIOS drive.&quot;
And although i created a decent syslinux.cfg with the correct path information and used the adviced steps in Phase VI i can&#039;t make it work. I can see and use my created menu, but all boot attempts get stuck when it comes to probing for the hdd&#039;s long after the kernel images have been loaded.  All individual live usb images are working.
I am also kinda stuck now...
Do you have an idea what might be causing this?

Thank you and good bye]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thank you for this nice How-to.<br />
I thought about combining multiple small live cds in one usb live system with a nice menu etc for quite some now, especially since i have a new Subnetbook with no optical drive. Because i use tools like gparted, clonezilla, Super Grub disc etc. quite frequently, all of them around 100-150Mb and even less, i hoped to achieve this following your nice guide.<br />
Unfortunately i had no luck, neither the grub nor the syslinux way.<br />
Grub simply refuses to install to the mbr &#8220;/dev/sdb does not have any corresponding BIOS drive.&#8221;<br />
And although i created a decent syslinux.cfg with the correct path information and used the adviced steps in Phase VI i can&#8217;t make it work. I can see and use my created menu, but all boot attempts get stuck when it comes to probing for the hdd&#8217;s long after the kernel images have been loaded.  All individual live usb images are working.<br />
I am also kinda stuck now&#8230;<br />
Do you have an idea what might be causing this?</p>
<p>Thank you and good bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nulled Scripts</title>
		<link>http://phoxis.org/2009/09/01/multi_boot_cddvdusb/#comment-186</link>
		<dc:creator><![CDATA[Nulled Scripts]]></dc:creator>
		<pubDate>Tue, 22 Dec 2009 22:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=347#comment-186</guid>
		<description><![CDATA[Nice post..Keep them coming :) Thanks for sharing.]]></description>
		<content:encoded><![CDATA[<p>Nice post..Keep them coming :) Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoxis</title>
		<link>http://phoxis.org/2009/09/01/multi_boot_cddvdusb/#comment-165</link>
		<dc:creator><![CDATA[phoxis]]></dc:creator>
		<pubDate>Thu, 26 Nov 2009 15:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=347#comment-165</guid>
		<description><![CDATA[This guide was made to compile all the mini distros. I cannot tell anything about XP or any windows stuff, but the slax, mint or others can be done easily, what you have to do is just see how the files are located in the original LiveCD , or else as i have told in the article, check the docs, kernel parameters, forums, and if possible see the loading script, and you will come to know what are the exact needs of that distro and what you have to do is to configure your multiboot media in that format. Once you understand one format it is almost the same for others. And for the password crackers, CDlinux has got the Offline NT Password and Registry editor, the chntpw program, you can reset passwords with that too. Let me know if you are able to compile the above stuffs.]]></description>
		<content:encoded><![CDATA[<p>This guide was made to compile all the mini distros. I cannot tell anything about XP or any windows stuff, but the slax, mint or others can be done easily, what you have to do is just see how the files are located in the original LiveCD , or else as i have told in the article, check the docs, kernel parameters, forums, and if possible see the loading script, and you will come to know what are the exact needs of that distro and what you have to do is to configure your multiboot media in that format. Once you understand one format it is almost the same for others. And for the password crackers, CDlinux has got the Offline NT Password and Registry editor, the chntpw program, you can reset passwords with that too. Let me know if you are able to compile the above stuffs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hrishi</title>
		<link>http://phoxis.org/2009/09/01/multi_boot_cddvdusb/#comment-164</link>
		<dc:creator><![CDATA[hrishi]]></dc:creator>
		<pubDate>Thu, 26 Nov 2009 12:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=347#comment-164</guid>
		<description><![CDATA[good work pal

can do it with
linux mint 8
ophcrack-vista-livecd-2.1
ophcrack-xp-livecd-2.1
slax-6.1.0
ubuntustudio-9.04
pclinuxos-minime-kde3-2009.1.iso

must have answer for another kolkatian]]></description>
		<content:encoded><![CDATA[<p>good work pal</p>
<p>can do it with<br />
linux mint 8<br />
ophcrack-vista-livecd-2.1<br />
ophcrack-xp-livecd-2.1<br />
slax-6.1.0<br />
ubuntustudio-9.04<br />
pclinuxos-minime-kde3-2009.1.iso</p>
<p>must have answer for another kolkatian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoxis</title>
		<link>http://phoxis.org/2009/09/01/multi_boot_cddvdusb/#comment-120</link>
		<dc:creator><![CDATA[phoxis]]></dc:creator>
		<pubDate>Wed, 07 Oct 2009 04:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=347#comment-120</guid>
		<description><![CDATA[@zack Have a look at the below links and see if the direct mapping helps. Although this is not guaranteed to work in all the BIOSes

http://diddy.boot-land.net/grub4dos/files/map.htm
http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos_tutorial#Direct_mapping

I have never tried booting from an ISO image with GRUB4DOS , i think you should have a try.]]></description>
		<content:encoded><![CDATA[<p>@zack Have a look at the below links and see if the direct mapping helps. Although this is not guaranteed to work in all the BIOSes</p>
<p><a href="http://diddy.boot-land.net/grub4dos/files/map.htm" rel="nofollow">http://diddy.boot-land.net/grub4dos/files/map.htm</a><br />
<a href="http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos_tutorial#Direct_mapping" rel="nofollow">http://grub4dos.sourceforge.net/wiki/index.php/Grub4dos_tutorial#Direct_mapping</a></p>
<p>I have never tried booting from an ISO image with GRUB4DOS , i think you should have a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zack</title>
		<link>http://phoxis.org/2009/09/01/multi_boot_cddvdusb/#comment-118</link>
		<dc:creator><![CDATA[zack]]></dc:creator>
		<pubDate>Tue, 06 Oct 2009 17:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=347#comment-118</guid>
		<description><![CDATA[Is there a way to add bootable cds that don&#039;t use isolinux or grub? (bartpe, dban, windows install disc, etc.)]]></description>
		<content:encoded><![CDATA[<p>Is there a way to add bootable cds that don&#8217;t use isolinux or grub? (bartpe, dban, windows install disc, etc.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://phoxis.org/2009/09/01/multi_boot_cddvdusb/#comment-76</link>
		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Tue, 01 Sep 2009 08:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://phoxis.wordpress.com/?p=347#comment-76</guid>
		<description><![CDATA[Amazing article! good work!]]></description>
		<content:encoded><![CDATA[<p>Amazing article! good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

