Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when trying to install #162

Open
Blake777999 opened this issue Jan 31, 2025 · 1 comment
Open

Issue when trying to install #162

Blake777999 opened this issue Jan 31, 2025 · 1 comment

Comments

@Blake777999
Copy link

I try and run it through the curl and then after I select my version it gives me this error. Collecting firmware... 100.00% Installing OS... \ 100.00% (0.00 B/s) Copying from esp into disk0s9 partition... | 100.00% (0.00 B/s) Copying firmware into disk0s9 partition... root : ERROR Exception caught Traceback (most recent call last): File "/private/tmp/asahi-install/main.py", line 1069, in <module> InstallerMain(installer_version).main() File "/private/tmp/asahi-install/main.py", line 877, in main while self.main_loop(): File "/private/tmp/asahi-install/main.py", line 1032, in main_loop return self.action_install_into_free(parts_free) File "/private/tmp/asahi-install/main.py", line 336, in action_install_into_free self.do_install(os_size) File "/private/tmp/asahi-install/main.py", line 456, in do_install self.osins.install(self.ins) File "/private/tmp/asahi-install/osinstall.py", line 164, in install shutil.copytree(self.firmware_package.path, base) File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/shutil.py", line 557, in copytree return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks, File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/shutil.py", line 513, in _copytree raise Error(errors) shutil.Error: [('vendorfw/firmware.cpio', '/Volumes/EFI - LINUX/vendorfw/firmware.cpio', "[Errno 22] Invalid argument: '/Volumes/EFI - LINUX/vendorfw/firmware.cpio'"), ('vendorfw/manifest.txt', '/Volumes/EFI - LINUX/vendorfw/manifest.txt', "[Errno 22] Invalid argument: '/Volumes/EFI - LINUX/vendorfw/manifest.txt'"), ('vendorfw/firmware.tar', '/Volumes/EFI - LINUX/vendorfw/firmware.tar', "[Errno 22] Invalid argument: '/Volumes/EFI - LINUX/vendorfw/firmware.tar'"), ('vendorfw/u-boot/asmedia/asm2214a-apple.bin', '/Volumes/EFI - LINUX/vendorfw/u-boot/asmedia/asm2214a-apple.bin', "[Errno 22] Invalid argument: '/Volumes/EFI - LINUX/vendorfw/u-boot/asmedia/asm2214a-apple.bin'"), (<DirEntry 'asmedia'>, '/Volumes/EFI - LINUX/vendorfw/u-boot/asmedia', "[Errno 22] Invalid argument: '/Volumes/EFI - LINUX/vendorfw/u-boot/asmedia'"), (<DirEntry 'u-boot'>, '/Volumes/EFI - LINUX/vendorfw/u-boot', "[Errno 22] Invalid argument: '/Volumes/EFI - LINUX/vendorfw/u-boot'"), ('vendorfw', '/Volumes/EFI - LINUX/vendorfw', "[Errno 22] Invalid argument: '/Volumes/EFI - LINUX/vendorfw'")]

installer.log

@tobhe
Copy link
Member

tobhe commented Jan 31, 2025

I am not sure if I am reading the log correctly but it looks like there might be pre-existing partitions from a previous installation? I would recommend deleting the broken Linux partitions as documented in https://github.com/AsahiLinux/docs/wiki/Partitioning-cheatsheet and trying again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants