To consolidate those stuff...
Assumption: You already have NT installed with NT loader.
Step 1: Ensure you make the bootable disk when you install Linux
Step 2: Install lilo in the partion containing linux "/" (root partition)
Step 3: Boot to Linux with the bootable disk
Step 4: At the console prompt type:
#dd if=/dev/<partition holding "/"> of=bootsect.lnx bs=512
count=1
[<partition holding "/"> may be sda1, sda3, sdb2, hda3 etc.]
Step 5: You'll have to get the file bootsect.lnx copied to the partition
from which NT loads.
If it's fat, you probably got it mounted in r-w mode; and you
can copy it directly there.
If it's NTFS, mount a dos floppy and copy it to the relevent
partition via the floppy when you boot to WinNT.
Step 6: Boot to NT and put the file in proper place as mentioned.
Step 7: Change the attribute of boot.ini by typing "attrib -r -h boot.ini"
at the NT command prompt.
Step 8: Add a line:
X:\bootsect.lnx="Redhat Linux 6.1"
[Replace X with proper drive letter]
Step 9: Save boot.ini and revert its attribute by typing "attrib +r +h
boot.ini" at the NT command prompt.
Step 10: Reboot
Step 11: Do I need to say anything else ...:-)
A sample boot.ini is given below for reference.
<boot.ini>
---------------------------------------
[Boot Loader]
timeout=10
Default=multi(0)disk(0)rdisk(0)partition(2)\WINNT
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows NT Server Version 4.00"
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows NT Server Version 4.00
[VGA mode]" /basevideo /sos
C:\bootsect.lnx="Redhat Linux 6.1"
---------------------------------------
</boot.ini>
----- Original Message -----
From: Syed Khader Vali <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, 05 October, 1999 17:36 PM
Subject: Re: [LI] linux/win .. Correction.. ;-)
> On Mon, Oct 04, 1999 at 11:31:20PM -0700, masood khan wrote:
> > dd if=<your linux Partition> of=bootsect.lnx bs=512 count=1
> Hi there,
> A small correction
>
> dd if=<your linux Root Partition> of=bootsect.lnx bs=512 count=1
>
> Regards
>
> -------------------------------------------------------------------------
> Syed Khader Vali [EMAIL PROTECTED] (PGP:D8F53DCD)
> Key fingerprint = 8C 34 32 2B B4 B3 F1 6A CB 79 FB 41 D5 47 5E 69
>
> GratiSource Technologies http://gratisource.8m.com
> Hyderabad, India +91(40)211901 +91(40)211933
> -------------------------------------------------------------------------
> --------------------------------------------------------------------
> The Linux India Mailing List Archives are now available. Please search
> the archive at http://lists.linux-india.org/ before posting your question
> to avoid repetition and save bandwidth.
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.