You are not logged in.

#1 2022-07-12 20:25:24

r0ber
Member
Registered: 2022-07-12
Posts: 9

[SOLVED] - My GRUB doesn't recognize Windows 11. (new on archlinux).

Hello everyone. First thanks for taking the time to read, English is not my native language. I'm new on ArchLinux World..

I have two SSD drives, identical, one with Windows 11 installed.
Now I decided to buy and install ArchLinux on the new "encrypted" ssd drive.

Note: I had a old Ubuntu installed on a SATA with this Windows 11..  Grub works nice. Now, I unplug the sata drive. and install the new encrypoted arch.

In /etc/default/grub uncomment GRUB_DISABLE_OS_PROBER="false"

Installed ntfs-3g, and I can mount the Windows disk/part on Linux /mnt/windows11 for example and access it.

Grub does not recognize Windows 11 when im booting... Here is some information, let me know if u need more:


-> LSBLK output:

nvme0n1     259:0    0 447.1G  0 disk  
├─nvme0n1p1 259:2    0 446.5G  0 part  /mnt/windows11
└─nvme0n1p2 259:3    0   644M  0 part  

nvme1n1     259:1    0 447.1G  0 disk  
├─nvme1n1p1 259:4    0   256M  0 part  /boot/efi
├─nvme1n1p2 259:5    0   512M  0 part  /boot
└─nvme1n1p3 259:6    0 446.4G  0 part ----------------_> My Encrypted root partition Arch Linux 

-> FDISK output:


Disk /dev/nvme0n1: 447.13 GiB, 480103981056 bytes, 937703088 sectors
Disk model: Force MP510                             
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: 7F70FAC5-0E83-4F4B-800D-472EF5FFC089

Device             Start       End   Sectors   Size Type
/dev/nvme0n1p1      2048 936377107 936375060 446.5G Microsoft basic data
/dev/nvme0n1p2 936378368 937697279   1318912   644M Windows recovery environment


Disk /dev/nvme1n1: 447.13 GiB, 480103981056 bytes, 937703088 sectors
Disk model: Force MP510                             
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: 332F91B8-E378-3943-A1D1-FEB2CF23FC60

Device           Start       End   Sectors   Size Type
/dev/nvme1n1p1    2048    526335    524288   256M EFI System
/dev/nvme1n1p2  526336   1574911   1048576   512M Linux filesystem
/dev/nvme1n1p3 1574912 937701375 936126464 446.4G Linux filesystem


Disk /dev/mapper/myr00t: 446.36 GiB, 479279972352 bytes, 936093696 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes 

BLKID output:

/dev/nvme0n1p1: BLOCK_SIZE="512" UUID="44F49B2FF49B226A" TYPE="ntfs" PARTUUID="72413cbe-6cc0-435f-8952-e505af6c0822"
/dev/nvme0n1p2: BLOCK_SIZE="512" UUID="36AE3534AE34EE4D" TYPE="ntfs" PARTUUID="37f63b2a-11a8-4750-a14b-cd91a4fd9be6"
/dev/mapper/myr00t: LABEL="root" UUID="de877260-0586-44f2-bb61-9132e5e22ddf" BLOCK_SIZE="4096" TYPE="ext4"
/dev/nvme1n1p2: LABEL="boot" UUID="7a825d1f-36c0-4257-a236-a663d265523d" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="52ccb1f2-2367-4d42-ab7b-59f6b19d74ad"
/dev/nvme1n1p3: UUID="9089e239-4195-4689-92e5-aca435f538e4" TYPE="crypto_LUKS" PARTUUID="b8fd5313-d0e1-ca4b-a278-a4a70a8c3cd1"
/dev/nvme1n1p1: SEC_TYPE="msdos" LABEL_FATBOOT="EFI PART" LABEL="EFI PART" UUID="F74E-CA04" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="68b55713-168f-1d41-aace-8ece4ca44795" 

Thanks in advanced!



UPDATE!: I added an entry manually in my grub! big_smile

Last edited by r0ber (2022-07-14 10:02:26)

Offline

#2 2022-07-12 20:56:59

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,267

Re: [SOLVED] - My GRUB doesn't recognize Windows 11. (new on archlinux).

Offline

#3 2022-07-12 21:19:30

r0ber
Member
Registered: 2022-07-12
Posts: 9

Re: [SOLVED] - My GRUB doesn't recognize Windows 11. (new on archlinux).

V1del wrote:

i "understand".. but i need to wait a new release for arch?.. or how to fix it now?.

Sorry for my ignorance..
Thanks.

Offline

#4 2022-07-12 21:41:29

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] - My GRUB doesn't recognize Windows 11. (new on archlinux).

You can add an entry manually for now...
https://wiki.archlinux.org/title/GRUB#Custom_grub.cfg


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#5 2022-07-13 04:28:56

r0ber
Member
Registered: 2022-07-12
Posts: 9

Re: [SOLVED] - My GRUB doesn't recognize Windows 11. (new on archlinux).

I added an entry manually in my grub big_smile
It works!!!, thanks a lot.

Offline

#6 2022-07-13 12:18:20

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED] - My GRUB doesn't recognize Windows 11. (new on archlinux).

Please remember to mark the thread as [SOLVED].
CoC - How to post


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#7 2022-07-14 10:05:27

r0ber
Member
Registered: 2022-07-12
Posts: 9

Re: [SOLVED] - My GRUB doesn't recognize Windows 11. (new on archlinux).

Slithery wrote:

Please remember to mark the thread as [SOLVED].
CoC - How to post

Ready. Sorry.
Thanks.

Offline

Board footer

Powered by FluxBB