Re: How to run acrn on my Intel PC?
Hi!
Can you send the dmesg output when booting up a regular kernel. This error seems to indicate a problem with the bios.
It would also be worthwhile running the board information script that we have in order to fine-tune ACRN to your particular system. There is a script that collects all relevant info and generate an XML file with such as this one https://github.com/projectacrn/acrn-hypervisor/blob/master/misc/vm_configs/xmls/board-xmls/nuc7i7dnb.xml. Instruction on how to run this can be found here https://projectacrn.github.io/latest/tutorials/acrn_configuration_tool.html#board-and-vm-configuration-workflow.
We should then rebuild ACRN using this board XML file. The general instructions on the workflow and how to use these tools can be found here: https://projectacrn.github.io/latest/tutorials/acrn_configuration_tool.html
Note that the configuration tool is being re-architected so the process/workflow will change in the future.
Geoffroy
From: acrn-users@... <acrn-users@...>
On Behalf Of Jacky Lau
Sent: Tuesday, January 26, 2021 11:43 AM To: acrn-users@... Subject: Re: [acrn-users] How to run acrn on my Intel PC?
Hi, Geoffroy. I upgrade the BIOS to the latest version which was released in 2018, and disable Windows 8.1/10 WHQL Support and Windows 7 Installation support in BIOS setting. I changed vm config file, set CONFIG_PLATFORM_RAM_SIZE and CONFIG_SOS_RAM_SIZE to 0x200000000, set CONFIG_UOS_RAM_SIZE to 0x100000000: jacky@acrn:~/acrn-work/acrn-hypervisor$ cat build/hypervisor/.config
After rebuilt and update /boot/acrn/acrn.bin, I can saw debug output from serial console: Multiboot2 Bootloader: GRUB 2.04-1ubuntu26.7
It seems that somethings is wrong. :(
Geoffroy Van Cutsem <geoffroy.vancutsem@...> 于2021年1月22日周五 上午1:32写道:
|
|
|