Difference between revisions of "Backtrack lilo dual boot"

From MS Computech
Jump to: navigation, search
 
Line 3: Line 3:
 
Change root to: root = /dev/hda2 <<---line to reflect what partition you have installed backtrack onto, most likely your hda2 partition.
 
Change root to: root = /dev/hda2 <<---line to reflect what partition you have installed backtrack onto, most likely your hda2 partition.
 
other = /dev/hda1
 
other = /dev/hda1
label = WindowsXp  
+
label = WindowsXp
 
</pre>
 
</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)  

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