well, in here i am gonna write about how to manage the instalation with archlinux and windows 11, without windows 11 being an asshole, i can't do anything to make Win11 less annoying First of all, i am absolute non-expert but tech-savvy so, i am gonna just do it, fuck it and doing again
I dont like vanilla Windows, it so much bloatware, i love WinterOS by Mauro Cerqueiro, in this Guide i am gonna install Rev12
First Boot Windows installer, make a 100GB Partition and install Windows in that partition, like a normal install When Windows is installed, reboot and install archlinux from installation.md
and that is, ITS NICE RIGHT
I like this Guide
Microsoft need to be a monopoly because there are no reason to use Windows, screwing everything, there is no reason to blame linux, is a windows thing.
To solve cluster 0 and no kernel loading problems, atomic solution is
- Boot Arch Live USB
- Connect to internet
lsblk
, detect your/boot
partitioncdisk /dev/your-disk
, and delete your old/boot
partition and do againmkfs.vfat -F 32 -S 4096 /dev/your-disk-partition
- mount
/
disk in/mnt
and/boot
disk in/mnt/boot
arch-chroot /mnt
blkid
and replace your old boot UUID with the new boot UUIDpacman -Syu grub linux linux-firmware linux-headers intel-ucode dkms systemd
grub-install --target=x86_64-efi --efi-directory=/boot/ --bootloader-id=GRUB --modules="tpm" --disable-shim-lock --removable --recheck
grub-mkconfig -o /boot/grub/grub.cfg
exit
umount -R /mnt
reboot
EUFI Config, Note, my notebook is Aspire575G, so have boot problems
- add password to access to bios
- delete all .efi entries
- exit bios, and enter again
- enter grub.efi entry
- delete password to access bios
- Boot Arch
Now you can select Archlinux and boot right, now you can do grub-mkconfig -o /boot/grub/grub.cfg
and discover Windows Partition
Its so frustating, i really hate windows