Hi,
I was wondering if someone else has tried replacing a bad disk on a uefi rpool disk with the disk that had the grub?
Currently this are the steps i take normally but not sure if it gets changed on uefi?
this ex: new disk is called sda and the mirror is called sdh
Thank you
I was wondering if someone else has tried replacing a bad disk on a uefi rpool disk with the disk that had the grub?
Currently this are the steps i take normally but not sure if it gets changed on uefi?
this ex: new disk is called sda and the mirror is called sdh
Code:
sgdisk --replicate=/dev/sda /dev/sdh
sgdisk --randomize-guids /dev/sda
grub-install /dev/sda
zpool replace -f rpool 13843703100769424298 /dev/sda2
Thank you