Subject: Re: Changes for installboot
To: Bill Studenmund <wrstuden@zembu.com>
From: Bob Nestor <rnestor@augustmail.com>
List: port-macppc
Date: 08/17/2000 17:55:03
Bill Studenmund wrote:
>On Wed, 16 Aug 2000, Bob Nestor wrote:
>> No problem. It seems like a screwy idea at first, but then I had the
>> advantage of trying to figure out the Sparc/Alpha CD boot code. Once I
>> understood the Sparc method of building bootable CDs this seemed like a
>> logical extension to make to mkhybrid for the macppc CDs. And since my G3
>> wouldn't boot NetBSD from CD for some reason, I had an incentive to dig
>> around for some other solution.
>
>Oh, it's a perfectly sane idea! It's just that I think it's a bit of tool
>overload to have installboot do it. :-)
>
>Another idea might be a little tool which will add the extra partition &
>space to an image, and then we run installboot on that. But I was hoping
>to not need a different tool. :-)
Well, when you get into the details of doing this with the ISO image that
mkhybrid creates it turns out it's about 99% identical to what you're
already doing in installboot. At least that's where I ended up after
research both the disk and CD requirments for boot code. I finally came
to the conclusion that the two could be combined without to much effort.
But I'm open to alternatives, and I think right now it's more important
to get the disk working with APM.
-bob