rocky-tools icon indicating copy to clipboard operation
rocky-tools copied to clipboard

Results 47 rocky-tools issues
Sort by recently updated
recently updated
newest added

I disabled secure boot (as it's not yet available) but I wasn't able to boot yet. this command fixed it: grub2-mkconfig --output=/boot/efi/EFI/rocky/grub.cfg I found it here: https://forums.rockylinux.org/t/solved-grub-prompt-after-centos-8-rl8-migration/2578

The migration was running along fine -- is there a way to recover gracefully? [migrate2rocky.log](https://github.com/rocky-linux/rocky-tools/files/8036472/migrate2rocky.log)

From testing on a few dedicated server providers, I ran into an issue with GRUB not working properly after the upgrade to RockyLinux 8.5 Example error message: ![image](https://user-images.githubusercontent.com/44349634/151680279-1dc1f73a-623e-4092-b10a-126e53ab3e54.png) ![image](https://user-images.githubusercontent.com/44349634/151680284-6e552682-9b28-4d68-b5b7-523e07f60e93.png) This...

I had an issue where a firewall blocked one of the URLs during the conversion. I have removed the rule that blocked the URL, but now if I try and...

System is installed with the following which are related to this issue: - CentOS 8.5 (fully updated) - Bright Cluster Manager 9.0-17 (fully updated) - MLNX_OFED_LINUX 4.9 (LTS) (Bright installer)...

I had the package _xz-lzma-devel_ installed. It relies on some feature or package which is not provided in Rocky, presumably. This halts the installation partway through. Uninstalling that package seemed...

I am trying to convert my laptop from Red Hat 8.5 to Rocky. I tried running the migrate2rocky.sh script, but it fails with the following (this is the entire content...

There could be a soft warning which checks the latest `migrate2rocky.sh` from github and warns if it is not the latest one, this could help for other circumstances too IMHO....

Not sure if this is a dumb question or not, but would migrate2rocky theoretically work for an AWS EC2 instance that was started from a Centos 8 image, or are...

Hi @pajamian, Running `migrate2rocky.sh` behind a firewall is kind of complicated because you could end up frequently with a broken installation, as the script has no "persistence" state, like I...