You are not logged in.
Pages: 1
Hello everybody,
I have installed Arch on my computer, in dual boot with Debian. On the same disk I have also windows installed, but grub doesn't see it.
I have installed os-prober, I have mounted windows partitions, I have edited the grub file, I have given
sudo grub-mkconfig -o /boot/grub/grub.cfg
Grub sees Debian, but yet doesn't list windows
Last edited by italianarcher (2024-11-02 13:48:23)
Offline
what's the output of
sudo os-prober
?
Offline
what's the output of
sudo os-prober
?
/dev/sda7:Debian GNU/Linux 11 (bullseye):Debian:linux
Offline
so os-prober does not pickup the windows bootloader
1) how many ESPs do you have now?
2) if 1: have you formatted the existing ESP? (and thereby wiped the windows bootloader)
3) if not: does your ESP still have the EFI/Microsoft folder?
Offline
so os-prober does not pickup the windows bootloader
1) how many ESPs do you have now?
2) if 1: have you formatted the existing ESP? (and thereby wiped the windows bootloader)
3) if not: does your ESP still have the EFI/Microsoft folder?
Please, forgive me, I don't know what's ESP
Offline
This is what fdisk -l returns
[davide@archlinux ~$ sudo fdisk -l
[sudo] password di davide:
Disk /dev/sda: 465,76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: Hitachi HTS54755
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x878e20deDispositivo Avvio Start Fine Settori Size Id Tipo
/dev/sda1 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/sda2 206848 326768639 326561792 155,7G 7 HPFS/NTFS/exFAT
/dev/sda3 390832128 704897023 314064896 149,8G 7 HPFS/NTFS/exFAT
/dev/sda4 704899070 976771071 271872002 129,6G 5 Esteso
/dev/sda5 967008256 976771071 9762816 4,7G 82 Linux swap / Solaris
/dev/sda6 704899072 872759295 167860224 80G 83 Linux
/dev/sda7 924039168 967000063 42960896 20,5G 83 Linux
/dev/sda8 * 872761344 873992191 1230848 601M b W95 FAT32
/dev/sda9 873994240 924037119 50042880 23,9G 83 LinuxPartition 4 does not start on physical sector boundary.
Partition table entries are not in disk order.Disk /dev/zram0: 1,86 GiB, 1995964416 bytes, 487296 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Offline
please use code tags for console output - not quote
also: don't full-quote
as for ESP: as your HDD is not gpt - doesn't matter - but this also hints to CSM enable
best here would be to wipe the disk, disable CSM and setup the drive proper as gpt
how to solve multi-boot in CSM/legacy? I don't dare to tinker with this as it's doomed to fail with the next windows update anyway
Offline
Pages: 1