*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-14-2006, 10:41 PM
|
#1
|
|
LQ Newbie
Registered: Jan 2006
Posts: 12
Rep:
|
want to make tri boot system with windows,Linux and BSD
Hi guys,
I want to make triboot system with windows(which includes Windows XP and Windows server2003) linux and OpenBSD 6.0 .Presently I have 80 GB SATA Harddisk onwhich are installed Windows XP on 55 Gb ,window server on 5 GB , Linux on 15 GB and about 5 GB free space on which I want to install OpenBSD.Currently I have GRUB boot loader so what should I do to make it a triboot system.
|
|
|
|
05-15-2006, 07:00 AM
|
#2
|
|
Senior Member
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
|
Last time I made a multi-boot w/ a BSD, it was FreeBSD & we put on a 2nd HD. We let it have the MBR of the 2nd HD & added a std. GRUB chainloader stanza (pointed at (hd1), no partition specified).
The main trick, which you probably already know, when adding to a GRUB controlled multi-boot system, is to make sure that the new addition does not trash the MBR (back up, back up, back up). I have no idea how easy or difficult this is w/ OpenBSD.
Be sure to read up on BSD partitioning & "slices" -- it is very different, very very different. AFAIK, BSD's cannot use the Linux swap partition.
|
|
|
|
05-15-2006, 10:31 AM
|
#3
|
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705
Rep:
|
Quote:
|
Originally Posted by anupamcbr
Hi guys,
I want to make triboot system with windows(which includes Windows XP and Windows server2003) linux and OpenBSD 6.0 .Presently I have 80 GB SATA Harddisk onwhich are installed Windows XP on 55 Gb ,window server on 5 GB , Linux on 15 GB and about 5 GB free space on which I want to install OpenBSD.Currently I have GRUB boot loader so what should I do to make it a triboot system.
|
5G is a plenty of space for a nice OpenBSD desktop machine. If you have grub and all these systems, you already know everything you need to know except *BSD disklabel. Read the OpenBSD FAQ about disklabel because you will need to understand this part to install OpenBSD (and it is supposed to go in a primary partition). Use Linux fdisk to set up the partition type A6 and start the OpenBSD installer. (Print out the partition table from Linux fdisk using sectors because this is how OpenBSD looks at it and it will be easier to match up the locations of partitions.)
Exit from the OpenBSD fdisk installer step and it will bring you into the OpenBSD disklabel step. Set up desired values for partitions a (root) and b (swap) and when you save the values it will build a filesystem (hopefully where you wanted it!).
Setup a grub entry just like any other chainloaded OS (winbloze, for example) and you can boot your OpenBSD system.
Last edited by Randux; 05-15-2006 at 10:32 AM.
|
|
|
|
05-15-2006, 05:34 PM
|
#4
|
|
LQ Newbie
Registered: May 2005
Location: Australia
Distribution: Mepis, Xandros, Fedora C4, Knoppix, Debian sarge
Posts: 20
Rep:
|
Multi boot & Multi OS:
Actually there is no limit (within reason) to the number if Linux/Windows/OS you can boot into.
I have detailed the procedure in a 2 page PDF file and included 2 free small programs (MBRWIZ & BOOTPART). Bootpart will allow booting into any OS and is the key. All systems will be blisfully unaware of each other.
This file can be downloaded from the following link:
http://members.dodo.com.au/~nmj/down...ystem_boot.rar
Good Luck
Olkar
Last edited by olkar; 05-15-2006 at 05:36 PM.
|
|
|
|
05-15-2006, 11:36 PM
|
#5
|
|
Member
Registered: Feb 2005
Location: Seattle WA USA
Distribution: openSUSE 10.2 / Kubuntu 7.04
Posts: 46
Rep:
|
Try out GAG
I have had success with GAG booting WinXP, FreeBSD and SUSE Linux. It's here: http://gag.sourceforge.net/
Don't know about OpenBSD, but it's on the list of OSes that are supported. Nothing but really EASY menu selection to configure, no editing. It can be tested from a floppy disk until you feel really comfy with it, then installed on your hard disk, but it ONLY installs on the MBR.
FreeBSD has a set of rescue menu options built-in, as does Windows, but Linux does not unless you pass options to the kernel. For this reason, I also install GRUB for each Linux partition, but NOT on the MBR. Instead, GRUB goes on the first sector of the /boot partition, (which may just be your / partition). Seems redundant to use GAG and GRUB, but one is for boot selection, and the other for kernel control.
- Brett
|
|
|
|
05-16-2006, 05:33 AM
|
#6
|
|
Senior Member
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~
Posts: 2,756
Rep: 
|
Where you intend to get OpenBSD 6.0 from? Last time I checked they had 3.9 out.
|
|
|
|
05-16-2006, 08:12 AM
|
#7
|
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705
Rep:
|
Quote:
|
Originally Posted by Emerson
Where you intend to get OpenBSD 6.0 from? Last time I checked they had 3.9 out.
|
That went right by me  Maybe he meant FreeBSD before the latest version.
|
|
|
|
05-16-2006, 08:33 AM
|
#8
|
|
Senior Member
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~
Posts: 2,756
Rep: 
|
Well, if he meant FBSD then there definitely is an option _not_ to install bootloader. Meaning MBR will not be overwritten, existing GRUB installation will survive and can be used to boot FBSD. Probably this is possible with OpenBSD too, I just have no experience with it.
|
|
|
|
05-17-2006, 08:26 AM
|
#9
|
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE 12.3_64-KDE, Ubuntu 12.04, Fedora 17, Mint 14, Chakra
Posts: 3,522
Rep: 
|
For FreeBSD I installed its bootloader into /boot of the BSD-slice and told GRUB to "chainload +1". This is the FreBSD recommended way to do it, since they seem to change the booloader-interface (?) quite frequently.
Last edited by JZL240I-U; 06-26-2006 at 03:35 AM.
|
|
|
|
05-17-2006, 08:48 AM
|
#10
|
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705
Rep:
|
Quote:
|
Originally Posted by Emerson
Well, if he meant FBSD then there definitely is an option _not_ to install bootloader. Meaning MBR will not be overwritten, existing GRUB installation will survive and can be used to boot FBSD. Probably this is possible with OpenBSD too, I just have no experience with it.
|
Yes, OpenBSD also has the option of installing its own boot loader or no boot loader.
|
|
|
|
05-26-2006, 04:27 AM
|
#11
|
|
Member
Registered: Jan 2004
Location: Tacoma, WA
Distribution: Slackware 14
Posts: 214
Rep:
|
I have XP, Linux (Slack, debian and SuSE) and FreeBSD installed. The boot loader is LILO. It is simple and it works.
I set aside a small partition with a 2nd slackware installation that has the lilo.conf file. If something blows out the MBR, I boot off a floppy to the small slack partition and re-run lilo.
-JJ
|
|
|
|
05-26-2006, 07:54 AM
|
#12
|
|
Member
Registered: Jan 2006
Distribution: Microsoft Windows XP Professional SP2; Slackware Linux 10.2
Posts: 215
Rep:
|
Quote:
|
Originally Posted by jjthomas
I have XP, Linux (Slack, debian and SuSE) and FreeBSD installed. The boot loader is LILO. It is simple and it works.
I set aside a small partition with a 2nd slackware installation that has the lilo.conf file. If something blows out the MBR, I boot off a floppy to the small slack partition and re-run lilo.
-JJ
|
GAG is okay. All of the BSD bootloaders are complete jokes. The only loads customizable enough would be GRUB or LILO, though I recommend LILO because it informs you of errors before you boot in to it (you are required to run the LILO executable before it accepts the text file edits).
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:14 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|