nottoriset

Untitled

Sep 26th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. mkdir /mnt/root
  2. mount -o subvol=@ /dev/sda2 /mnt/root
  3. mkdir /mnt/root/home
  4. mount -o subvol=@home /dev/sda2 /mnt/root/home
  5. mount --types proc /proc /mnt/root/proc
  6. mount --rbind /sys /mnt/root/sys
  7. mount --rbind /dev /mnt/root/dev
  8. mount --make-rslave /mnt/root/sys
  9. mount --make-rslave /mnt/root/dev
  10. chroot /mnt/root /bin/bash
Advertisement
Add Comment
Please, Sign In to add comment