Johannes Meixner

Results 667 comments of Johannes Meixner

It still works for me with my setup as in https://github.com/rear/rear/pull/2659#issuecomment-886692737 and now even booting the existing system from the built-in local harddisk works via the GRUB2 menu entry `Boot...

I think the function create_grub2_cfg() is still somewhat messy because my created boot/grub2/grub.cfg contains ``` search --no-floppy --file /boot/efiboot.img --set search --no-floppy --set=root --label MY-BOOT ``` I think it does...

@pcahyna thank you that you joined here because I need your GRUB2 knowledge: Could you tell whether or not my assumption in https://github.com/rear/rear/issues/2648#issuecomment-887383494 is true - i.e. whether or not...

My goal behind adding GRUB2 support for OUTPUT=USB is that ReaR uses only GRUB2 as recovery system bootloader so that we can drop using syslinux cf. https://github.com/rear/rear/issues/764

@pcahyna no need to be sorry - we all have various day job things to do. Yes, that is my question. When my assumption is true I would like to...

I have a generic question regarding "grub can boot from iso": Does "grub can boot from iso" mean something different than using GRUB2 as bootloader on an ISO as described...

Regarding more than one 'search' command in grub.cfg https://github.com/rear/rear/issues/2648#issuecomment-887383494 I asked our SUSE GRUB maintainer and he replied (excerpts) ``` > Currently our generated grub.cfg contains (excerpt) > -------------------------------------------------------------- >...

With https://github.com/rear/rear/pull/2662 merged we (hopefully) moved one more step forward with GRUB2 as bootloader for OUTPUT=USB.

@DEvil0000 @pcahyna I am not in the office until next Tuesday so I wish you a relaxed and recovering weekend!

This needs to be done before ReaR 2.7 release. I think it is already mostly done. I think only some config variable names need to be clarified. See also https://github.com/rear/rear/issues/2666