ubuntu qcow2 image for local usage
        Posted  
        
            by 
                aisbaa
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by aisbaa
        
        
        
        Published on 2012-09-03T10:17:32Z
        Indexed on 
            2012/09/04
            9:40 UTC
        
        
        Read the original article
        Hit count: 338
        
I'm using kvm and I would like to run ubuntu server on it. My goal is to run db2 database instance for development.
Is there ready to use ubuntu qcow2 images online for such purpose? Or should I install it from live cd?
I've found this instruction UEC/Images, but at launch I get:
$ kvm -fda ${floppy} -drive if=virtio,file=./disk.img -boot a
...
Nothing to boot: No such file or directory (http://ipxe.org/...)
No more network devices
No bootable device.
Solution:
I havent found pre-installed ubuntu virtual machine image online, so solution is to install it by your self.
© Server Fault or respective owner