#Dual-booting arch Linux and Windows 11
9 messages · Page 1 of 1 (latest)
The message is Minimal BASH-like line editing is supported. For the fost word, TAB lists possible command competions. Anyware else TAB lists possible device or file completions. To enable less(1)-like paging, "set pager=1"
You messed up something.
... chroot
#18416 📣 1. Boot your PC into the ISO
2. Run:
lsblk -fs
-# this should show the available drives, partitions, their size and the FS on them. Use this to figure out what drive/partition your / is located on.
3. Run:
mount /dev/root_drive /mnt
-# replace /dev/root_drive with the path to your root partition you identified in step 2.
4. Run:
arch-chroot /mnt
-# this will let you puppeteer your system without actually booting it.
5. Run:
mount -a
-# this will try to mount everything configured in your systems fstab.
You messed something up, this is not booting
its the grub shell
you forgot/messed up the grub config most likely
If i remember correctly i didn't install efibootmgr, i think this is the problem