Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: AlejandroPadrino on November 21, 2011, 06:44:32 PM

Title: Can't virtualize using qemu.tcz
Post by: AlejandroPadrino on November 21, 2011, 06:44:32 PM
Hello to all members,

today I was try to run CD-ROM image with qemu.tcz, but no emulation started.  Qemu appears to run without -cdrom myisoimage.iso, but setting up -cdrom myisoimage.iso does not start emulation and shows a ">" prompt.  Command line was ...

qemu -Mpc -cpu qemu32 -m 256 -boot d -cdrom myisoimage.iso

How to start emulation?

Thanks.
Title: forget ...
Post by: AlejandroPadrino on November 21, 2011, 06:49:13 PM
... I was forget:  loaded modules into script before loading qemu are ...

kvm-3.0.3-tinycore.tcz
qemu-kvm.tcz
qemu-extra.tcz
qemu.tcz

I'm using TinyCore 4.0.2

Thanks.
Title: Re: Can't virtualize using qemu.tcz
Post by: curaga on November 22, 2011, 07:00:11 AM
I'm guessing there was an accidental keypress, making Qemu go to the control console (alt-f2 if I recall), or perhaps into gpxe's console.

As a side note, if you want to use KVM accel, you only need to load qemu-kvm, and then use qemu-system-x86_64.
Title: Re: Can't virtualize using qemu.tcz
Post by: AlejandroPadrino on November 22, 2011, 07:52:31 AM
Hello Curaga,

can you post a sample to run any cdrom .iso image virtualized?  Kvm modules are loaded, but not enabled in qemu switch.  I was try some things founded in http://en.wikibooks.org/wiki/QEMU/Monitor (http://en.wikibooks.org/wiki/QEMU/Monitor) but can't close window with ">" prompt, and can't run .iso image.

Thank you.
Title: Re: Can't virtualize using qemu.tcz
Post by: curaga on November 22, 2011, 08:49:07 AM
qemu-system-x86_64 -cdrom tinycore.iso
Title: Re: Can't virtualize using qemu.tcz
Post by: AlejandroPadrino on November 22, 2011, 06:27:53 PM
Hello Curaga,

using qemu-system-x86_64 -cdrom myisoimage.iso I was get same result with QEmu, console with ">" prompt.  What's wrong?

Thank you.
Title: Re: Can't virtualize using qemu.tcz
Post by: curaga on November 23, 2011, 10:40:17 AM
I'm not sure. One thing left is to try the other, ie if this was with qemu.tcz remove it from onboot and use qemu-kvm, or vice versa.
Title: Re: Can't virtualize using qemu.tcz
Post by: AlejandroPadrino on November 23, 2011, 11:11:22 AM
Hello Curaga, I was test all options.  Removing Kvm and loading only QEmu, removing QEmu and loading only Kvm, and loading both at same time.  Also was try removing qemu-extra.tcz package.  No modules are used at boot.  I always use ondemand.  New builds for QEmu and Kvm packages?

Thank you.