@@ -31,20 +31,21 @@ With the help of Paragon's new [NTFS3 driver](https://www.kernel.org/doc/html/la
|
||||
1. Boot using the Arch Install ISO.
|
||||
|
||||
2. Format the target drive. In my case, that's `/dev/sda`. It needs to have a GPT partition table and 2 partitions in total:
|
||||
- 1GB EFI Filesystem
|
||||
- The rest of the drive (leave it unallocated for now)
|
||||
|
||||

|
||||
- 1GB EFI Filesystem
|
||||
- The rest of the drive (leave it unallocated for now)
|
||||
|
||||

|
||||
|
||||
3. Shut down your system and boot using the Windows ISO.
|
||||
|
||||
4. Make sure to select "Custom: Install Windows only (advanced)".
|
||||
|
||||

|
||||

|
||||
|
||||
5. Select the Unallocated Space we created earlier and finish the installation.
|
||||
|
||||

|
||||

|
||||
|
||||
6. Once the installation is complete, shut the system down and boot into the Arch ISO once again.
|
||||
|
||||
@@ -52,19 +53,19 @@ With the help of Paragon's new [NTFS3 driver](https://www.kernel.org/doc/html/la
|
||||
|
||||
8. Run the `archinstall` installation script.
|
||||
|
||||

|
||||

|
||||
|
||||
9. When asked about which drives to configure, make sure to not select anything.
|
||||
|
||||
10. I also decided to use GRUB as my bootloader since I am more familiar with it, but you can use whatever you like.
|
||||
|
||||

|
||||

|
||||
|
||||
11. The install script will fail during GRUB's installation, so we must continue manually.
|
||||
|
||||
12. Change root into the installation folder and install GRUB.
|
||||
|
||||

|
||||

|
||||
|
||||
13. Add the windows bootloader as a custom GRUB entry by editing `/etc/grub.d/40_custom`. Make sure to replace `{UUID}` with your disk's UUID. You can get it by running `blkid /dev/sda1`.
|
||||
|
||||
|
Reference in New Issue
Block a user