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

Update "Partitioning cheatsheet" to reflect the partition layout with fedora Asahi Remix #118

Open
ljrk0 opened this issue May 17, 2024 · 0 comments

Comments

@ljrk0
Copy link

ljrk0 commented May 17, 2024

I've installed fedora Asahi Remix and I have one additional partition created since fedora splits ESP and /boot. The example output would need to be adjusted as such (similar for the raw diskutil output).

 Partitions in system disk (disk0):
    1: APFS [Macintosh HD] (380.00 GB, 6 volumes)
      OS: [B ] [Macintosh HD] macOS v12.3 [disk3s1, D44D4ED9-B162-4542-BF50-9470C7AFDA43]
    2: APFS [Asahi Linux] (2.50 GB, 4 volumes)
      OS: [ *] [Asahi Linux] incomplete install (macOS 12.3 stub) [disk4s2, 53F853CF-4851-4E82-933C-2AAEB247B372]
    3: EFI (500.17 MB)
+   4: Linux Filesystem (1.07 GB)
-   4: Linux Filesystem (54.19 GB)
+   5: Linux Filesystem (54.19 GB)
-   5: (free space: 57.19 GB)
+   6: (free space: 56.12 GB)
-   6: APFS (System Recovery) (5.37 GB, 2 volumes)
+   7: APFS (System Recovery) (5.37 GB, 2 volumes)
      OS: [  ] recoveryOS v12.3 [Primary recoveryOS]
  
    [B ] = Booted OS, [R ] = Booted recovery, [? ] = Unknown
    [ *] = Default boot volume

Here's my lsblk output (with comments by me) for comparison:

$ lsblk --output NAME,SIZE,TYPE,MOUNTPOINTS,FSTYPE
NAME          SIZE TYPE MOUNTPOINT FSTYPE
zram0           8G disk [SWAP]
nvme0n1     931.8G disk
├─nvme0n1p1   500M part            apfs               # Container disk: Apple Silicon Boot
├─nvme0n1p2 730.2G part            apfs               # Macintosh HD Volume
├─nvme0n1p3   2.3G part            apfs               # Asahi Linux Volume
├─nvme0n1p4   500M part /boot/efi  vfat               # ESP
├─nvme0n1p5     1G part /boot      ext4               # XBOOTLDR Partition
├─nvme0n1p6 192.4G part /home      btrfs              # Home Btrfs Subvolume
|                       /                             # Root Btrfs Subvolume
└─nvme0n1p7     5G part            apfs               # System Recovery
nvme0n2         3M disk
nvme0n3       128M disk

Is this new layout expected/does everyone else have it like this now or did I just mess up my install? 0:-)

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

1 participant