You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2019. It is now read-only.
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).
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
and after a few minutes of delay:
then, somehow it thinks the connection is not working anymore (but at this point all packages are correctly installed):
After rebooting, everything works fine.
The text was updated successfully, but these errors were encountered: