Hello!
I read everything i could find about my question but nothing helps
I tried to make ZFS bootable system using two different SSD's for now cause i can't find second SSD with same size. Planning to buy two similar SSD's in future but now i have only one.
I downloaded PVE 6.1 iso, used Etcher to make a bootable USB stick, then used this post to start:
https://forum.proxmox.com/threads/d...s-raidz-1-root-file-system.22774/#post-208998
After succesfull installation i can't boot, initramfs telling me:
"Reading all physical volumes. This may take a while..."
"No root device specified. Boot arguments must include a root= parameter."
"(initramfs)"
So i found many posts about this, also i found a wiki page with Tips and Tricks and tried this:
"(initramfs) zpool import -R /rpool -N rpool" (i see path like /rpool here, let's try)
"The ZFS modules are not loaded."
"Try running '/sbin/modprobe zfs' as root to load them." (ok, let's do this)
"(initramfs) /sbin/modprobe zfs"
"(initramfs) zpool import -R /rpool -N rpool"
"(initramfs) exit"
"mount: mounting on /root failed: Invalid Argument"
"Failed to mount as root file system"
Ok, i rebooted and tried another info from here: https://forum.proxmox.com/threads/stuck-at-initramfs.56158/post-258736
"(initramfs) zpool import -R / rpool " (i see path like / here and rpool as parameter, let's try)
"The ZFS modules are not loaded."
"Try running '/sbin/modprobe zfs' as root to load them." (ok, let's do this)
"(initramfs) /sbin/modprobe zfs"
"(initramfs) zpool import -R / rpool"
"cannot mount '/': directory is not empty"
So first one is not helped and second one maybe a typo? Anyway i'm stuck here, please help
I beleive i configured UEFI boot cause there is "EFI Only" boot type in my BIOS.
I read everything i could find about my question but nothing helps
I tried to make ZFS bootable system using two different SSD's for now cause i can't find second SSD with same size. Planning to buy two similar SSD's in future but now i have only one.
I downloaded PVE 6.1 iso, used Etcher to make a bootable USB stick, then used this post to start:
https://forum.proxmox.com/threads/d...s-raidz-1-root-file-system.22774/#post-208998
After succesfull installation i can't boot, initramfs telling me:
"Reading all physical volumes. This may take a while..."
"No root device specified. Boot arguments must include a root= parameter."
"(initramfs)"
So i found many posts about this, also i found a wiki page with Tips and Tricks and tried this:
"(initramfs) zpool import -R /rpool -N rpool" (i see path like /rpool here, let's try)
"The ZFS modules are not loaded."
"Try running '/sbin/modprobe zfs' as root to load them." (ok, let's do this)
"(initramfs) /sbin/modprobe zfs"
"(initramfs) zpool import -R /rpool -N rpool"
"(initramfs) exit"
"mount: mounting on /root failed: Invalid Argument"
"Failed to mount as root file system"
Ok, i rebooted and tried another info from here: https://forum.proxmox.com/threads/stuck-at-initramfs.56158/post-258736
"(initramfs) zpool import -R / rpool " (i see path like / here and rpool as parameter, let's try)
"The ZFS modules are not loaded."
"Try running '/sbin/modprobe zfs' as root to load them." (ok, let's do this)
"(initramfs) /sbin/modprobe zfs"
"(initramfs) zpool import -R / rpool"
"cannot mount '/': directory is not empty"
So first one is not helped and second one maybe a typo? Anyway i'm stuck here, please help
I beleive i configured UEFI boot cause there is "EFI Only" boot type in my BIOS.