From: Luca Tettamanti <kronos.it@gmail.com>
To: chef11994@sbcglobal.net, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] XP guest specifics
Date: Tue, 17 Mar 2009 22:58:28 +0100 [thread overview]
Message-ID: <68676e00903171458u28d74bbfx6ce333b0b19f5da6@mail.gmail.com> (raw)
In-Reply-To: <c9e554c70903170509k3c710a06yea91abb8a2c66aeb@mail.gmail.com>
On Tue, Mar 17, 2009 at 1:09 PM, Allen Meyers <texas.chef94@gmail.com> wrote:
> While instructions below are as specific as I have encountered would
> appreciate someone helping a 77 year old with comprehension challenges. I
> have a dual boot Debian Lenny and Ubuntu 8.10 no windows, but a legal disk
> XP.
>
> Install QEMU:
> apt-get install qemu The terminal command is self explanatory
Yes, this will install qemu and its dependencies.
> Create a (resizable) image which will hold Windows XP. The installer chokes
> if the image is smaller than 1.2 GB or so, but that's not too much of a
> problem; the "qcow" image format will only take up as much space as is
> really needed, so the image will be very small in the beginning (not 1.2 GB
> big!).
> qemu-img create -f qcow /path/to/xp.cow 1300M
> I need specifics here is this the second terminal command?
Not really, any terminal will do - after you have installed qemu of
course ;-) 1.3G seems a bit small though, especially if you want to
actually install something on WinXP. I'd go for at least 10G:
qemu-img create -f qcow /path/to/xp.cow 10G
> Insert the install CD, and install Windows in the QEMU image:
> qemu -hda /path/to/xp.cow -boot d -cdrom /dev/cdrom -m 384 -localtime
> I assume this is path or location within the image the terminal command
> created, but when CD is inserted is it directed there or what is it I must
> do?
/dev/cdrom is usually a link to (block device of) the first optical
unit in the system, so you just insert the disk in the first drive and
it should work fine.
> Wait.
> After the install has finished, shut down the QEMU/Windows; from now on you
> can boot it (without having to insert the CD anymore) with:
> qemu -hda /path/to/xp.cow -boot c -m 384 -localtime -k de -usb
Note here "-k de", it sets the keyboard layout to German (which might
not be what you want).
Luca
PS: Please do *not* send HTML mails.
prev parent reply other threads:[~2009-03-17 21:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-17 12:09 [Qemu-devel] XP guest specifics Allen Meyers
2009-03-17 21:58 ` Luca Tettamanti [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=68676e00903171458u28d74bbfx6ce333b0b19f5da6@mail.gmail.com \
--to=kronos.it@gmail.com \
--cc=chef11994@sbcglobal.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).