Hi Proxmox Community,
I'm facing an issue with a Proxmox VE server that has become unbootable after one of the drives in the boot ZFS mirror failed. I've confirmed the remaining drive lacks an ESP partition and need advice on the best recovery path.
Setup:
The output of sgdisk -p /dev/nvme0n1 confirms that there is no EFI System Partition (ESP) on the remaining working drive:
Disk /dev/nvme0n1: 1953525168 sectors, 931.5 GiB
Model: WD_BLACK SN850X 1000GB
[...]
Number Start (sector) End (sector) Size Code Name
1 2048 1953507327 931.5 GiB BF01 zfs-251b95c7537d3a65 <-- ZFS Data rpool
9 1953507328 1953523711 8.0 MiB BF07 <-- Solaris reserved / bios_grub?
(No partition with code EF00 exists)
This means proxmox-boot-tool cannot be used as it has no target partition.
My Questions:
Thank you!
I'm facing an issue with a Proxmox VE server that has become unbootable after one of the drives in the boot ZFS mirror failed. I've confirmed the remaining drive lacks an ESP partition and need advice on the best recovery path.
Setup:
- Proxmox VE (Version 8.x) installed on a ZFS mirror (rpool) across two NVMe SSDs (intended for UEFI boot).
- One of the NVMe SSDs in the mirror failed completely.
- The server no longer boots.
- Make the server bootable again using the single remaining functional NVMe SSD.
- When the replacement NVMe has arrived, recover mirror.
- Booted from Proxmox VE Installation USB: Used the official installer USB stick.
- Selected Rescue Boot: Navigated to Advanced Options -> Rescue Boot.
- Rescue Boot Error: The rescue boot process failed to automatically find the boot disk (error: no such device: rpool. ERROR: unable to find boot disk automatically.).
- Entered Shell via TUI Installer: Successfully entered the basic rescue command-line shell.
- Checked Disks: Ran lsblk and sgdisk -p /dev/nvme0n1 to identify the remaining good NVMe SSD (nvme0n1) and its partitions.
The output of sgdisk -p /dev/nvme0n1 confirms that there is no EFI System Partition (ESP) on the remaining working drive:
Disk /dev/nvme0n1: 1953525168 sectors, 931.5 GiB
Model: WD_BLACK SN850X 1000GB
[...]
Number Start (sector) End (sector) Size Code Name
1 2048 1953507327 931.5 GiB BF01 zfs-251b95c7537d3a65 <-- ZFS Data rpool
9 1953507328 1953523711 8.0 MiB BF07 <-- Solaris reserved / bios_grub?
(No partition with code EF00 exists)
This means proxmox-boot-tool cannot be used as it has no target partition.
My Questions:
- Given the confirmed absence of an ESP, is there any supported method to make this drive bootable without a full reinstall, or is attempting to manually create/resize partitions too risky?
- Is the recommended (and safest) path forward now to:
- Use the rescue shell to import rpool read-only and back up /etc/pve and any other critical data from the ZFS partition (nvme0n1p1).
- Perform a clean Proxmox reinstall onto nvme0n1, allowing the installer to correctly partition the drive (including creating a new ESP).
- Restore the backed-up configuration and data?
Thank you!