From: Allen Meyers <texas.chef94@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] XP guest specifics
Date: Tue, 17 Mar 2009 07:09:59 -0500 [thread overview]
Message-ID: <c9e554c70903170509k3c710a06yea91abb8a2c66aeb@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1695 bytes --]
*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.
*
1. Install QEMU:
apt-get install qemu *The terminal command is self explanatory*
2. 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!).
* I need specifics here is this the second terminal command?*
qemu-img create -f qcow /path/to/xp.cow 1300M
3. 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?*
4. Wait.
5. 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
6. *Note VM like Linux has been an adventure for me and I never could
have even reached this level without the resources of lists like this and it
goes without saying thank you*
--
Allen Meyers
texas.chef94@gmail.com
The ability to comfortably use a computer is directly proportional to desire
to listen, learn, and experiment, and is inversely proportional to the fear,
anger, and stubbornness that you show.
[-- Attachment #2: Type: text/html, Size: 2276 bytes --]
next reply other threads:[~2009-03-17 12:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-17 12:09 Allen Meyers [this message]
2009-03-17 21:58 ` [Qemu-devel] XP guest specifics Luca Tettamanti
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=c9e554c70903170509k3c710a06yea91abb8a2c66aeb@mail.gmail.com \
--to=texas.chef94@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).