elementary / os

The OS build system
https://elementary.io
GNU General Public License v3.0
967 stars 128 forks source link

Failed to install OS 7 #572

Closed danirabbit closed 2 years ago

danirabbit commented 2 years ago

Consistent failure to install OS 7 with all builds from Nov 4th to Nov 24th.

This installation was performed without internet

[INFO distinst:src/installer/steps/configure/chroot_conf.rs:237] generating machine id via `dbus-uuidgen`
[INFO distinst:crates/chroot/src/command.rs:108] running "chroot" "/tmp/distinst.3G48QRd5IlPU" "sh" "-c" "dbus-uuidgen > /etc/machine-id"
[INFO distinst:crates/chroot/src/command.rs:108] running "chroot" "/tmp/distinst.3G48QRd5IlPU" "ln" "-sf" "/etc/machine-id" "/var/lib/dbus/machine-id"
[INFO distinst:src/installer/steps/configure/chroot_conf.rs:335] creating /etc/resolv.conf
[INFO distinst:crates/chroot/src/command.rs:108] running "chroot" "/tmp/distinst.3G48QRd5IlPU" "ln" "-sf" "../run/systemd/resolve/stub-resolv.conf" "/etc/resolv.conf"
[INFO distinst:src/installer/steps/configure/chroot_conf.rs:230] generating locales via `locale-gen` and `update-locale`
[INFO distinst:crates/chroot/src/command.rs:108] running "chroot" "/tmp/distinst.3G48QRd5IlPU" "locale-gen" "--purge" "en_US.UTF-8"
[INFO distinst:crates/chroot/src/command.rs:98] Generating locales (this might take a while)...
[INFO distinst:crates/chroot/src/command.rs:108] running "chroot" "/tmp/distinst.3G48QRd5IlPU" "update-locale" "--reset" "LANG=en_US.UTF-8"
[INFO distinst:src/installer/steps/configure/chroot_conf.rs:325] copying kernel from /cdrom
[INFO distinst:crates/chroot/src/command.rs:108] running "chroot" "/tmp/distinst.3G48QRd5IlPU" "sh" "-c" "cp /cdrom/casper/vmlinuz \"$(realpath /vmlinuz)\""
[INFO distinst:src/installer/steps/configure/chroot_conf.rs:105] adding apt-cdrom to /etc/apt/sources.list
[INFO distinst:crates/chroot/src/command.rs:108] running "chroot" "/tmp/distinst.3G48QRd5IlPU" "apt-cdrom" "-o" "Acquire::cdrom::AutoDetect=0" "-o" "Acquire::cdrom::mount=/cdrom" "-o" "APT::CDROM::NoMount=1" "add"
[INFO distinst:crates/chroot/src/command.rs:98] Using CD-ROM mount point /cdrom/
[INFO distinst:crates/chroot/src/command.rs:98] Identifying... [6035a2f001e5f731e9b42e22fd9812af-2]
[INFO distinst:crates/chroot/src/command.rs:98] Scanning disc for index files...
[INFO distinst:crates/chroot/src/command.rs:98] Found 1 package indexes, 0 source indexes, 0 translation indexes and 0 signatures
[INFO distinst:crates/chroot/src/command.rs:98] Found label 'elementary OS 7.0 _next_ - daily amd64 (20211104)'
[INFO distinst:crates/chroot/src/command.rs:98] This disc is called: 
[INFO distinst:crates/chroot/src/command.rs:98] 'elementary OS 7.0 _next_ - daily amd64 (20211104)'
[INFO distinst:src/installer/steps/configure/chroot_conf.rs:40] installing packages: ["grub-efi", "grub-efi-amd64", "grub-efi-amd64-signed", "shim-signed", "mokutil", "e2fsprogs", "dosfstools", "lvm2", "dmeventd", "dmraid", "kpartx", "kpartx-boot"]
[INFO distinst:crates/chroot/src/command.rs:108] running "chroot" "/tmp/distinst.3G48QRd5IlPU" "apt-get" "install" "-q" "-y" "-o" "Acquire::cdrom::AutoDetect=0" "-o" "Acquire::cdrom::mount=/cdrom" "-o" "APT::CDROM::NoMount=1" "grub-efi" "grub-efi-amd64" "grub-efi-amd64-signed" "shim-signed" "mokutil" "e2fsprogs" "dosfstools" "lvm2" "dmeventd" "dmraid" "kpartx" "kpartx-boot"
[ERROR distinst:src/installer/state.rs:37] configuring chroot error: error installing packages: command failed with exit status: exit code: 100
[ERROR distinst:src/installer/mod.rs:300] errored while installing system: error installing packages: command failed with exit status: exit code: 100
[INFO distinst:ffi/src/installer.rs:188] Install error: error installing packages: command failed with exit status: exit code: 100
elementary@elementary:~$ 
danirabbit commented 2 years ago

Getting the same error on an install with internet, unfortunately

OS 6 daily from Nov 23rd also fails without internet with the same error, but succeeds with internet