mirror of
https://github.com/oerg866/win98-quickinstall.git
synced 2026-04-25 21:15:52 +03:00
[GH-ISSUE #30] slower boot #29
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#29
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 @annaTank on GitHub (Mar 22, 2025).
Original GitHub issue: https://github.com/oerg866/win98-quickinstall/issues/30
Hi love the work you doing
I would like to just it to install as a VM on Truenas scale. but it times outs to quickly before I get to spice virtual consol. how can I extend it to 2 mins
is the a config file I can edit
Youse
Anna
@oerg866 commented on GitHub (Apr 24, 2025):
Uh....... Sorry but I don't understand this request?
@annaTank commented on GitHub (Apr 24, 2025):
Dear oerg
I love your project so much, I suggested it to the YouTube channel
Philscomputerlab @.*> in which he
did a video, https://www.youtube.com/watch?v=8V1bE43nbHM but in Trunas in
their virtual machine. By the time you start it and log in to the virtual
console, the boot state has timed out so is there a boot file which can be
modified as when it gets to the point, boots from CD, press any key to run quick install, and it counts down in seconds. In the virtual
console, it has already timed out. A 60-countdown would be useful. So, can
you tell me what file and line I need to change?
yours thankfully
Anna
On Thu, 24 Apr 2025 at 03:44, Eric Voirin @.***> wrote:
@oerg866 commented on GitHub (Apr 26, 2025):
Hello,
I understand now, to change this behavior you need to rebuild the bootloader:
github.com/oerg866/w98qi-tiny-floppy-bootloader@c661539271/bflop.asm (L503)The number in the string is the amount of seconds to load - unfortunately the way it is coded due to size constraints means that the range is "limited" from 0-9, however you can use a character with a higher ascii value. Since 0x30 ('0') is the lowest, really you can get a delay of up to 226 seconds
@oerg866 commented on GitHub (May 31, 2025):
Haven't heard back, so closing this for now :)