You just effectively disabled boot completely.I changed the boot sequence fromtoCode:
0xf46
and rebooted my RPi 5 but it would not boot.Code:
0x146f
The boot sequence reads from Right to Left. So you have set it to:
1: f = Start again (it will never get past this stage!)
2: 6 = NVME
3: 4 = USB-MSD
4: 1 = SD Card
Use Raspberry Pi Imager to write am EEPROM Recovery SD card and boot from that to recover the boot sequence. The Pi always looks for recovery files on the SD card before trying the boot sequence.
Statistics: Posted by rpdom — Thu Dec 12, 2024 8:10 am