-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build 9.8 not working on OrangePi 3B #7277
Comments
@MichaIng there is a similar case on our forum https://dietpi.com/forum/t/orange-pi-3b-not-booting-after-update/21828 Maybe a challenge with kernel or u-boot |
Sorry for the late reply. I generated a new kernel and bootloader, and a new image based on them. Can you test whether that one works? If not, do you have a USB-UART adapter to check serial console output? |
I write this image to the SD card and it booted successfully. To restore the device, what would be better - to wait for the final release or can I use this one? Will there be a description of the process of restoring the installed system? In my case, the system is installed on an M2 SSD, and no SD cards are used. |
I pushed the new kernel to our APT server. Please try to repair the system on the NVMe like this: mkdir /mnt/nvme
mount /dev/nvme0n1p1 /mnt/nvme
cd /tmp
apt download linux-{image,dtb}-edge-rockchip64
dpkg --root=/mnt/nvme -i linux-{image,dtb}-edge-rockchip64*.deb
sync
umount /mnt/nvme Then poweroff, unplug SD card, and see whether NVMe now boots. |
Thank you, now my system is restored and works great! |
If I want to install dietpi in my 3B now, should I use the one from website or testing? |
I just moved the images with the new kernel into stable place, so you can download them from the website now. |
Creating a bug report/issue
Required Information
I had the system installed on a 2 TB M2 SSD drive, no other media was inserted. ≈1 TB was free. After updating from 9.6.1 to 9.8.0 and rebooting, it completely stopped loading. When connecting the HDMI cable, the screen shows "No signal". When connecting the power, the disk reading light blinks 2 times for 1 second and that's it.
I downloaded the DietPi 9.8.0 image, write it to a MicroSD card, but it also shows no signs of life when turning on the power. At the same time, Armbian loads normally from the same SD card.
Given that DietPi refuses to load at all, I can't post any additional information. However, I have the full update log:
Logfile attached. Click to expand!
But it hardly makes any difference, considering that a clean image from a new SD card does not boot.
The text was updated successfully, but these errors were encountered: