# # Original File # ------------- # http://Linux-Boot.net/Chroot/chroot.standalone-2-hd.txt # # # 22-Jan-02 amo Chroot to the hardisk ( / == /dev/hda1 ) from tomsrtbt ( / == /dev/ram0 ) # 15-Aug-04 amo Moved to Linux-Boot.net/Chroot/chroot.standalone-2-hd.txt # # # # Boot a standalone system ... cdrom or from toms root-boot .. than boot onto hard disk # ------------------------- # mount /dev/cdrom /mnt/cdrom ls -la /mnt/cdrom umount /mnt/cdrom # # # Change onto the hard disk # ------------------------- # mount /dev/hda1 /mnt chroot /mnt /bin/bash # ls -la / source /etc/bashrc source /etc/profile # # # Mount some additional partitions # mount /dev/hda2 /tmp mount /dev/hda3 /var mount /dev/hda5 /usr # # # startx doesn't work yet # # end of file