Hello guys hope you all are having a nice day…
My sibling has a laptop initially i installed manjaro on it (two years ago) and she liked it an got used to it but her school sometimes requires her to use her laptop in some certain ways and that unfortunately only comes in the form of windows “ways” and sinsce her internet access is kinda crap and i cant always help her from far away i decided install windows alongside linux…
So i put a second ssd on the laptop an formatted a windows 10 on it and since i also came across EOS and liked it when i started using it i also replaced manjaro with EOS
But couldnt get the windows option to show up on grub options
here is the situation as i understand it
- windows and linux are on seperate drives
- os-prober doesnt output anything when i run it even when i mount windows os partition (i cant seem to mount small windows partition see next point)
- trying to mount the small windows partition that is created when installing windows fails (as i understand it is due to it being unable to find a valid FAT filesystem)
- when i boot into linux and go into /boot/efi/EFI i see a Microsoft folder containing windows boot related stuff (this kinda confuses me)
here are the outputs of;
$ sudo fdisk -l
Disk /dev/sda: 931,51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WDS100T2B0A
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 700FD435-A995-5941-895A-56F3A2FA3A69
Device Start End Sectors Size Type
/dev/sda1 2048 34815 32768 16M Microsoft reserved
/dev/sda2 34816 929523711 929488896 443,2G Microsoft basic data
/dev/sda3 929523712 1953523711 1024000000 488,3G Microsoft basic data
Disk /dev/nvme0n1: 238,47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: SAMSUNG MZALQ256HBJD-00BL2
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 16384 bytes / 131072 bytes
Disklabel type: gpt
Disk identifier: 021B915C-3EA7-4DC6-B95A-0B728D49F49F
Device Start End Sectors Size Type
/dev/nvme0n1p1 4096 2052095 2048000 1000M EFI System
/dev/nvme0n1p2 2052096 500103449 498051354 237,5G Linux filesystem
$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 931,5G 0 disk
├─sda1 8:1 0 16M 0 part
├─sda2 8:2 0 443,2G 0 part /mnt/windows
└─sda3 8:3 0 488,3G 0 part
nvme0n1 259:0 0 238,5G 0 disk
├─nvme0n1p1 259:1 0 1000M 0 part /boot/efi
└─nvme0n1p2 259:2 0 237,5G 0 part /
and reason why do i think trying to mount the small windows partition that is created when installing windows fails (as i understand it is due to it being unable to find a valid FAT filesystem)
output of dmesg after mount failed
[ 20.763753] systemd-journald[434]: /var/log/journal/aab8486caeb145039d37651415e6e89a/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[ 22.249956] rfkill: input handler enabled
[ 23.467521] rfkill: input handler disabled
[ 138.954384] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled
[ 138.975784] JFS: nTxBlock = 8192, nTxLock = 65536
[ 139.032260] raid6: skipped pq benchmark and selected avx2x4
[ 139.032266] raid6: using avx2x2 recovery algorithm
[ 139.035554] xor: automatically using best checksumming function avx
[ 139.136196] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
[ 216.419526] capability: warning: `gvfsd-admin' uses 32-bit capabilities (legacy support in use)
[ 232.915762] EXT4-fs (sda1): VFS: Can't find ext4 filesystem
[ 232.915985] EXT4-fs (sda1): VFS: Can't find ext4 filesystem
[ 232.916158] EXT4-fs (sda1): VFS: Can't find ext4 filesystem
[ 232.916363] FAT-fs (sda1): bogus number of reserved sectors
[ 232.916365] FAT-fs (sda1): Can't find a valid FAT filesystem
[ 232.916844] XFS (sda1): Invalid superblock magic number
[ 232.917569] FAT-fs (sda1): bogus number of reserved sectors
[ 232.917572] FAT-fs (sda1): Can't find a valid FAT filesystem
[ 232.917768] VFS: Can't find a Minix filesystem V1 | V2 | V3 on device sda1.
[ 232.918102] hfs: can't find a HFS filesystem on dev sda1
[ 232.931857] hfsplus: unable to find HFS+ superblock
[ 232.931961] ufs: ufs was compiled with read-only support, can't be mounted as read-write
[ 232.932140] EXT4-fs (sda1): VFS: Can't find ext4 filesystem
[ 3719.517694] EXT4-fs (sda1): VFS: Can't find ext4 filesystem
[ 3719.517919] EXT4-fs (sda1): VFS: Can't find ext4 filesystem
[ 3719.518080] EXT4-fs (sda1): VFS: Can't find ext4 filesystem
[ 3719.518283] FAT-fs (sda1): bogus number of reserved sectors
[ 3719.518285] FAT-fs (sda1): Can't find a valid FAT filesystem
[ 3719.518817] XFS (sda1): Invalid superblock magic number
[ 3719.519393] FAT-fs (sda1): bogus number of reserved sectors
[ 3719.519395] FAT-fs (sda1): Can't find a valid FAT filesystem
[ 3719.519552] VFS: Can't find a Minix filesystem V1 | V2 | V3 on device sda1.
[ 3719.519838] hfs: can't find a HFS filesystem on dev sda1
[ 3719.526761] hfsplus: unable to find HFS+ superblock
[ 3719.526825] ufs: ufs was compiled with read-only support, can't be mounted as read-write
[ 3719.527036] EXT4-fs (sda1): VFS: Can't find ext4 filesystem
i am a bit lost at the moment and arch wiki steps dont seem to work in my case any help is appreciated,
Thanks…