[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2022-12-15 Thread Mauricio Faria de Oliveira
** Changed in: lvm2 (Ubuntu Focal) Assignee: Mauricio Faria de Oliveira (mfo) => (unassigned) ** Tags removed: sts-sponsor-mfo -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2 in Ubuntu.

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2022-06-01 Thread Mauricio Faria de Oliveira
Verification done on focal-proposed; all good. Host: --- $ sudo dd if=/dev/sda of=/dev/null dd: failed to open '/dev/sda': No medium found $ lxc launch ubuntu:focal lp1834250 $ lxc config device add lp1834250 host-sda unix-block source=/dev/sda path=/dev/sda

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2022-06-01 Thread Robie Basak
Hello Scott, or anyone else affected, Accepted lvm2 into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/lvm2/2.03.07-1ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2022-05-30 Thread Mauricio Faria de Oliveira
** Patch added: "lp1834250_lvm2_focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1834250/+attachment/5593897/+files/lp1834250_lvm2_focal.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2 in

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2022-05-30 Thread Mauricio Faria de Oliveira
Uploaded to Focal, and tagged block-proposed-focal. Attaching slightly modified debdiff (local build version), for users who want to build lvm2 before a SRU is released. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2022-05-30 Thread Mauricio Faria de Oliveira
** Description changed: [Impact]  * `update-grub` (actually `vgs`) complains about    'No medium found' on systems with card readers    that have no card in.  * This may confuse users who aren't sure whether    it means problems occurred with the bootloader,    and concern

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2022-05-30 Thread Mauricio Faria de Oliveira
Setup: -- Add '/dev/sda' from the host to a Focal LXD container: $ lxc launch ubuntu:focal 'focal-container' $ lxc config device add 'focal-container' 'lxc-dev-sda' unix-block source='/dev/sda' path='/dev/sda' Device: --- $ grep ^

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2022-05-30 Thread Mauricio Faria de Oliveira
** Also affects: lvm2 (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: lvm2 (Ubuntu) Status: Confirmed => Fix Released ** Changed in: lvm2 (Ubuntu) Importance: Low => Undecided ** Changed in: lvm2 (Ubuntu Focal) Status: New => In Progress ** Changed

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2022-01-05 Thread Maciek Sakrejda
I also ran into this on 20.04. Comment#16 (albeit with different device filters, also for SD card readers) worked for me as a workaround. Opaque errors from GRUB always make me uneasy, since I always worry my machine may not come back after the next reboot. I'm sure I'm not alone. Is there

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2021-09-17 Thread anand
In MacBook Pro 2015, the inbuilt SD Card Reader needs to be filtered out. Comment#16 helped me fix the issue. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2 in Ubuntu. https://bugs.launchpad.net/bugs/1834250 Title:

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2021-04-18 Thread Frank vdL
Mind the trailing "|" in above comment. Hence the correct way is : global_filter = [ "r|/dev/disk/by-id/.*Reader_058F312D81B.*|" ] -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2 in Ubuntu.

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2021-04-13 Thread Andreas
You can prevent lvm2 from scanning the card reader by using the global filter. Instead of using drive letters for the filter, like 'sde' which is liable to change, use the id of the device(s). E.g.: # ls -l /dev/disk/by-id/ | grep sd[e-h] lrwxrwxrwx 1 root root9 Apr 13 11:06

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2021-03-20 Thread Andy Igoshin
ubuntu 20.04.1 # update-grub Sourcing file `/etc/default/grub' Sourcing file `/etc/default/grub.d/init-select.cfg' Generating grub configuration file ... Found linux image: /boot/vmlinuz-5.8.0-45-generic Found initrd image: /boot/initrd.img-5.8.0-45-generic Found linux image:

[Touch-packages] [Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2021-02-22 Thread Julian Andres Klode
This comes from lvs in lvm2 ** Package changed: grub2 (Ubuntu) => lvm2 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lvm2 in Ubuntu. https://bugs.launchpad.net/bugs/1834250 Title: update-grub complains about