LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-02-2003, 11:25 AM   #1
linux_nubee
LQ Newbie
 
Registered: Sep 2003
Posts: 18

Rep: Reputation: 0
Multi booting, Can this be done? How?


I have a request to multi-boot the following OS:
Win98
Windows2000 server
Redhat 7.2
Redhat 8.0


I want to use LILO as the boot loader and its a 20gig hard drive

Win98 1gig, W2k server 2gigs, redhat7.2/8.0 rest of drive.

Can some please give me specific directions where to start.

Can you be specific in the partion sizes.

So far I have all but Red hat 7.2 working using LILO, Scince then I started from scratch

Thank you Very VERY MUCH!!
 
Old 10-02-2003, 01:56 PM   #2
Mirrorball
Member
 
Registered: May 2003
Location: Brazil
Distribution: Gentoo
Posts: 81

Rep: Reputation: 15
A suggestion:

/dev/hda1: 1 GB for Windows 98
/dev/hda2: 2 GB for Windows 2000
/dev/hda3: /boot (100 MB?)
/dev/hda4: extended partition
/dev/hda5: swap (1 or 2 * your RAM)
/dev/hda6: / for RedHat 7 (3 or 4 GB)
/dev/hda7: / for RedHat 8 (3 or 4 GB)
/dev/hda8: /home/

Why do you want to install both RedHat 7 and RedHat 8? You are wasting a lot of space.
 
Old 10-02-2003, 01:58 PM   #3
Mirrorball
Member
 
Registered: May 2003
Location: Brazil
Distribution: Gentoo
Posts: 81

Rep: Reputation: 15
Oh, install Windows 98 first, then Windows 2000, then RedHat 7, save your /boot/, install RedHat 8, copy your RedHat 7 kernel to /boot/ again and change grub.conf accordingly.
 
Old 10-02-2003, 02:46 PM   #4
linux_nubee
LQ Newbie
 
Registered: Sep 2003
Posts: 18

Original Poster
Rep: Reputation: 0
There is a request from some high staffed people, to have two distros of Redhat. Believe me, I asked the same thing. lol

How do I copy the kernal over?

When installing RH7.2, where do I install LILO? /mbr, the /boot, or not at all.

Thank a milion!
 
Old 10-02-2003, 03:08 PM   #5
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
win98 and 2000 can go in the same partition if you want.
you can just have 2 big logical partitions for the hat's, or
1 in a primary and another in a logical. however you wish.
but, you can only have 4 primary partitions. an extended
partition with logical drives in it count against that total as
1. you can install lilo in the root partition of each install,
and use a different boot loader of your choice to get to
those boot sectors. the nt boot loader, lilo or grub. the
old version of lilo with the redhat 7.x might not be able
to boot past 8 gigs into the drive.
 
Old 10-02-2003, 03:37 PM   #6
linux_nubee
LQ Newbie
 
Registered: Sep 2003
Posts: 18

Original Poster
Rep: Reputation: 0
I can boot everything except 7.2, This is the error that I get when choosing 7.2 while using LILO

Error 13: Invalad or unsupported executable format
Press any key to continue

This is my old grub file when I tried dual booting hat 7.2 and 8.0
that too, gave me the above error.

====GRUB FILE=====RH8.0
#boot=/dev/hda
default=0
timeout=10

splashimage=(hd0,4)/grub/splash.xpm.gz
title 8.0 (2.1.18-14)
root (hd0,4)
kernal /vmlinuz-2.4.18-14 ro root=LABLE=/1
initrd /initrd-2.4.18.-14.img

title 7.2
rootnoverify (hd0,1)
chainloader +1
 
Old 10-02-2003, 04:42 PM   #7
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
root (hd0,4)
kernal /vmlinuz-2.4.18-14 ro root=LABLE=/1
initrd /initrd-2.4.18.-14.img


did you type that in by hand or paste it?

kernal? LABLE?
 
Old 10-02-2003, 05:32 PM   #8
Mirrorball
Member
 
Registered: May 2003
Location: Brazil
Distribution: Gentoo
Posts: 81

Rep: Reputation: 15
Could you please post here your partition table?
 
Old 10-02-2003, 06:15 PM   #9
linux_nubee
LQ Newbie
 
Registered: Sep 2003
Posts: 18

Original Poster
Rep: Reputation: 0
whansard:
That was created automatically, I did not type that in. This is how installed it

Win98
w2K server
Rhat7.2
Rhat8.0

Mirrorball:
I dont have a partition table, I scince fdisked it and was going to try it over again, but I am open for suggestions.

Thanks
 
Old 10-02-2003, 10:42 PM   #10
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
you probably didn't do anything wrong. you just didn't
get 1 thing done. you didn't need to dump everything.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
multi booting pilypala Linux - Newbie 5 11-01-2005 11:41 AM
Multi booting Fritz_Monroe Linux - Newbie 8 06-21-2005 11:02 AM
Multi-booting linux_nubee Linux - General 4 10-16-2003 01:53 PM
Multi Booting Cummings Linux - General 17 11-14-2002 11:11 PM
help - multi OS booting shoot2kill Linux - General 8 06-11-2002 03:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration