qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Installing a guest WXP on a MacOS X host


From: René Korthaus
Subject: Re: [Qemu-devel] Installing a guest WXP on a MacOS X host
Date: Mon, 19 Jul 2004 20:29:55 +0200


Am 19.07.2004 um 17:38 schrieb Michael L Torrie:

On Mon, 2004-07-19 at 09:06, Alexandre Tolmos wrote:
Hello all,

I'm new to QEMU and I'd like to know how to boot a Windows XP
installation CDROM from MacOS X. Do I need to create an ISO image from
my WXP CDROM or can I boot directly from it e.g. using "-cdrom
/dev/<device>" ?

Maybe.  The device name under OS X can be found by running disktool -l
from the command line. then the dev entry will be /dev/disk# where # is
the number you found running disktool.


Which tools are needed to create an ISO image from a CDROM ?

Probably the easiest is to use "disktool -l" to determine the device
name of the cd (which should be automounted).  then do:
dd if=/dev/disk# of=image.iso

You can also have a look for disk names at the system profiler (apple>about this mac>More Information. Just click on hda register card and the names of your devices are shown under "BSD-Name:". In my case, ibook G3, harddisk is /dev/disk0 and cdrom /dev/disk1. Just tried it with Qemu and it works fine.


Replace the disk# with the proper disk name from disktool's output.

Michael



TIA

---------------------------------------------------------------------- --
-------
Alexandre Tolmos
E: ktulu at free.fr
ICQ: 92964905
---------------------------------------------------------------------- --
-------
The world is running out of cheap oil... "We've embarked on
the beginning of the last days of the age of oil."
- Mike Bowlin, Chairman and CEO, ARCO (1999)
---------------------------------------------------------------------- --
-------
www.copvcia.com - www.oilcrisis.com - www.oilcrash.com
---------------------------------------------------------------------- --
-------



_______________________________________________
Qemu-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/qemu-devel
--
Michael L Torrie <address@hidden>



_______________________________________________
Qemu-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/qemu-devel






reply via email to

[Prev in Thread] Current Thread [Next in Thread]