PVE on ZFS not booting

mhammett

Renowned Member
Mar 11, 2009
165
2
83
DeKalb, Illinois, United States
Dell OptiPlex 790 with four HDDs in a ZFS 10. I remember having difficulties when I first started in getting PVE to boot, but I must have solved them because I've been running for a while. I shut the system down and now I can't get it to successfully boot.

One drive says this: https://www.dropbox.com/s/mffp5mkqfduoz52/2015-09-10 15.51.40.jpg?dl=0

Loading Linux 2.6.32-39-pve ...
error: checksum verification failed.
Loading initial ramdisk ...
error: you need to load the kernel first.

The other three say this: https://www.dropbox.com/s/2ncyn6xjfbsir4o/2015-09-10 16.08.57.jpg?dl=0

Selected boot device failed.



I'm assuming this has something to do with the other three disks not setup (for whatever reason) to boot the system.

Ideas?
 
What about installing ProxMox to a USB stick and importing the ZFS pools on the existing disks? I know in my Nexenta setup, existing pools import rather flawlessly, but of course, I'd have to reconfigure the system unless someone knows a better way?
 
Having gotten nowhere with the existing install, I'm attempting to mount the previous zpool into the Proxmox now on USB stick. After some install issues (3.4 wouldn't install, had to install 3.3 and then upgrade) and then some rootdelay issues (I had to set it to 20 instead of the 10 I saw in other threads), I got it online... ish.

Code:
root@pve:/rpool/ROOT/pve-1# zpool listNAME    SIZE  ALLOC   FREE  EXPANDSZ   FRAG    CAP  DEDUP  HEALTH  ALTROOT
rpool   464G  7.19G   457G         -     3%     1%  1.00x  ONLINE  -
root@pve:/var/lib/vz/root# df -ha
Filesystem            Size  Used Avail Use% Mounted on
sysfs                    0     0     0    - /sys
proc                     0     0     0    - /proc
udev                   10M     0   10M   0% /dev
devpts                   0     0     0    - /dev/pts
tmpfs                 787M  484K  786M   1% /run
/dev/mapper/pve-root  1.7G  1.2G  494M  70% /
tmpfs                 5.0M     0  5.0M   0% /run/lock
tmpfs                 1.6G   22M  1.6G   2% /run/shm
fusectl                  0     0     0    - /sys/fs/fuse/connections
/dev/mapper/pve-data  3.3G  6.0M  3.3G   1% /var/lib/vz
/dev/sde2             486M   56M  406M  13% /boot
rpc_pipefs               0     0     0    - /var/lib/nfs/rpc_pipefs
rpool                 437G     0  437G   0% /rpool
rpool/ROOT            437G     0  437G   0% /rpool/ROOT
/dev/fuse              30M   12K   30M   1% /etc/pve
beancounter              0     0     0    - /proc/vz/beancounter
container                0     0     0    - /proc/vz/container
fairsched                0     0     0    - /proc/vz/fairsched



The zpools aren't matching in size and of course, the content I'm looking for isn't there. Help?
 
I'll try to help you...

so how many ZFS Pool did you created? Only the rpool or also another pool, only for the vm's?