hello all.
i have just install the redhat linux 7.1 from MBR how can i remove the boot record??
or how to install the win2000 after install linux 7.1??
plese help.
Well, if you have only installed LILO once, you might be able to restore your original boot record via "/sbin/lilo -u"
If that doesn't work, you can fall back on the sure-fire solution--boot up from a DOS or Windows bootdisk and use "fdisk /mbr" to clean the MBR.
If you want to actually dual-boot Linux and Win2K, there are three ways to manage it. The easiest way is probably to install Win2K first, then install Linux. The RedHat install script <i>should</i> notice that you have a bootable Windows partition and offer an option to boot your Windows partition via the Linux boot loader.
If you install Linux first, then you have to do some editing of the /etc/lilo.conf file--something you should probably not do until you're comfortable with Linux.
The third (and most difficult) method of managing such a dual-boot is by taking an image of your Linux bootsector and adding it to your Win2K bootloader list. This allows you to choose to boot Linux from the NT boot menu. There's a mini-HOWTO on this at <A HREF="http://www.linuxdoc.org/HOWTO/mini/Linux+NT-Loader.html" target="_new">http://www.linuxdoc.org/HOWTO/mini/Linux+NT-Loader.html</A>.
Kelledin
bash-2.04$ kill -9 1
init: Just what do you think you're doing, Dave?
>If you want to actually dual-boot Linux and Win2K, there
>are three ways to manage it.
Here's a 4th.
Get a program like partition magic or system commander.
Partition Magic/Boot Magic is a great program. Resizes your partitions on the fly to make room for the new OSs, and then sets up a menu to boot them.
At one point I had the choice of RedHat 5.2, Win98, DOS, or WinNT at boot up. Life is much simpler now. I just don't reboot :-)
In theory, there is no difference between theory and practice.
In practice, there is.
One little thing about Partition Magic though...be sure you use version 6.0. Version 5.0 was able to handle Linux partitions but occasionally trashed them =/
Kelledin
"/join #hackerz. See the Web. DoS interesting people."
Do you use nfts for your windows partition? I did not have any luck with selecting windows from the lilo before and wondered if that was the reason. I failed with the dual boot a few months ago and now want to try again (the xp big brother thing has boosted my interest). My hd currently has 3 partitions xp (9.5G) win2k (15G) and about 5 unformatted.
If in install Mandrake on this one and use the LILO loader when I select windows it should go to the NT loader right? If this is simple tell me where to go to read. I formatted my drive and reinstalled so many times on my last attempt that I lost interest. Also had trouble setting up the NIC to work with cable modem if anyone has any advice for that.
I did read the NT+linux link but have questions about that too. I have not found a way to un-hide hidden or system files in 2k. the attrib command used in the link and from the DOS days doesn't work in 2k. someone recommended making a 2k boot disk by copying hidden files (ntldr,ntdecect.com,boot.ini & ntbootdd.sys) to a 2k formatted floppy. is there a replacement for attrib.
Ja, it should work like you say. I've used both NTFS and FAT16 (currently NTFS) for my Windows partition--though I haven't actually tried loading NTFS Windows partitions through LILO. I would suspect it shouldn't matter though...you would just put an entry in /etc/lilo.conf something like the following (assuming/dev/hda1 is your Windows active primary):
<pre>other = /dev/hda1
label = Windows
</pre><p>Then you have to actually make sure the lilo boot sector gets read first; the easiest way to do this is to have lilo install its boot sector on your MBR or use a boot floppy. I doubt you'd actually have to edit /etc/lilo.conf directly though--the Mandrake installation script should give you some option to boot Windows partitions and put lilo in some special place.
As for modifying file attributes in WinNT, that's normally done by right-clicking and going to "properties" for that file. You should have some checkboxes at the bottom of the "Properties" window for Read-Only, Archive, Hidden, etc.
I miss the "attrib" command too... =(
Kelledin
"/join #hackerz. See the Web. DoS interesting people."
I was wrong. It was Mandrake 7.2 that I tried before. 8.0 install was a snap. It worked just like talked about above. 8.0 lilo shows NT as one of the OS's and goes to the NT loader when you select it. Cable Modem no problem either. 8.0 detected my Matrox NIC correctly this time. Played around a bit to get email to work but not too bad. Using Konquerer web browser now to write this. Probably a little slower than IE and I wish it had a status indicator at the bottom but I am amazed in general. Got to check out Staroffice and some of the other freebees. Thanks for the help. Will this be the end to M$???
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.