Skip to main content
Topic: After a calamares artix install that stopped midway (Read 1102 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

After a calamares artix install that stopped midway

Boot iso method has been tried:
https://forum.artixlinux.org/index.php/topic,320.0.html

does not seem does not work to install artix with:
sudo -E calamares -d

Message error:
Code: [Select]
Boost.Python error in job "initcpio".
<class 'subprocess.CalledProcessError'>
Command 'mkinitcpio -p linux-lts' returned non-zero exit status 1.
Traceback:
  File "/usr/lib/calamares/modules/initcpio/main.py", line 36, in run
    run_mkinitcpio()

  File "/usr/lib/calamares/modules/initcpio/main.py", line 28, in run_mkinitcpio
    check_target_env_call(['mkinitcpio', '-p', kernel])

  File "<string>", line 2, in <module>

However, the good news is that there is a lot of stuff on the /mnt/sda6 where I tried to install artix:
Code: [Select]
fl@debian:/mnt/sda6$ tree -L 2 -d
.
├── bin -> usr/bin
├── boot
│   ├── grub
│   └── memtest86+
├── dev
├── etc
│   ├── avahi
│   ├── bash
│   ├── bluetooth
│   ├── ca-certificates
│   ├── cifs-utils
│   ├── conf.d
│   ├── cron.d
│   ├── cron.daily
│   ├── cron.hourly
│   ├── cron.monthly
│   ├── cron.weekly
│   ├── dbus-1
│   ├── default
│   ├── depmod.d
│   ├── elogind
│   ├── exports.d
│   ├── fonts
│   ├── gconf
│   ├── gdb
│   ├── geoclue
│   ├── grub.d
│   ├── gss
│   ├── gssproxy
│   ├── gtk-2.0
│   ├── gtk-3.0
│   ├── i3
│   ├── ImageMagick-7
│   ├── initcpio
│   ├── init.d
│   ├── iproute2
│   ├── iptables
│   ├── ld.so.conf.d
│   ├── libblockdev
│   ├── libnl
│   ├── libpaper.d
│   ├── local.d
│   ├── logrotate.d
│   ├── lvm
│   ├── mkinitcpio.d
│   ├── modprobe.d
│   ├── NetworkManager
│   ├── openldap
│   ├── pacman.d
│   ├── pam.d
│   ├── pcmcia
│   ├── pkcs11
│   ├── polkit-1
│   ├── ppp
│   ├── profile.d
│   ├── pulse
│   ├── rc_keymaps
│   ├── request-key.d
│   ├── runlevels
│   ├── security
│   ├── sensors.d
│   ├── skel
│   ├── ssh
│   ├── ssl
│   ├── sudoers.d
│   ├── sysctl.d
│   ├── syslog-ng
│   ├── udev
│   ├── udisks2
│   ├── UPower
│   ├── wpa_supplicant
│   ├── X11
│   ├── xdg
│   ├── xinetd.d
│   └── xml
├── home
├── lib -> usr/lib
├── lib64 -> usr/lib
├── lost+found [error opening dir]
├── mnt
├── opt
├── proc
├── root [error opening dir]
├── run
├── sbin -> usr/bin
├── srv
│   ├── ftp
│   └── http
├── sys
├── tmp
├── usr
│   ├── bin
│   ├── include
│   ├── lib
│   ├── lib64 -> lib
│   ├── local
│   ├── sbin -> bin
│   ├── share
│   └── src
└── var
    ├── cache
    ├── db
    ├── empty
    ├── games
    ├── lib
    ├── local
    ├── log
    ├── mail -> spool/mail
    ├── opt
    ├── run -> ../run
    ├── spool
    └── tmp


Does someone think that thru chroot I could finish to install the system?

Thanks.