I managed to get a Raspberry Pi 4 to boot from my local network using dnsmasq and tftpboot. However, I encounter issues below:
The configuration I used for dnsmasq is written here in my previous post.
Appreciate if anyone can point me to the right direction.
- Not able to reboot/shutdown regardless of which command I use
- It will always end up getting stuck during stopping network.service and dhcpcd.service. Screen message below
Code:
(1 of 2) Job networking.service/stop running (1min 8s / 2min 31s)(2 of 2) Job dhcpcd.service/stop running (1min 10s / 2min 31s)
- Pi hostname not reflect the value from /etc/hostname. It shows "pi@192" instead.
- Some systemd services failed to run and complain some files are not found. Even though I checked and confirm the file and directory involves are indeed exists and able to read/write using the console.
The configuration I used for dnsmasq is written here in my previous post.
Appreciate if anyone can point me to the right direction.
Statistics: Posted by rasp14 — Tue Apr 09, 2024 2:14 am — Replies 0 — Views 34