我在硬盘上安装了 Linux (Debian Jessie)。驱动器 - sda1
、 ext4fs 和sda2
- 交换
我有一个/chroot
文件夹。在/chroot
文件夹中安装了另一个系统。
题:
如何告诉引导管理器,不引导主系统(主系统,Debian Jessie),而是引导/chroot 中的系统?可能,改变/menu.lst
和/chroot/etc/fstab
?(vmlinuz root=/dev/sda1/chroot
?)
或者问题的另一个变体:是否有可能将 linux 安装在分区的根目录中而不是安装在文件夹中?( /another_linux/bin
, /another_linux/home
, /another_linux/etc
, ...)