I've been following the information here:
https://pve.proxmox.com/wiki/ZFS:_Tips_and_Tricks (Replacing a failed disk in the root pool)
but am getting jammed up on the grub-install /dev/sdx
I keep getting this: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible
error: filesystem `zfs' doesn't support blocklists.
My rpool looks like this:
pool: rpool
state: ONLINE
scan: resilvered 126G in 0 days 00:31:12 with 0 errors on Tue Sep 10 12:26:20 2019
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-SPCC_Solid_State_Disk_E9DF075515C800418419 ONLINE 0 0 0
ata-SPCC_Solid_State_Disk_EB98075515F000418541 ONLINE 0 0 0
root@bedrock:/sbin# gdisk /dev/sdn
GPT fdisk (gdisk) version 1.0.3
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): p
Disk /dev/sdn: 468862128 sectors, 223.6 GiB
Model: SPCC Solid State
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 468862094
Partitions will be aligned on 2048-sector boundaries
Total free space is 3181 sectors (1.6 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 468844543 223.6 GiB BF01 zfs-3395a06313cc159a
9 468844544 468860927 8.0 MiB BF07
root@bedrock:/sbin# gdisk /dev/sdo
GPT fdisk (gdisk) version 1.0.3
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): p
Disk /dev/sdo: 468862128 sectors, 223.6 GiB
Model: SPCC Solid State
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 468862094
Partitions will be aligned on 2048-sector boundaries
Total free space is 3181 sectors (1.6 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 468844543 223.6 GiB BF01 zfs-3fb9effbf83b8152
9 468844544 468860927 8.0 MiB BF07
* Note that both drives are fine, they are just cheap-o's and I want to replace them with something better * (and faster)
Both drives are attached to motherboard SATA ports as /dev/sdn and /dev/sdo - My understanding is that the motherboard boots off the drive in the lowest port, in this case /dev/sdn (all other HDD's are on an HBA if that matters)
All my efforts have been replacing the /dev/sdn drive (but it shouldn't matter, right?) so confused... ;(
https://pve.proxmox.com/wiki/ZFS:_Tips_and_Tricks (Replacing a failed disk in the root pool)
but am getting jammed up on the grub-install /dev/sdx
I keep getting this: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible
error: filesystem `zfs' doesn't support blocklists.
My rpool looks like this:
pool: rpool
state: ONLINE
scan: resilvered 126G in 0 days 00:31:12 with 0 errors on Tue Sep 10 12:26:20 2019
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-SPCC_Solid_State_Disk_E9DF075515C800418419 ONLINE 0 0 0
ata-SPCC_Solid_State_Disk_EB98075515F000418541 ONLINE 0 0 0
root@bedrock:/sbin# gdisk /dev/sdn
GPT fdisk (gdisk) version 1.0.3
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): p
Disk /dev/sdn: 468862128 sectors, 223.6 GiB
Model: SPCC Solid State
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 468862094
Partitions will be aligned on 2048-sector boundaries
Total free space is 3181 sectors (1.6 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 468844543 223.6 GiB BF01 zfs-3395a06313cc159a
9 468844544 468860927 8.0 MiB BF07
root@bedrock:/sbin# gdisk /dev/sdo
GPT fdisk (gdisk) version 1.0.3
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Command (? for help): p
Disk /dev/sdo: 468862128 sectors, 223.6 GiB
Model: SPCC Solid State
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 468862094
Partitions will be aligned on 2048-sector boundaries
Total free space is 3181 sectors (1.6 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 468844543 223.6 GiB BF01 zfs-3fb9effbf83b8152
9 468844544 468860927 8.0 MiB BF07
* Note that both drives are fine, they are just cheap-o's and I want to replace them with something better * (and faster)
Both drives are attached to motherboard SATA ports as /dev/sdn and /dev/sdo - My understanding is that the motherboard boots off the drive in the lowest port, in this case /dev/sdn (all other HDD's are on an HBA if that matters)
All my efforts have been replacing the /dev/sdn drive (but it shouldn't matter, right?) so confused... ;(
Last edited: