Root on ZFS mirror replace 修正Grub方式
首先要使用 parted/gdisk 分割出來一模一樣的 partition table
然後第一個 partition 要 set 1 bios_grub on
再來執行
zpool attach rpool /dev/sda2 /dev/sdb2
grub-install /dev/sdb
update-initramfs -u
阅读剩余
THE END
首先要使用 parted/gdisk 分割出來一模一樣的 partition table
然後第一個 partition 要 set 1 bios_grub on
再來執行
zpool attach rpool /dev/sda2 /dev/sdb2
grub-install /dev/sdb
update-initramfs -u