Difference between revisions of "Linux: BIOS Raid Metadata"

From Define Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
<syntaxhighlight>
 
<syntaxhighlight>
 
dd if=/dev/zero of=/dev/sdb bs=1 count=16384
 
dd if=/dev/zero of=/dev/sdb bs=1 count=16384
 +
</syntaxhighlight>
 +
 +
<syntaxhighlight>
 +
# If installing of the PXE server or CD Append "nodmraid" without quotations to the end of the kernel command line
 
</syntaxhighlight>
 
</syntaxhighlight>
  

Revision as of 11:05, 6 July 2015

There are three possible ways to erase Bios Raid metadata:

LINUX (May not work)

dmraid -r -E /dev/disk
dd if=/dev/zero of=/dev/sdb bs=1 count=16384
# If installing of the PXE server or CD Append "nodmraid" without quotations to the end of the kernel command line

Windows

Load up a version of window and get a command line (shift + f10)

diskpart 
select disk [x] 
clean