Let's imagine that you have a server which is only accessible over ssh and want to install a virtual machine with kvm or qemu on it based on an Ubuntu server ISO or alternate CD. The logical way to perform this install would have normally been to use a VNC connection to perform the installation, but your machine is so far away that the latency renders this option almost unuseable. Here is a way to do this by redirecting the console output to the terminal and bypass the initial graphical boot screen.
#mount -o loop hardy-server-i386.iso /mnt
#qemu-img create -f qcow2 -c disk.qcow2 2G
Recent comments
3 days 14 hours ago
9 weeks 1 day ago
10 weeks 17 hours ago
11 weeks 1 hour ago
12 weeks 22 hours ago
12 weeks 22 hours ago
13 weeks 1 day ago
14 weeks 6 days ago
15 weeks 2 days ago
16 weeks 2 days ago