archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

After finish installation, yes OR no return to original shell, without chroot into newly created installation

Open peracchi opened this issue 3 years ago • 6 comments

Tried several times, changing some options to see if makes difference.

Frequently I do installations of Arch Linux from current ISO on Proxmox (both on local machine and on VPS).

This bug apparently appeared on archlinux-2022.07.01-x86_64.iso.

It's very useful to chroot at the end of the installation to adjust some things before the final reboot, I'm missing this functionality.

peracchi avatar Jul 21 '22 20:07 peracchi

Just tried this, can confirm. Replicated in a UEFI Q35 KVM. Selected Yes(default): Had to manually mount /dev/vda2 (root partition) and then arch-crhoot into that mount point.

vegantom avatar Jul 23 '22 12:07 vegantom

I can confirm it on the master branch. @peracchi and @vegantom in which one is happening to you ?

wllacer avatar Jul 27 '22 16:07 wllacer

Whatever is on the July ISO downloaded from: https://archlinux.org/download/

vegantom avatar Jul 27 '22 16:07 vegantom

The code for this hasn't changed in a very long time, but I'm sure it used to work. I wonder what changed.

https://github.com/archlinux/archinstall/blob/master/examples/guided.py#L260

dylanmtaylor avatar Jul 27 '22 16:07 dylanmtaylor

As I said, this behavior began only on july ISO...

To continue configuration after drop to shell I issue:

root@archiso ~ # clear ; arch-chroot /mnt/archinstall

and then make my changes/configurations.

peracchi avatar Jul 27 '22 17:07 peracchi

weird because drop to shell launch also arch-chroot : https://github.com/archlinux/archinstall/blob/9194f6d85965f435f8d0ae44ba20e73cc761eb44/archinstall/lib/installer.py#L524

SamirPS avatar Jul 31 '22 20:07 SamirPS

I'm having this issue with archinstall on the 2022.08.05 ISO also.

jeffmhubbard avatar Aug 28 '22 00:08 jeffmhubbard

We'll sort this out before the next release, should be a very small fix. Just gotta find out why :)

Torxed avatar Aug 28 '22 07:08 Torxed

Small variable comparison error, fixed now :) Thanks to everyone who reported it.

Torxed avatar Aug 28 '22 22:08 Torxed