The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS]  Bringing up any 4.3BSD on a MicroVAX without tape....
@ 2005-10-21 12:31 Jose R Valverde
  0 siblings, 0 replies; 9+ messages in thread
From: Jose R Valverde @ 2005-10-21 12:31 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

>It is in the same boat as the one Robert is writing 
>about. I know I can install NetBSD/vax on it using
the 
>net boot concept. But I'd like to run one of the 
>appropriate distributions from "our" collection. Any
>suggestions?

The most obivous ones are

 - Quasijarus
 - Ultrix-32M
   -- ultrix 1.2 is in the archives
   -- from ifctvax.harhan.org you can get sources for
      ultrix 2.0.0
      ultrix 4.2.0
   (see previous posts in the list)
 - 32V


                           j



		
______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [TUHS] Bringing up any 4.3BSD on a MicroVAX without tape....
@ 2005-10-20 16:57 Michael Sokolov
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Sokolov @ 2005-10-20 16:57 UTC (permalink / raw)


Aharon Robbins <arnold at skeeve.com> wrote:

> Wasn't there an "installboot" program that told the bootblock where
> to find the /boot file?

The installboot program in the original 4.3BSD, whose function has been
incorporated into disklabel(8) in 4.3-Tahoe/Quasijarus, writes the boot
blocks to the disk, but it does not patch them with the location of
/boot, the bootblock code is smart enough to understand the filesystem.

As for Robert's problem, I don't know where he got screwed - but man,
use your head, what do you think your god-given brain is for?  You can
single-step through the code with the MicroVAX ROM monitor's N command,
you can put some printf's in the code to see where it dies, etc, the
possibilities are limitless.  Just debug it the same way you would debug
any other problem.  What do you think I do when I get a similar
mysterious snafu?  I debug it like a real programmer, don't go crying to
a mailing list.

MS



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [TUHS] Bringing up any 4.3BSD on a MicroVAX without tape....
@ 2005-10-20  7:36 Aharon Robbins
  2005-10-20 15:04 ` robertdkeys
  0 siblings, 1 reply; 9+ messages in thread
From: Aharon Robbins @ 2005-10-20  7:36 UTC (permalink / raw)


Wasn't there an "installboot" program that told the bootblock where
to find the /boot file?

Boy was it a lllloooonnnngggg time ago that I dealt with this stuff.

Arnold

> Date: Wed, 19 Oct 2005 13:28:31 -0400
> From: robertdkeys at aol.com
> Subject: Re: [TUHS] Bringing up any 4.3BSD on a MicroVAX without tape....
> To: msokolov at ivan.Harhan.ORG, tuhs at minnie.tuhs.org
>
>  The /boot is there, so it is somewhere between the bootblocks
> and /boot that the connection is lost.  The /boot is apparently
> not correctly found.  But, it is there......
>  
> Bob Keys
>  
> -----Original Message-----
>
> > The problem is that it won't install boot blocks that work.
> > None of the raboot/rdboot/bootra/bootrd combos get
> > any farther than the cryptic "loading boot" message.
>
> The "loading boot" message comes from the bootblock code and indicates
> that the bootblocks are good and working.  If it stops there, it means
> that you are missing the /boot file in the root filesystem (that's what
> it's loading).
>
> MS



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [TUHS] Bringing up any 4.3BSD on a MicroVAX without tape....
@ 2005-10-19  3:52 Michael Sokolov
  2005-10-19  4:25 ` Gregg Levine
  2005-10-19 17:28 ` robertdkeys
  0 siblings, 2 replies; 9+ messages in thread
From: Michael Sokolov @ 2005-10-19  3:52 UTC (permalink / raw)


robertdkeys at aol.com wrote:

> The problem is that it won't install boot blocks that work.
> None of the raboot/rdboot/bootra/bootrd combos get
> any farther than the cryptic "loading boot" message.

The "loading boot" message comes from the bootblock code and indicates
that the bootblocks are good and working.  If it stops there, it means
that you are missing the /boot file in the root filesystem (that's what
it's loading).

MS



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [TUHS] Ancient unixes
@ 2005-10-15 15:49 Gregg C Levine
  2005-10-19  3:00 ` [TUHS] Bringing up any 4.3BSD on a MicroVAX without tape robertdkeys
  0 siblings, 1 reply; 9+ messages in thread
From: Gregg C Levine @ 2005-10-15 15:49 UTC (permalink / raw)


Hello from Gregg C Levine
Are you sure now?
I also get a 404 error message on the enclosed location.
---
Gregg C Levine hansolofalcon at worldnet.att.net
---
"Remember the Force will be with you. Always." Obi-Wan Kenobi 

> -----Original Message-----
> From: tuhs-bounces at minnie.tuhs.org
[mailto:tuhs-bounces at minnie.tuhs.org] On
> Behalf Of Brantley Coile
> Sent: Saturday, October 15, 2005 11:03 AM
> To: tuhs at minnie.tuhs.org
> Subject: Re: [TUHS] Ancient unixes
> 
> oops.  sorry.  it is
> 
> 	http://cm.bell-labs.com/cm/cs/who/dmr/spe.html




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-10-21 12:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-21 12:31 [TUHS] Bringing up any 4.3BSD on a MicroVAX without tape Jose R Valverde
  -- strict thread matches above, loose matches on Subject: below --
2005-10-20 16:57 Michael Sokolov
2005-10-20  7:36 Aharon Robbins
2005-10-20 15:04 ` robertdkeys
2005-10-21  7:52   ` Jochen Kunz
2005-10-19  3:52 Michael Sokolov
2005-10-19  4:25 ` Gregg Levine
2005-10-19 17:28 ` robertdkeys
2005-10-15 15:49 [TUHS] Ancient unixes Gregg C Levine
2005-10-19  3:00 ` [TUHS] Bringing up any 4.3BSD on a MicroVAX without tape robertdkeys

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).