Advertisement
Guest User

Untitled

a guest
Mar 9th, 2022
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. timon@Air-van-Timon ~ % curl -L https://mrcn.st/alxsh | sh
  2. % Total % Received % Xferd Average Speed Time Time Time Current
  3. Dload Upload Total Spent Left Speed
  4. 100 169 100 169 0 0 737 0 --:--:-- --:--:-- --:--:-- 761
  5. 100 169 100 169 0 0 684 0 --:--:-- --:--:-- --:--:-- 684
  6. 100 792 100 792 0 0 1749 0 --:--:-- --:--:-- --:--:-- 1749
  7.  
  8. Bootstrapping installer:
  9. Downloading...
  10. Extracting...
  11. Initializing...
  12.  
  13. The installer needs to run as root.
  14. Please enter your sudo password if prompted.
  15. Password:
  16.  
  17. Welcome to the Asahi Linux installer!
  18.  
  19. This installer is in a pre-alpha state, and will only do basic
  20. bootloader set-up for you. It is only intended for developers
  21. who wish to help with Linux bring-up at this point.
  22.  
  23. Please make sure you are familiar with our documentation at:
  24. https://alx.sh/w
  25.  
  26. Press enter to continue.
  27.  
  28.  
  29. Collecting system information...
  30. System information:
  31. Product name: MacBook Air (M1, 2020)
  32. SoC: Apple M1
  33. Device class: j313ap
  34. Product type: MacBookAir10,1
  35. Board ID: 0x26
  36. Chip ID: 0x8103
  37. System firmware: iBoot-7429.81.3
  38. Boot UUID: E3BA3ED0-2821-4C2E-9440-CCCDE608E9DB
  39. Boot VGID: E3BA3ED0-2821-4C2E-9440-CCCDE608E9DB
  40. Default boot VGID: E3BA3ED0-2821-4C2E-9440-CCCDE608E9DB
  41. Boot mode: macOS
  42. OS version: 12.2.1 (21D62)
  43. System rOS version: 12.2.1 (21D62)
  44. No Fallback rOS
  45. Login user: timon
  46.  
  47. Collecting partition information...
  48. System disk: disk0
  49.  
  50. Collecting OS information...
  51.  
  52. Partitions in system disk (disk0):
  53. 1: APFS [Macintosh HD] (195.10 GB, 6 volumes)
  54. OS: [B*] [Macintosh HD] macOS v12.2.1 [disk4s1, E3BA3ED0-2821-4C2E-9440-CCCDE608E9DB]
  55. 2: (free space: 50.01 GB)
  56. 3: APFS (System Recovery) (5.37 GB, 2 volumes)
  57. OS: [ ] recoveryOS v12.2.1 [Primary recoveryOS]
  58.  
  59. [B ] = Booted OS, [R ] = Booted recovery, [? ] = Unknown
  60. [ *] = Default boot volume
  61.  
  62. Choose what to do:
  63. f: Install an OS into free space
  64. q: Quit without doing anything
  65. Action (q): f
  66.  
  67. Using OS 'Macintosh HD' (disk4s1) for machine authentication.
  68. Choose an OS to install:
  69. 1: Asahi Linux reference distro (Arch Linux ARM)
  70. 2: UEFI environment only (m1n1 + U-Boot + ESP)
  71. 3: Tethered boot (m1n1, for development)
  72. OS: 1
  73.  
  74. Downloading OS package info...
  75. .
  76.  
  77. Choose a free area to install into:
  78. 2: (free space: 50.01 GB)
  79. Target area: 2
  80.  
  81. Enter a name for your OS (Asahi Linux):
  82.  
  83. Using macOS 12.1 for OS firmware
  84.  
  85. Downloading macOS OS package info...
  86. .+
  87.  
  88. Creating new stub macOS named Asahi Linux
  89. Installing stub macOS into disk0s3 (Asahi Linux)
  90. Preparing target volumes...
  91. Checking volumes...
  92. Beginning stub OS install...
  93. ++
  94. Setting up System volume...
  95. Setting up Data volume...
  96. Setting up Preboot volume...
  97. ++++++++
  98. Setting up Recovery volume...
  99. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  100. Wrapping up...
  101. Stub OS installation complete.
  102.  
  103. Adding partition EFI (512.75 MB)...
  104. Formatting as FAT...
  105. 4096 bytes per physical sector
  106. /dev/rdisk0s4: 124908 sectors in 124908 FAT32 clusters (4096 bytes/cluster)
  107. bps=4096 spc=1 res=32 nft=2 mid=0xf8 spt=32 hds=16 hid=48370401 drv=0x80 bsec=125184 bspf=122 rdcl=2 infs=1 bkbs=6
  108. Adding partition Root (5.00 GB)...
  109. Collecting firmware...
  110. "disk5" ejected.
  111. Installing OS...
  112. Copying from esp into disk0s4 partition...
  113. +
  114. Copying firmware into disk0s4 partition...
  115. Extracting root.img into disk0s5 partition...
  116. ++++++++++++++++++++++++++++++++++++++++++
  117. Preparing to finish installation...
  118. Traceback (most recent call last):
  119. File "/private/tmp/asahi-install/main.py", line 488, in <module>
  120. InstallerMain().main()
  121. File "/private/tmp/asahi-install/main.py", line 458, in main
  122. self.action_install_into_free(parts_free)
  123. File "/private/tmp/asahi-install/main.py", line 146, in action_install_into_free
  124. self.do_install()
  125. File "/private/tmp/asahi-install/main.py", line 164, in do_install
  126. self.osins.install(self.ins.boot_obj_path)
  127. File "/private/tmp/asahi-install/osinstall.py", line 136, in install
  128. with open(os.path.join("boot", boot_object), "rb") as fd:
  129. FileNotFoundError: [Errno 2] No such file or directory: 'boot/m1n1-uboot.bin'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement