[GH-ISSUE #30] slower boot #29

Closed
opened 2026-03-03 18:48:21 +03:00 by kerem · 4 comments
Owner

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

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
kerem closed this issue 2026-03-03 18:48:21 +03:00
Author
Owner

@oerg866 commented on GitHub (Apr 24, 2025):

Uh....... Sorry but I don't understand this request?

<!-- gh-comment-id:2826133529 --> @oerg866 commented on GitHub (Apr 24, 2025): Uh....... Sorry but I don't understand this request?
Author
Owner

@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 left a comment (oerg866/win98-quickinstall#30)
https://github.com/oerg866/win98-quickinstall/issues/30#issuecomment-2826133529

Uh....... Sorry but I don't understand this request?


Reply to this email directly, view it on GitHub
https://github.com/oerg866/win98-quickinstall/issues/30#issuecomment-2826133529,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AEZIXJAGHXBZ6YGUHVAQKYL23BFY7AVCNFSM6AAAAABZRXWJPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMRWGEZTGNJSHE
.
You are receiving this because you authored the thread.Message ID:
@.***>

<!-- gh-comment-id:2827885534 --> @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 <except F8> 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* left a comment (oerg866/win98-quickinstall#30) > <https://github.com/oerg866/win98-quickinstall/issues/30#issuecomment-2826133529> > > Uh....... Sorry but I don't understand this request? > > — > Reply to this email directly, view it on GitHub > <https://github.com/oerg866/win98-quickinstall/issues/30#issuecomment-2826133529>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AEZIXJAGHXBZ6YGUHVAQKYL23BFY7AVCNFSM6AAAAABZRXWJPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMRWGEZTGNJSHE> > . > You are receiving this because you authored the thread.Message ID: > ***@***.***> >
Author
Owner

@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

<!-- gh-comment-id:2831749465 --> @oerg866 commented on GitHub (Apr 26, 2025): Hello, I understand now, to change this behavior you need to rebuild the bootloader: https://github.com/oerg866/w98qi-tiny-floppy-bootloader/blob/c661539271532c2c1fda29486b7d3a00f1c102d5/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
Author
Owner

@oerg866 commented on GitHub (May 31, 2025):

Haven't heard back, so closing this for now :)

<!-- gh-comment-id:2924150207 --> @oerg866 commented on GitHub (May 31, 2025): Haven't heard back, so closing this for now :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/win98-quickinstall#29
No description provided.