#Cant chroot into mounted partition
18 messages · Page 1 of 1 (latest)
did you run the pacstrap thingy first?
the partition doesn't seem to have a filesystem on it
did you format it?
and pacstrapped it after?
Figured it out. My friend used archinstall to install the os and chose btrfs instead of ext4 so we had to mount into the @ subdirectory where the actual system files where located. Managed to figure it out but thank you very much for the quick replies.
… solved
why didnt the command work
what
… solved
??????
What command. Are you talking about pacstrap? Archwiki says it is used to create a new system installation from scratch which is not what we wanted to do. We needed chroot to reinstall system components.
no im talking about the … solved thingy
It didnt work because the btrfs filesystem allows for sub filesystem to be created so if you mount into the nvme1n1p2 partition normaly the system files that are needed for chroot are not there. You actually need to mount into the @ subvolume of nvme1n1p2 with this command: mount -o subvol=@ /dev/nvme1n1p2 /mnt where the system files where located. After that chroot worked fine.
#17680 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: http://0x0.st/8Rt9.png
Thank you
finally