The officially official Devuan Forum!

You are not logged in.

#1 2024-12-06 07:44:09

SpongeBOB
Member
From: Brussels
Registered: 2022-02-07
Posts: 169  

Booting on USB on Raspberry pi 4

Hi,

I'm using RPI 4, daedalus 6.1.93 arm64, 2024-11-26 img on my Raspberry pi 4.

Now, I try to boot on a USB dongle... but it keep booting on the SD card....

Any advice ?

Thanks.


Linux noob, plz be kind big_smile

Offline

#2 2024-12-06 08:58:35

FM81
Member
Registered: 2017-09-16
Posts: 35  

Re: Booting on USB on Raspberry pi 4

Which bootorder ist defined in the EEPROM of the raspberry?
If USB is at position 2 or 3, it would be enough simply to remove the SD-card.
Otherwise you need to change it first.

Best regards, FM_81


The most brilliant role in comedy is that of a fool, he must not be in order to make it seem. (Miguel de Cervantes)

Offline

#3 2024-12-06 09:08:54

stargate-sg1-cheyenne-mtn
Member
Registered: 2023-11-27
Posts: 448  

Re: Booting on USB on Raspberry pi 4

searching DDG shows multiple results using "raspberry pi 4 usb booting"(quotation marks only added for forum clarity, not used for the search)


Be Excellent to each other and Party On!
https://www.youtube.com/watch?v=rph_1DODXDU
https://en.wikipedia.org/wiki/Bill_%26_Ted%27s_Excellent_Adventure
Do unto others as you would have them do instantaneously back to you!

Offline

#4 2024-12-06 09:32:59

Camtaf
Member
Registered: 2019-11-19
Posts: 502  

Re: Booting on USB on Raspberry pi 4

Remove the sd card & it should boot from USB, (pendrive or HDD/SSD), otherwise you need to change the boot order....

https://www.raspberrystreet.com/learn/h … om-usb-ssd

Last edited by Camtaf (2024-12-06 09:35:27)

Offline

#5 2025-10-30 13:52:08

Gnostic
Member
Registered: 2023-11-11
Posts: 29  

Re: Booting on USB on Raspberry pi 4

This is probably too late for @SpongeBob, but might be useful for someone in future.

I used
sudo rpi-eeprom-config --edit

To boot usb first followed by nvme:
BOOT_ORDER=0xf461

To boot nvme first
BOOT_ORDER=0xf416

Also useful in the same config, to reduce power consumption when the Pi is shutdown but still plugged into the power supply:
POWER_OFF_ON_HALT=1

See
https://www.jeffgeerling.com/blog/2023/ … ption-140x

Online

Board footer