Results 2858 comments of MichaIng

Further related info: - https://dietpi.com/forum/t/odroid-hc4-booting-from-ssd/6322 - https://forum.odroid.com/viewtopic.php?p=364237#p364237 Odroid C4 has no SPI flash, but HC4 has for which USB boot via petitboot support can be enabled to same way (it...

Solved with: https://github.com/MichaIng/DietPi/commit/356c4af I'll trigger new image builds. Let me review the result first, I'll inform you once they are ready for testing. I can also provide steps to enable...

Images are ready and boot fine here from USB flash drive. Odroid N2 and HC4 users are very welcome to test: https://dietpi.com/downloads/images/testing/ And as mentioned, if you want to add...

Migration is possible as mentioned 🙂: ```sh G_EXEC cp -a /boot/boot.scr{,.bak} G_EXEC curl -sSf 'https://raw.githubusercontent.com/MichaIng/DietPi/master/.build/images/U-Boot/boot.cmd' -o /boot/boot.cmd G_EXEC sed -i '1i[main]' /boot/dietpiEnv.txt (( $G_HW_MODEL == 15 )) && G_EXEC sed...

> We have to paste it as a script .sh and execute it? You can copy&paste the code block into your console and hit ENTER. A bit more save is...

Yes petitboot has to be restored, or you can also flash mainline U-Boot to SPI, which was another way already to enable USB boot: ```sh apt install linux-u-boot-odroidhc4-current source /usr/lib/u-boot/platform_install.sh...

Cloning the drive should work. > Cannot read /tmp/usb0_usr_var_petitboot_mnt_dev_sda1___boot_dtb_ The boot script is obviously loaded, but it fails to read the device tree directory it seems. This should be a...

The UUID is also used, that is good as intended. Can you check whether it is correct? In petitboot menu I think it shows the UUID of all detected drives/filesystems...

> and that I have to select something on boot to SPI It shouldn't be needed to select or change anything. By default, all drive types is looped through (eMMC...

Closing this in favour of a newer issue where we discussed options a little more detail: #6485