On 8 Mar 2025 at 23:21, Camina Shell via users wrote:

Subject:                Re: getting core dump with grub2-mkconfig on 
systems with windows7
        partitions?? (No windows menu entry?)
To:                     users@lists.fedoraproject.org
Date sent:              Sat, 08 Mar 2025 23:21:29 -0000
Send reply to:          Community support for Fedora users 
<users@lists.fedoraproject.org>
From:                   Camina Shell via users 
<users@lists.fedoraproject.org>
Copies to:              Camina Shell 
<fedoraproject.5c...@passfwd.com>

> Great findings! I may give it a go... I'm deciding whether or not to just 
> purge the W11 volume as I don't use it anyway.
> That said, I've been hunting down what changes, and been looking at the 
> commits to the grub area.
> Only found some nice security updates but nothing so far as to shine light on 
> this issue.
> 
> https://github.com/rhboot/grub2/commits/fedora-41/
> 
> I especially like this one. Even after decrypting disk (TPM or manual), you'd 
> now need to enter pass to edit kernel params etc.
> https://github.com/rhboot/grub2/commit/5050f7b71334b474abe4b7c5253d1600d35eb02b
> 
> Anyway, here's hoping they find this issue and patch it.
> -- 

Just as a temp fix. I created this file so that it creates entry. Again, 
mine is for windows 7, so yours might need some modification.

/etc/grub.d# cat 42_custom 
# !/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  
Simply type the
# menu entries you want to add after this comment.  Be careful not 
to change
# the 'exec tail' line above.
menuentry "Windows 7" {
     insmod ntfs
     set root=(hd0,2)  # Modify this to match your Windows partition
     chainloader +1
 }




> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue


+------------------------------------------------------------+
 Michael D. Setzer II - Computer Science Instructor (Retired)     
 mailto:mi...@guam.net                            
 mailto:msetze...@gmail.com
 mailto:msetze...@gmx.com
 Guam - Where America's Day Begins                        
 G4L Disk Imaging Project maintainer 
 http://sourceforge.net/projects/g4l/
+------------------------------------------------------------+



-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to