Hi,
New comer to cachy os I probably did a beginner mistake.
I install fresh computer and wanted to have dual boot with win11.
Both are installed in 2 nvme ssd and I installed cachyOS first. I know I should have done the oppsite but was too excited to test my new computer with cachyOS! Wion11 is there just a spare wheel for very limited softwares.
I let cachyOS all default choice so now it is using Limine as boot loader which is new to me after decade of GRUB ![]()
Long story short I do not see win11 boot option in Limine. Sounds like a common issue so checked the wiki page
And there surpise starts when looking at the partition table
lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT
NAME FSTYPE SIZE MOUNTPOINT
zram0 swap 62,7G [SWAP]
nvme1n1 465,8G
├─nvme1n1p1 ext4 16M
├─nvme1n1p2 ntfs 465G
└─nvme1n1p3 ntfs 787M
nvme0n1 1,8T
├─nvme0n1p1 vfat 4G /boot
└─nvme0n1p2 btrfs 1,8T /var/tmp
As you could guess nvme1n1 is my windows disk and nvme0n1 is my linux disk.
I was expecting to find a vfat parttion on my windows disk but to my surprise I found a ext4 one!
I am confused … any idea?