-----Original Message-----
From: Mike & Tracy Holt [mailto:[EMAIL PROTECTED]]
Sent: Saturday, August 12, 2000 6:28 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Does any one know how to add information to
Boot.ini inWindows NT4 so that Linux will boot up?


> Hi Mike,
>
> This may sound stupid but is this all done from within Linux /sbin
> directory?
> In must have a programming block but the following command:
>
> dd if=/dev/hda(x) of=bootsect.lnx bs=512 count=1
>
> Do I log in as 'root' and change directories to /sbin, and then type in:
>
> dd if=/dev/hda8 of=bootsect.lnx bs=512 count=1
>
> Press the 'enter' key, and then copy it to my C partition?
>
> Roman
> Registered Linux User #179293

Yes, I'm sorry, I should have mentioned that.  You would need to be logged
in as root (or su to root), then do all the above (except about change
directories; if you're root, /sbin is already in your path).  Just log in as
root and stay in root's home directory and execute those commands - this
will drop the bootsect.lnx file into your root home directory instead of
/sbin.

Mike

ps - feel free to ask if you're not quite comfortable with this stuff yet.


Great! It worked. I forgot to comment out a couple of lines. However, since
I was using Grub, I was wondering why I would need two different boot
loaders.

It was definitely a learning experience in boot loading.

Roman

Reply via email to