• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

dual boot sys

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Saloon Keeper
Posts: 28713
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for Tim's reply. I will try again.
Williams
SCJP
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic