Boot order is described here
https://www.raspberrypi.com/documentati ... der-fields
How to change it here https://www.raspberrypi.com/documentati ... figuration
That's an example where it boots (read right to left): 1 (uSD) -> 6 (NVMe) -> 4 (USB)->RESTART
as you want USB->NVMe->uSD you will have to change to
https://www.raspberrypi.com/documentati ... der-fields
How to change it here https://www.raspberrypi.com/documentati ... figuration
Code:
BOOT_ORDER=0xf461
as you want USB->NVMe->uSD you will have to change to
Code:
BOOT_ORDER=0xf164
Statistics: Posted by aBUGSworstnightmare — Wed Nov 20, 2024 8:56 am