Nick2253
Wizard
- Joined
 - Apr 21, 2014
 
- Messages
 - 1,633
 
I'm not super familiar with these commands, so you might have to spot check them.  But I can point you at the documentation.
First, we have to identify and remove the bad device.
https://docs.oracle.com/cd/E19253-01/816-5166/zpool-1m/index.html
At this point, I would hope you would be able to see this in the GUI, and hopefully the GUI will work for adding a new boot device. One advantage to the GUI is that it will also add the boot partition stuff. If not, let me know, and I can dig up the commands we need to run to do this.
	
		
			
		
		
	
			
			First, we have to identify and remove the bad device.
Code:
zpool list freenas-boot #get the devices in the freenas-boot pool zpool detach freenas-boot <device> #replace <device> with the bad device from the first outputs
https://docs.oracle.com/cd/E19253-01/816-5166/zpool-1m/index.html
At this point, I would hope you would be able to see this in the GUI, and hopefully the GUI will work for adding a new boot device. One advantage to the GUI is that it will also add the boot partition stuff. If not, let me know, and I can dig up the commands we need to run to do this.