i made the Video Snake Oil board that can adapt 13W3 (any type!) to VGA. you just wire up the little pads to whatever your machine needs.it seems to run with 12MB RAM. no more parity errors this time. but now the installer hates my SCSI drive (a ZuluSCSI).
filesystem creation failed for / 🤔
i bet it is this issue. basically the ZuluSCSI returns values for disk geometry that somehow confuses the Solaris partition tool. one solution is to use a real SCSI hard drive and then dd it over to the ZuluSCSI once the install is completed.
https://github.com/ZuluSCSI/ZuluSCSI-firmware/discussions/122#discussioncomment-4418076
zululog.txt has the smoking gun:
[996859ms] WARNING: Host used command 0x1A which is affected by drive geometry. Current settings are 63 sectors x 255 heads = 16065 but image size of 2097152 sectors is not divisible. This can cause error messages in diagnostics tools.
i think the solution here is to resize the disk image file so it is divisible by 63*255*512.
Many years ago I wrote a little tool called "scsi-ping" which gives you a working disktab entry for a SCSI disk.
It's still out there somewhere.
@tubetime owo...
i hope you saw @ncommander 's #Solaris livestreams...
@tubetime I like how "WARNING" is all caps and "panic" is kept on the down-low with no caps.
I guess 'panic' has another meaning than what is coming to mind.
@tubetime
It has been years since I last saw
le0 no carrier log messages.
Thanks for that!
@tubetime I had to do this for my lunchbox machines (an IPX and an LX)
But for my Sun Blade 100, I had to do a whole different thing to recover the IDPROM
of the three machines, only the IPX got a modern IDPROM replacement. The others have CR2032s with holders hacked in. :o( (though not the Duct Tape Special you had!)
@tubetime This inspires me - I have a VAXStation that uses a 3W3 video output (basically 13W3 without the digital pins) and it's impossible to find cables for it, but there are connectors for it around
Do you do any termination or anything active on the board? I've made an RGB port adapter before and got pretty bad ringing, but it could definitely just be the monitor I used since I had no other way of testing.
@a for the video you can use this adapter: https://github.com/schlae/13W3
for the keyboard it is literally just a serial port, you could do it with an rpi or an arduino quite easily