Triple boot


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Triple boot
# 1  
Old 10-03-2002
Triple boot

It's been awhile since I have done a triple boot. What I'm trying to do is get WinXP and RedHat 7.0 and RedHat 7.3 installed on a PC. WinXP has it's own drive and the Linux's are going onto the same drive.

I haven't done it yet cause I was wondering. How can you have 2 mont points on the same drive for linux? Does this affect the installation?
merlin
# 2  
Old 10-04-2002
Each Linux will only mount the selected partitions as designated at install time. This means you can have more than 1 / on the hard disk so long as they are different partitions.
# 3  
Old 10-04-2002
Sharing partitions can be done, even as the OS loads, using the /etc/fstab file. You'll probably want to make the partition available only as data storage, since it's easier to make sure the filesystems are the same (ext2 is the safest in this case). If there are binaries, you may run into problems depending on the glibc versions used to compile them, and the library versions needed. They'd have to be so similar, it would take the point out of multi-booting.

If you want each to have it's own set of partitions, that'd be even better! Since the installation will set up partitions for you, just let it. I don't know how safe it is to use shared swap, either, but you may be able to share that.
For example, you could have it set up like this:
7.0 - / is hdb1, /usr is hdb2, swap on hdb3
7.3 - /boot is hdb4,/ is hdb5,/usr is hdb6, swap on hdb7
Or however you felt like setting it up...
Through the magic of extended partitions, it could work just fine!

Besides, why Redhat 7.0 and 7.3 on the same box? They're close enough that it's almost like having the same thing on there twice!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Boot Loaders

Reboot and Select Proper Boot device or insert Boot media in select Boot device and press a key

Hello, I have kubuntu on my laptop and now I decided to switch to Windows 7. I made the bios settings properly (first choice is boot from cd\vd) but I see the error " reboot and select proper Boot device or insert Boot media in select Boot device and press a key " I have tried CD and... (0 Replies)
Discussion started by: rpf
0 Replies

2. Solaris

Windows,Solaris, Red Hat triple boot issues

I have a pentium IV with 512 MB ram and 80 GB HDD. I first installed windows XP on the first primary partition, then Solaris on the second with 20 GB for the solaris partition, and when rebooted , the grub menu functioned as expected giving me the options to dual boot, so next I wanted to install... (3 Replies)
Discussion started by: saagar
3 Replies

3. Programming

Help needed regarding Triple Des

Hi, Does anyone know of a good site where i can find C source code example of Triple Des algorithim? Cheers (3 Replies)
Discussion started by: dwgi32
3 Replies

4. Solaris

solaris boot problem boot error loading interpreter(misc/krtld)

When I installed the SOLARIS 10 OS first time, the desktop would not start up, this was because of network setup. Reinstalled worked. After a week due to some problem I had to reinstall OS, installation went fine and but when i reboot I get this error. cannot find mis/krtld boot error loading... (0 Replies)
Discussion started by: johncy_j
0 Replies

5. UNIX for Dummies Questions & Answers

Triple Boot Machine

I'm in a predicament right now! I have RedHat 7.2 ,Debian 2.2r5 ,and Windows ME. I am currently in a Sun Solaris 8 class and will soon acquire a copy of Solaris 8. I would like to start a small home network ,but 4 pc's for the house would be a little too expensive for me right now. What I was... (4 Replies)
Discussion started by: bilal_aa
4 Replies

6. UNIX for Advanced & Expert Users

Triple Boot with sun 8 redhat 7.2 and xp

HI. I need some help installing three operating system on to one hard drive i have xp running and i installed sun solaris there was no problem but when i installed redhat hat it display a error on the disk, i know it is not overlapping, i looked on this board, but still can not figure this out,... (2 Replies)
Discussion started by: souldier
2 Replies

7. UNIX for Dummies Questions & Answers

Triple bootup

Hi guys, May I know how to install Solaris 8 in the way that I can triple boot it with my the other two OS: WIndows ME and Windows 2000 Pro. Can you all please kindly advise me on how to setup the triple boot process inorder to allow Windows ME to be the default OS when being ask to choose... (1 Reply)
Discussion started by: cia
1 Replies
Login or Register to Ask a Question