You are not logged in.
I had 2 additional partitions mounted in fstab. I dualbooted windows to delete the one I never used. After restarting to boot back to arch, grub disappeared from the bootloader list - only windows boot manager, arch iso and grub rescue remained.
The boot partition originally was sda6, but a quick check confirmed that it's now sda5, so I guess removing a partition messed up the order? People with similar issues used a live usb to fix grub and I don't have one.
Last edited by melodeath (2026-05-21 10:38:55)
Offline
The boot partition originally was sda6, but a quick check confirmed that it's now sda5
Bud you surely messed up partitioning, if it went from sda6 to sda5 then you did something very wrong, and if you dont understnand how partitioning works, it important to first understand how to partition the system and then try to install it again.
If it was still sda6 and just removed from bootselector then what you would have done is, load live usb > connect to internt > mount root to /mnt > mount boot partition to either /mnt/boot or /mnt/boot/efi (depends on what you have kept earlier) > Re install the grub > exit
but your case is different, its better to start again and keep in mind the partition I would like to help you how I keep it with my dual boot
The boot partition originally was sda6, but a quick check confirmed that it's now sda5
nvme0n1 259:0 0 953.9G 0 disk
├─nvme0n1p1 259:1 0 512M 0 part /boot (linux efi boot partition)
├─nvme0n1p2 259:2 0 334.5G 0 part / (linux root partition)
├─nvme0n1p3 259:3 0 33G 0 part [SWAP] (linux swap partition)
├
├
├
├
├
├─nvme0n1p4 259:4 0 16M 0 part (windows efi boot paritition)
├─nvme0n1p5 259:5 0 585.1G 0 part (windows root partition
└─nvme0n1p6 259:6 0 752M 0 part (windows recovery space)Keep windows boot partition and linux partition seprate, because windows udpate tends to duck up linux boot partition
Last edited by BIGBEASTISHANK (2026-05-21 08:38:59)
A523 1348 2964 6091 F9fe 8a5c B731 1e54 D05e B9d7
Offline
I guess the soft I used to delete the partition is to blame.
I made a fresh arch install and used it to mount my original arch partition (which also had its index decremented by 1) to grub.
Solved.
Last edited by melodeath (2026-05-21 10:39:17)
Offline