lhh31

Results 7 comments of lhh31

Ok I think that is clear. It is not possible, nor advisable, to implement such a system where only the low bandwidth link is bi-directional and the high bandwidth link...

This would be using a unidirectional link + bidirectional link. The RTT time would be a measure of the downlink on the bidirectional link + uplink on unidirectional link. But...

@ejoerns the `by-uuid` will change when the update is applied, and the `by-path` is not accessible from grub. Are you meaning to use the `by-partuuid` as this is stored within...

@ejoerns from what I understand grub does not support using Partition UUID, but rather only supports the filesystem UUID. This means that the detection of the partition can only be...

@ejoerns I have an A B partitioning setup using grub on a EFI boot partition. Looking at the disk layout it is something like the following. ```` /dev/sda |-/dev/sda1 (vfat)...

@ejoerns it only changes when we have a usb drive connected to the system, in which case the disk do change in grub. The main cause we find is that...

@ejoerns the initramfs has one core feature where it creates a tmpfs to use as an overlay over the squashfd rootfs. This **probably** could be replicated by added some services...