[PATCH] grub-core: Pass -P to zpool status

2022-11-07 Thread Arsen Arsenović via Grub-devel
zpool status by default prints basenames of VDEVs, which means that GRUB would have to go around guessing to see whether a VDEV exists. Instead, it'd be more robust to simply tell zpool to give us full paths to VDEVs via -P. --- Hey there, While setting up a new GNU+Linux install on a ZFS root, u

Re: Grub saved my Laptop, and made it usable. so i wanted to say thanks to everybody that worked on it.

2022-11-07 Thread James Wabi
Thanks vladimir, sadly it did not work. What i did was to include the memmap line like this on* boot/grub/grub.cfg* # This Menu entry brought to you courtesy of https://www.pendrivelinux.com/install-grub2-on-usb-from-ubuntu-linux/ set timeout=10 set default=0 menuentry "Run Ubuntu Live ISO" { l

Re: [PATCH v4 2/2] mm: Better handling of adding new regions

2022-11-07 Thread Zhang Boyang
Hi, On 2022/10/20 20:50, Daniel Kiper wrote: On Sat, Oct 15, 2022 at 10:15:12PM +0800, Zhang Boyang wrote: Previously, there are two problems of the handling of adding new Please drop "Previously". It is not needed... regions. First, it doesn't take region management cost into account. Addi