Difference between revisions of "Linux: BIOS Raid Metadata"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
<syntaxhighlight> | <syntaxhighlight> | ||
| − | # If installing | + | # If installing off the PXE server or CD Append the below to the end of the kernel command line and it will skip the error. |
| + | nodmraid | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 11:07, 6 July 2015
There are three possible ways to erase Bios Raid metadata:
LINUX (May not work)
dmraid -r -E /dev/diskdd if=/dev/zero of=/dev/sdb bs=1 count=16384# If installing off the PXE server or CD Append the below to the end of the kernel command line and it will skip the error.
nodmraidWindows
Load up a version of window and get a command line (shift + f10)
diskpart
select disk [x]
clean