Creating a bug report/issue
- [ *] I have searched the existing open and closed issues
Required Information
- DietPi version |
cat /boot/dietpi/.version
- Distro version |
echo $G_DISTRO_NAME $G_RASPBIAN
- Kernel version |
uname -a
- SBC model |
echo $G_HW_MODEL_NAME or (EG: RPi3)
- Power supply used | (EG: 5V 1A RAVpower)
- SD card used | (EG: SanDisk ultra)
Additional Information (if applicable)
- Software title | (EG: Nextcloud)
- Was the software title installed freshly or updated/migrated?
- Can this issue be replicated on a fresh installation of DietPi?
- Bug report ID |
echo $G_HW_UUID
Steps to reproduce
- Download the latest image
- try to start the image on Radxa W3 - No boot
Expected behaviour
Actual behaviour
Extra details
-
Flash and boot Radxa's official Debian image
Use the Radxa Zero 3 Debian Bookworm image (not Ubuntu — the installer rejects Ubuntu). Boot it on the SD card, log in (default radxa / radxa), and connect to the network.
-
Run the DietPi installer
sudo apt update
sudo apt install -y systemd-sysv ca-certificates sudo wget locales
sudo bash -c "$(wget -qO- 'https://raw.githubusercontent.com/MichaIng/DietPi/master/.build/images/dietpi-installer')"
The installer strips Radxa OS down to a minimal Debian, layers DietPi on top, and leaves the bootloader/U‑Boot — the bit that's working — untouched. It'll reboot into the DietPi first‑run wizard.
- Done
You end up with the same DietPi userspace as the official image, just sitting on Radxa's bootchain. Updates via dietpi-update work the same way.
A few notes
"no‑eMMC Zero 3W never boots from DietPi_RadxaZERO3-ARMv8-*.img.xz images, but Radxa Debian boots fine from the same SD card." The maintainer is responsive and that's the kind of bug report they need to fix the SPL.
Creating a bug report/issue
Required Information
cat /boot/dietpi/.versionecho $G_DISTRO_NAME $G_RASPBIANuname -aecho $G_HW_MODEL_NAMEor (EG: RPi3)Additional Information (if applicable)
echo $G_HW_UUIDSteps to reproduce
Expected behaviour
Actual behaviour
Extra details
Flash and boot Radxa's official Debian image
Use the Radxa Zero 3 Debian Bookworm image (not Ubuntu — the installer rejects Ubuntu). Boot it on the SD card, log in (default radxa / radxa), and connect to the network.
Run the DietPi installer
sudo apt update sudo apt install -y systemd-sysv ca-certificates sudo wget locales sudo bash -c "$(wget -qO- 'https://raw.githubusercontent.com/MichaIng/DietPi/master/.build/images/dietpi-installer')"The installer strips Radxa OS down to a minimal Debian, layers DietPi on top, and leaves the bootloader/U‑Boot — the bit that's working — untouched. It'll reboot into the DietPi first‑run wizard.
You end up with the same DietPi userspace as the official image, just sitting on Radxa's bootchain. Updates via dietpi-update work the same way.
A few notes
"no‑eMMC Zero 3W never boots from DietPi_RadxaZERO3-ARMv8-*.img.xz images, but Radxa Debian boots fine from the same SD card." The maintainer is responsive and that's the kind of bug report they need to fix the SPL.