-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue booting cdrom on HP9000 C200 HP-UX 11.11 #200
Comments
It seems to be failing at the read at sector 256368 because this repeats many times:
Can you try with this setting in
This bug has some similarities to #189 in that both are using 5MB/s synchronous mode and failing in early boot. But the other issue is with GD32 V1.1 and this is with RP2040, so the code paths are quite different. |
I have an HP9000 C200, and can dig it out if need be for further testing, @PetteriAimonen |
Thanks for a prompt response! Yeah, so this allowed to boot it, but then when the OS starts reading the CD contents, I get CRC errors:
|
Nevermind... I re-wrote the iso image to be sure and now it booted. |
well only a little further |
Im happy to assist in any way to debug it. I helped debug some issues in SCSI2SD 6.0. |
Is it possible to boot the system from some different media, and try to read out the image from ZuluSCSI when system is fully booted, instead of in bootloader? Also just a double-check, make sure that termination is correct. I see that ZuluSCSI termination is enabled - make sure that it is the last device on the cable, and if there are other devices on the bus, that they have termination disabled. |
Yeah it's quite possible there is some issue with termination. Zulu is the last device on the internal side. Whats curious is that with just zulu + terminator (or no terminator) on the external port the system wont even see ZuluSCSI. If I connect a cdrom drive with termination enabled to the other side, then ZuluSCSI will show. I will spend some more time on this and also will try to boot it from the older HDD and read whats on Zulu from the OS. |
I'm going to close this for now and reopen when I have more data. |
The CDROM is detected by search for bootable path but then errors when trying to boot from it.
It boots just fine with the same iso image burned to a physical cd.
See attached log and screenshot. Thanks!
zululog.txt
The text was updated successfully, but these errors were encountered: