Re: OpenBSD loader

2000-04-04 Thread OKUJI Yoshinori
Hi Pavel, From: Pavel Roskin [EMAIL PROTECTED] Subject: Re: OpenBSD loader Date: Mon, 3 Apr 2000 12:48:49 -0400 (EDT) I remember me fixing OpenBSD support in GRUB. It required a lot of time. I had to install OpenBSD, learn its basics, download and compile the code. I spent much time

Re: OpenBSD loader

2000-04-04 Thread Pavel Roskin
Hello! But I'd like to point out that GRUB is _not_ a boot selector. What is his definition of "boot selector"? It's a software that gives you choice between different boot devices and OS'es. OS/2 bootloader is a typical example. Although it's native for OS/2, you cannot select the kernel

Re: OpenBSD loader

2000-04-04 Thread jean-baptiste.marchand
BSD kernel with the OpenBSD loader. I do this by using the chainloader function : title=OpenBSD 2.6 root=(hd0,1,a) chainloader +1 Grub transfers the control to the OpenBSD loader installed in the MBR of the OpenBSD partition. I use the same trick with FreeBSD

Re: OpenBSD loader

2000-04-04 Thread OKUJI Yoshinori
From: Pavel Roskin [EMAIL PROTECTED] Subject: Re: OpenBSD loader Date: Tue, 4 Apr 2000 09:18:53 -0400 (EDT) Of course, I can scan for "OpenBSD" in the whole kernel, but what if a FreeBSD kernel will contain something like "ported from OpenBSD by ..." ? Yesterd

OpenBSD loader

2000-04-03 Thread Ian Cass
Grub will load release version 2.6, which was the latest release, but it will not boot latest current version of the kernel. BSD complains that the boot loader is too old. -- Ian Cass Knowledge Matters Ltd www.knowledge.com

Re: OpenBSD loader

2000-04-03 Thread Pavel Roskin
Hello, Ian! Grub will load release version 2.6, which was the latest release, but it will not boot latest current version of the kernel. BSD complains that the boot loader is too old. I remember me fixing OpenBSD support in GRUB. It required a lot of time. I had to install OpenBSD, learn its