Drivers
booted system boot_kernel_version=$(uname -r)
if /mnt/chroot_system depend on some drivers, it's try to load the drivers from /mnt/chroot_system/lib/modules/$boot_kernel_version/, so it's easy to install the some kernel version in two systems or link the chroot system with bootable system, then try to install modules in bootable kernel.
fix xrdb
xauth +
How to open DISPLAY in chroot envirenmet
- get auth key
in your original pc ,execute:
xauth list
latitude/unix:0 MIT-MAGIC-COOKIE-1 d4474d13c
- put auth key in
~/.Xresources
in chrooted linux create ~/.Xresources
in first time
touch ~/.Xresources
- add key by executing:
xauth add latitude/unix:0 MIT-MAGIC-COOKIE-1 d4474d13c
in minimal linux:
- ubuntu
apt install x11-apps
apt install xauth