LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-13-2007, 11:45 AM   #1
zippydachamp
LQ Newbie
 
Registered: Nov 2007
Posts: 20

Rep: Reputation: 0
Is it possible?


On one box I am installing suse 10.3 now dual booting w/ windows vista ..
My question is could you multi boot; Vista + XP + Linux and win 2000 or 2003 SBS.. I would think maybe becase the Vista bootloader would controll all the Windows ones right ?

I dont really need the 2000 or the 2003 SBS but it would be neat to have all of them on 1 box for different reasons.
 
Old 11-13-2007, 11:50 AM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
absolutely you can multiboot several Operating systems.
Check out the links in the signature of our resident multi-boot expert Saikee for more information.

This twisted individual (and I mean that in a good way ) has configured a system that would boot over 100 different Operating systems on a single PC.

Last edited by farslayer; 11-13-2007 at 11:52 AM.
 
Old 11-13-2007, 12:00 PM   #3
zippydachamp
LQ Newbie
 
Registered: Nov 2007
Posts: 20

Original Poster
Rep: Reputation: 0
Wow .. sexy !
Just getting into the world of linux.. About 5 years ago I tried a Live cd of Redhat and all I could get working was the little eyes that move with you .. I gave up after an hour :P I installed Suse 9 on a customers comp yesterday and was amazed at the progress Linux has made! Maybe it will keep my interest this time ?
 
Old 11-13-2007, 12:01 PM   #4
zippydachamp
LQ Newbie
 
Registered: Nov 2007
Posts: 20

Original Poster
Rep: Reputation: 0
And how did he get 100 lol.. That would be like every distro of linux + windows + Mac + unix ! Sheesh !
 
Old 11-13-2007, 12:16 PM   #5
netcrawl
Member
 
Registered: Jan 2004
Location: British Columbia
Distribution: Slackware64-current, aarch64
Posts: 220

Rep: Reputation: 141Reputation: 141
I read somewhere that there are more than 700 Linux distributions; not all actively developed, of course.
 
Old 11-13-2007, 12:34 PM   #6
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by zippydachamp View Post
And how did he get 100 lol.. That would be like every distro of linux + windows + Mac + unix ! Sheesh !
there is 350+ distributions on distrowatch,so its possible to do that without installing windows or mac
 
Old 11-13-2007, 03:33 PM   #7
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
This thread should show you the way. It has 3 Dos and 5 Windows inside plus "a few" Linux.

It is dead simple. So don't laugh!

You install 1st MS system. Get it working. Then Use Grub floppy (or Grub pen drive or Grub CD) to hide it. The MS system should nuke whatever in the MBR.

You then install the 2nd MS system. It can't see the 1st one so it will be installed in a C drive. After getting it in a working order you hide it again. The 2nd MS system hoses the 1st system's MBR.

You do the same with the 3rd system.
You do the same with the 4rd system.
You do the same with the 5rd system.
You do the same with the 7rd system.
You do the same with the 3rd system.

You then restore Grub in the MBR and edit the menu.lst to

Unhide the partition you want to boot, make it active and hide all the MS partitions that are in front of the MS system you are booting (otherwise it will rob its "c" drive status).

This method allows you to keep a boot loader for each system. Therefore it is a lot easier to maintain and rescue each one. There is no limit to the MS systems you can handle.

Just remember to install a MS system as a stand alone system it needs a primary partition to reside in and there are only 4 primaries in any hard disk. The other way is to go virtual machine.

By the way when a partition is hidden it merely toggles a binary bit in its partition type. Thus a ntfs partition type 7 is hidden when it is 17. A fat32 partition is type c and hidding it is to make it type 1c. MS systems do not support partition type other than its own kind so PC users have been using this known behaviour to multi-boot MS systems. If you must know more here is a thread I tried to explain it more. Hidden partitions support is inside every Linux. You can see them listed in fdisk, cfdisk and sfdisk. The wheel has been invented many years ago. I just use it.

Last edited by saikee; 11-13-2007 at 03:43 PM.
 
Old 11-13-2007, 04:14 PM   #8
AceofSpades19
Senior Member
 
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079

Rep: Reputation: 58
Quote:
Originally Posted by saikee View Post
This thread should show you the way. It has 3 Dos and 5 Windows inside plus "a few" Linux.

It is dead simple. So don't laugh!

You install 1st MS system. Get it working. Then Use Grub floppy (or Grub pen drive or Grub CD) to hide it. The MS system should nuke whatever in the MBR.

You then install the 2nd MS system. It can't see the 1st one so it will be installed in a C drive. After getting it in a working order you hide it again. The 2nd MS system hoses the 1st system's MBR.

You do the same with the 3rd system.
You do the same with the 4rd system.
You do the same with the 5rd system.
You do the same with the 7rd system.
You do the same with the 3rd system.

You then restore Grub in the MBR and edit the menu.lst to

Unhide the partition you want to boot, make it active and hide all the MS partitions that are in front of the MS system you are booting (otherwise it will rob its "c" drive status).

This method allows you to keep a boot loader for each system. Therefore it is a lot easier to maintain and rescue each one. There is no limit to the MS systems you can handle.

Just remember to install a MS system as a stand alone system it needs a primary partition to reside in and there are only 4 primaries in any hard disk. The other way is to go virtual machine.

By the way when a partition is hidden it merely toggles a binary bit in its partition type. Thus a ntfs partition type 7 is hidden when it is 17. A fat32 partition is type c and hidding it is to make it type 1c. MS systems do not support partition type other than its own kind so PC users have been using this known behaviour to multi-boot MS systems. If you must know more here is a thread I tried to explain it more. Hidden partitions support is inside every Linux. You can see them listed in fdisk, cfdisk and sfdisk. The wheel has been invented many years ago. I just use it.
I thought you can only have 4 primaries in an IDE disk, but in a SATA disk it is unlimited?
 
Old 11-13-2007, 06:46 PM   #9
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
I think Vista starts to call every partition a primary now. There may be a new standard cooked up by a couple big companies like Intel and HP to introduce a standard different to that used by the PCs. It works as another management layer occupying a full partition. The motive appears to gain a bigger market share to sell their products. There are in various forms to bring about DRM, EFI, Trust computing etc. A few proprietary software also have been selling the idea of having 256 primaries.

In Linux it is structured as primary and logical partitions. In its existing format Linux can talk to and co-exist with all other operating systems.
 
  


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 Off
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:42 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