VirtualBox

Changeset 84829 in vbox


Ignore:
Timestamp:
Jun 15, 2020 10:23:18 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138637
Message:

BIOS: Don't panic and hard halt when the specified boot medium is not present/readable, either.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/boot.c

    r84752 r84829  
    151151    if (lastdrive==1) {
    152152        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");
    154154        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");
    156157    }
    157158}
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