Skip to content

Firmware Rebuild fails #422

@SteffenAuer

Description

@SteffenAuer

I followed the instructions in the recent 7.0 Progress Report for updating the firmware image after installation. So:

  1. Ensured I was on 6.19. Output of uname:
    Linux smba14 6.19.13-400.asahi.fc43.aarch64+16k #1 SMP PREEMPT_DYNAMIC Mon Apr 20 15:18:52 UTC 2026 aarch64 GNU/Linux
    
  2. Reboot into recoveryOS, launch terminal
  3. Run curl https://alx.sh | bash and select v
  4. Immediately after, the script fails with an exception. I've attached the full installer.log below.
     04-30 15:37 root         ERROR    Exception caught
     Traceback (most recent call last):
       File "/System/Volumes/Data/private/tmp/asahi-install/main.py", line 1149, in <module>
         InstallerMain(installer_version).main()
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
       File "/System/Volumes/Data/private/tmp/asahi-install/main.py", line 946, in main
         while self.main_loop():
               ~~~~~~~~~~~~~~^^
       File "/System/Volumes/Data/private/tmp/asahi-install/main.py", line 1124, in main_loop
         return self.action_rebuild_vendorfw(oses_vendorfw)
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
       File "/System/Volumes/Data/private/tmp/asahi-install/main.py", line 467, in action_rebuild_vendorfw
         k, v = var.split('=')
         ^^^^
     ValueError: not enough values to unpack (expected 2, got 1)
    

installer.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions