定时重启之后停在了GRUB 菜单

Open
#83 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
linux, shell

Research direction

Start by reproducing the scheduled 30 3 * * 3 /bin/sync && /sbin/reboot reboot with the OpenWrt 24.10.4 x86-64 EFI image and the reported 24.10.5 version. Inspect the GRUB menu behavior and compare normal and reboot -f execution; the issue is done when the scheduled reboot proceeds past GRUB without leaving the router offline.

Written by the indexing model from the issue text.

Description

在 OpenWrt 设置了定时重启(点击【系统】→ 【定时重启】→勾选【启用】→【星期三】→小时【3】→分钟【30】→保存并应用),
而且在计划任务里也看到了有一条命令
30 3 * * 3 /bin/sync && /sbin/reboot,
可是到周三 03:30执行的时候,OpenWrt 重启后,进入了GRUB 菜单(启动选项选择菜单)。停在了菜单高亮OpenWrt那一项上,然后就不往下执行了,导致断网了。请问这种情况你发现了吗?如何解决呢?

Image Image

我用的镜像是你的 openwrt-24.10.4-x86-64-generic-squashfs-combined-efi.img.gz,
目前在线升级到了 OpenWrt 24.10.5 r29087-d9c5716d1d

我自己尝试更改了命令为:
30 3 * * 3 /bin/sync && /sbin/reboot -f
可是执行之后仍然停在了GRUB 菜单

Dominant language
No language data
Stars
608
Forks
124
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from sbwml/builder

All issues in sbwml/builder

Similar issues

More Operating Systems issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.