sinn3rsinn3r
Participant
    Post count: 367

    Wegen eth0:
    Edit /etc/default/grub file and add net.ifnames=0 biosdevname=0 parameters to GRUB_CMDLINE_LINUX variable like that:
    GRUB_CMDLINE_LINUX=”net.ifnames=0 biosdevname=0″
    Update the grub config and reboot the system:
    $ sudo update-grub
    $ sudo reboot

    In meiner Hyper-V VM hat Debian 9.8 mir direkt ein eth0 installiert, daher dachte ich, das wäre jetzt wieder der Normalzustand.