I have been using Ubuntu 16.04 64 bit OS. I tried to install Core-current.iso linux image in qemu virtual machine. I've followed the steps mentioned in the link
https://help.ubuntu.com/community/In...n/QemuEmulator
Following are the steps I've done to create qemu emulator for Core-current.iso
I think OS installed successfully using above commands. But when I access that installed OS through following command, it's showing 'no boot device' message.
Following is the output on qemu-emulator:
Nothing to boot: No such file or directory (http://ipxe.org/2d03e13b)
No more network devices
No bootable device
So how to make this work.....?
https://help.ubuntu.com/community/In...n/QemuEmulator
Following are the steps I've done to create qemu emulator for Core-current.iso
Code:
me@linux:~$ qemu-system-i386 -hda linux.qcow -boot d -cdrom ~/Desktop/Core-current.iso -m 512
me@linux:~$ qemu-system-i386 -hda linux.qcow -cdrom ~/Desktop/Core-current.iso -m 512
Code:
me@linux:~$ qemu-system-i386 -hda linux.qcow -m 512
Quote:
Nothing to boot: No such file or directory (http://ipxe.org/2d03e13b)
No more network devices
No bootable device