|
List Info
Thread: booting from a network
|
|
| booting from a network |

|
2006-11-26 14:57:01 |
Hello,
I'm learning NetBSD/mac68k netboot with Booter 2.0.1a6.
"Nigel's Home Page"
http://w
ww.users.bigpond.com/pear_computers/
>BSD/Mac68k Booter 2.0.1a6
>This version is for testing booting from a network.
>(either DHCP or BootP), and can load tarred and/or
>gzipped ELF kernels (but only gzipped a.out).
My netboot setting(BootP) is based on "Diskless NetBSD
HOW-TO".
http://www.netbsd.org/Documentation/network/netboot/
TFTP server= Quadra800(4.99.4) is going to export
NetBSD-3.1.
With Booter 2.0.1a6, I get;
>Booting...
>TFTP transfer done
>transparent = 1
>Boot error: This kernel is not in a format which the
booter can
execute.
>***** Boot Stopped. *****
>Restoring Monitor settings...
>Boot error: kernel_parse(COUNT_KERNEL) failed
I tried some kernels(netbsd-GENERIC.gz or netbsd.GENERIC.gz)
including 3.1, 1.5.2, 1.4.2 and 3.1 kernel gzipped in 1.4.2.
But I got same Boot error.
What is "gzipped ELF kernels (but only gzipped
a.out)" ?,
how can I make it ?
Thanks in advance,
Kazu Inanaga
|
|
| booting from a network |

|
2006-12-02 18:29:31 |
Hello,
On 2006/11/26, at 23:57, I wrote:
> I'm learning NetBSD/mac68k netboot with Booter 2.0.1a6.
>
> "Nigel's Home Page"
> http://w
ww.users.bigpond.com/pear_computers/
> >BSD/Mac68k Booter 2.0.1a6
> >This version is for testing booting from a network.
> >(either DHCP or BootP), and can load tarred and/or
> >gzipped ELF kernels (but only gzipped a.out).
I've finally got a success NetBoot with Nigel Pearson's
advice.
> With Booter 2.0.1a6, I get;
> >Booting...
> >TFTP transfer done
> >transparent = 1
> >Boot error: This kernel is not in a format which
the booter can
> execute.
> >***** Boot Stopped. *****
> >Restoring Monitor settings...
> >Boot error: kernel_parse(COUNT_KERNEL) failed
In the above case, TFTP transfer was 'not' done.
With proper bootp and tftp settings, now I get;
>Booting...
>TFTP transfer ............................... done.
>transparent = 0
>32 bit ELF format
(snip)
and "login:" prompt.
> What is "gzipped ELF kernels (but only gzipped
a.out)" ?,
> how can I make it ?
It's very simple and easy.
>cp /export/**/root/netbsd /tftpboot/
>gzip netbsd
I was fool with "TFTP transfer done".
I also tried "floppy boot", but, my LC475 and
Booter 2.0.1a6
want some Open Transport Extensions. I can't make System
Folder
in a 2HD floppy disk.
NAD + Booter 2.0 in 2HD floppy disk works for BSD device.
NAD + Booter 2.0.1a6 doesn't work for NetBoot server.
OS7.5.5 + Booter 2.0.1a6 in a Zip drive = my setting, works.
HDD does't spin up, (HDD is needed for the internal SCSI BUS
termination, without Power supply). Zip is quiet after
NetBSD
booting up (I can eject Zip), so, my LC475 runs quietly with
large avail space. (LC630 with IDE drive is the server.)
Watching "TFTP transfer ....................
done." and it's
boot sequence is interesting.
Thanks so much to Nigel Pearson for kind advice,
Kazu Inanaga
|
|
| booting from a network |

|
2006-12-03 23:10:37 |
>> >Booting...
>> >TFTP transfer done
>> >transparent = 1
>> >Boot error: This kernel is not in a format
which the booter can
>> execute.
>> >***** Boot Stopped. *****
>> >Restoring Monitor settings...
>> >Boot error: kernel_parse(COUNT_KERNEL) failed
>
> In the above case, TFTP transfer was 'not' done.
That is probably a bug I should fix in the Booter, then.
If I still remember how to build and test it
...
> I also tried "floppy boot", but, my LC475 and
Booter 2.0.1a6
> want some Open Transport Extensions. I can't make
System Folder
> in a 2HD floppy disk.
I seem to remember an Apple minimal boot floppy that
had networking support in it, but that may have only
been AppleTalk, and not TCP/IP (Open Transport).
...
> Thanks so much to Nigel Pearson for kind advice,
You are very welcome, Inanaga-san.
--
Nigel Pearson, nigel ind.tansu.com.au| 4 8
Telstra Net. Eng., Sydney, Australia | 15 16
Office: 9202 3900 Fax: 9261 3912 | 23 42
Mobile: 0408 664435 Home: 9792 6998 | Lost
|
|
| booting from a network |

|
2006-12-04 18:36:55 |
At 10:10 Uhr +1100 4.12.2006, Nigel Pearson wrote:
>>> >Booting...
>>> >TFTP transfer done
>>> >transparent = 1
>>> >Boot error: This kernel is not in a format
which the booter can
>>> execute.
>>> >***** Boot Stopped. *****
>>> >Restoring Monitor settings...
>>> >Boot error: kernel_parse(COUNT_KERNEL)
failed
>>
>> In the above case, TFTP transfer was 'not' done.
>
>That is probably a bug I should fix in the Booter, then.
>If I still remember how to build and test it
We should probably get around to importing the booter
sources inti the
NetBSD repository...
hauke
--
"It's never straight up and down" (DEVO)
|
|
| booting from a network |

|
2006-12-07 08:49:58 |
Hi,
On 2006/12/04, at 8:10, Nigel Pearson wrote:
> ...
>> I also tried "floppy boot", but, my LC475
and Booter 2.0.1a6
>> want some Open Transport Extensions. I can't make
System Folder
>> in a 2HD floppy disk.
>
> I seem to remember an Apple minimal boot floppy that
> had networking support in it, but that may have only
> been AppleTalk, and not TCP/IP (Open Transport).
>
I understand, thanks!
In File menu of Booter 2.0.1a6, I see "Open and Boot
...".
(Booter 2.0.0 doen't have it.)
"Nigel's Home Page" / BSD/Mac68k Booter 2.0.0 and
2.0.1a6
http://w
ww.users.bigpond.com/pear_computers/
It works, but I don't have any idea how to use it.
My silly story.
Last month, I made a CCD box with 2 X 1GB old HDD for
/usr/pkgsrc.
That box had one more HDD and 2 big ventilator fans.
... I couldn't sleep at that night because the NOISE!!
(And also, my CCD=interleave was slower than one drive.:p)
Now I have quiet nights with NetBoot (and NFS). Thanks,
again.
I'm going to make 2 or 3 NetBoot clients.
There is an interesting "Some space-saving
techniques" in
"Setting up the filesystem, Diskless NetBSD
HOW-TO".
http://www.netbsd.org/Documentation/network/netboo
t/files.html
I worry about network security.
It's not easy work to setup ssh for NetBoot, is it?
On 2006/12/05, at 3:36, Hauke Fath wrote:
> We should probably get around to importing the booter
sources inti the
> NetBSD repository...
>
> hauke
It sounds wonderful.
Arigatou, Nigel-san, hauke-san.
Kazu Inanaga
|
|
[1-5]
|
|