Error during installation.

Status
Not open for further replies.

wblock

Documentation Engineer
Joined
Nov 14, 2014
Messages
1,506
Boot from mfsBSD.
Log in as user root, password mfsroot.
kldload geom_raid
graid delete raid/r0

This assumes some things, but is likely to work.
 

tvsjr

Guru
Joined
Aug 29, 2015
Messages
959
If you boot to FN or to your choice of live Linux/BSD distribution, do you have direct access to the drives? If so, usually overwriting the first bit of the drive will be sufficient:
dd if=/dev/zero of=/dev/<your_device_name> bs=1M count=100
 
Status
Not open for further replies.
Top