Difference between revisions of "Pivot Root Install"


From Knoppix Documentation Wiki
Jump to: navigation, search
(Step 2)
(Replacing page with '{{delete|out of date}}--~~~~')
 
(20 intermediate revisions by 12 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==== Step 2 ====
+
 
+
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
+
 
+
 
+
 
+
 
+
<div id="wikitikitavi" style="overflow:auto; height: 1px; ">
+
[[http://WTHP1.disney.com] [WTHPD1]]
+
[http://WTHP2.disney.com  WTHPD2]
+
[WTHPD3](http://WTHP3.disney.com)
+
[http://WTHP4.disney.com | WTHPD4]
+
[WTHPD5 | http://WTHP5.disney.com]
+
</div>
+

Latest revision as of 12:05, 22 February 2012

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