Difference between revisions of "Backtrack lilo dual boot"

From MS Computech
Jump to: navigation, search
(New page: You can set Backtrack lilo dual boot by edit lilo.conf <pre>nano /etc/lilo.conf</pre><pre>Change boot to: boot = /dev/hda Change root to: root = /dev/hda2 <<---line to reflect w...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
You can set&nbsp;Backtrack lilo dual boot by edit lilo.conf
+
You can set&nbsp;Backtrack lilo dual boot by edit lilo.conf  
 
<pre>nano /etc/lilo.conf</pre><pre>Change boot to: boot = /dev/hda
 
<pre>nano /etc/lilo.conf</pre><pre>Change boot to: boot = /dev/hda
 
Change root to: root = /dev/hda2 &lt;&lt;---line to reflect what partition you have installed backtrack onto, most likely your hda2 partition.
 
Change root to: root = /dev/hda2 &lt;&lt;---line to reflect what partition you have installed backtrack onto, most likely your hda2 partition.
 
other = /dev/hda1
 
other = /dev/hda1
label = WindowsXp</pre>
+
label = WindowsXp
&nbsp;
+
</pre>
 +
Save the file ( CTRL-X, yes to save changes, save as lilo.conf)
  
Save the file ( CTRL-X, yes to save changes, save as lilo.conf)
+
Execute:  
 
 
Execute:
 
  
 
lilo -v
 
lilo -v

Latest revision as of 11:16, 4 June 2008

You can set Backtrack lilo dual boot by edit lilo.conf

nano /etc/lilo.conf
Change boot to: boot = /dev/hda

Change root to: root = /dev/hda2 <<---line to reflect what partition you have installed backtrack onto, most likely your hda2 partition. other = /dev/hda1 label = WindowsXp

Save the file ( CTRL-X, yes to save changes, save as lilo.conf)

Execute:

lilo -v