Changeset 84829 in vbox
- Timestamp:
- Jun 15, 2020 10:23:18 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138637
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/boot.c
r84752 r84829 151 151 if (lastdrive==1) { 152 152 if (reason==0) 153 BX_INFO_CON("No bootable medium found! Please insert a bootable medium and reboot.\n");153 BX_INFO_CON("No bootable medium found!\n"); 154 154 else 155 BX_PANIC("Could not read from the boot medium! System halted.\n"); 155 BX_INFO_CON("Could not read from the boot medium!\n"); 156 BX_INFO_CON("Please insert a bootable medium and reboot.\n"); 156 157 } 157 158 }
Note:
See TracChangeset
for help on using the changeset viewer.