Then 'apt-get update' so the list of packages will find the 'dev' packages. Then 'apt-get dist-upgrade'.
The eudev package in the dev list will automatically get upgraded and replace the old udev causing the problem.
There might be a few other changes. They didn't cause any problems and then everything worked.
The kernel should be unchanged so the Grub should still work. The 'update-grub' command shouldn't hurt anything. The 'grub-install' command should always follow the update-grub when using UEFI so I made my own custom 'update-efi' command with the correct parameters:
Code: Select all
#!/bin/sh
grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=antix