Re: [PATCH] Mandatory install device check for PowerPC

2024-05-29 Thread avnish
Hi Michal, Thank you so much for a response! We'll work on to figure out the type of machine. On no_prep, as per my analysis. Even with no install device given while installing. We observe boot corruption on some specific setups (mostly where we have multiple valid PReP partition available on

Re: [PATCH] Mandatory install device check for PowerPC

2024-05-27 Thread Michal Suchánek
Hello, On Mon, May 27, 2024 at 07:07:19PM +0530, Avnish Chouhan wrote: > This patch adds a check on install_device while installing grub for PowerPC. > If install_device is not mentioned in grub2-install, the error will be thrown. > Running grub2-install on PowerPC without the install_device may

Re: [PATCH] Mandatory install device check for PowerPC

2024-05-27 Thread Vladimir 'phcoder' Serbinenko
Le lun. 27 mai 2024, 16:38, Avnish Chouhan a écrit : > This patch adds a check on install_device while installing grub for > PowerPC. > If install_device is not mentioned in grub2-install, the error will be > thrown. > Running grub2-install on PowerPC without the install_device may > result in bo

[PATCH] Mandatory install device check for PowerPC

2024-05-27 Thread Avnish Chouhan
This patch adds a check on install_device while installing grub for PowerPC. If install_device is not mentioned in grub2-install, the error will be thrown. Running grub2-install on PowerPC without the install_device may result in boot corruption. Signed-off-by: Avnish Chouhan --- util/grub-inst