pop-os / iso

Pop!_OS ISO production
Other
500 stars 65 forks source link

19.04 installation without internet connection fails #230

Closed brs17 closed 5 years ago

brs17 commented 5 years ago

Distribution (run cat /etc/os-release): Pop!_OS 19.04 intel iso 14

Related Application and/or Package Version (run apt policy $PACKAGE NAME): distinst

Issue/Bug Description: Installation of Pop!_OS 19.04 iso 14 fails without network connection:

[INFO distinst:crates/chroot/src/command.rs:112] Generation complete.
[INFO distinst:crates/chroot/src/command.rs:103] running "chroot" "/tmp/distinst.gCZ061gB5nNl" "update-locale" "--reset" "LANG=en_US.UTF-8"
[WARN distinst:crates/chroot/src/command.rs:113] E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/f/flex/libfl2_2.6.4-6.2_amd64.deb  Temporary failure resolving 'us.archive.ubuntu.com'
[WARN distinst:crates/chroot/src/command.rs:113] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
[ERROR distinst:src/installer/state.rs:37] configuring chroot error: failed to install packages: command failed with exit status: exit code: 100
[ERROR distinst:src/installer/mod.rs:277] errored while installing system: failed to install packages: command failed with exit status: exit code: 100
[INFO distinst:ffi/src/installer.rs:192] Install error: failed to install packages: command failed with exit status: exit code: 100

Full logs: installer.log

jackpot51 commented 5 years ago

Should be fixed by https://github.com/pop-os/iso/commit/c81e7505a87d949818be88c86d994d6f71743bd5, please verify

brs17 commented 5 years ago

Fixed!