I have some problems to install a dual boot system(win2k advance server and redhat linux7.2). I install win2k first(primary partition) and rest for linux(ext2). When install linux7.2,I couldn't create a bootable floppy disk. The result is now only have linux. I know the MBR was occupied by linux. My hda1(NTFS),hda2(ext2),hda3(3),hda4(extended),hda5(swap). when asked if install boot loader in hda,i choose yes. This maybe is wrong. Is there any easy way to solve the problem,step by step? I searched some articles,not very clear;or actually I only can install win2k professional and linux not the win2k server. Thanks in advance. Williams Sun Certified Java Programmer
If you just ran the Linux install as a basic install, it completely wiped out your other OS and repartitioned the disk (Windows also works that way), so first, you're going to have to reinstall Windows. Then re-run the Linux install procedure, but choose "custom". You can use either the Linux fdisk utility or RedHat's Disk druid to define your root and swap partitions. When the install gets to the "LILO" phase, you can specify that your Windows partition be added to the LILO boot menu (Otherwise it will only boot Linux). RedHat 7.2 offers GRUB as an alternative bootloader to LILO, but I'm not familiar with the procedure, and I know LILO works - one system here triple-boots: Windowd 98, Windows NT and Linux. Your name doesn't conform to the JavaRanch guidelines, BTW, and if you post in other forums you may find that the bartenders there will demand you change it. You should use your real name. We don't care if it's Bob Smith or Ram Singh, but an obvious alias tends to get slower responses.
One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
williams Green
Greenhorn
Joined: Feb 05, 2002
Posts: 5
posted
0
Thanks for Tim's reply. I will try again. Williams SCJP
Bill Koo
Greenhorn
Joined: Feb 05, 2002
Posts: 13
posted
0
I am interested in the GRUB bootloader in RedHat7.2. Does anybody know how to use it to install the dual boot system(win2k/linux)? It must be much easier than the Lilo. Bill