Quicklinks

EndUser

Test/Virtualisaton


Installieren

Kernel - Tuning

Network

Display / Pads

Bock Devices

Printer

USB-Devices

BenutzerSW

Server

Install Notes

General/Hints

anoyances.org

Collection of installation & troublshooting info related to my linux (debian/mint/ubuntu) installations

Cat: Virtualisation QEMU

Es soll über QEMU ein Server betrieben werden:

  • Webserver
  • andere Dienste
  • auf Memorystick, startbar ab Stick, für alle Systeme
  • System soll auch direkt gestartet werden können.
  • QEMU im Background
Forum:

http://qemu-forum.ipi.fi/viewtopic.php?f=4&t=171

System: aptsoid mit xfce

Netz für QEMU
Eintrag eines Nameservers in resolv.conf

qemu -m 254 -hda /dev/sdb -redir tcp:5556:10.0.2.15:22

Host@ ssh sysadmin@localhost -p 5556

Installation des Systems

QEMU im Background

Versuche gemäss:
http://qemu-forum.ipi.fi/viewtopic.php?f=4&t=171

über screen:
screen -dmS MyQemu sudo qemu -hda /dev/sdb -snapshot -m 256
screen -r MyQemu

ohne Terminal
qemu -hda /dev/sdb -nographic -serial null -monitor null

mit VNC
qemu -hda /qemu/xp.cow -boot c -cdrom /data/install/admin/os/windows/winxpsp3ue.iso -m 384 -k sg -vnc *:0 -daemonize -localtime
vncviewer 10.10.1.1

Edit Page - Page History - Printable View - Recent Changes - WikiHelp - SearchWiki
Page last modified on December 09, 2010, at 12:33 PM, visited:$PageCount