#Dual-booting arch Linux and Windows 11

9 messages · Page 1 of 1 (latest)

low zealot
#

When i booted into arch Linux, i get this

#

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"

jaunty oar
quick apexBOT
#

#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.

meager silo
#

its the grub shell

wheat fox
#

you forgot/messed up the grub config most likely

low zealot