Here are some information regarding the host system
$ uname -a
Linux tiger 2.6.32-279.5.1.el6.x86_64 #1 SMP Tue Aug 14 16:11:42 CDT 2012 x86_64 x86_64 x86_64
GNU/Linux
$ lsb_release -a
LSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: Scientific
Description: Scientific Linux release 6.3 (Carbon)
Release:
6.3
Codename: Carbon
The guest machine have these information according to AQemu
Emulator Type: QEMU
Computer Type: ARM
Boot Priority: FDA/CDROM/HDD
Number of CPU: 1
Video Card: Default
Memory Size: 256
Use Sound: Yes
Fullscreen Mode: No
Use Snapshot Mode: No
Use Local Time: No
The arguments are
/usr/local/bin/qemu-system-arm
-monitor stdio -soundhw es1370,ac97 -m 256 -S -cdrom
/home/mahmood/Downloads/Microsoft.Windows.XP.Professional.SP3/Windows.XP.Professional.SP3.iso
-hda /home/mahmood/winxp -boot order=adc,menu=on -net none -name
"Windows XP" -vnc :10
Any idea on that?
Regards,
Mahmood
On Sunday, November 17, 2013 11:35 AM, Mahmood Naderan <address@hidden> wrote:
Here are some information regarding the host system
$ uname -a
Linux tiger 2.6.32-279.5.1.el6.x86_64 #1 SMP Tue Aug 14 16:11:42 CDT 2012 x86_64 x86_64 x86_64
GNU/Linux
$ lsb_release -a
LSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: Scientific
Description: Scientific Linux release 6.3 (Carbon)
Release:
6.3
Codename: Carbon
The guest machine have these information according to AQemu
Emulator Type: QEMU
Computer Type: ARM
Boot Priority: FDA/CDROM/HDD
Number of CPU: 1
Video Card: Default
Memory Size: 256
Use Sound: Yes
Fullscreen Mode: No
Use Snapshot Mode: No
Use Local Time: No
The arguments are
/usr/local/bin/qemu-system-arm -monitor stdio -soundhw es1370,ac97 -m 256 -S -cdrom /home/mahmood/Downloads/Microsoft.Windows.XP.Professional.SP3/Windows.XP.Professional.SP3.iso -hda /home/mahmood/winxp -boot order=adc,menu=on -net none -name "Windows XP" -vnc :10
Any idea on that?
Regards,
Mahmood
On Saturday, November 16, 2013 10:09 PM, Programmingkid <address@hidden> wrote: >What target are you using? (qemu-system-ppc, qemu-system-i386, ...)
>What is your computer's operating system?
>Please send the complete command line arguments you used.