Continued testing: I installed the 'original' shellprocess.conf
--- $ cat /etc/calamares/modules/shellprocess.conf dontChroot: true timeout: 300 script: - "cp /cdrom/casper/vmlinuz @@ROOT@@/boot/vmlinuz-$(uname -r)" - "[ -d /sys/firmware/efi ] && chroot @@ROOT@@ apt-cdrom add || exit 0" - "[ -d /sys/firmware/efi ] && chroot @@ROOT@@ sed -e '/deb http/ s/^#*/#/' -i /etc/apt/sources.list || exit 0" - "[ -d /sys/firmware/efi ] && chroot @@ROOT@@ apt update || exit 0" - "[ -d /sys/firmware/efi ] && chroot @@ROOT@@ apt -y install grub-efi-amd64-bin || exit 0" - "[ -d /sys/firmware/efi ] && chroot @@ROOT@@ sed -i 's/#deb/deb/' /etc/apt/sources.list || exit 0" --- and got the following result (at 78%), --- Error Installation failed External command failed to finish. Command [ -d /sys/firmware/efi ] && chroot /tmp/calamares-root-v75xv4du apt-cdrom add || exit 0 failed to finish in 300 seconds. There was no output from the command. --- ** Attachment added: "Error-in-UEFI-mode-NUC-with-original-shellprocess.conf.png" https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/1781540/+attachment/5163179/+files/Error-in-UEFI-mode-NUC-with-original-shellprocess.conf.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1781540 Title: Calamares fails in UEFI mode after external command in Lubuntu Cosmic - another computer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/1781540/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
