Posted: Sun Mar 07, 2021 9:12 am Post subject: [Help] dbvm UEFI bootable
ok i success compile the dbvm efi and set the usb to REFIND boot system
i copy the vmdisk and the dbvm efi(main.efi)
i boot my computer from the usb
i get to the efi main screen i click on BOOT FROM MAIN.EFI and i get
black screen with only one message "efi_main at B03454DE"
Joined: 09 May 2003 Posts: 25911 Location: The netherlands
Posted: Sun Mar 07, 2021 12:22 pm Post subject:
you compiled it with the eclipse IDE ?
You should at least have gotten a
Code:
AP CPU 0:
# - # - #
Adjust:#
unless your UEFI doesn't run at ring 0, or your system crashes when reading the TSC, MSR 0x10 (IA32_TIME_STAMP_COUNTER (TSC) ) or MSR 0x3b ( IA32_TSC_ADJUST )
execute this code in CE and post the results here:
Code:
if (cpuid(7,0).EBX & (1<<1))==0 then
print("You'll have to remove all readMSR(0x3b) lines")
else
print("Should have worked")
end
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum