Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG Does not reboot when push "Boot the loader" #122

Closed
navhawk80 opened this issue Jul 14, 2023 · 3 comments
Closed

BUG Does not reboot when push "Boot the loader" #122

navhawk80 opened this issue Jul 14, 2023 · 3 comments

Comments

@navhawk80
Copy link

navhawk80 commented Jul 14, 2023

Install ENV:

  • motherboard: Gigabyte C246N-WU2
  • CPU: E-2226G
  • NIC: Intel I219-V

Arpl version: 23.7.3

DSM model: DS918+
DSM version: DSM 7.2-64570 Update 1

Issue: "Build the loader" from menu - then push "Boot the loader" from menu and it doesn't reboot. If I hard reset the PC it loads DSM without any issue, next reboots work. In other way If I connect a keyboard and monitor to PC I see that the console is alive and it reboots only if I type command "reboot" and push "Enter". Even if I reboot to the loader by using "RebootToArpl" script to update the loader or just to testing purpose and trying to reboot from menu by pushing "Boot the loader" it doesn't reboot. This issue starts to heppen to me since 2.7.0 or some earlier version. If I use "exit" - "reboot" in menu all works.
On second PC with Asrock J5005-itx motherboard all works well without any issue.
Thanks.

logs:

...

@wjz304
Copy link
Contributor

wjz304 commented Jul 14, 2023

Yes, some motherboards have compatibility issues with kexec,
But using kexec for kernel switching can reduce the probability of kernel crashes.

At present, it is not very clear what specific features will cause incompatibility.

You can execute this command in the shell
sed -i 's/#poweroff/poweroff/; s/kexec -f/#kexec -f/' /opt/arpl/boot.sh
Then go back to the advanced menu and perform "Persistence of arpl modifications".

@wjz304
Copy link
Contributor

wjz304 commented Jul 14, 2023

Alternatively, in the next version, let's make it a user's choice first

@navhawk80
Copy link
Author

Thank you. It works now. :))

wjz304 pushed a commit that referenced this issue Aug 29, 2024
Fixing missing information (bug ramdisk not patched)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants