Adam Russell wrote:
> Ok, I've tried many boot images (including the most recent ones with
> 1.4.3_ALPHA and the 1.5 snapshot)as well as various bootvar settings and
> nothing seems to get the machine to boot off the floppy.
> I'm using bootvar 1.3 with boot-device fd:0
> boot-comman boot
> and load-base 100000
> all the rest are the default values. I need to set up a serial console
> in order to view OF output which I have not done. The only indication I
> get that the machine is doing anything is that I hear the disk being
> read for awhile and then, I hesitate to even mention this, a slight
> "clicking" sound. Then nothing.
> I have also noticed that the machine reboots itself before starting to
I think I should clarify this. I, of course, reboot the machine to reboot
off of the floppy. As it is starting up after this it reboots itself a
second time.
>
> read the floppy. I'm not sure if this is normal or not.
> Does anyone have any advice?
> Many Thanks,
> Adam Russell
> I think I should clarify this. I, of course, reboot the machine to reboot
> off of the floppy. As it is starting up after this it reboots itself a
> second time.
When you boot the boot-floppy after being in the Mac OS it sort of boots
again and says "Resetting to change configuration" or something similar and
then starts booting the floppy.
You should hear some clicking from the drive for a good while, it takes a
while to boot.
You could give System Disk a try, it should enable the Screen output device.
It worked on my C600 & my C500 even though it says my machine is not
supported and System disk will not work.
cheers,
Matthew
Other than that I guess I'll just wait until I get a chance to run to the
store and pick up a serial cable.
Many Thanks,
Adam Russell
> Ok, I've tried many boot images (including the most recent ones with
> 1.4.3_ALPHA and the 1.5 snapshot)as well as various bootvar settings and
> nothing seems to get the machine to boot off the floppy.
> I'm using bootvar 1.3 with boot-device fd:0
> boot-comman boot
> and load-base 100000
Where did that number come from?
Take care,
Bill
this reminds me.
is a LOAD-BASE 0x6c0000 necessary for booting anything other than the boot
floppy install kernel?
should i take it back down to 4000 boot from my HDD /netbsd ?
c.
--
cha...@rubberduck.com
Melbourne, Australia
http://rubberduck.com/ - PGP available
Bill Studenmund wrote:
> On Thu, 20 Jul 2000, Adam Russell wrote:
>
> > Ok, I've tried many boot images (including the most recent ones with
> > 1.4.3_ALPHA and the 1.5 snapshot)as well as various bootvar settings and
> > nothing seems to get the machine to boot off the floppy.
> > I'm using bootvar 1.3 with boot-device fd:0
> > boot-comman boot
> > and load-base 100000
>
> Where did that number come from?
>
> Take care,
>
> Bill
I think "load-base" is used only on booting xcoff files
on HFS partitions.
On boot.fs, load address of bootxx is recorded
in (faked) apple partition map entries.
---
Izumi Tsutsui
tsu...@ceres.dti.ne.jp
> The load-base number came from a stern warning in the LinuxPPC R4
> installation guide that the load base on these machines must be set as such
> or else it wouldn't boot. True enough, I recall forgetting to set this and
> Linux wouldn't boot. Seeing as I was not getting anywhere in trying to coerce
> the machine to boot I got a little "superstitious" and tried to rule out the
> old loadbase thing. Hey, after struggling to get the thing to boot a little
> "electronic voodoo" came into play >:)
The reason it is so important is that this number has to match where the
loading program wants to be loaded for some of the loading schemes to
work.
The problem is that NetBSD does not use the same number. We use 6c0000
instead. :-)
The moral of the story is that you should use the number your boot loader
was made for, and be as superstitious as the Linux FAQ says. :-)
Take care,
Bill