Hi, On 15.02.2018 15:08, jony jony wrote:
i'm using an ubuntu virtual machine, and booted through dual boot genode on a nova kernel , the interface that shows is very basic and only has launchpad ,
you probably started the seoul-fancy run scenario. As soon as you click on the blue entry called "init", a Seoul VMM + a VM will be started.
i want to use a virtual machine monitor on top of genode to run virtual machines , i copied the files ob repos/ports/run/*run on the / folder and the following changes were made root@...115...:/# root@...115...:/# cat /etc/grub.d/49_genode1 #!/bin/sh -e echo "Genode@...153..." cat << EOF menuentry "Genode@...153..." { insmod ext2 multiboot /hypervisor module /seoul-auto.run module /seoul-disc.run module /seoul-fancy.run module /seoul-genode.run module /seoul-kernelbuild.run module /seoul-net.run
This is not going to work. The *.run files are just scripts runnable on your ubuntu machine - nothing you can boot directly.
Again, as I suggested already some emails before:
Please consult the Genode Foundations book, which describes the framework and also _run_ mechanism in more detail.
Cheers,