KVM/QEMU virtualization on Linux

Post here questions, problems and suggestions in English language
  • I use only Qemu with command:

    Code: Select all

    qemu -cdrom kolibri.iso -boot d -full-screen -hda fat:rw:/home/alexus/ZAURUS/hard/
    I have no experience in KVM but Qemu works easily
  • Alexus wrote:

    Code: Select all

    qemu -cdrom kolibri.iso -boot d -full-screen -hda fat:rw:/home/alexus/ZAURUS/hard/
    And how about network? I can't get it working with -net (random) parameters. I have single eth0 interface, sitting under the router. QEMU.
  • Win - http://wiki.kolibrios.org/Connecting_Ko ... et_in_Qemu

    Linux -
    $qemu -cdrom kolibri.iso -boot d -hda fat:rw:/home/alexus/ZAURUS/hard/ -net nic -net user,script=/etc/qemu-ifup -full-sceen
    In KOS
    Menu->Network->Configuration
    Choose "Packet driver" and "Fixed"
    set
    IP: 10.0.2.15
    Gateway: 10.0.2.2
    Subnet: 255.255.255.0
    DNS: 10.0.2.3

    ->apply

    Be happy :)
  • Alexus wrote: $qemu -cdrom kolibri.iso -boot d -hda fat:rw:/home/alexus/ZAURUS/hard/ -net nic -net user,script=/etc/qemu-ifup -full-sceen
    I got:

    Code: Select all

    qemu: invalid parameter 'script' in 'script=/etc/qemu-ifup'
    
    man shows that "script" is for "tap" option (qemu version 0.11.0 (qemu-kvm-0.11.0)), but thats also refuses to work.
  • Hmm, strange, what disto you use? I use qemu 0.9.1 in Debian Lenny and everything works realy good...
    )i made a mistake in last parametr

    Code: Select all

    qemu -cdrom kolibri.iso -boot d -hda fat:rw:/home/alexus/ZAURUS/hard/ -net nic -net user,script=/etc/qemu-ifup -full-screen
    - my string
  • Alexus wrote:I use qemu 0.9.1 in Debian Lenny
    Mine is Ubuntu 9.10, and qemu is 0.11; that's quite a difference...
  • You can try to install my version of qemu, from repo...or http://packages.ubuntu.com/. I didi such thing on Ubuntu 9.04 , when freeciv 1.19 was broken, but 1.18 works...
  • Who is online

    Users browsing this forum: No registered users and 2 guests