Aucun accès à internet suite à migration ( 4.4 to 11) depuis Raspberry Pi 4 (pi 400)

To summarize, for anybody encountering the same issue on Raspberry Pi :

  1. Run ls /etc/systemd/system/dhcpcd.service.d/wait.conf to check that this file exists.
    • If it doesnt, create it with :
      - sudo mkdir /etc/systemd/system/dhcpcd.service.d/
      - sudo touch /etc/systemd/system/dhcpcd.service.d/wait.conf
  2. Edit the file with sudo nano /etc/systemd/system/dhcpcd.service.d/wait.conf
  3. Add (or replace entirely) the following content (espectially the last line) :
[Service]
ExecStart=
ExecStart=/usr/sbin/dhcpcd -w

We’ll try to include this fix in the migration procedure

1 Like