Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the copy-the-code domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pb-seo-friendly-images domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the johannes domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/pcx3.com/wp-includes/functions.php on line 6121
How to fix: 💿 Disk fails to detect in OS Partition Setup - PC✗3
How to fix: 💿 Disk fails to detect in OS Partition Setup

How to fix: 💿 Disk fails to detect in OS Partition Setup

Summary:

This is due to an existing or previously existing RAID configuration typically found in onboard RAID and configured in the BIOS.

When trying to install OS, you may come upon this error message:

“Disks sda, sdb contains BIOS RAID metadata, but are not part of any recognized BIOS RAID sets. Ignoring disks sda, sdb” .

This is due to an existing or previously existing RAID configuration typically found in onboard RAID and configured in the BIOS.

To resolve,

  1. Restart your system.
  2. Go into your BIOS Setup and make sure your SATA type is set to AHCI or ATA and not RAID.
  3. Boot into CentOS “Rescue Mode” from the boot media.
  4. Enter into the shell or access terminal from the installer with Ctrl+Alt+2 
  5. Type the following commands:
dmraid -r -E /dev/sda
dmraid -r -E /dev/sdb

If the above solution fails to fix, follow the below steps which will for sure resolve the issue.

  • Follow the steps 1-4, then use Parted command to see what Partition label the disk has and change the label to MsDos or GPT .

To see the label type:

 parted /dev/sda

To change the label:

parted mklabel msdos

or

parted mklabel gpt
whoami
Stefan Pejcic
Join the discussion

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.