Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 10-23-2002, 02:32 PM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,475
sde is on a distinguished road
multi-boot

i want to be able to play with different o/s' , so i want to install 3 systems .

rh7.2
freebsd
win2kpro

does anyone have any recomendations the best way to approach this? like what one should be installed first, .. how much hard drive i should allocate for each system , .. etc..
sde is offline   Reply With Quote
Old 10-23-2002, 09:26 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,475
sde is on a distinguished road
i got a dual boot system working fine with win2k and rh7.2 , but i want to install freebsd now.
Code:
/dev/hda1         win2k
/dev/hda2         /boot
/dev/hda3         (extended)
      /dev/hda5   /
/dev/hda4         /swap
ok .. so i've used my 4 primary partitions.. so how the heck do i install another o/s now? i want to install freebsd, but i need 2 more primary partitions.

i've tried to install freebsd, .. i created the partitions in fdisk, but then i get errors when it actualy tries to install.

do i just need another hard drive?
sde is offline   Reply With Quote
Old 10-23-2002, 11:53 PM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,475
sde is on a distinguished road
well the boot record keep screwing up .. so now i installed rh first, then bsd .. after i installed bsd, it took over the boot, and since bsd doesn't use the /dev/hda? thing, i could not figure out how to get in and toggle the boot flag back to /dev/hda1 where my rh /boot partition is.

geesh .. this place got quiet .
sde is offline   Reply With Quote
Old 10-24-2002, 12:53 PM   #4 (permalink)
revolution
Legend in my own mind
 
revolution's Avatar
 
Join Date: May 2002
Location: florida
Posts: 618
revolution is on a distinguished road
Send a message via AIM to revolution
i think i would load W2K, then BSD, then RH last to end up with lilo or grub for bootloading. And i cant recall right, but i believe that 'nix will install in extended partions where W2K wouldnt, so you should be able to break it up that way. I can look around my notes and find out how i used to do it if need be
__________________
Is it me or does the word abbreviation seem a little long?


registered user #193524 with the Linux Counter,
http://counter.li.org
revolution is offline   Reply With Quote
Old 10-24-2002, 01:16 PM   #5 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,475
sde is on a distinguished road
i forgot how fun this was, .. i'm gonna try agian tonight.
sde is offline   Reply With Quote
Old 10-24-2002, 01:22 PM   #6 (permalink)
revolution
Legend in my own mind
 
revolution's Avatar
 
Join Date: May 2002
Location: florida
Posts: 618
revolution is on a distinguished road
Send a message via AIM to revolution
i havent dual-booted in a while, so i cant remember alot. Good luck
__________________
Is it me or does the word abbreviation seem a little long?


registered user #193524 with the Linux Counter,
http://counter.li.org
revolution is offline   Reply With Quote
Old 10-24-2002, 04:57 PM   #7 (permalink)
kenshi
Registered User
 
kenshi's Avatar
 
Join Date: Jun 2002
Location: Antarctica
Posts: 43
kenshi is on a distinguished road
Send a message via ICQ to kenshi
I would recommend installing FreeBSD last. Its bootloader is not dependant upon the presence of the operating system, whereas lilo does and will die if Linux is removed later on. And remember, if you need post-install configuration, just run /stand/sysinstall. The interface should look familiar.
kenshi is offline   Reply With Quote
Old 10-24-2002, 07:19 PM   #8 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,475
sde is on a distinguished road
thanks for the advice, .. i've actually already started the process.. but i did freebsd first. i found that it does not require a primary partition for the swap.. ( unlike rh ) so now i'm installing win2k. then when i install rh, i can easily define /boot as the bootable partition with fdisk. for some reason i like redhat's fdisk better than others.

i'll post my results.
sde is offline   Reply With Quote
Old 10-24-2002, 08:43 PM   #9 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,475
sde is on a distinguished road
i got all 3 o/s' on .. i can boot up rh and win2k.. but i don't know how to configure grub to boot freebsd ..

anyone know what exact file is the boot file?
sde is offline   Reply With Quote
Old 10-24-2002, 10:05 PM   #10 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,475
sde is on a distinguished road
grub configuration file is tricky for freebsd.

first of all, grub identifies drives differently...

for example:

/dev/hda1 is the same as (hd0,0)

this is how you would identify any linux or windows partitions.. but for freebsd, you must add an a to the drive

(hd0,0,a)

the full config for bsd is this:
[SHELL]title FreeBSD
root (hd0,0,a)
kernel /boot/loader[/SHELL]

it works now =)

i got excited and took a picture
Attached Images
File Type: jpg 3boot.jpg (31.8 KB, 14 views)
sde is offline   Reply With Quote
Old 10-25-2002, 12:29 PM   #11 (permalink)
revolution
Legend in my own mind
 
revolution's Avatar
 
Join Date: May 2002
Location: florida
Posts: 618
revolution is on a distinguished road
Send a message via AIM to revolution
w00t! Congrats Are they playing nice together?
__________________
Is it me or does the word abbreviation seem a little long?


registered user #193524 with the Linux Counter,
http://counter.li.org
revolution is offline   Reply With Quote
Old 10-25-2002, 12:56 PM   #12 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,475
sde is on a distinguished road
well, they played for a little while together, .. after about 2 hours of configuring and switching the different systems, .. my boot record must have corrupted because it just hung after choosing an o/s, on any o/s i chose. =/

oh well, it was fun while it lasted.. i downloaded the rh 8 iso files and i'm gonna check it out tonight. from what i've heard, they've made the gui look a lot nicer, .. including the gui for installation. i'll try to take some pictures if it is cool.

i'll start a new thread when i get it loaded up.
sde is offline   Reply With Quote
Old 10-25-2002, 08:33 PM   #13 (permalink)
w00t
Totally Inept
 
w00t's Avatar
 
Join Date: Jul 2002
Location: The Great Northwest
Posts: 195
w00t is on a distinguished road
Dual boot has been awesome for me (Me/Redhat 7.2). I assume that RH 8.0 will be more friendly and diplomatic with your other operating systems. Be sure to get those screenshots when you get 8.0 up and running :rock:
__________________
Office Space:
Best Movie.
Ever.

Contrary to popular belief, the true function of a programmer
is to turn coffee into source code.
w00t is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Boot Disk Mr.Anderson Linux / BSD / OS X 3 08-12-2004 09:34 AM
working with Multi Dimensional Arrays sde PHP 7 07-11-2004 01:43 PM
Making my own CDRom boot disk. Nicotine All Other Coding Languages 3 06-19-2004 12:08 AM
sorting multi dimensional arrays sde PHP 4 10-01-2003 05:52 PM
dual boot, & rh 8.0 (preliminary review ) sde Linux / BSD / OS X 0 10-25-2002 11:17 PM


All times are GMT -8. The time now is 11:00 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting