PeterSuh-Q3 / tinycore-redpill

GNU General Public License v3.0
230 stars 32 forks source link

long boot time #25

Closed aw0o closed 5 months ago

aw0o commented 5 months ago

Hi,

Thanks for your m-shell, it's very convenient to build a usable loader.

image

Everytime when I boot the loader, it stay on this status about 5 minutes and then the "boot timeout exceeded, booting...." appears. Is there any way to make the timeout shorter?

PeterSuh-Q3 commented 5 months ago

Normally, you should see the "boot timeout exceeded, booting...." message after 7 seconds (at most a few more seconds).

What is happening during the 5 minutes is that the boot process is forcibly stopped with ctrl+c before the 7 second timeout count ends.

You can check the /mnt/tcrp/friendlog.log file. The cause may be revealed in the log file.

Currently, there is no timestamp in front of the log line, but I will supplement this part again.