#How do i partition my nvme to dualboot, running arch main system, want windows on it too
45 messages · Page 1 of 1 (latest)
depends on your use case on how much space you would like reserved for windows
How many GiB do you have? @chrome hull
in any case, you can use gparted on an ubuntu live iso to format your drive to create unallocated space
Please follow the Standard Litany when asking a question:
• What was your environment? What was your operating system, configuration?
• What did you do? What did you run or test? Where?
• What actually happened? What were the exact results, complete log contents, exact error messages?
• What did you expect? What were you aiming to achieve? What result were you looking for?
Vague or superficial questions will yield vague or superficial answers. False information leads to false solutions.
512 gb hdd
i was gonna shrink the ex4 part to 100gb for arch then the other 300 or so for windows
minus the swap and the efi part
the big partition on the 512 gb
Do you have a backup disk? Because you can't just resize it because Windows assumes it's installing first.
I remember installing Windows 11 after resizing and it straight up decided to delete my first partitions and turn it into EFI 😭
I recommend you to backup the data
and do this
typing wait 😭
/dev/sdX1 | 100M | EFI System Partition (Windows Boot Partition)
/dev/sdX2 | 16M | Microsoft Reserved Partition (MSR)
/dev/sdX3 | 307216M | Microsoft Basic Data (Windows Main Partition)
-- Optional: Delete Windows recovery partition if not needed --
/dev/sdX4 | 1024M | EFI System Partition (Linux Boot Partition)
/dev/sdX5 | 163856M | Linux Root (x86-64) (Linux Root Partition)
/dev/sdX6 | <Remaining> | Linux Swap (Linux Swap Partition)
Disable or de-rank Windows Boot Manager in your Firmware setup
and enable OSProber in GRUB
So it asks for GRUB
This will automatically add a Boot entry for Windows to GRUB
(You can do this using efibootmanager im pretty sure)
Well, the ideal way is to do it in setup 🤷
Also this only works if it has access to EFIVars, which is enabled by default on Arch but not always
Also bcd from Windows can override efibootmgr, Firmware setup has highest priority so you'd probably wanna do it there
When you say remaining swap you should specify twice the about of RAM they have
That is outdated, remaining which is supposed to be around 15.9GiB based on his hard drive space is good enough
Twice the amount of RAM is a lot
We have compression
Even for hibernation
Unless he has more than 16GiB of RAM
Fair enough. So you say he makes all these partitions now in the archiso or just the root partitions of linux and windows then let windows do the rest with the bootloader?
Just trying to understand sorry
Also @chrome hull you have to install Windows first and then you delete the Recovery Partition and resize Windows and then install Arch with GRUB and OSProber. If you resize any partitions, without backup, you're wrecked, resizing never works perfectly.
He installs Windows and then modifies the partitions :D
Look you need to resize it INSIDE Windows, cfdisk or fdisk sometimes won't resize properly
Layout @chrome hull
I'm gonna go now chat 👋
so basically id need to wipe arch with windows and reinstall arch -_-
im unable to do that cant diskpart just take and cut half of the linux partition and reassign it as windows without deleting the arch install
Why don't you TRY
please backup before you do
i cant write over my arch install there is already important files on here