mirror of
https://github.com/oerg866/win98-quickinstall.git
synced 2026-04-26 13:35:58 +03:00
[GH-ISSUE #43] Condition 'fileDescriptorsToWrite[subFile] >= 0' failed #42
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/win98-quickinstall#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tinue on GitHub (May 30, 2025).
Original GitHub issue: https://github.com/oerg866/win98-quickinstall/issues/43
I am trying to quick-install Windows 98 to a Thinkpad T40. After formatting the drive, about in the middle of "Copying files (Operating System)", I get dropped to BusyBox with the error message in the title of this issue.
When creating the SD card image, I see no error messages. Creation is done on Windows 11 24H2.
Is there anything simple that I am overlooking?
@oerg866 commented on GitHub (May 31, 2025):
How are you booting this SD card? I had someone else have errors with dodgy SATA and SD adapters on a thinkpad that went away after changing the adapters used. Cheers!
@tinue commented on GitHub (May 31, 2025):
Hi, the Thinkpad is indeed a bit picky about USB sticks, but I never had an issue before with the brand that I used. To make sure that it's not about the stick, I also created an ISO and burned a DVD, and got the same result. Thanks! Martin
@tinue commented on GitHub (May 31, 2025):
Sorry, I made a mistake with the OS_ROOT folder: It doesn't directly contain the root, but a folder with the original partition name of the disk. I'll fix this and check again.
@tinue commented on GitHub (May 31, 2025):
User error... Sorry about this. I extracted the partition that I created with 86Box to OS_ROOT, using ISOBuster. I did not realize that ISOBuster extracted everything into a folder named after the partition, e.g. OS_ROOT/WIN98/WIN98; OS_ROOT/WIN98/WINDOWS etc. you get the picture. I moved everything up one level, and now the image boots and installs.
Currently I am seeing another problem (The file 'SynWDM.cat' on Windows 98 QuickInstall Slipstreamed Driver cannot be found), but I'll close this issue now.
@oerg866 commented on GitHub (May 31, 2025):
The cat files are a bit buggy and I don't know how to fix it properly but
they are completely irrelevant and can be skipped, the driver will still
install just fine!
Good to know that it works now! 😊
On Sat, May 31, 2025, 12:14 Martin @.***> wrote: