Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mkdir /mnt/root
- mount -o subvol=@ /dev/sda2 /mnt/root
- mkdir /mnt/root/home
- mount -o subvol=@home /dev/sda2 /mnt/root/home
- mount --types proc /proc /mnt/root/proc
- mount --rbind /sys /mnt/root/sys
- mount --rbind /dev /mnt/root/dev
- mount --make-rslave /mnt/root/sys
- mount --make-rslave /mnt/root/dev
- chroot /mnt/root /bin/bash
Advertisement
Add Comment
Please, Sign In to add comment