Skip to content

Instantly share code, notes, and snippets.

@kernelcoffee
kernelcoffee / arch_dual_boot_lvm_luks.txt
Last active June 12, 2018 21:02
ArchLinux dual-boot Win10 LVM/Luks
## Reinstall windows
- get windows install
https://www.microsoft.com/en-us/software-download/windows10ISO
- custom install on setup
- during partition setup -> fix 100MB only efi partition
Press Shift+F10 to open Command Line.
Type `diskpart` Enter. Diskpart will take a while to launch.
Type `list disk` Enter A list of disks will be printed. Note the number next to yours (most likely 0). Select that disk: select disk 0 Enter.
Create ESP: `create partition efi size=500` Enter (500 is partition size in MiB).