That is normal. You can't directly boot from ZFS so you need other partitions that are not ZFS to boot from (ESP or grub). So your pool is just build using partition 3.this is what zpool status shows .. why it it only showing ... -part3 of the 2 disks
any suggestions what to try next?That is normal. You can't directly boot from ZFS so you need other partitions that are not ZFS to boot from (ESP or grub). So your pool is just build using partition 3.
Did you try to boot from the PVE Iso in Rescue Mode?
no .. let me try thatThat is normal. You can't directly boot from ZFS so you need other partitions that are not ZFS to boot from (ESP or grub). So your pool is just build using partition 3.
Did you try to boot from the PVE Iso in Rescue Mode?
WithSo something is clearly up with the boot process .. are there are any commands I can run to check the health of the boot drives?
fdisk -l
you could check what drives are available. And you could start a smart test for example with smartctl -t long /dev/sda
. That will then run in the background. You could use smartctl -a /dev/sda
to see the results and how much of that test is finished.update-initramfs -u
. And for the bootloader it depends if your installation is using systemd or grub to boot. For grub for example it should be grub-install <new disk>
. And you could check if you are using the proxmox-boot-tool with this command proxmox-boot-tool status
. And if you are using the proxmox-boot-tool with systemd boot you could use this proxmox-boot-tool format <new disk's ESP>
, proxmox-boot-tool init <new disk's ESP>
./etc/kernel/cmdline
root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet intel_iommu=on iommu=pt vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream video=efifb:eek:ff video=vesafb:eek:ff
update-initramfs -u
root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet
Good to hear.and everything is back .. OMG .. that's taken 4 hours of my life![]()
Did you intend to writeAs part of the steps I updated this file
/etc/kernel/cmdline
and I changed it to
root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet intel_iommu=on iommu=pt vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream video=efifb:eek:ff video=vesafb:eek:ff
video=efifb:eek:ff video=vesafb:eek:ff
(which cannot be correct) or did you type video=efifb:off video=vesafb:off
and did the forum-software convert it into emoticons?quiet
to see more information on the screen (except ofcourse when using all the video off options. Those may cause it to display nothing at all).We use essential cookies to make this site work, and optional cookies to enhance your experience.