Re: Adding FBSD to existing GRUB

2004-07-05 Thread Reed L. O'Brien
I think you want something like
title FreeBSD 5.x
rootnoverify
root (hd0,2,c)  ## or e or something I think c tells it to maunt the 
whole slice... or is it e  I think it is e
chainloader +1  ## this is the new way I think.  I think kernel 
/boot/loader is old (but prolly still works)

cheers,
reed
/dev/hda1 5GB Linux SUSE root partition from 0 -652
/dev/hda2 40.5GB Extended partition from 653 - 5945
/dev/hda3 19.5GB FreeBSD partition from 5946 -8494
/dev/hda5 5GB /usr partition for SUSE from 653 - 1305
/dev/hda6 15GB /home partition for SUSE from 1306 - 3264
/dev/hda7 1 GB swap from 3265 - 3395
/dev/hda8 19.5GB linux partition for Libranet from 3396 - 5945
I tried adding the following to my /etc/fstab, but it would not boot
(saying unsupported file type):
title FreeBSD 5.2.1
   root (hd0,2,a)
   kernel /boot/loader
Is the above misentered or is there something else to consider?
Thanks.
   

Sorry, the above *should* have read /etc/grub.conf and *not* fstab.
 

--
4.6692016090
'cmVlZEBpbnRlcnNpZWdlLmNvbQ==\n'.decode('base64')
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Adding FBSD to existing GRUB

2004-07-03 Thread Trey Sizemore
I have a multiboot machine with Linux and FBSD currently set up as
follows:

/dev/hda1 5GB Linux SUSE root partition from 0 -652
/dev/hda2 40.5GB Extended partition from 653 - 5945
/dev/hda3 19.5GB FreeBSD partition from 5946 -8494
/dev/hda5 5GB /usr partition for SUSE from 653 - 1305
/dev/hda6 15GB /home partition for SUSE from 1306 - 3264
/dev/hda7 1 GB swap from 3265 - 3395
/dev/hda8 19.5GB linux partition for Libranet from 3396 - 5945

I tried adding the following to my /etc/fstab, but it would not boot
(saying unsupported file type):

title FreeBSD 5.2.1
root (hd0,2,a)
kernel /boot/loader

Is the above misentered or is there something else to consider?

Thanks.

-- 
Cheers,
Trey
---

The world is full of obvious things
which nobody by any chance ever observes.
-- Sir Arthur Conan Doyle 

11:48am up 0:06, 3 users, load average: 0.10, 0.45, 0.29 
Linux linux 2.6.5-7.82cvs20040624171121-default #1 Thu Jun 24 17:11:21
UTC 2004 i686 i686 i386 GNU/Linux

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding FBSD to existing GRUB

2004-07-03 Thread Andrew L. Gould
On Saturday 03 July 2004 11:01 am, Trey Sizemore wrote:
 I have a multiboot machine with Linux and FBSD currently set up as
 follows:

 /dev/hda1 5GB Linux SUSE root partition from 0 -652
 /dev/hda2 40.5GB Extended partition from 653 - 5945
 /dev/hda3 19.5GB FreeBSD partition from 5946 -8494
 /dev/hda5 5GB /usr partition for SUSE from 653 - 1305
 /dev/hda6 15GB /home partition for SUSE from 1306 - 3264
 /dev/hda7 1 GB swap from 3265 - 3395
 /dev/hda8 19.5GB linux partition for Libranet from 3396 - 5945

 I tried adding the following to my /etc/fstab, but it would not boot
 (saying unsupported file type):

 title FreeBSD 5.2.1
 root (hd0,2,a)
 kernel /boot/loader

 Is the above misentered or is there something else to consider?

 Thanks.

You are confusing the file used to mount partitions with the booting 
process.  /etc/fstab is used to mount partitions after the system has 
started booting the operating system in which it exists.

Check the grub documentation for the proper location of booting options. 
Also, see if the following helps any:

http://geodsoft.com/howto/dualboot/grub.htm

Best of luck,

Andrew Gould
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding FBSD to existing GRUB

2004-07-03 Thread Trey Sizemore
On Sat, 2004-07-03 at 12:01 -0400, Trey Sizemore wrote:
 I have a multiboot machine with Linux and FBSD currently set up as
 follows:
 
 /dev/hda1 5GB Linux SUSE root partition from 0 -652
 /dev/hda2 40.5GB Extended partition from 653 - 5945
 /dev/hda3 19.5GB FreeBSD partition from 5946 -8494
 /dev/hda5 5GB /usr partition for SUSE from 653 - 1305
 /dev/hda6 15GB /home partition for SUSE from 1306 - 3264
 /dev/hda7 1 GB swap from 3265 - 3395
 /dev/hda8 19.5GB linux partition for Libranet from 3396 - 5945
 
 I tried adding the following to my /etc/fstab, but it would not boot
 (saying unsupported file type):
 
 title FreeBSD 5.2.1
 root (hd0,2,a)
 kernel /boot/loader
 
 Is the above misentered or is there something else to consider?
 
 Thanks.
 

Sorry, the above *should* have read /etc/grub.conf and *not* fstab.

-- 
Cheers,
Trey
---

There is a theory which states that if ever anyone discovers
exactly what the Universe is for and why it is here,
it will instantly disappear and be replaced by something
even more bizarre and inexplicable.

There is another which states that this has already happened.
-- Douglas Adams 

12:27pm up 0:45, 3 users, load average: 0.11, 0.15, 0.11 
Linux linux 2.6.5-7.82cvs20040624171121-default #1 Thu Jun 24 17:11:21
UTC 2004 i686 i686 i386 GNU/Linux

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]