Click to See Complete Forum and Search --> : Setting up Linux with MS.
casper3699
April 11th, 2002, 07:13 AM
Hey all,
I have a few questions that I was wondering if you linux dudes can help me with. I would rather have you guys help me instead of searching through Google. Ok here it goes. I have a AMD 500 with 458MB memory, DVD, CDRW, 30 Gig HD, DXR3 decoder board, ATI rage fury pro and I wanted to set up linux with Win 2K and XP. I want to set it up with Redhat 7.1 with a 5 gig partition, Win 2K with a 5 gig partition, and XP with a 5 Gig partition and a 15 gig partition for files.
What would be the best way to do this? I was thinking of setting it up with linux first then Win 2K and then XP. And maybe booting linux using a floppy and windows using the normal windows boot manager. Or should I use LILO and how would I set it up?
Where would I find CDRW software?
Please do not flame me for asking questions. This is a place to learn and thats what I am here for.
Thanx all.
smirc
April 11th, 2002, 10:05 AM
1.) Fdisk your HD so that you have the 2 5G partitions, then the 15G data partition then the linux partition.
2.) Install XP first then 2K then Linux.
3.) When it comes time to install Linux, use disk druid to split the Linux partition into smaller slices for your *nix partitions. And don't forget to load your /boot partition first on boot up!
4.) The boot loader that I would use is GRUB cause it can do anything. All hail GRUB!
This install is no mean feat. It's easier said than done. But good luck I hope this helps :).
blackmask
April 11th, 2002, 11:51 AM
Try using dual boot with LILO.U cannot install LILO in the MBR.Check the documentation cd for more details.
blackmask
April 11th, 2002, 11:53 AM
Windows boot manager will handle the two windows distros.
bimmer
April 11th, 2002, 12:55 PM
go for smirc solution or use the partition manager. PowerQuest PartitionMagic
ac1dsp3ctrum
April 11th, 2002, 01:34 PM
When you need to configure GRUB, open a window and type in /boot/grub/grub.conf
When you need to add an Operating System to GRUB do it like so (This is for Windows):
title OS Title
rootnoverify (hdX,Z)
chainloader +1
Where X is the hard drive number and Z is the partition number....
So if I had a Windows 2000 installation on Hard Drive 0 Partition 0 (Master Hard Drive on IDE1, 1st partition) I would type in this:
title Windows 2000
rootnoverify (hd0,0)
chainloader +1
This should make an option to boot Windows 2000 or whatever OS in GRUB... Hope this helps :D
casper3699
April 11th, 2002, 05:37 PM
thanks for all your help. I think I will setup XP, 2000, Red Hat7.2.
Does anyone know of any good CDRW software that works for linux. It is a Mitsumi 24X RW.
casper3699
April 11th, 2002, 07:04 PM
I found a dvd player (xine), CDRW(fireburner)
i have a 20 meg partition as the boot, 5 gig as 2000, 5 gig as xp, 5 gig as red hat and 15 gig as files
d0m1n10n
April 11th, 2002, 07:15 PM
The RedHat 7x distro should come with a burner software. Make sure you do the linux install last or M$ will screw up your boot system. I recomend LILO
casper3699
April 11th, 2002, 09:25 PM
All right here is what I have installed so far.
I have
size......mount.....location under linux
24MB..../boot......dev/hda1
5122....win2K......dev/hda5
5122....winxp......dev/hda6
500......swap.......dev/hda7
3075..../home......dev/hda8
3075..../...............dev/hda9
12000..files..........dev/hda10
I am booting with grub and will post updates for anyone who cares.
For grub how would I set up 2k and XP?
title Windows 2000
rootnoverify (hd0,5)
chainloader +1
title Windows XP
rootnoverify (hd0,6)
chainloader +1
or
------------------------
title Windows 2000
rootnoverify (hd5,0)
chainloader +1
title Windows XP
rootnoverify (hd6,0)
chainloader +1
or
------------------------
title Windows 2000
rootnoverify (hd0,2)
chainloader +1
title Windows XP
rootnoverify (hd0,3)
chainloader +1
ac1dsp3ctrum
April 11th, 2002, 09:51 PM
Try the first one... Its the first hard drive, 5th and 6th partition... Right?
EDIT: Dont forget to indent (TAB) for the 2nd and 3rd lines of each thing :)
cwk9
April 12th, 2002, 12:16 AM
Take note of what d0m1n10n said m$ OS's have no respect for other operating systems.
noclue
April 12th, 2002, 12:51 AM
I concur with smirc, just remember to make the first partition the /boot partition. LILO doesn't like anything else. I am not all that familiar with GRUB although I have only recently started playing with it. I still prefer LILO at the moment.
I currently have my Laptop dual booted with RH 7.1 and Win2K using LILO as my boot loader.
hogfly
April 12th, 2002, 04:16 AM
some cd burning software for linux.
eroaster
g(gnome)toaster
xcdroast
also check http://freshmeat.net for others.
s0nIc
April 12th, 2002, 06:43 AM
it would never work if u install linux first.. (one lesson i learned hahah)
coz if u do install linux first.. it will never boot up to LILO.. it will just load up windows..
casper3699
April 12th, 2002, 07:23 AM
Originally posted here (http://www.AntiOnline.com/showthread.php?threadid=#post) by noclue
I concur with smirc, just remember to make the first partition the /boot partition. LILO doesn't like anything else. I am not all that familiar with GRUB although I have only recently started playing with it. I still prefer LILO at the moment.
I currently have my Laptop dual booted with RH 7.1 and Win2K using LILO as my boot loader.
What is the config file you use?
These commands dont work
title Windows 2000
rootnoverify (hd0,5)
chainloader +1
I need it for red hat 7.2. I tried to search Redhat.com and couldnt find anything.
hogfly
April 14th, 2002, 06:54 AM
actually, linux will work if you edit your windows boot.ini to include linux, and linux should be installed in the first 4 GB of the HD if you have an older bios.
gamemaster6502
April 14th, 2002, 08:17 AM
ok, this is what i would do...
first off, it would be much simpler to use partition magic to create your partitions, from there install XP, then NT2K, and finally RH. Use LILO or GRUB for a boot manager.
Slight problem - your partition sizes are inefficient
-Good Luck, this might be a little hard for a n00b
the_JinX
April 16th, 2002, 11:18 PM
I'm with sOnic on this one
The windows comes first
the linux is best kept on second partition
then lilo in MBR works like a charm (4 me)