Difference between revisions of "Pivot Root Install"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Step 2)
(Replacing page with '{{delete|out of date}}--~~~~')
 
(21 intermediate revisions by 13 users not shown)
Line 1: Line 1:
==== Step 2 ====
+
{{delete|out of date}}--[[User:Werner P. Schulz|Werner P. Schulz]] 05:05, 22 February 2012 (MST)
 
+
Start you computer with the Knoppix CD. Then type these commands: (replace "/dev/sda7" with the location of your installed system)
+
 
+
* knoppix26 single (at boot prompt, or just "knoppix single" for 2.4 kernel)
+
* sudo su
+
* mkdir /mnt/new_root
+
* mount /dev/sda7 /mnt/new_root
+
* mkdir /mnt/new_root/mnt/old_root (only necessary 1st time)
+
* cd /mnt/new_root
+
* pivot_root . /mnt/new_root/mnt/old_root
+
* mount /proc /proc -t proc
+
* init 5
+

Latest revision as of 12:05, 22 February 2012

Template:Delete--Werner P. Schulz 05:05, 22 February 2012 (MST)