qemu-discuss
[Top][All Lists]
Advanced

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

Re: Is it possible to run a vmware scsi based windows 2003 machine using


From: Lukas Straub
Subject: Re: Is it possible to run a vmware scsi based windows 2003 machine using qemu-i
Date: Sun, 29 Mar 2020 10:20:52 +0200

On Sat, 28 Mar 2020 17:10:37 -0400
Cary Lewis <address@hidden> wrote:

> I have a vmware based windows 2003 virtual machine with two scsi disks, C:,
> E:
> 
> Is it is possible to run the machine using qemu?
> 
> I tried:
> 
>  qemu-system-i386 -m 2048 -hdc diskc-1.qcow2 -hde diske.qcow2

By default, the hd* parameters emulate ide drives on the pc machine.
You can use the following to emulate a Tekram DC-390 SCSI controller with scsi 
drive:

qemu-system-i386 -m 2048 -device dc390 -device scsi-hd,drive=drive0 -blockdev 
qcow2,node-name=drive0,file.filename=diskc-1.qcow2,file.driver=file

You can use "qemu-system-i386 -device help" to list the available devices, look 
under "Storage devices".

> but the system did not boot.
> 
> Any help would be appreciated.

Attachment: pgpl5v5scj4tB.pgp
Description: OpenPGP digital signature


reply via email to

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