projectacrn / acrn-hypervisor

Project ACRN hypervisor
BSD 3-Clause "New" or "Revised" License
1.14k stars 523 forks source link

[WHL][VxWorks] Launch VxWorks fails due to no suitable video mode found error #5151

Closed fuzhongl closed 3 years ago

fuzhongl commented 4 years ago

Platform WHL

Codebase v2.1

Scenario Industry

Steps:

  1. Launch SOS
  2. Use the script to launch Vxworks.

Expected Result: Launch vxworks success.

Actual result: Launch vxworks fails due to error detected from the vxworks grub:

fuzhongl commented 4 years ago

[External_System_ID] ACRN-6557

gvancuts commented 3 years ago

Error thrown when attempting to lauch VxWorks:

WARNING: no console will be available to OS
error: no suitable video mode found.
initialize CPU
start CPU
initialize MMU
initialize base virtual memory support
initialize address space library
initialize global mapping
initialize VxBus
        install bus types:
                vxbHpetBus(Intel Architecture HPET Bus)
                vxbMiiBus(MII bus type)

The problem was introduced with this PR #4692

fuzhongl commented 3 years ago

fixed with v2.2