You are not logged in.
Hi,
I'm here because I've ran out of ideas. Let me explain the problem.
I have a running Windows 10 on an SSD with a data partition on another HDD.
This other HDD is also the HDD I want to use to install Arch.
So I made partitions on the HDD for windows and Archlinux.
Now, the problem I'm having is that os-prober doesn't recognise Windows and I don't know why but displays this error:
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/initramfs-linux.img
Found fallback initramfs image: /boot/initramfs-linux-fallback.img
/run/lvm/lvmetad.socket: connect failed: No such file or directory
WARNING: Failed to connect to lvmetad. Falling back to internal scanning
MORE ERRORS HERE
doneI can't redirect the errors (which is weird). It seems they're not on stderr or stdout.
Here's my fdisk -l:
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 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
Disklabel type: gpt
Disk identifier: BD1B25A0-E520-4729-A388-FE1FB3170B8A
Device Start End Sectors Size Type
/dev/sda1 2048 34815 32768 16M Microsoft reserved
/dev/sda2 34816 1543923711 1543888896 736.2G Microsoft basic data
/dev/sda3 1543923712 1544333311 409600 200M BIOS boot
/dev/sda4 1544333312 1586276351 41943040 20G Linux filesystem
/dev/sda5 1586276352 1611442175 25165824 12G Linux filesystem
/dev/sda6 1611442176 1949288447 337846272 161.1G Linux filesystem
/dev/sda7 1949288448 1953525134 4236687 2G Linux swap
Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 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
Disklabel type: gpt
Disk identifier: 822CC358-296D-43FD-ADE1-D740659F9464
Device Start End Sectors Size Type
/dev/sdb1 2048 923647 921600 450M Windows recovery environment
/dev/sdb2 923648 1128447 204800 100M EFI System
/dev/sdb3 1128448 1161215 32768 16M Microsoft reserved
/dev/sdb4 1161216 488396799 487235584 232.3G Microsoft basic dataIs there a way to fix this?
Thank you!
Offline
Hi,
You omitted this part:
MORE ERRORS HERE
donecould you post all errors?
Offline
/dev/sda3 1543923712 1544333311 409600 200M BIOS boot [...] /dev/sdb2 923648 1128447 204800 100M EFI System
Your Windows system boots in UEFI mode and you have installed Arch in non-UEFI mode (EDIT: I think).
You should either re-install a UEFI system or convert your current box.
The Windows-generated EFISYS partition (/dev/sdb2) should be shared and mounted to /boot (or /boot/efi) in Arch.
Just to note, you should always include the exact commands used (and their verbatim output) rather than posting a vague description of the commands used.
Last edited by Head_on_a_Stick (2015-11-11 11:22:06)
Jin, Jîyan, Azadî
Offline