chroot with /proc
mount /dev/sda6 /mnt/chroot
mount /dev/sda7 /mnt/chroot/boot
mount -o bind /dev /mnt/chroot/dev
mount -t proc /proc /mnt/chroot/proc
chroot /mnt/chroot /bin/bash
mount /dev/sda6 /mnt/chroot
mount /dev/sda7 /mnt/chroot/boot
mount -o bind /dev /mnt/chroot/dev
mount -t proc /proc /mnt/chroot/proc
chroot /mnt/chroot /bin/bash