damm620
damm620
I will try this in the coming days, thank you :) We do not want to have a EFI entry in places where we cannot access it (e.g. VM in...
nope, with `OUTPUT_URL=null` the ISO will still be created: Click to expand ``` [root@SERVERNAME ~]# cat /etc/rear/site.conf OUTPUT=ISO # Creates an ISO file - other e.g. RAMDISK BACKUP=TSM # Backup/Restore...
> @damm620 without creating an ISO, how do you plan to boot the system into the rescue system? `OUTPUT` should then reflect what you want to use for rescue booting....
Hi @gdha, sorry, I was busy the last weeks. Thanks for the reminder. It looks like that config do the trick: config: ``` [root@SERVERNAME ~]# grep -i -e grub -e...
> @damm620 Indeed "Added 'Relax-and-Recover' GRUB 2 menu entry" worked as expected. No ISO made as well. You can now perform a test on your system to boot up with...
I also like to add that this config also worked for UEFI servers: config: ``` [root@SERVERNAME ~]# grep -i -e grub -e outp -e backup /etc/rear/site.conf |grep -v ^# GRUB_RESCUE=y...