[Manjaro] u-boot won't boot from eMMC with (unbootable) SD card present
#2
Hello,
To resolve this, you can try the following steps:

1. Access U-Boot environment: Interrupt the boot process by pressing any key when you see the "Hit any key to stop autoboot" prompt. This should drop you into the U-Boot command prompt.

2. Check boot targets: Run the following command to display the current boot targets and their order:


Code:
excel
=> printenv boot_targets

Ensure that the eMMC is listed as one of the boot targets and that it has the appropriate priority. If it's not present or has a lower priority than the SD card, you'll need to modify the boot order.

3. Modify boot order: Use the setenv command to modify the boot order and prioritize the eMMC. For example, if the eMMC is assigned to mmc0 and the SD card is assigned to mmc1, you can set the boot order with the following command:


Code:
excel
=> setenv boot_targets "mmc0 mmc1"

This sets the boot order to prioritize the eMMC (mmc0) over the SD card (mmc1).

4. Save changes: Save the modified boot order to the U-Boot environment by running the following command:


Code:
excel
=> saveenv

This will save the changes and update the U-Boot environment variables.

5. Reboot: Exit the U-Boot command prompt and reboot the system to test the changes. You should now observe whether the system boots from the eMMC when the SD card is present but unbootable.
  Reply


Messages In This Thread
RE: [Manjaro] u-boot won't boot from eMMC with (unbootable) SD card present - by vanessadonald - 08-21-2023, 09:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PulseAudio dropouts after Manjaro Testing 2025.07.26 update Dendrocalamus64 2 254 08-08-2025, 02:39 PM
Last Post: Dendrocalamus64
  Boot Order in Pinebook Pro food 11 6,078 03-28-2025, 10:08 AM
Last Post: DrYak
  pbp with manjaro arm seems to not find any hardware[no wifi, blutooth or battery] frank_philip 4 1,288 03-15-2025, 01:47 AM
Last Post: frank_philip
  PBP does not start from postmarket OS image burnt to sd card zkajdan 21 5,319 03-10-2025, 01:55 PM
Last Post: wdt
  new manjaro install: wlan0 stuck in setting network address zkajdan 5 1,651 02-19-2025, 12:49 PM
Last Post: zkajdan
  Pinebook pro won't boot after bootloader installation jwensouls 4 2,615 08-21-2024, 04:17 AM
Last Post: KC9UDX
  Manjaro Sway Theme Broken Eighty8 1 1,584 03-08-2024, 08:41 AM
Last Post: tophneal
Question Manjaro with Full Disk Encryption and GRUB dumetrulo 1 3,374 02-02-2024, 02:45 AM
Last Post: frankkinney
  Manjaro network problem late 2023 acruhl 1 1,578 01-19-2024, 11:32 PM
Last Post: Kevin Kofler
  Help installing Manjaro on eMMC of Pinebook Pro pine4546464 4 4,674 12-13-2023, 07:22 PM
Last Post: trillobite

Forum Jump:


Users browsing this thread: 1 Guest(s)