Bug#641230: Can't complete installation due to warning about unencrypted swap

2011-09-11 Thread Mirko Vogt
Package: installation-reports Image version: debian-testing-i386-netinst.iso (weekly-build, calendar week: 36, md5sum of iso: 39150c40504b2ca239ce072bf9882d0d) Boot method: USB stick (used iso image) Initial boot: [O] Detect network card:[O] Configure network: [O] Detect CD:

Bug#641230: Can't complete installation due to warning about unencrypted swap

2011-09-11 Thread Mirko Vogt
Addition: When deleting the swap-LV inside the partitioner - therewith not going to create swap-space - the error does not occur and I'm able to continue and complete the installation. -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#980782: os-prober: linux-boot-prober returning "root=/dev/dm-X" line instead of expected "root=UUID=[UUID128]

2021-01-21 Thread Mirko Vogt
Package: os-prober Version: 1.77 Severity: important I noticed when running update-grub on Debian stable and testing, that the resulting grub.cfg has lines as part of menuentres like: "linux [..] root=/dev/dm-X" for found linux installations on other block devices - in my case

Bug#980782: Acknowledgement (os-prober: linux-boot-prober returning "root=/dev/dm-X" line instead of expected "root=UUID=[UUID128])

2021-01-21 Thread Mirko Vogt
Just adding, this isn't only a feature request but results in non-bootable systems. If one of the os-probe'd systems e.g. is also a Debian, it will drop into an initramfs due to not finding the root device. This is due to - within the initramfs - the VGs as part of the the LVM system only get

Bug#980782: Info received (Bug#980782: Acknowledgement (os-prober: linux-boot-prober returning "root=/dev/dm-X" line instead of expected "root=UUID=[UUID128]))

2021-01-21 Thread Mirko Vogt
Looking at /usr/share/initramfs-tools/scripts/local-top/lvm2 more closely, passing a UUID also wouldn't trigger a `vgchange -ay` here. But a path like /dev/mapper/X would. So maybe the question is rather: how to make os-prober return a "root=/dev/mapper/X" line instead of one containing a