kexec-reboot icon indicating copy to clipboard operation
kexec-reboot copied to clipboard

Reboot in seconds, not minutes

Results 13 kexec-reboot issues
Sort by recently updated
recently updated
newest added

### Description A GRUB config file is present at /boot/grub/grub.cfg, but isn't detected by kexec-reboot. ### Environment Kernel: 5.17.12-gentoo-dist Ruby: ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux] GRUB: 2.06 kexec-config: commit...

Passthru to 'grubby' for Fedora-like systems.

I've made this script ignore any intel or amd microcode images, making it work on distros with such packages installed (such as Arch Linux with `amd-ucode` installed). This fixes the...

Non-English installations can produce a grub configuration that contain unicode characters. Set the regular expression encoding to UTF-8 instead of Windows-31J. I wasn't able to test this patch against grub...

I did't use kexec-reboot for quiet a long time. Since then grub files have been altered or generated differently and the regexp doesn't extract the correct values anymore. Additionally there...

When, having multiple arguments (files) in the initrd parameter (for example: `initrd /intel-ucode.img /initramfs-4.19-x86_64.img`), the script fails to read the corresponding kernel (I guess this happens to due loading both...

Noop mode shows what would have happened without executing kexec or reboot.

```` $ sudo dnf install ruby Fedora Modular 31 - x86_64 25 kB/s | 24 kB 00:00 Fedora Modular 31 - x86_64 - Updates 27 kB/s | 19 kB 00:00...

I have an entry that looks like the below that will not match the regex in grub2_kernel_entries. I've tried to improve it but after a couple of hours I had...

On my EL7 servers, I think kexec-reboot is having difficulty parsing the initrd arguments. Most of my kernels have this $tuned_initrd variable. kexec-reboot overlooks those grub entries and defaults to...