Add portfolio

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-13 23:33:13 +00:00
parent dc6cf7ca58
commit 9bdedf5ef9
51 changed files with 404 additions and 127 deletions

View File

@@ -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)
![](fdisk.png)
- 1GB EFI Filesystem
- The rest of the drive (leave it unallocated for now)
![](fdisk.png)
3. Shut down your system and boot using the Windows ISO.
4. Make sure to select "Custom: Install Windows only (advanced)".
![](windows-installation-type.png)
![](windows-installation-type.png)
5. Select the Unallocated Space we created earlier and finish the installation.
![](windows-drive.png)
![](windows-drive.png)
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.
![](archinstall.png)
![](archinstall.png)
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.
![](linux-drive.png)
![](linux-drive.png)
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.
![](linux-chroot.png)
![](linux-chroot.png)
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`.