You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to install via custom install from the recovery partition: selecting the EFI, Root, and Swap partitions, but not formatting, reliably causes a failure to install. This also seems to effect fresh installs from live-disk over-top of previous Pop installs, and may effect live disk installs generally, pending further testing.
Steps to reproduce (if you know):
Boot into recovery partitions
Select "clean install"
Select "custom install"
Select the EFI, Root, and Swap partitions for use, but otherwise do not format, change file system type, or do anything else
Commit to erase and install, and proceed through the rest of the install process as normal.
Install fails.
Expected behavior:
Successful installation of Pop!_OS
Other Notes:
Example log from failed install attempt: installer.log
The text was updated successfully, but these errors were encountered:
unsquashfs doesn't fail if it finds duplicate files when -f is set, which is the case for Distinst (it also returns exit status 1 when it's not set).
I'm having the same issue when using the CLI to manually configure partitions for Vanilla OS, but the command doesn't return exit status 2 if ran via terminal, and it only happens when using the -u parameter (as opposed to -n).
UPDATE: In our case, unsquashfs returns exit code 2 because it creates symlinks in the output filesystem, which according to the documentation causes it to return such exit status. I'm not sure about Pop OS recovery, but it should be safe to ignore non-fatal errors from unsquashfs.
Distribution (run
cat /etc/os-release
):Pop 22.04
Related Application and/or Package Version (run
apt policy $PACKAGE NAME
):Issue/Bug Description:
When attempting to install via custom install from the recovery partition: selecting the EFI, Root, and Swap partitions, but not formatting, reliably causes a failure to install. This also seems to effect fresh installs from live-disk over-top of previous Pop installs, and may effect live disk installs generally, pending further testing.
Steps to reproduce (if you know):
Expected behavior:
Successful installation of Pop!_OS
Other Notes:
Example log from failed install attempt:
installer.log
The text was updated successfully, but these errors were encountered: