Changeset 91566 in vbox for trunk/src/VBox
- Timestamp:
- Oct 5, 2021 11:45:51 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r84752 r91566 361 361 pThis->iControl = 0; 362 362 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); 363 366 } 364 367 }
Note:
See TracChangeset
for help on using the changeset viewer.