Install can't find ESP when located on another drive
(First time poster here, hope i\`m not posting this in the wrong place or missing some essentials) From what i can surmise, it tries to find the ESP on the same device it tries to install on, not checking the drive specified during the install my ESP partition is located on a different drive: nvme0n1p1 ![image.png](/uploads/f4c59745ce7cc4e4664670da9174f83b/image.png){width=768 height=367} ``` Command <i>_calamares@subvol /tmp/calamares-root-d3qrivon</i> finished with exit code 32. Output: + ROOT=/tmp/calamares-root-d3qrivon + '[' /tmp/calamares-root-d3qrivon = '' ']' ++ findmnt --noheadings --nofsroot --output SOURCE /tmp/calamares-root-d3qrivon + device=/dev/sda3 + '[' /dev/sda3 = '' ']' + . /etc/os-release ++ NAME='KDE Linux' ++ PRETTY_NAME='KDE Linux' ++ ID=kde-linux ++ VERSION_ID=2025-09-18 ++ BUILD_ID=unknownSHA ++ ANSI_COLOR='38;2;61;174;233' ++ HOME_URL=https://kde.org/linux ++ DOCUMENTATION_URL=https://community.kde.org/KDE_Linux ++ SUPPORT_URL=https://kde.org/support/ ++ BUG_REPORT_URL=https://invent.kde.org/kde-linux/kde-linux/-/issues ++ PRIVACY_POLICY_URL=https://kde.org/privacypolicy-apps/ ++ LOGO=/usr/share/pixmaps/kde-linux-logo.png ++ IMAGE_ID=kde-linux ++ IMAGE_VERSION=202509180254 ++ KDE_LINUX_COMMIT_SHA=unknownSHA ++ KDE_LINUX_COMMIT_SHORT_SHA=unknownSHA ++ KDE_LINUX_CI_URL=https://invent.kde.org ++ mktemp --directory + tmpdir=/tmp/tmp.nY39WPWnNW + cd /tmp/calamares-root-d3qrivon + umount -R ./efi ./home + rm -rfv ./efi ./home removed directory './efi' removed directory './home' + btrfs subvolume sync . + umount -R --lazy /tmp/calamares-root-d3qrivon + mount -o ro /dev/gpt-auto-root /system + mount -o rw /dev/sda3 /tmp/tmp.nY39WPWnNW + cd /tmp/tmp.nY39WPWnNW + rm -rfv ./@ ./@home removed directory './@' removed directory './@home' + btrfs subvolume sync . Waiting for 2 subvolumes Subvolume id 256 is gone (1/2) Subvolume id 257 is gone (2/2) + btrfs quota enable --simple . + btrfs subvolume create @system Create subvolume './@system' + btrfs subvolume create @system/etc Create subvolume '@system/etc' + mkdir @system/boot @system/proc @system/sys @system/dev @system/run @system/usr + cp /dev/gpt-auto-root kde-linux_202509180254.erofs + mount -o subvol=@system /dev/sda3 /tmp/calamares-root-d3qrivon + mount -t proc proc /tmp/calamares-root-d3qrivon/proc + mount -t sysfs sys /tmp/calamares-root-d3qrivon/sys + mount -o bind /dev /tmp/calamares-root-d3qrivon/dev + mount -t tmpfs tmpfs /tmp/calamares-root-d3qrivon/run + mkdir /tmp/calamares-root-d3qrivon/run/udev + mount -o bind /run/udev /tmp/calamares-root-d3qrivon/run/udev + mount -t efivarfs efivarfs /tmp/calamares-root-d3qrivon/sys/firmware/efi/efivars + mount -o ro,X-mount.subdir=usr /dev/gpt-auto-root /tmp/calamares-root-d3qrivon/usr ++ realpath --relative-to /dev /dev/sda3 + realdevice=sda3 + '[' -r /sys/block/sda3/dm/ ']' +++ readlink --canonicalize /sys/class/block/sda3/.. ++ basename /sys/devices/pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0/block/sda + blockdev=/dev/sda ++ _kde-linux-find-esp /dev/sda + espdev= + mount '' /tmp/calamares-root-d3qrivon/boot mount: /tmp/calamares-root-d3qrivon/boot: fsconfig() failed: : Can't lookup blockdev. dmesg(1) may have more information after failed mount system call. ```
issue