Run a LiveCD on your current OS without rebooting

Ok, I just discovered this, and it's really cool and easy to do. It uses Qemu to do the emulation (like VMware, but open source), and allows you to boot ISO files without needing to burn them.
1. Download the ISO file.
For this example, it is at /home/nick/knoppix.iso
2. Install Qemu
Download Windows and Mac versions here: http://www.h7.dion.ne.jp/~qemu-win/
I'm using Gentoo, the commands are:
3. Run Qemu!
You'll see a window open and Knoppix start booting. It's a bit slower than actually booting the CD, but still usable.
1. Download the ISO file.
For this example, it is at /home/nick/knoppix.iso
2. Install Qemu
Download Windows and Mac versions here: http://www.h7.dion.ne.jp/~qemu-win/
I'm using Gentoo, the commands are:
- Code: Select all
echo "app-emulation/qemu softmmu" >> /etc/portage/package.use
emerge qemu
3. Run Qemu!
- Code: Select all
qemu -cdrom /home/nick/knoppix.iso -boot d
You'll see a window open and Knoppix start booting. It's a bit slower than actually booting the CD, but still usable.