<?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: How to install Windows 7 from Ubuntu without burnning a disc</title>
	<atom:link href="http://ubuntuguide.net/how-to-install-windows-7-from-ubuntu-without-burnning-a-disc/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguide.net/how-to-install-windows-7-from-ubuntu-without-burnning-a-disc</link>
	<description>Ubuntu Tips &#124; Ubuntu Howtos &#124; Ubuntu Tutorials</description>
	<lastBuildDate>Sun, 05 Feb 2012 14:50:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Deniz</title>
		<link>http://ubuntuguide.net/how-to-install-windows-7-from-ubuntu-without-burnning-a-disc/comment-page-1#comment-8456</link>
		<dc:creator>Deniz</dc:creator>
		<pubDate>Wed, 25 Jan 2012 02:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntuguide.net/?p=2689#comment-8456</guid>
		<description>One more method:
unpack Win iso to flash drive (/dev/sdX), and:
ms-sys -7 /dev/sdX
(May be also you’ll need: lilo -M /dev/sdX )</description>
		<content:encoded><![CDATA[<p>One more method:<br />
unpack Win iso to flash drive (/dev/sdX), and:<br />
ms-sys -7 /dev/sdX<br />
(May be also you’ll need: lilo -M /dev/sdX )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://ubuntuguide.net/how-to-install-windows-7-from-ubuntu-without-burnning-a-disc/comment-page-1#comment-8041</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Mon, 26 Dec 2011 21:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntuguide.net/?p=2689#comment-8041</guid>
		<description>Hey all,


Here’s my update.


I attempted two different methods to get this process to work using a Windows XP .iso. 


a. I have a laptop with a 100gb IDE hard drive with a Zorin distro on it. The hard drive was originally divided into two partitions, a 1gb extended partition that held the swap space, and the rest of the space was formatted as an ext4 primary partition.


b. I booted the laptop from a USB flash drive containing a copy of a Zorin “Live” distro.


c. I used the GParted tool included within the Zorin Live to further partition the IDE hard drive by creating a 40gb ntfs partition as the first primary partition on the IDE drive.


d. Then I shut down the computer and removed the flash drive. 


e. I rebooted the laptop to make sure the Zorin OS residing on the IDE drive still worked.


f. I downloaded an XP .iso file.


g. I extracted the files and folders from the image to my Desktop (so I can check its integrity if necessary).

 
h. I then dragged-and-dropped the files and folders into the 40gb ntfs partition. 


FYI: I use Daemon Tools and Winrar to extract and unpack images from downloaded .iso’s and cd’s. The XP .iso I used contained these folders: DOCS; DOTNETFX; I386; SUPPORT; VALUEADD; and [BOOT]; and these files: AUTORUN.INF; README.HTM; SETUP.EXE; SETUPXP.HTM; WIN51; WIN51IC; and WIN51IC.SP3. These are what I chose to use. Your downloaded .iso or cd may contain different items, such as if you have an OEM cd. 


i. That brought me to Step 3 of Admin’s instructions, which is self explanatory and I followed except, according to the Grub4dos Guide (See parenthetical remark in the first “Note” under “Boot Options” section), the last command line (the word “boot”) is not needed and is to be excluded from a text file. Therefore, I changed this:


title Grub for Dos
root (hdx,y)
kernel /grub.exe
boot


to this:


title grub4dos
root (hdx,y)
kernel /grub.exe


j. Step 4 of Administrator’s instructions requires one to access the “chainloader” function of Grub4dos and for Windows 7 the correct command should rightly point to the “bootmgr” function of 7, but for XP either the “setupldr.bin” or the “winnt.exe” functions (as best I can determine) should be invoked. So first I tried this:


grub&gt;find --set-root /setuptldr.bin
grub&gt;chainloader /setupldr.bin
grub&gt;boot


k. And then I tried this:


grub&gt;find --set-root /winnt.exe
grub&gt;chainloader /winnt.exe
grub&gt;boot


Neither of which worked. So, either:


A. one of these two files is the wrong invocation, or
B. both of them are wrong, or
C. the find –set-root command isn’t working, like some had pointed out.


I’m off to seek a solution and will post another update.


Have a good one.</description>
		<content:encoded><![CDATA[<p>Hey all,</p>
<p>Here’s my update.</p>
<p>I attempted two different methods to get this process to work using a Windows XP .iso. </p>
<p>a. I have a laptop with a 100gb IDE hard drive with a Zorin distro on it. The hard drive was originally divided into two partitions, a 1gb extended partition that held the swap space, and the rest of the space was formatted as an ext4 primary partition.</p>
<p>b. I booted the laptop from a USB flash drive containing a copy of a Zorin “Live” distro.</p>
<p>c. I used the GParted tool included within the Zorin Live to further partition the IDE hard drive by creating a 40gb ntfs partition as the first primary partition on the IDE drive.</p>
<p>d. Then I shut down the computer and removed the flash drive. </p>
<p>e. I rebooted the laptop to make sure the Zorin OS residing on the IDE drive still worked.</p>
<p>f. I downloaded an XP .iso file.</p>
<p>g. I extracted the files and folders from the image to my Desktop (so I can check its integrity if necessary).</p>
<p>h. I then dragged-and-dropped the files and folders into the 40gb ntfs partition. </p>
<p>FYI: I use Daemon Tools and Winrar to extract and unpack images from downloaded .iso’s and cd’s. The XP .iso I used contained these folders: DOCS; DOTNETFX; I386; SUPPORT; VALUEADD; and [BOOT]; and these files: AUTORUN.INF; README.HTM; SETUP.EXE; SETUPXP.HTM; WIN51; WIN51IC; and WIN51IC.SP3. These are what I chose to use. Your downloaded .iso or cd may contain different items, such as if you have an OEM cd. </p>
<p>i. That brought me to Step 3 of Admin’s instructions, which is self explanatory and I followed except, according to the Grub4dos Guide (See parenthetical remark in the first “Note” under “Boot Options” section), the last command line (the word “boot”) is not needed and is to be excluded from a text file. Therefore, I changed this:</p>
<p>title Grub for Dos<br />
root (hdx,y)<br />
kernel /grub.exe<br />
boot</p>
<p>to this:</p>
<p>title grub4dos<br />
root (hdx,y)<br />
kernel /grub.exe</p>
<p>j. Step 4 of Administrator’s instructions requires one to access the “chainloader” function of Grub4dos and for Windows 7 the correct command should rightly point to the “bootmgr” function of 7, but for XP either the “setupldr.bin” or the “winnt.exe” functions (as best I can determine) should be invoked. So first I tried this:</p>
<p>grub&gt;find &#8211;set-root /setuptldr.bin<br />
grub&gt;chainloader /setupldr.bin<br />
grub&gt;boot</p>
<p>k. And then I tried this:</p>
<p>grub&gt;find &#8211;set-root /winnt.exe<br />
grub&gt;chainloader /winnt.exe<br />
grub&gt;boot</p>
<p>Neither of which worked. So, either:</p>
<p>A. one of these two files is the wrong invocation, or<br />
B. both of them are wrong, or<br />
C. the find –set-root command isn’t working, like some had pointed out.</p>
<p>I’m off to seek a solution and will post another update.</p>
<p>Have a good one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://ubuntuguide.net/how-to-install-windows-7-from-ubuntu-without-burnning-a-disc/comment-page-1#comment-7954</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Sat, 24 Dec 2011 01:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntuguide.net/?p=2689#comment-7954</guid>
		<description>Hey y&#039;all,

Great idea. 

Somebody (possibly someone who got this t&#039;work) should rewrite these instructions in English (less terse/more detailed instruction). Seems like that&#039;s the problem quite a few were havin&#039; and that means the same&#039;ll be true for many more to come.

Anywaaayyy... couple guys named Zhen &amp; Niggle asked if this would work for XP. The answer to that is - No (Yes, I know it was almost 2 years ago). But I&#039;ve been tryin&#039; to get it to work for an XP image on-&#039;n&#039;-off for a few days now and ain&#039;t got it t&#039;work yet. I&#039;m combinin&#039; steps 1-3 above with info gleaned from the &quot;Grub4dos Guide&quot; found here:

http://diddy.boot-land.net/grub4dos/Grub4dos.htm

and will post the outcome (good-&#039;r-bad) here when I&#039;m done.

Much obliged.</description>
		<content:encoded><![CDATA[<p>Hey y&#8217;all,</p>
<p>Great idea. </p>
<p>Somebody (possibly someone who got this t&#8217;work) should rewrite these instructions in English (less terse/more detailed instruction). Seems like that&#8217;s the problem quite a few were havin&#8217; and that means the same&#8217;ll be true for many more to come.</p>
<p>Anywaaayyy&#8230; couple guys named Zhen &amp; Niggle asked if this would work for XP. The answer to that is &#8211; No (Yes, I know it was almost 2 years ago). But I&#8217;ve been tryin&#8217; to get it to work for an XP image on-&#8217;n'-off for a few days now and ain&#8217;t got it t&#8217;work yet. I&#8217;m combinin&#8217; steps 1-3 above with info gleaned from the &#8220;Grub4dos Guide&#8221; found here:</p>
<p><a href="http://diddy.boot-land.net/grub4dos/Grub4dos.htm" rel="nofollow">http://diddy.boot-land.net/grub4dos/Grub4dos.htm</a></p>
<p>and will post the outcome (good-&#8217;r-bad) here when I&#8217;m done.</p>
<p>Much obliged.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://ubuntuguide.net/how-to-install-windows-7-from-ubuntu-without-burnning-a-disc/comment-page-1#comment-7713</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 06 Dec 2011 12:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntuguide.net/?p=2689#comment-7713</guid>
		<description>hey guys, installed ubuntu on my machine but cant install any thing else. some one out there to help? thx.peter,Uganda</description>
		<content:encoded><![CDATA[<p>hey guys, installed ubuntu on my machine but cant install any thing else. some one out there to help? thx.peter,Uganda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://ubuntuguide.net/how-to-install-windows-7-from-ubuntu-without-burnning-a-disc/comment-page-1#comment-7221</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 02 Nov 2011 01:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntuguide.net/?p=2689#comment-7221</guid>
		<description>Thanks to the tutorial writer and the above comment.  Worked with Ubuntu 11.</description>
		<content:encoded><![CDATA[<p>Thanks to the tutorial writer and the above comment.  Worked with Ubuntu 11.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>http://ubuntuguide.net/how-to-install-windows-7-from-ubuntu-without-burnning-a-disc/comment-page-1#comment-6983</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Tue, 11 Oct 2011 02:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntuguide.net/?p=2689#comment-6983</guid>
		<description>who has issues mounting the ISO try this way since it has a UDF stuff

mount -t auto -o loop &quot;/path to your iso/&quot; /put the path where to mount the iso/</description>
		<content:encoded><![CDATA[<p>who has issues mounting the ISO try this way since it has a UDF stuff</p>
<p>mount -t auto -o loop &#8220;/path to your iso/&#8221; /put the path where to mount the iso/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcio</title>
		<link>http://ubuntuguide.net/how-to-install-windows-7-from-ubuntu-without-burnning-a-disc/comment-page-1#comment-6963</link>
		<dc:creator>Marcio</dc:creator>
		<pubDate>Fri, 07 Oct 2011 02:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntuguide.net/?p=2689#comment-6963</guid>
		<description>Magic!!! Thanks a lot for the help! You are masters!</description>
		<content:encoded><![CDATA[<p>Magic!!! Thanks a lot for the help! You are masters!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nyymi</title>
		<link>http://ubuntuguide.net/how-to-install-windows-7-from-ubuntu-without-burnning-a-disc/comment-page-1#comment-6738</link>
		<dc:creator>nyymi</dc:creator>
		<pubDate>Sat, 27 Aug 2011 14:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntuguide.net/?p=2689#comment-6738</guid>
		<description>try
search --set=root /bootmgr</description>
		<content:encoded><![CDATA[<p>try<br />
search &#8211;set=root /bootmgr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Schacher</title>
		<link>http://ubuntuguide.net/how-to-install-windows-7-from-ubuntu-without-burnning-a-disc/comment-page-1#comment-6599</link>
		<dc:creator>Adam Schacher</dc:creator>
		<pubDate>Thu, 04 Aug 2011 06:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntuguide.net/?p=2689#comment-6599</guid>
		<description>I had a similar problem.  After the Windows installer came up a second time, I pulled up the partition menu.  From there, I deleted the partition that contained the installer.  There might be another method that&#039;s less caveman-like, but this worked for me.
Awesome write-up!!!  Thank you ubuntuguide.net!!!</description>
		<content:encoded><![CDATA[<p>I had a similar problem.  After the Windows installer came up a second time, I pulled up the partition menu.  From there, I deleted the partition that contained the installer.  There might be another method that&#8217;s less caveman-like, but this worked for me.<br />
Awesome write-up!!!  Thank you ubuntuguide.net!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Come installare Windows 7 da un&#8217;immagine ISO tramite Ubuntu - Chimera Revo</title>
		<link>http://ubuntuguide.net/how-to-install-windows-7-from-ubuntu-without-burnning-a-disc/comment-page-1#comment-6588</link>
		<dc:creator>Come installare Windows 7 da un&#8217;immagine ISO tramite Ubuntu - Chimera Revo</dc:creator>
		<pubDate>Tue, 02 Aug 2011 11:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntuguide.net/?p=2689#comment-6588</guid>
		<description>[...] via     Condividi questo articolo:Potrebbero interessarti:Trasformare Windows 7 in Ubuntu 11.04 con Ubuntu Skin Pack 4.0Banshee 1.9.6 rilasciato! Installiamolo su Ubuntu, Windows e MacBanshee 1.9.5 rilasciato per Ubuntu e Windows! Ecco come installarloUbuntu 11.04 Alpha 3 rilasciato! Novità e migliorie soprattutto in UnityCrackare e resettare la password di Windows 7 con Ubuntu in pochi passi [...]</description>
		<content:encoded><![CDATA[<p>[...] via     Condividi questo articolo:Potrebbero interessarti:Trasformare Windows 7 in Ubuntu 11.04 con Ubuntu Skin Pack 4.0Banshee 1.9.6 rilasciato! Installiamolo su Ubuntu, Windows e MacBanshee 1.9.5 rilasciato per Ubuntu e Windows! Ecco come installarloUbuntu 11.04 Alpha 3 rilasciato! Novità e migliorie soprattutto in UnityCrackare e resettare la password di Windows 7 con Ubuntu in pochi passi [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

