WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Can't virtualize using qemu.tcz  (Read 3761 times)

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
Can't virtualize using qemu.tcz
« 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.

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
forget ...
« Reply #1 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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: Can't virtualize using qemu.tcz
« Reply #2 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.
The only barriers that can stop you are the ones you create yourself.

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
Re: Can't virtualize using qemu.tcz
« Reply #3 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 but can't close window with ">" prompt, and can't run .iso image.

Thank you.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: Can't virtualize using qemu.tcz
« Reply #4 on: November 22, 2011, 08:49:07 AM »
qemu-system-x86_64 -cdrom tinycore.iso
The only barriers that can stop you are the ones you create yourself.

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
Re: Can't virtualize using qemu.tcz
« Reply #5 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.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: Can't virtualize using qemu.tcz
« Reply #6 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.
The only barriers that can stop you are the ones you create yourself.

Offline AlejandroPadrino

  • Full Member
  • ***
  • Posts: 143
Re: Can't virtualize using qemu.tcz
« Reply #7 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.
« Last Edit: November 23, 2011, 11:13:41 AM by AlejandroPadrino »