VirtualBox

Changeset 66788 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 4, 2017 11:58:57 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115200
Message:

vsheriff: try to detect "BOOTMGR image is corrupt"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r66438 r66788  
    472472    ktReason_OSInstall_GRUB_hang                       = ( 'O/S Install',       'GRUB hang' );
    473473    ktReason_Panic_BootManagerC000000F                 = ( 'Panic',             'Hardware Changed' );
     474    ktReason_BootManager_Image_corrupt                 = ( 'Unknown',           'BOOTMGR Image corrupt' );
    474475    ktReason_Panic_MP_BIOS_IO_APIC                     = ( 'Panic',             'MP-BIOS/IO-APIC' );
    475476    ktReason_Panic_HugeMemory                          = ( 'Panic',             'Huge memory assertion' );
     
    873874        ( True,  ktReason_Panic_BootManagerC000000F,
    874875          "Windows failed to start. A recent hardware or software change might be the" ),
     876        ( True,  ktReason_BootManager_Image_corrupt,
     877          "BOOTMGR image is corrupt.  The system cannot boot." ),
    875878    ];
    876879
Note: See TracChangeset for help on using the changeset viewer.

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