Antergos / Cnchi

A modern, flexible online system installer for Antergos Linux
GNU General Public License v3.0
291 stars 101 forks source link

Post-installation issues #1137

Open ghost opened 5 years ago

ghost commented 5 years ago

I have a few issues with the current version of cnchi, something that I've never seen in the past (I've tried several times for a few days and I always see these same error messages).

After cnchi executes grub-mkconfig I see:

2019-03-23 11:11:26 [WARNING] Error running ['/bin/pidof', 'grub-mount']: b'' (grub2.py:265)

and after a few minutes of delay:

2019-03-23 11:14:23 [DEBUG ] Generating grub configuration file ...
Found theme: /boot/grub/themes/Antergos-Default/theme.txt
Found Intel Microcode image
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
WARNING: Device /dev/loop0 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sda not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sda1 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sda2 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sda3 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sda4 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sdb not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sdb1 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sdb2 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/loop0 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sda1 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sda2 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sda3 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sda4 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sdb1 not initialized in udev database even after waiting 10000000 microseconds.
WARNING: Device /dev/sdb2 not initialized in udev database even after waiting 10000000 microseconds.
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
done (run_cmd.py:149)
2019-03-23 11:14:23 [INFO ] GRUB(2) BIOS has been successfully installed. (grub2.py:325)

then, somehow it thinks the connection is not working anymore (but at this point all packages are correctly installed):

2019-03-23 11:14:23 [DEBUG ] Updating pkgfile database (post_install.py:815)
2019-03-23 11:14:23 [DEBUG ] warning: download failed: https://mirror.ubrco.de/archlinux/core/os/x86_64/core.files: Could not resolve host: mirror.ubrco.de
(...long list of "download failed" removed...)

After rebooting, everything works fine.