Advertisement
Guest User

Untitled

a guest
Sep 29th, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. timon@Air-van-Timon asahi % ./bootstrap.sh
  2.  
  3. Bootstrapping installer:
  4. Downloading...
  5. Extracting...
  6. Initializing...
  7.  
  8. The installer needs to run as root.
  9. Please enter your sudo password if prompted.
  10. Password:
  11.  
  12. Welcome to the Asahi Linux installer!
  13.  
  14. This installer is in a pre-alpha state, and will only do basic
  15. bootloader set-up for you. It is only intended for developers
  16. who wish to help with Linux bring-up at this point.
  17.  
  18. Please make sure you are familiar with our documentation at:
  19. https://alx.sh/w
  20.  
  21. Press enter to continue.
  22.  
  23.  
  24. Collecting system information...
  25. System information:
  26. Product name: MacBook Air (M1, 2020)
  27. SoC: Apple M1
  28. Device class: j313ap
  29. Product type: MacBookAir10,1
  30. Board ID: 0x26
  31. Chip ID: 0x8103
  32. System firmware: iBoot-6723.140.2
  33. Boot UUID: E3BA3ED0-2821-4C2E-9440-CCCDE608E9DB
  34. Boot VGID: E3BA3ED0-2821-4C2E-9440-CCCDE608E9DB
  35. Default boot VGID: E3BA3ED0-2821-4C2E-9440-CCCDE608E9DB
  36. Boot mode: macOS
  37. OS version: 11.6 (20G165)
  38. System rOS version: 11.6 (20G165)
  39. Fallback rOS version: 11.2.3 (20D91)
  40. Login user: timon
  41.  
  42. Collecting partition information...
  43. System disk: disk0
  44.  
  45. Collecting OS information...
  46.  
  47. Partitions in system disk (disk0):
  48. 1: APFS [Macintosh HD] (195.10 GB, 6 volumes)
  49. OS: [B*] [Macintosh HD] macOS v11.6 [disk3s1, E3BA3ED0-2821-4C2E-9440-CCCDE608E9DB]
  50. 2: (free space: 50.01 GB)
  51. 3: APFS (System Recovery) (5.37 GB, 2 volumes)
  52. OS: [ ] recoveryOS v11.6 [Primary recoveryOS]
  53. OS: [ ] recoveryOS v11.2.3 [Fallback recoveryOS]
  54.  
  55. [B ] = Booted OS, [R ] = Booted recovery, [? ] = Unknown
  56. [ *] = Default boot volume
  57.  
  58. Choose what to do:
  59. f: Install Asahi Linux into free space
  60. q: Quit without doing anything
  61. Action (q): f
  62.  
  63. Using OS 'Macintosh HD' (disk3s1) for machine authentication.
  64.  
  65. Choose a free area to install into:
  66. 2: (free space: 50.01 GB)
  67. Target area: 2
  68.  
  69. Enter a name for your OS (Linux):
  70.  
  71. Choose the macOS version to use for boot firmware:
  72. (If unsure, just press enter)
  73. 1: 11.4
  74. 2: 11.5.2
  75. Version (2): 1
  76.  
  77. Using macOS 11.4
  78.  
  79. Downloading OS package info...
  80. .
  81.  
  82. Creating new stub macOS named Linux
  83.  
  84. Installing stub macOS into disk0s5 (Linux)
  85. Preparing target volumes...
  86. Checking volumes...
  87. Beginning stub OS install...
  88. ++
  89. Setting up System volume...
  90. Setting up Data volume...
  91. Setting up Preboot volume...
  92. +++++++++++Traceback (most recent call last):
  93. File "/private/tmp/asahi-install/main.py", line 416, in <module>
  94. InstallerMain().main()
  95. File "/private/tmp/asahi-install/main.py", line 403, in main
  96. self.action_install_into_free(parts_free)
  97. File "/private/tmp/asahi-install/main.py", line 129, in action_install_into_free
  98. self.ins.install_files(self.cur_os)
  99. File "/private/tmp/asahi-install/stub.py", line 230, in install_files
  100. self.extract(path, restore_bundle)
  101. File "/private/tmp/asahi-install/stub.py", line 84, in extract
  102. self.ipsw.extract(src, dest)
  103. File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/zipfile.py", line 1616, in extract
  104. return self._extract_member(member, path, pwd)
  105. File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/zipfile.py", line 1688, in _extract_member
  106. shutil.copyfileobj(source, target)
  107. File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/shutil.py", line 205, in copyfileobj
  108. buf = fsrc_read(length)
  109. File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/zipfile.py", line 922, in read
  110. data = self._read1(n)
  111. File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/zipfile.py", line 990, in _read1
  112. data += self._read2(n - len(data))
  113. File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/zipfile.py", line 1022, in _read2
  114. data = self._fileobj.read(n)
  115. File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/zipfile.py", line 742, in read
  116. data = self._file.read(n)
  117. File "/private/tmp/asahi-install/urlcache.py", line 93, in read
  118. d.append(self.get_block(blk).data)
  119. File "/private/tmp/asahi-install/urlcache.py", line 61, in get_block
  120. data = self.get_partial(off, size)
  121. File "/private/tmp/asahi-install/urlcache.py", line 45, in get_partial
  122. return fd.read()
  123. File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 472, in read
  124. s = self._safe_read(self.length)
  125. File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/http/client.py", line 615, in _safe_read
  126. raise IncompleteRead(data, amt-len(data))
  127. http.client.IncompleteRead: IncompleteRead(0 bytes read, 11534336 more expected)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement