From: Ivan Fetch <ivanfetch@technologist.com>
To: blinux-list@redhat.com
Subject: Re: windows millennium
Date: Sat, 11 Nov 2000 02:48:52 -0700 (MST) [thread overview]
Message-ID: <Pine.BSF.4.21.0011110237180.13375-100000@oak.ivanfetch.tzo.com> (raw)
In-Reply-To: <Pine.SOL.4.04.10011110424240.11270-100000@unix01>
Hi,
Here are my experiences with Redhat 6.2 and Windows 2000...
After an install of Redhat hosed the MBR, I ran `lilo -U' to uninstall
LILO (which also restores your original boot record). If this does not
work for someone, you can also boot from the Windows 2000 CD (or 4
diskettes) to "repair master boot record." I edited /etc/lilo.conf to put
LILO on /dev/hda2 (the Linux partition) instead of just /dev/hda (the
MBR) and ran `lilo' so my changes would take affect. Now the part
everyone cares about... I put my Linux boot sector into a file with:
`dd if=/dev/hda of=bootsec.lnx bs=512 count=1'
I coppied this to my windows 2000 partition (use a DOS floppy disk,
network, or what ever works for you) and then booted Windows 2000. From a
command prompt I made the c:\boot.ini editable via `attrib -s -h
c:\boot.ini' and then edited it with `notepad c:\boot.ini'.
In the [operating systems] section I added the line:
c:\bootsec.lnx="Linux"
I then saved the file, ran `attrib +s +h c:\boot.ini' to put the
attributes back the way they were, and I can now down arrow to Linux as
soon as I know the windows 2000 boot loader comes up and press enter to
have LILO loaded.
I of course include commands which are typed at the keyboard in quotes
like `command...' and you are not supposed to type the characters ` or '
as part of the command. ;)
Hope this helps,
Ivan.
next prev parent reply other threads:[~ UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
Saqib Shaikh
` Luke Davis
` Ivan Fetch [this message]
` David Poehlman
[not found] ` <Pine.BSF.4.21.0011110237180.13375-100000@oak.ivanfetch.tzo .com>
` Brent Harding
` Ivan Fetch
` Victor Tsaran
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.BSF.4.21.0011110237180.13375-100000@oak.ivanfetch.tzo.com \
--to=ivanfetch@technologist.com \
--cc=blinux-list@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).