i should probably remove this from the docs since it's very advanced, but @chaiqi was able to dual b

i should probably remove this from the docs since it's very advanced, but @chaiqi was able to dual boot with something like this (maybe i shouldnt remove it per say? if it does work i can keep it):
manual partitioning scheme:

mount point: /boot/efi  
format:      vfat    
size:        300MB  
(optional: use existing system efi partition)

mount point: /boot
format:      ext4
size:        1GB

mount point:
format: btrfs
size: [max]

mount point: /
format:      btrfs (subvolume)

mount point: /var
format:      btrfs (subvolume)

mount point: /var/home
format:      btrfs (subvolume)
Was this page helpful?