VOGONS


First post, by timdog

User metadata
Rank Newbie
Rank
Newbie

I have a strange problem that just appeared seemingly out of nowhere with a new 486 DX4 machine I just put together. Regardless of BIOS settings and whether or not a floppy drive is connected to the machine, it always tries to boot A: first. After 15 seconds it fails then if you hit a key to continue it will boot from C: properly. This just started yesterday with really no changes to any hardware that I can think of except adding a 9 pin serial mouse to the setup for the first time. I have a CF to IDE adapter as the primary master C drive with DOS 6.22 installed. No primary slave or secondary drive at all currently. I physically removed the A drive and disabled it in the BIOS but that doesn't make a difference. The boot order is C: A:. The system was booting properly from C: just a couple days ago. My motherboard is a Lucky Star UM8498 and the controller is a Pine Tech PT627B.

Any suggestions would be greatly appreciated!

Reply 1 of 11, by theelf

User metadata
Rank Oldbie
Rank
Oldbie
timdog wrote on 2026-05-31, 19:51:

I have a strange problem that just appeared seemingly out of nowhere with a new 486 DX4 machine I just put together. Regardless of BIOS settings and whether or not a floppy drive is connected to the machine, it always tries to boot A: first. After 15 seconds it fails then if you hit a key to continue it will boot from C: properly. This just started yesterday with really no changes to any hardware that I can think of except adding a 9 pin serial mouse to the setup for the first time. I have a CF to IDE adapter as the primary master C drive with DOS 6.22 installed. No primary slave or secondary drive at all currently. I physically removed the A drive and disabled it in the BIOS but that doesn't make a difference. The boot order is C: A:. The system was booting properly from C: just a couple days ago. My motherboard is a Lucky Star UM8498 and the controller is a Pine Tech PT627B.

Any suggestions would be greatly appreciated!

Did you check you not have a overlay/similar etc on mbr?

Reply 2 of 11, by timdog

User metadata
Rank Newbie
Rank
Newbie
theelf wrote on 2026-05-31, 19:53:
timdog wrote on 2026-05-31, 19:51:

I have a strange problem that just appeared seemingly out of nowhere with a new 486 DX4 machine I just put together. Regardless of BIOS settings and whether or not a floppy drive is connected to the machine, it always tries to boot A: first. After 15 seconds it fails then if you hit a key to continue it will boot from C: properly. This just started yesterday with really no changes to any hardware that I can think of except adding a 9 pin serial mouse to the setup for the first time. I have a CF to IDE adapter as the primary master C drive with DOS 6.22 installed. No primary slave or secondary drive at all currently. I physically removed the A drive and disabled it in the BIOS but that doesn't make a difference. The boot order is C: A:. The system was booting properly from C: just a couple days ago. My motherboard is a Lucky Star UM8498 and the controller is a Pine Tech PT627B.

Any suggestions would be greatly appreciated!

Did you check you not have a overlay/similar etc on mbr?

I'm not quite familiar with what that is. Seems to be a way to trick DOS into using larger drives? Is there a way to check? I didn't do anything special when I installed DOS. I used the cleanhdd.exe on the CF card first then used the installer to partition and format the 1GB CF card.

Reply 3 of 11, by timdog

User metadata
Rank Newbie
Rank
Newbie

I'm still struggling with this. I thought it might be a problem with the Pine 627B VLB controller card but I completely removed it from the system so there are no drives attached and it is still trying to boot from a floppy drive first after about a 20 second wait even though A drive is removed in the BIOS, floppy seek at boot is disabled and boot order is C: A:. It's got to be motherboard related at this point. Is there something wrong with my AMI WinBios? I did a reset on the BIOS today and that didn't change anything.

Reply 4 of 11, by BinaryDemon

User metadata
Rank Oldbie
Rank
Oldbie

CMOS battery good?

Reply 5 of 11, by Law212

User metadata
Rank Oldbie
Rank
Oldbie

Can you set it to boot with just C: and not C: and then A?

Reply 7 of 11, by timdog

User metadata
Rank Newbie
Rank
Newbie
Law212 wrote on Yesterday, 19:09:

Can you set it to boot with just C: and not C: and then A?

Only options are “C: A:” and “A: C:”

Reply 8 of 11, by EduBat

User metadata
Rank Member
Rank
Member

I was having these kind of problems with a computer I have with AMIBIOS, even after resetting the BIOS settings with the jumper. Now I always load the fail-safe settings after playing with the jumper and reboot. After that the problems disappear. I can then also adjust all the other BIOS settings without problems.

Reply 9 of 11, by jakethompson1

User metadata
Rank l33t
Rank
l33t

AMIBIOS uses the BIOS settings you've entered to decide whether or not to do an ATA IDENTIFY to the drive. This is to be backward-compatible in case you're using an MFM/RLL controller and not IDE. Maybe there is some timing issue?
Since the CF doesn't support multi-sector anyway, it could be that if you've switched it from disabled to some number or Auto.
LBA could also trigger this, but you probably had it enabled the whole time, and if so, it's probably not this but something else.
You could try disabling 32bit, even though it should work fine.

Reply 10 of 11, by DaveDDS

User metadata
Rank Oldbie
Rank
Oldbie
timdog wrote on Yesterday, 19:48:

Only options are “C: A:” and “A: C:”

Does sound like CMOS battery -> going to defaults.

If you set it to A: C: or C: A: does it "stick" (try both) - just confirming that CMOS is retaining content.
If you set to floppies none and remove the drives (so it can't detect them) - it should definitely not be trying to boot from floppy.

Remove all cards you absolutely don't need to boot (if mainboard has built in floppy, hard drive, video etc. - use whatever you can)
I've seen add-in cards with "BIOS extensions" which can cause such problems.

Also, re-arrange your RAM sticks - I've seen weird things happen with a "hidden" RAM failure.

Do you have another hard drive to try? - I have seen weird/corrupted hard boot sectors which redirect boot back to floppy (I would expect this to happen even after failed floppy boot - but you never know what things BIOS is recalling as it tries to boot.

Just trying to narrow down where the problem happens.

- Dave ; https://dunfield.themindfactory.com ; "Daves Old Computers" ; SW dev addict best known:
ImageDisk: rd/wr ANY floppy PChardware can ; Micro-C: compiler for DOS+ManySmallCPU ; DDLINK: simple/small FileTrans(w/o netSW)via Lan/Lpt/Serial

Reply 11 of 11, by timdog

User metadata
Rank Newbie
Rank
Newbie
jakethompson1 wrote on Yesterday, 22:00:
AMIBIOS uses the BIOS settings you've entered to decide whether or not to do an ATA IDENTIFY to the drive. This is to be backwar […]
Show full quote

AMIBIOS uses the BIOS settings you've entered to decide whether or not to do an ATA IDENTIFY to the drive. This is to be backward-compatible in case you're using an MFM/RLL controller and not IDE. Maybe there is some timing issue?
Since the CF doesn't support multi-sector anyway, it could be that if you've switched it from disabled to some number or Auto.
LBA could also trigger this, but you probably had it enabled the whole time, and if so, it's probably not this but something else.
You could try disabling 32bit, even though it should work fine.

Multi-Sector Transfer is set to Auto currently. There is no disable. Only auto, 2, 4 and 8. I’ve never changed this value.
32 but transfer has been enabled and disabled and it doesn’t seem to matter.
LBA has been enabled the whole time.