Re: [PATCH] Mandatory install device check for PowerPC

2025-01-05 Thread Avnish Chouhan
without mentioning the install device. Thank you! Regards, Avnish Chouhan > -- > > Message: 5 > Date: Fri, 8 Nov 2024 15:07:29 +0300 > From: "Vladimir 'phcoder' Serbinenko" > To: The development of GNU GRUB > Subject: Re: [PATCH

Re: [PATCH] Mandatory install device check for PowerPC

2024-11-28 Thread Avnish Chouhan
al Suchánek To: avnish Cc: grub-devel@gnu.org, grub-devel-requ...@gnu.org, phco...@gmail.com, mch...@suse.com Subject: Re: [PATCH] Mandatory install device check for PowerPC Message-ID: Content-Type: text/plain; charset=iso-8859-1 Hello, thanks for the patch! On Sat, Nov 09, 2024 at 11:20:08A

Re: [PATCH] Mandatory install device check for PowerPC

2024-11-11 Thread Michal Suchánek
ning the install device. > Thank you! > > > Regards, > Avnish Chouhan > > -- > > > > Message: 5 > > Date: Fri, 8 Nov 2024 15:07:29 +0300 > > From: "Vladimir 'phcoder' Serbinenko" > > To: The development of GNU G

Re: [PATCH] Mandatory install device check for PowerPC

2024-11-08 Thread avnish
;Vladimir 'phcoder' Serbinenko" To: The development of GNU GRUB Subject: Re: [PATCH] Mandatory install device check for PowerPC Message-ID: Content-Type: text/plain; charset="utf-8" As discussed in another thread, this breaks installing from x86 onto removable disk f

Re: [PATCH] Mandatory install device check for PowerPC

2024-11-08 Thread Vladimir 'phcoder' Serbinenko
As discussed in another thread, this breaks installing from x86 onto removable disk for PPC Mac which is a supported workflow Le ven. 8 nov. 2024, 14:13, Avnish Chouhan a écrit : > This patch adds a check on install_device while installing grub for > PowerPC. > If install_device is not mentioned

[PATCH] Mandatory install device check for PowerPC

2024-11-08 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 and machine is detected as PowerPC, the error will be thrown and it will terminates the grub2-install operation. Running grub2-install on PowerPC without the install_dev

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