|
7#

楼主 |
发表于 2023-4-24 20:57:34
|
只看该作者
- Collecting partition information...
- System disk: disk0
- Found 1 external disk(s)
- Collecting OS information...
- Partitions in system disk (disk0):
- 1: APFS [Macintosh HD] (994.66 GB, 6 volumes)
- OS: [B*] [Macintosh HD] macOS v13.3.1 [disk3s1s1, BED6891E-E232-47DC-85B7-F16A265F430D]
- 2: APFS (System Recovery) (5.37 GB, 2 volumes)
- OS: [ ] recoveryOS v13.3.1 [Primary recoveryOS]
- [B ] = Booted OS, [R ] = Booted recovery, [? ] = Unknown
- [ *] = Default boot volume
- Using OS 'Macintosh HD' (disk3s1s1) for machine authentication.
- Choose what to do:
- r: Resize an existing partition to make space for a new OS
- d: Select another disk for installation
- q: Quit without doing anything
- » Action (r): d
- Choose a disk:
- 1: Internal storage
- 2: Generic Mass-Storage Media (125.10 GB)
- » Disk: 2
- Collecting partition information...
- System disk: disk0
- Found 1 external disk(s)
- root : ERROR Exception caught
- Traceback (most recent call last):
- File "/private/tmp/asahi-install/main.py", line 1054, in <module>
- InstallerMain().main()
- File "/private/tmp/asahi-install/main.py", line 865, in main
- while self.main_loop():
- File "/private/tmp/asahi-install/main.py", line 885, in main_loop
- self.parts = self.dutil.get_partitions(self.cur_disk)
- File "/private/tmp/asahi-install/diskutil.py", line 173, in get_partitions
- parts.append(self.get_partition_info(dskpart["DeviceIdentifier"]))
- File "/private/tmp/asahi-install/diskutil.py", line 134, in get_partition_info
- uuid=partinfo["DiskUUID"],
- KeyError: 'DiskUUID'
- If you need to file a bug report, please attach the log file:
- /private/tmp/asahi-install/installer.log
复制代码
我装U盘就不行,官网说有三种模式,第三种是只装引导,我目的就是第三种 |
|