Re: how to configure Grub 0.97 for booting my OpenBSD 4.5

2009-05-08 Thread 飞飞
I don't have a floppy drive in laptop. I just use command " fixmbr " in windows xp rescue console mode, then boot from the OpenBSD 4.5 install CD, and run "fdisk -e /dev/rwd0c" in shell, then "flag " the OpenBSD partition bootable. but boot failed, "ERR M" 2009/5/9 Steve Williams > Feifei (??) w

Re: how to configure Grub 0.97 for booting my OpenBSD 4.5

2009-05-08 Thread Steve Williams
Feifei (??) wrote: Hi, Nick, Thanks for you advices, I clear Grub from my MBR, and flag the OpenBSD partition bootable , but I also got a "ERR M" error code. Yes, I read "man biosboot", but I don't know how to resolve it. I try to reinstall OpenBSD 4.5 again , but it is the same error :(. 2009/

Re: how to configure Grub 0.97 for booting my OpenBSD 4.5

2009-05-08 Thread 飞飞
Hi, Nick, Thanks for you advices, I clear Grub from my MBR, and flag the OpenBSD partition bootable , but I also got a "ERR M" error code. Yes, I read "man biosboot", but I don't know how to resolve it. I try to reinstall OpenBSD 4.5 again , but it is the same error :(. 2009/5/7 Nick Holland >

Re: how to configure Grub 0.97 for booting my OpenBSD 4.5

2009-05-06 Thread Bryan
You should try GAG, I use it to dual-boot a windows/openbsd box. it will allow for installation of several OSes... http://gag.sourceforge.net/ On Wed, May 6, 2009 at 19:37, Nick Holland wrote: > Feifei (7I7I) wrote: >> Hi, guys, >> >> I just install the OpenBSD 4.5, but my grub configuration can

Re: how to configure Grub 0.97 for booting my OpenBSD 4.5

2009-05-06 Thread Nick Holland
Feifei (7I7I) wrote: > Hi, guys, > > I just install the OpenBSD 4.5, but my grub configuration can't boot it. > Before that, I use OpenBSD 4.2, it is a new installation, not upgrade. ... > It works well with the OpenBSD 4.2, > > But , if I use it to boot 4.5, I only get a error : > Starting up ..

Re: how to configure Grub 0.97 for booting my OpenBSD 4.5

2009-05-06 Thread 飞飞
yes, it works well with OpenBSD 4.2, but, it failed in OpenBSD 4.5, I only get a error : Starting up ... Loading ... ERR M 2009/5/6 Luca Corti > On 5/6/09 5:07 PM, Feifei (??) wrote: > > The Grub version is distributed with the Ubuntu 8.04 which is installed > in > > (hd0,6) > > > > How to re

Re: how to configure Grub 0.97 for booting my OpenBSD 4.5

2009-05-06 Thread Luca Corti
On 5/6/09 5:07 PM, Feifei (??) wrote: > The Grub version is distributed with the Ubuntu 8.04 which is installed in > (hd0,6) > > How to resolve it? > Use the chainloader to call the OpenBSD bootloader. Something like: |title OpenBSD root (hd0,a) makeactive chainloader +1 ciao Luca |