• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

i need help w pi imager and ssh, headless, oops, user error

Scheduled Pinned Locked Moved General Discussion
15 Posts 3 Posters 624 Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    rkorell @sdetweil
    last edited by rkorell Apr 1, 2025, 11:58 AM Apr 1, 2025, 11:54 AM

    @sdetweil said

    I am not a system setup guy.

    Dear Sam,
    you may aware of this - than please ignore it…

    You’ve described that you have put a SD card in your NVME-HAT’ed Pi and your Pi has not booted from SD but from NVME…

    You can steer this with the BOOT_ORDER entry in eeprom configuration.
    This code is read right to left to determine the boot order and should (in your case) be: 0xf461:

    1 = Check SD card
    6 = Check PCIe NVME
    4 = Check USB drive
    f = Start again

    You can check this:

    sudo rpi-eeprom-config
    

    If boot order is not as desired you can edit this with

    sudo -E rpi-eeprom-config --edit
    
    enter or modify to:
    BOOT_ORDER=0xf461
    
    

    (In my configuration this opens the nano editor in which ctrl-O writes the changes to disk and ctrl-X leaves the editor.
    eeprom-config then modifies the system and a reboot is neccessary)

    With this configuration you will lose a tiny bit of time for the SD-card check but it enables you to insert a SD card and boot from there despite the NVME is connected as well.

    Regards,
    Ralf

    S 1 Reply Last reply Apr 1, 2025, 12:01 PM Reply Quote 0
    • S Away
      sdetweil @rkorell
      last edited by Apr 1, 2025, 12:01 PM

      @rkorell thanks. i had clearly set the boot order wrong.

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      R 1 Reply Last reply Apr 1, 2025, 12:02 PM Reply Quote 1
      • R Offline
        rkorell @sdetweil
        last edited by rkorell Apr 1, 2025, 12:02 PM Apr 1, 2025, 12:02 PM

        @sdetweil This is a single error :-)
        try to count mine - you will win ! :-)

        S 1 Reply Last reply Apr 1, 2025, 12:04 PM Reply Quote 0
        • S Away
          sdetweil @rkorell
          last edited by Apr 1, 2025, 12:04 PM

          @rkorell this is not a contest. if we all work together things will always improve

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          R 1 Reply Last reply Apr 1, 2025, 12:12 PM Reply Quote 0
          • R Offline
            rkorell @sdetweil
            last edited by Apr 1, 2025, 12:12 PM

            @sdetweil you’re absolutely true!

            • just kidding !

            Ralf

            S 1 Reply Last reply Apr 1, 2025, 12:17 PM Reply Quote 0
            • S Away
              sdetweil @rkorell
              last edited by Apr 1, 2025, 12:17 PM

              @rkorell i knew you were teasing me. thank you for that!

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 1
              • 1
              • 2
              • 2 / 2
              2 / 2
              • First post
                14/15
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy