Hi all, 

I am trying to install Jailhouse on a Ubuntu VM running using VMware inside 
a Windows 10 host system. I am following the instruction provided here 

GitHub - siemens/jailhouse: Linux-based partitioning hypervisor 
<https://github.com/siemens/jailhouse>

However, I am getting the following error when I run "make" in the 
jailhouse folder. 

ERROR: modpost: "ioremap_page_range" 
[/home/ubuntu/jailhouse/driver/jailhouse.ko] undefined!
ERROR: modpost: "__get_vm_area_caller" 
[/home/ubuntu/jailhouse/driver/jailhouse.ko] undefined!
ERROR: modpost: "lapic_timer_period" 
[/home/ubuntu/jailhouse/driver/jailhouse.ko] undefined!
make[2]: *** [scripts/Makefile.modpost:144: 
/home/ubuntu/jailhouse/Module.symvers] Error 1
make[1]: *** [Makefile:1989: modpost] Error 2
make: *** [Makefile:40: modules] Error 2

I have modified the /etc/default/grub as follows

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="memmap=82M\\\$0x3a000000"
GRUB_CMDLINE_LINUX="intel_iommu=off"
GRUB_CMDLINE_LINUX="find_preseed=/preseed.cfg auto noprompt 
priority=critical l

What am I missing here. Unfortunately, I am a bit new to this so I might be 
making a basic mistake. However, I couldn't find any proper installation 
guide. 

Any help in this regard is much appreciated. 

Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/a2cf0e4d-925d-4d67-b619-c07c8bb42657n%40googlegroups.com.

Reply via email to