* [Qemu-devel] XP guest specifics
@ 2009-03-17 12:09 Allen Meyers
2009-03-17 21:58 ` Luca Tettamanti
0 siblings, 1 reply; 2+ messages in thread
From: Allen Meyers @ 2009-03-17 12:09 UTC (permalink / raw)
To: qemu-devel
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] XP guest specifics
2009-03-17 12:09 [Qemu-devel] XP guest specifics Allen Meyers
@ 2009-03-17 21:58 ` Luca Tettamanti
0 siblings, 0 replies; 2+ messages in thread
From: Luca Tettamanti @ 2009-03-17 21:58 UTC (permalink / raw)
To: chef11994, qemu-devel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-17 21:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17 12:09 [Qemu-devel] XP guest specifics Allen Meyers
2009-03-17 21:58 ` Luca Tettamanti
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).