Multi-booting Win2000 and FreeBSD with boot.ini


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Multi-booting Win2000 and FreeBSD with boot.ini
# 1  
Old 12-26-2001
Multi-booting Win2000 and FreeBSD with boot.ini

Actually, I'm going to be setting up my new hard drive to boot 3-4 OSes...so far I'm definite on Windows 2000 Advanced Server and FreeBSD 4.4, and I'm stuck between RedHat 7.2 and Mandrake 8.1 for my Linux choice...anyways....

I'm gonna be using boot.ini as the boot loader thing. I've already figured out how I can do it successfully with Linux, but I don't know that much about FreeBSD so I need some help there.
If anybody has done this with FreeBSD, let me know how I should go about it.
# 2  
Old 12-28-2001
Hi DownSouthMoe

Suggest you consider lilo?

Maybe I am barking up thw wrong tree here.... But my preferance in booting differnt OS's would be (without a doubt) LILO.

It's quite flexible.
# 3  
Old 12-30-2001
Error

I considered LILO, but considering my main focus for the next few months will be on Windows2000 and the new .NET (in school, plus taking the MCSA/MCSE track), so I figured it would be more beneficial to me to attempt to use boot.ini instead.

Besides, from what I've seen, it seems like using LILO would've been easier...I'd prefer the more difficult route anyway...maybe I'll try using whatever FreeBSD's method is to boot them all later (once I learn enough about it anyway).
# 4  
Old 12-31-2001
hi,
you can do it just as in linux, let's suppose the linux native partition is hda3, and the freebsd partition is hda4, and linux and freebsd are both in a primary partition and the boot loader are both located in it's own partition. in linux you can do this :
dd if=/dev/hda4 of=bootsec.bsd count=1
dd if=/dev/hda3 of=bootsec.lnx count=1
then mv these 2 files into the ntldr's partition
and edit the boot.ini to reflect the files to it's os's partition, then you can use nt's boot loader to load the OS.
good luck!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

Booting 2nd mirrored boot disk

Hi guys, thanks for helping out. If you have two boot disk mirrored and your primary boot disk fails, how will you boot the system from the second disk? Thank you very much for your assistance on this matter. Arrey (5 Replies)
Discussion started by: cjashu
5 Replies

2. Solaris

How to eject boot cdrom after booting from it?

Hey everyone, I currently have a sparcstation 5, and am trying to run some scripts on it without booting off the hard drive. Currently I am using a Solaris 8 install cd to boot into single user mode. However, the scripts I have are on a different CD. What I would like to do is to use the... (6 Replies)
Discussion started by: idlechatter
6 Replies

3. Solaris

vxvm root disk booting problem - solved with boot -a. How?

Hi All, We had a Sun Netra T1 go down the other day, the root disk was mirrored using vxvm. Upon boot from either disk, we had the following error appear: WARNING: Error writing ufs log state WARNING: ufs log for / changed state to Error WARNING: Please umount(1M) / and run... (4 Replies)
Discussion started by: badoshi
4 Replies

4. Windows & DOS: Issues & Discussions

multi boot XP and W2K - how to change

I had single SATA drive win W2K on it. Then I added another SATA and installed XP on it. Now I have a choice of OS when I boot up my PC. After I boot into XP it is D: that has XP installed. I wanted to take and use my 1st disk somewhere else, but quickly learned that I can not boot off of... (1 Reply)
Discussion started by: migurus
1 Replies

5. Ubuntu

system not booting after running local boot scripts

I have two systems in my computer . I update the ubuntu system these days and always interrupt it and exit the system . now the system cannot boot after Running local boot scripts(/etc/rc.local), it just stops there. i have to terminate the gnome display manager. what can i do with it ? thank... (0 Replies)
Discussion started by: tcb3210
0 Replies

6. Red Hat

Dual boot (Booting Windows from Linux MBR)

Hi , I have two disk installed with Linux(disk 1) and WinXP(disk 2) .Now i am changing Hardisk jumbper manualy to get in to Linux/Windows .I want to configure my REDHAT linux boot manager to list Linux and WindowXP and wanna boot according to my choice . Here is what my fdisk -l shows (Only... (2 Replies)
Discussion started by: gkrishn
2 Replies

7. Windows & DOS: Issues & Discussions

Multi booting file systems

Hi all, I'm trying to get Mandrake 9.0, XP & 2K happening on the same machine. I've been reading about osl 2000 (bootmanager) and it says I should convert my Windows (currently ntfs) to fat 32 "if possible". Why? Also, when I connect the linux drive my machine boots straight to Mandrake - no... (2 Replies)
Discussion started by: onestepto
2 Replies

8. News, Links, Events and Announcements

Can I multi-boot that?

http://www.maximumpc.com/features/feature_2002-09-24.html If I was a real man, I'd be able to multi-boot to 37 different OSs on one box... :) (3 Replies)
Discussion started by: auswipe
3 Replies
Login or Register to Ask a Question