You are not logged in.
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
Needs a new os-prober release: https://salsa.debian.org/installer-team … 589df8fc29
Offline
Needs a new os-prober release: https://salsa.debian.org/installer-team … 589df8fc29
i "understand".. but i need to wait a new release for arch?.. or how to fix it now?.
Sorry for my ignorance..
Thanks.
Offline
You can add an entry manually for now...
https://wiki.archlinux.org/title/GRUB#Custom_grub.cfg
Offline
I added an entry manually in my grub ![]()
It works!!!, thanks a lot.
Offline
Please remember to mark the thread as [SOLVED].
CoC - How to post
Offline
Please remember to mark the thread as [SOLVED].
CoC - How to post
Ready. Sorry.
Thanks.
Offline