update-grub finds Arch Linux but doesn't add it to the Grub Menu. But it finds *and* adds Windows Bootloader without any issues. For now, I added the entries manually to /etc/grub.d/40_Custom but trying to figure out what the issue is. Thanks!
Code:
debian@AsusX515:/etc/grub.d$ sudo update-grubGenerating grub configuration file ...Found background image: /usr/share/images/desktop-base/desktop-grub.pngFound linux image: /boot/vmlinuz-6.1.0-20-amd64Found initrd image: /boot/initrd.img-6.1.0-20-amd64Found linux image: /boot/vmlinuz-6.1.0-18-amd64Found initrd image: /boot/initrd.img-6.1.0-18-amd64Warning: os-prober will be executed to detect other bootable partitions.Its output will be used to detect bootable binaries on them and create new boot entries.Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efiFound Arch Linux on /dev/nvme0n1p9Adding boot menu entry for UEFI Firmware Settings ...donedebian@AsusX515:/etc/grub.d$ sudo fdisk -lDisk /dev/nvme0n1: 238.47 GiB, 256060514304 bytes, 500118192 sectorsDisk model: WDC PC SN530 SDBPNPZ-256G-1002 Units: sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisklabel type: gptDisk identifier: 592F2E05-CB8E-4629-8F73-A88CC567E0C5Device Start End Sectors Size Type/dev/nvme0n1p1 2048 534527 532480 260M EFI System/dev/nvme0n1p2 534528 567295 32768 16M Microsoft reserved/dev/nvme0n1p3 567296 210282495 209715200 100G Microsoft basic data/dev/nvme0n1p4 497864704 499707903 1843200 900M Windows recovery environment/dev/nvme0n1p5 499707904 500117503 409600 200M Windows recovery environment/dev/nvme0n1p6 452071424 497864703 45793280 21.8G Linux filesystem/dev/nvme0n1p8 210282496 410128383 199845888 95.3G Linux filesystem/dev/nvme0n1p9 410128384 452071423 41943040 20G Linux filesystemPartition table entries are not in disk order.
Statistics: Posted by my2we9dy — 2024-05-02 23:50 — Replies 2 — Views 48