Note: Almost all content here will eventually be revised and merged into the live-manual. Please do not add new content to the wiki, but contribute to the manual directly. |
QEMU
Test DebianLive cdrom images with QEMU:
qemu -boot d -cdrom debian-live.iso -m 512 -soundhw sb16
Test usb images with QEMU:
qemu -hda debian-live.img -m 512 -soundhw sb16
Important notes:
- QEMU is painfully slow whitout the kernel module kqemu. Depending on the speed of your machine, it can take upto two minutes until the squashfs images is mounted. This is not a bug in Debian Live, just be more patient or install kqemu.
- If you want to use kqemu, you can install it with apt when using Debian kernels. If you are using linux-image-2.6-686, install it with:
apt-get install kqemu-module-2.6-686
- If you use your own, build it with module-assistant:
module-assistant prepare kqemu module-assistant auto-install kqemu
VMware Workstation
For cdrom images, klick on Edit virtual machine settings in the VM summary page. Then, klick on the CD-ROM device and select Use ISO image. Remeber to connect the CD-ROM device at power on and remeber to adjust the boot order in the bios.
For usb images, write the image to an usb stick. In VMware, klick on Edit virtual machine settings in VM summary page. Then, add a new physical harddisk device and enter the device node of your usb stick.
Xen
"This section is a stub. You can help DebianWiki by expanding it."
