You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@wijungle-VirtualBox:~/drakvuf/volatility3# xl create /etc/xen/win7.cfg
Parsing config from /etc/xen/win7.cfg
libxl: error: libxl_create.c:1259:libxl__domain_config_setdefault: Cannot enable PoD and ALTP2M at the same time
root@wijungle-VirtualBox:~/drakvuf/volatility3# sudo vmi-win-guid name windows7-sp1-x64
vmi-win-guid: error while loading shared libraries: libvmi.so.0: cannot open shared object file: No such file or directory
This is my /etc/xen/win7.cfg file:
root@wijungle-VirtualBox:~/drakvuf/volatility3# xl create /etc/xen/win7.cfg
Parsing config from /etc/xen/win7.cfg
libxl: error: libxl_create.c:1259:libxl__domain_config_setdefault: Cannot enable PoD and ALTP2M at the same time
root@wijungle-VirtualBox:~/drakvuf/volatility3# sudo vmi-win-guid name windows7-sp1-x64
vmi-win-guid: error while loading shared libraries: libvmi.so.0: cannot open shared object file: No such file or directory
This is my /etc/xen/win7.cfg file:
arch = 'x64'
name = "windows7-sp1"
maxmem = 6000
memory = 2000
vcpus = 2
maxcpus = 1
builder = "hvm"
boot = "cd"
hap = 1
acpi = 1
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "destroy"
vnc=1
vnclisten="0.0.0.0"
usb = 1
usbdevice = "tablet"
altp2m = 1
#memory_mode = "strict"
#p2m = 'shadow'
vif = [ 'type=ioemu,model=e1000,bridge=xenbr0,mac=08:00:27:c1:45:fd' ]
disk = [ 'file:"/home/wijungle/Downloads/windows7.iso",hdc:cdrom,r' ]
#boot="dc"
#sdl=0
#vncconsole=1
#vncpasswd=''
serial='pty'
The text was updated successfully, but these errors were encountered: