No Bootable Device

Hi,
New to ON. So far the worst experience ever. 5 hours now and I cant create one little stinking VM.

Trying to make a VM from debian 9.5

Followed instructions here:
https://wiki.cipherspace.com/index.php/How_To_Build_New_OpenNebula_Image_Using_ISO_file

No matter what I do I get No bootable device. I dont get it. Ive tried putting the CDROM in both the first and second position. same results.
32%20PM

ID	Name	Owner	Group	Datastore	Type	Status	#VMS
8	Debian9	oneadmin	oneadmin	default	CDROM	USED	1
7	HD	oneadmin	oneadmin	default	DATABLOCK	USED_PERS	1

Template

CONTEXT = [
NETWORK = “YES”,
SSH_PUBLIC_KEY = “$USER[SSH_PUBLIC_KEY]” ]
CPU = “0.2”
DISK = [
IMAGE = “HD”,
IMAGE_UNAME = “oneadmin” ]
DISK = [
IMAGE = “Debian9”,
IMAGE_UNAME = “oneadmin” ]
GRAPHICS = [
LISTEN = “0.0.0.0”,
TYPE = “VNC” ]
HYPERVISOR = “kvm”
MEMORY = “512”
MEMORY_UNIT_COST = “MB”
OS = [
BOOT = “” ]

Does debian ISO have type CDROM ?

Try to change boot order. Also you can enable bootmenu <bootmenu enable='yes'/> in RAW data and trying manually choose device.

1 Like

Yep. Nothing is working