FIXED: No Devices Matches MBR Identifier

If you are getting boot errors stating "No Devices Match MBR Identifier" while trying to boot OpenSUSE from a custom flash drive, it is likely that the Disk Identifier (or Disk ID) found in the MBR file, is incorrect. In the following simple solution, I'll show you a couple of ways to fix this.

Fixing the "No Devices Matches MBR Identifier" error

How to get the MBRID (Disk Identifier) from Linux

  1. From a terminal, type sudo su and press Enter
  2. Type fdisk -l and press Enter
  3. Copy the Disk Identifier listed in in terminal for your Disk to the mbrid file located at boot/grub/mbrid
    Get The MBRID - Disk Identifier

How to Get the MBRID (Disk Identifier) from Windows

  1. Download Set-MBRID.exe
  2. Copy Set-MBRID.exe to the Drive to get the Disk ID from.
  3. Click Get-MBRID.exe to obtain the Disk Identifier.
    No devices matches MBR identifier - Set MBRID
  4. The tool will display the Disk Identifier in a message box, backup the old mbrid file, and create a new mbr id file for you at;
    /boot/grub/mbrid

    if the path exists.

Set-MBRID.exe is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.