NVMe support

2020-03-30 Thread Christian E . Jørgensen
Am I correct in assuming that GRUB relies on something like a BIOS for support of NVMe devices? I'm running coreboot with GRUB as the payload (on amd64 hardware) and GRUB does not seem to detect my NVMe device. If I use SeaBIOS instead of GRUB as the coreboot payload, then SeaBIOS detects the NVMe

RE: [PATCH] version: add a module to get GRUB version

2020-03-30 Thread Flavio Suligoi
Hi Paul, > > Thanks a lot for the patch. Thanks for your suggestions! ... > > Out of curiosity, are you using coreboot based firmware? No, I'm not, I'm using a custom Phoenix BIOS (customized for our one of our boards) ... > > > Kind regards, > > Paul Best regards, Flavio __

Re: [PATCH] version: add a module to get GRUB version

2020-03-30 Thread Paul Menzel
Dear Flavio, Thanks a lot for the patch. Am 30.03.20 um 17:02 schrieb Flavio Suligoi: Sometimes, writing a custom grub.cfg configuration file, especially with embedded systems, it is indispensable to know the version of the running GRUB. This is essential for every automatic sw update procedur

[PATCH] version: add a module to get GRUB version

2020-03-30 Thread Flavio Suligoi
Sometimes, writing a custom grub.cfg configuration file, especially with embedded systems, it is indispensable to know the version of the running GRUB. This is essential for every automatic sw update procedure. Additionaly to the standard GRUB version, I added a supplementary "OEM" version, to kee

does grub2 support proxy dhcp?

2020-03-30 Thread Olaf Hering
According to dnsmasq(8) one host can act as a plain DHCP server, while another one supplies TFTP. Apparently this is called "proxy-DHCP", and happens to work just fine with the ordinary 'pxelinux.0' bootfile from syslinux. With grub2 it fails because all the relevant variables for TFTP point to

Re: [PATCH v1] fix kernel cmdline corruption

2020-03-30 Thread Michael Chang
On Thu, Mar 26, 2020 at 10:33:01PM +0100, Daniel Kiper wrote: > CC-ing Vladimir... > > On Thu, Mar 19, 2020 at 03:48:28PM +0800, Michael Chang wrote: > > Hi Olaf, > > > > The patch rang a bell to me and eventually I figured out that I had > > similar patch posted. > > > > https://lists.gnu.org/arc

Re: fs/ntfscomp.c:82:11: error: ‘flg’ may be used uninitialized in this function [-Werror=maybe-uninitialized]

2020-03-30 Thread Michael Chang
On Fri, Mar 27, 2020 at 08:38:04AM -0700, PGNet Dev wrote: > On 3/27/20 7:45 AM, Daniel Kiper wrote: > >> _is_ a 'clear' env expected/recommended/required for a grub2 build? > > > > You control your own build environment. So, if you add options which are > > not supported by the GRUB then there is