The demo scenario does not include VMM execution.
Instead, start one of the seoul scenarios (seoul-fancy for example)

make run/seoul-fancy
 
To be able to run this command, priorly add (or uncomment) this line in your build.conf 
REPOSITORIES += $(GENODE_DIR)/repos/ports
May-be you will have to prepare some additional ports (depending on the current state of your platform).
Cheers,


2018-02-19 11:51 GMT+01:00 jony jony <halu.hala.halu@...9...>:
Actually , theres no init button , only a testinit 
i think i started the basic genode demo , i copied hypervisor and image files under /genode/var/run/demo to / folder and edited the file in grub.d as follow 
> root@...115...:/# cat /etc/grub.d/49_genode1
> #!/bin/sh -e
> echo "Genode@...153..."
> cat << EOF
> menuentry "Genode@...153..." {
> insmod ext2
> multiboot /hypervisor
module image /image.elf 

and it started the genode demo that shows launchpad ; i have testinit, scout , launchpad, nitlog, liquid fb , nitpicker 

2018-02-16 12:08 GMT+00:00 Alexander Boettcher <alexander.boettcher@...495...labs.com>:
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,

--
Alexander Boettcher
Genode Labs

http://www.genode-labs.com - http://www.genode.org

Genode Labs GmbH - Amtsgericht Dresden - HRB 28424 - Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
genode-main mailing list
genode-main@...172...net
https://lists.sourceforge.net/lists/listinfo/genode-main


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
genode-main mailing list
genode-main@...172...net
https://lists.sourceforge.net/lists/listinfo/genode-main




--
Parfait T.