In the last episode (Oct 02), Matthew Donadio said:
> Mike Hogsett wrote:
> > How did you partition the 40Gb drive?
>
> Thanks for the reply.
>
> I split the drive in two with the intentions of installing FreeBSD on
> one slice, and Linux on the other (I haven't tried Linux yet). Are
> you suggesting that I should try putting / on a small slice by
> itself, and see if that boots? It's worth a shot.
I think the main problem with getting large drives to boot on old
BIOSes is the 1024-cylinder limit. You need to make sure the kernel is
located near enough to the start of the disk that it can be accessed
with BIOS calls. If your FreeBSD partition is on the 2nd half of the
disk, it probably won't boot. You might want to set it up like:
|<- 1024-cyl point
+----+-------|-----------------------+------+-------------------+
| / | / : swap : /usr | swap | /usr |
+----+-------------------------------+------+-------------------+
^ ^ ^ ^
Linux FreeBSD slice containing Linux Linux
root all FreeBSD partitions swap /usr
>sda1< sda2 >sda3< >sda4<
da0s1 >da0s2< da0s3 da0s4
That way both Linux and FreeBSD get their kernels near the start of the
disk.
--
Dan Nelson
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message