Open
Conversation
Added some information to the dual-boot
1Naim
reviewed
Dec 20, 2025
| - Press `Win + R`, type `diskmgmt.msc`, and press Enter to open Disk Management. | ||
| - Identify your main Windows partition (usually C:) and right-click on it. | ||
| - Click on `Shrink Volume...` and specify at least **30720MB** (30GB) and click on `Shrink`. | ||
| - A +2GB EFI partition |
Member
There was a problem hiding this comment.
This is not the right place to put this. It's already written in manual partitioning and the previous sentence also links to it so I don't see why this should be here even if it makes sense.
| └─nvme0n1p6 btrfs 239.6G /var/tmp | ||
| ``` | ||
| EFI partitions are almost always formatted as `FAT32/vfat`. Since `nvme0n1p1` does not have a Linux mount point, we can assume that this partition is the Windows EFI partition. | ||
| EFI partitions are almost always formatted as `FAT32/vfat`. Since `nvme0n1p1` does not have a Linux mount point, we can assume that this partition is the Windows EFI partition. Note: The EFI partition should be 2GB in size, otherwise the installation will fail. |
Member
There was a problem hiding this comment.
Again, doesn't make sense. The dual boot guide is performed after installation, so installation can't really fail after it has completed now can it?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added some information to the dual-boot