PoornimaShashidhar
Programmer
I had a system which had Windows NT and OS/2 installed on it. Recently, I installed Redhat Linux 7.2 on the partition that had OS/2 on it, while the Windows partition was untouched. Now I'm unable to boot to my Windows partition. I'm not very sure if I have installed the Linux loader on the MBR or elsewhere. How to identify this?
The contents of my /etc/lilo.conf are as follows:
*******************************************************************************************
***********************************************************************************************
What are the steps that I need to take in order to enable dual boot?
Thanks in anticipation..
The contents of my /etc/lilo.conf are as follows:
*******************************************************************************************
Code:
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/message
linear
default=linux
image=/boot/vmlinuz-2.4 2-2
label=linux
read=only
root=/dev/hda
What are the steps that I need to take in order to enable dual boot?
Thanks in anticipation..