* [Qemu-devel] Making an Image of XP
@ 2004-08-03 14:23 Jeff Jones
2004-08-03 14:54 ` Ng Pheng Siong
0 siblings, 1 reply; 3+ messages in thread
From: Jeff Jones @ 2004-08-03 14:23 UTC (permalink / raw)
To: qemu-devel
Hello,
I own a license for Windows XP and have a handful of work functions
that need to be done remotely with this OS. Could somebody tell me
how to make an image of the OS to install on my OS X box? I'm
UNIX/Linux savvy.
Thanks,
Jeff
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Making an Image of XP
2004-08-03 14:23 Jeff Jones
@ 2004-08-03 14:54 ` Ng Pheng Siong
0 siblings, 0 replies; 3+ messages in thread
From: Ng Pheng Siong @ 2004-08-03 14:54 UTC (permalink / raw)
To: qemu-devel
On Tue, Aug 03, 2004 at 09:23:58AM -0500, Jeff Jones wrote:
> I own a license for Windows XP and have a handful of work functions
> that need to be done remotely with this OS. Could somebody tell me
> how to make an image of the OS to install on my OS X box? I'm
> UNIX/Linux savvy.
http://www.nu2.nu/bootcd/
--
Ng Pheng Siong <ngps@netmemetic.com>
http://firewall.rulemaker.net -+- Cisco PIX & Netscreen Config Version Control
http://sandbox.rulemaker.net/ngps -+- M2Crypto, ZServerSSL for Zope, Blog
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [Qemu-devel] Making an Image of XP
[not found] <3505347825290313065@unknownmsgid>
@ 2004-08-03 17:40 ` Garth Dahlstrom
0 siblings, 0 replies; 3+ messages in thread
From: Garth Dahlstrom @ 2004-08-03 17:40 UTC (permalink / raw)
To: qemu-devel
Jeff, you can use dd to create a large empty file...
This is what I used on Cygwin:
dd of=hda.img bs=1M count=6000 seek=6000
to make a 6GB image file, on Linux/Unix you may have to add
if=/dev/zero (I'm not sure).
Windows set-up should recognize this as a hard disk with no partition
table, when you use hda.img as your QEMU -hda device.
-G
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-08-03 17:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <3505347825290313065@unknownmsgid>
2004-08-03 17:40 ` [Qemu-devel] Making an Image of XP Garth Dahlstrom
2004-08-03 14:23 Jeff Jones
2004-08-03 14:54 ` Ng Pheng Siong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).