gyrog

Results 37 comments of gyrog

@jamesbond3142, 1) Is there any chance you could produce another signed grub2? 2) Is it only the grub2 binary that has to be signed by the MOK private key? 3)...

i've updated 'init-singly.diff' to account for the changed 'init' in "testing". I can now remove 'init-move.diff'. I have not updated the "init-experiment" branch, and I will not. It can be...

Obvious question, what has changed since #2080? I'm not familiar with other Linux distributions, but it seems reasonable that /run should not be expected to persist. Maybe there needs to...

So, the code that expects persistence for files in /run, could still be out there. This may cause "complaints" that stuff is getting lost. That's why it would be good...

I have no problem booting BookwormPup64_10.0.6.iso via grub2 loopback feature. Here is my grub2 boot entry: menuentry "BookwormPup64_10.0.6.iso" { rmmod tpm insmod ext2 rootuuid=0db94719-cdf1-44b7-9766-23db62fb85a5 export rootuuid search --no-floppy --fs-uuid --set=root...

If I understand you correctly, you want to boot directly to the iso, not via the loopback.cfg. The following worked for me: menuentry "BookwormPup64_10.0.6.iso (direct)" { rmmod tpm insmod ext2...

"The menu boot failed." Of course it failed, the included UUID is for one of my partitions. For it to work you need to change the UUID to the one...