-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in running windows7-sp1.json #1701
Comments
Doesn't look like you have altp2m enabled in Xen. |
Thankyou for replying Sir, |
This is my /etc/xen/win7.cfg file. please review it if there is any problem in this file. arch = 'x86_64' Thanks & Regards |
And this is my /etc/default/grub file: If you change this file, run 'update-grub' afterwards to update/boot/grub/grub.cfg.For full documentation of the options in this file, see:info -f grub -n 'Simple configuration'GRUB_DEFAULT=0 Uncomment to enable BadRAM filtering, modify to suit your needsThis works with Linux (no patch required) and with any kernel that obtainsthe memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" Uncomment to disable graphical terminal (grub-pc only)#GRUB_TERMINAL=console The resolution used on graphical terminalnote that you can use only modes which your graphic card supports via VBEyou can see them in real GRUB with the command `vbeinfo'#GRUB_GFXMODE=640x480 Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux#GRUB_DISABLE_LINUX_UUID=true Uncomment to disable generation of recovery mode menu entries#GRUB_DISABLE_RECOVERY="true" Uncomment to get a beep at grub start#GRUB_INIT_TUNE="480 440 1" |
If you booted Xen with that command line and altp2m is not enabled that means your CPU doesn't support EPT. Try a different system. |
Also sir the commands mentioned on drakvuf.com is not working with the system only having SSD. when i upgrade the grub using command update-grub and reboot the system for booting it in xen hypervisor then my system not booted up. I tried it many times then i tried it with the laptop having HDD it worked, same commands i followed. Thanks & Regards |
root@wijungle:~/drakvuf# ./build/drakvuf -r windows7-sp1.json -d 21
1693902073.002871 DRAKVUF v1.1-6c3e56e Copyright (C) 2014-2023 Tamas K Lengyel
Failed to set HVM_PARAM_ALTP2M, RC: -1
VMI_ERROR: xc_altp2m_switch_to_view returned rc: -1
Failed to switch on default view
Failed to initialize DRAKVUF: drakvuf_init() failed
when i try To simply trace the execution of the system. I am facing the above error. Sir @tklengyel Please help me to solve this issue.
Thanks & Regards
The text was updated successfully, but these errors were encountered: