grub2-mkconfig produces multiple boot entries in grub2 boot menu.

2021-04-09 Thread George R Goffe via test
Hi, I wrote this problem as a bug, Bug ID: 1945821, a few days ago. Has anyone else seen this? Best regards, George... ___ test mailing list -- test@lists.fedoraproject.org To unsubscribe send an email to test-le...@lists.fedoraproject.org Fedora

Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-31 Thread stan
On Wed, 31 Jan 2018 13:58:52 -0800 Kevin Fenzi wrote: > Hey stan. > > I ran into this same issue here. It seems it's caused by > environment-modules. There's a bug on it: > > https://bugzilla.redhat.com/show_bug.cgi?id=1539856 Thanks, that's it! I checked, and that package

Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-31 Thread Kevin Fenzi
Hey stan. I ran into this same issue here. It seems it's caused by environment-modules. There's a bug on it: https://bugzilla.redhat.com/show_bug.cgi?id=1539856 kevin signature.asc Description: OpenPGP digital signature ___ test mailing list --

Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-31 Thread stan
On Wed, 31 Jan 2018 07:40:43 +0100 Adam Williamson wrote: > That's definitely weird! My first thought would be that it's possibly > a profile bug; check ~/.bash_profile , ~/.bashrc and /etc/profile.d/ > for anything that looks odd. Try as a different user; does it

Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-30 Thread Adam Williamson
nly start doing this. There is no issue with dracut or > grub2-mkconfig themselves. That's definitely weird! My first thought would be that it's possibly a profile bug; check ~/.bash_profile , ~/.bashrc and /etc/profile.d/ for anything that looks odd. Try as a different user; does it happen there? -- -- Adam

Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-30 Thread stan
ll try it. I had second thoughts about this, worried about bricking my machine. But, as I wrote Chris, the problem is in the automatic routing of command output to less, like systemd does. Not sure why bash would suddenly start doing this. There is no issue with dracut or grub2-mkconfig themsel

Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128 [Solved]

2018-01-30 Thread stan
t > > related messages it's plugging up the journal files, which went over > > 500MB in like two days. And due to a new kernel bug in 4.15, hence > > the bisecting, I'm running kernel 4.14. I just did dracut -f and > > grub2-mkconfig with this combination and it works fine.

Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-28 Thread Adam Williamson
On Sun, 2018-01-28 at 18:57 -0700, stan wrote: > On Mon, 29 Jan 2018 01:34:38 +0100 > Adam Williamson wrote: > > Thanks for the reply. > > > Hi Stan! One *possible* source of this might be a recent glibc change: > > > > * Fri Jan 19 2018 Björn Esser

Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-28 Thread stan
On Mon, 29 Jan 2018 01:34:38 +0100 Adam Williamson wrote: Thanks for the reply. > Hi Stan! One *possible* source of this might be a recent glibc change: > > * Fri Jan 19 2018 Björn Esser - > 2.26.9000-46 > - Remove deprecated libcrypt,

Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-28 Thread stan
, hence the > bisecting, I'm running kernel 4.14. I just did dracut -f and > grub2-mkconfig with this combination and it works fine. I have selinux in enforcing mode, so that could be it. I'll try setting enforcing to 0 and booting into an earlier kernel. ___

Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-28 Thread Adam Williamson
On Sun, 2018-01-28 at 11:49 -0700, stan wrote: > Just compiled a custom kernel. When I tried to create a custom > initramfs, the job seemed to create the file, but hung indefinitely in > D status, with call_r. Trying to recreate the grub.cfg file by running > grub2-mkconf

Re: dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-28 Thread Chris Murphy
r 500MB in like two days. And due to a new kernel bug in 4.15, hence the bisecting, I'm running kernel 4.14. I just did dracut -f and grub2-mkconfig with this combination and it works fine. -- Chris Murphy ___ test mailing list -- test@lists.fedoraproject

dracut and grub2-mkconfig hang indefinitely in rawhide, in uninterruptable sleep - 20180128

2018-01-28 Thread stan
Just compiled a custom kernel. When I tried to create a custom initramfs, the job seemed to create the file, but hung indefinitely in D status, with call_r. Trying to recreate the grub.cfg file by running grub2-mkconfig also went into uninterruptable sleep. When I ran this two weeks ago

grub2-mkconfig warning please don't use old title

2014-07-03 Thread Chris Murphy
I'm getting this on a clean Rawhide UEFI install, which includes grub2-2.02-0.6.fc21.x86_64. [root@localhost ~]# grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg Generating grub configuration file ... Found linux image: /boot/vmlinuz-3.16.0-0.rc3.git2.1.fc21.x86_64 Found initrd image: /boot

[SOLVED] Re: grub2-mkconfig not picking up all kernels on another partition

2013-06-24 Thread Frank McCormick
On 06/23/2013 10:04 PM, Frank McCormick wrote: On 06/23/2013 08:18 PM, Matthew Miller wrote: On Sun, Jun 23, 2013 at 03:54:33PM -0600, Chris Murphy wrote: bash -x grub2-mkconfig -o /boot/grub2/grub.cfg Post the result somewhere, then post the URL here. Sounds like an OS Prober issue, which

Re: grub2-mkconfig not picking up all kernels on another partition

2013-06-23 Thread Matthew Miller
On Sun, Jun 23, 2013 at 03:54:33PM -0600, Chris Murphy wrote: bash -x grub2-mkconfig -o /boot/grub2/grub.cfg Post the result somewhere, then post the URL here. Sounds like an OS Prober issue, which is more problematic on UEFI than BIOS usually. Try fpaste: $ echo foo |fpaste Uploading

F19 grub2-mkconfig makes F18 partition fail to run

2013-03-27 Thread Chuck Forsberg WA7KGX N2469R
I installed today's F19 rsync on my office machine. As usual, the install discovered the Win7 partition but not the Spherical Cow partition. After installing memtest and running memtest-seup I copied/pasted the displayed command to update grub.cfg. Upon rebooting and selecting Spherical Cow the

grubby vs. grub2-mkconfig

2012-04-17 Thread Adam Pribyl
There are at least two bugs that sum the confusion and remains in F17: https://bugzilla.redhat.com/show_bug.cgi?id=755272 https://bugzilla.redhat.com/show_bug.cgi?id=768106 In short: kernel install adds option to grub.cfg using grubby, while grub2-mkconfig generates a different menuentries

Re: grubby vs. grub2-mkconfig

2012-04-17 Thread Tom Horsley
is plain wrong, modifying it manually is the only way to go. What we should do is get rid of all the template files and grub2-mkconfig and just ship grubby. (One of the prime reasons grub replaced lilo was that you didn't have to remember to run some stupid tool after editing your grub config, yet here

Re: Grub2 mkconfig

2012-02-23 Thread Tom H
of 10_linux, grub2-mkconfig, and grub2-mkconfig_lib (or maybe it's not renamed in Fedora and is grub-mkconfig_lib) but I suspect that it's not only the menuentry titles that are the same in grub.cfg but that the root= values on the linux lines are all the same too and not pointing to the slackware

Re: Grub2 mkconfig

2012-02-23 Thread Michael Schwendt
On Wed, 22 Feb 2012 10:38:16 -0500, TD (Timothy) wrote: It's not the recovery mode entry that bothers me, but the fact that for all of the kernels in my boot parttion gets assigned to F17 or what every the last distro installed. Maybe the mkconfig program isn't samrt enought or maybe I should

Re: Grub2 mkconfig

2012-02-23 Thread Chris Adams
Once upon a time, Michael Schwendt mschwe...@gmail.com said: Is it a single /boot partition shared by multiple dists? If so, that has always been just an ugly work-around to escape from having to repartition. I prefer individual partitions for each dist plus installing each dist's boot loader

Re: Grub2 mkconfig

2012-02-23 Thread Adam Williamson
On Thu, 2012-02-23 at 09:40 -0600, Chris Adams wrote: Once upon a time, Michael Schwendt mschwe...@gmail.com said: Is it a single /boot partition shared by multiple dists? If so, that has always been just an ugly work-around to escape from having to repartition. I prefer individual

Re: Grub2 mkconfig

2012-02-23 Thread Chris Adams
Once upon a time, Adam Williamson awill...@redhat.com said: On Thu, 2012-02-23 at 09:40 -0600, Chris Adams wrote: That's what I used to do, but it didn't work for me with F16 and GRUB2. I get a warning that I shouldn't install GRUB2 to a partition and then an error about there not being

Re: Grub2 mkconfig

2012-02-23 Thread Adam Williamson
On Thu, 2012-02-23 at 14:14 -0600, Chris Adams wrote: Once upon a time, Adam Williamson awill...@redhat.com said: On Thu, 2012-02-23 at 09:40 -0600, Chris Adams wrote: That's what I used to do, but it didn't work for me with F16 and GRUB2. I get a warning that I shouldn't install GRUB2 to

Grub2 mkconfig

2012-02-22 Thread Timothy Davis
Once again grub2 has installed dozens (at least 20) different entries in my boot menu. I understand that Fedora is bleeding edge and not for the feint of heart I accept that and have no problem tweaking anything. But come on now! I feel like I should just rewrite the mkconfig program. My system is

Re: Grub2 mkconfig

2012-02-22 Thread T.C. Hollingsworth
On Wed, Feb 22, 2012 at 8:06 AM, Timothy Davis cpuobses...@gmail.com wrote: Once again grub2 has installed dozens (at least 20) different entries in my boot menu. I understand that Fedora is bleeding edge and not for the feint of heart I accept that and have no problem tweaking anything. But

Re: Grub2 mkconfig

2012-02-22 Thread Clyde E. Kunkel
On 02/22/2012 10:06 AM, Timothy Davis wrote: Once again grub2 has installed dozens (at least 20) different entries in my boot menu. I understand that Fedora is bleeding edge and not for the feint of heart I accept that and have no problem tweaking anything. But come on now! I feel like I should

Re: Grub2 mkconfig

2012-02-22 Thread Timothy Davis
On Wed, 2012-02-22 at 08:22 -0700, T.C. Hollingsworth wrote: On Wed, Feb 22, 2012 at 8:06 AM, Timothy Davis cpuobses...@gmail.com wrote: Once again grub2 has installed dozens (at least 20) different entries in my boot menu. I understand that Fedora is bleeding edge and not for the feint of

Re: Grub2 mkconfig

2012-02-22 Thread T.C. Hollingsworth
my own. You share a boot partition between all the distros? Yeah, grub2-mkconfig as it stands really has no way of figuring out which one's which in that case. You don't strictly have to edit/rewrite grub2-mkconfig, as long as Fedora is the only distro messing with GRUB. Fedora does not rerun

Re: Grub2 mkconfig

2012-02-22 Thread Tom H
setup is not typical and tweaking boot will always happen What do you expect grub2 to do? Why don't you maintain a custom file in /etc/grub.d/ and delete/move/chmod -x the ones that you don't want to be run by grub2-mkconfig? -- test mailing list test@lists.fedoraproject.org To unsubscribe: https

Fedora 16 grub2-mkconfig

2011-11-03 Thread Nicolae Ghimbovschi
Hello, I need help with a GRUB2 issue. Yesterday I did a preupgrade from F15 to F16. I've added a new custom menu entry for grub in /etc/grub.d/40_custom After running grub2-mkconfig -o /boot/grub2/grub.cfg, I saw that /boot/grub2/grub.cfg was not updated. grub2-mkconfig -o /boot/grub2

Re: Fedora 16 grub2-mkconfig

2011-11-03 Thread Michael Schwendt
On Thu, 3 Nov 2011 11:34:53 +0200, NG (Nicolae) wrote: After running grub2-mkconfig -o /boot/grub2/grub.cfg, I saw that /boot/grub2/grub.cfg was not updated. grub2-mkconfig -o /boot/grub2/grub.cfg Generating grub.cfg ... Found linux image: /boot/vmlinuz-3.1.0-5.fc16.x86_64 Found initrd

Re: Fedora 16 grub2-mkconfig

2011-11-03 Thread Michael Schwendt
On Thu, 3 Nov 2011 11:52:16 +0100, MS (Michael) wrote: On Thu, 3 Nov 2011 11:34:53 +0200, NG (Nicolae) wrote: After running grub2-mkconfig -o /boot/grub2/grub.cfg, I saw that /boot/grub2/grub.cfg was not updated. grub2-mkconfig -o /boot/grub2/grub.cfg Generating grub.cfg ... Found

Re: Fedora 16 grub2-mkconfig

2011-11-03 Thread Nicolae Ghimbovschi
mschwe...@gmail.com wrote: On Thu, 3 Nov 2011 11:52:16 +0100, MS (Michael) wrote: On Thu, 3 Nov 2011 11:34:53 +0200, NG (Nicolae) wrote: After running grub2-mkconfig -o /boot/grub2/grub.cfg, I saw that /boot/grub2/grub.cfg was not updated. grub2-mkconfig -o /boot/grub2/grub.cfg Generating