VirtualBox

Changeset 91566 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 5, 2021 11:45:51 AM (3 years ago)
Author:
vboxsync
Message:

Device/DevPcBios: Interim solution for signalling boot failure through the API (as a runtime error). Needs to be complemented by similar code in DevEFI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r84752 r91566  
    361361                    pThis->iControl = 0;
    362362                    LogRel(("PcBios: Boot failure\n"));
     363                    int rc = PDMDevHlpVMSetRuntimeError(pDevIns, 0 /*fFlags*/, "VMBootFail",
     364                                                        N_("The VM failed to boot. This is possibly caused by not having an operating system installed or a misconfigured boot order. Maybe picking a guest OS install DVD will resolve the situation"));
     365                    AssertRC(rc);
    363366                }
    364367            }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette