raspberrypi-ua-netinst icon indicating copy to clipboard operation
raspberrypi-ua-netinst copied to clipboard

RaspberryPi (minimal) unattended netinstaller

Results 33 raspberrypi-ua-netinst issues
Sort by recently updated
recently updated
newest added

Trying to make this work on a Zero 2 W I just bought it appears that nothing even happens. No logs, no activity. I will keep exploring but nothing appears...

I decided to do a bit of testing and while an in place upgrade from buster to bullseye does work[1]. a fresh install does not and bails with `W: parser_rfc822:...

I am noticing that this script installs the latest stable release of the kernel. Right now, it is 5.10.52. Can you add the feature for specifying a kernel version as...

May I suggest adding an `exit 1` to the end of buildroot.sh (so that it exits once complete)

Booting release 2.4.0+ (caf7423) on RPi 3B+ using WiFi fails. From the error log: ``` Network configuration: ifname = wlan0 ip_addr = dhcp online_config = Kernel modules for the kernel...

Say you installed this and it worked. Now you want to reinstall. The README instructions say `cp /boot/raspberrypi-ua-netinst/config.txt /boot/config.txt`, however, `config.txt` is not under `/boot/raspberrypi-ua-netinst/`, but under `/boot/raspberrypi-ua-netinst/reinstall/`. So they...

bug

I configured raspberrypi-ua-netinst V2.4.0 with **802.11ac 5g wifi**, instead of 2.4g or wired, then powered on my **RPi 4B**, but it stuck on "Configuring wlan0 with DHCP ...". On the...

enhancement

Newer versions of raspbian have a kernel8.img, which won't get removed when running the installation. When installing an older version than buster, e.g. stretch incorrectly boots the 64bit kernel for...

How do I prevent the installer from updating the (already installed) packages at the end? The actual installation appears to work but the process hangs when updating the system at...

enhancement

https://github.com/FooDeas/raspberrypi-ua-netinst/blob/0acc6e1d0ccca1f240c33d83f379c012a389e719/scripts/opt/raspberrypi-ua-netinst/install.sh#L542 This line throws an error during booting of the installer (copied from the screen): ``` /opt/raspberrypi-ua-netinst/install.sh line 542: /proc/sys/kernel/hotplug No such file or directory ``` BTW, the install completed...

minor bug