Re: Is there another list that might be better to ask questions on? Some questions get quick replies, and others are total igno
"Michael D. Setzer II via users" <[email protected]>
| Newsgroups | gmane.linux.redhat.fedora.general |
|---|---|
| Message-ID | <[email protected]> |
On 31 May 2026 at 10:59, Samuel Sieb wrote: Date sent: Sun, 31 May 2026 10:59:31 -0700 Subject: Re: Is there another list that might be better to ask questions on? Some questions get quick replies, and others are total ignored. To: [email protected] From: Samuel Sieb <[email protected]> Send reply to: Community support for Fedora users <[email protected]> > On 5/31/26 9:47 AM, Michael D. Setzer II via users wrote: > > [snip] > This looks like a copy of an email you sent as: > "OT: Creating an RPM and/or adding a project to grub2 boot" > > If no one has an answer, then it's unlikely to get a reply. It doesn't > necessarily mean it was "ignored". Also indicating that it's off-topic > is likely to discourage responses. > > But the big problem is that your emails can be very hard to understand. > In this case, I don't even know what the question is. You put "Any > suggestions." at the bottom, but I don't see a question or problem > described. > In my disk imaging project include a script that allows adding g4l to grub2 similar to memtest86+ The g4l-lite-fc43.zip has the kernel and initramfs.lzma files and all the grub4dos bios and grub4dos. For the grub2 the kernel file bz7x0.1 and initramfs.lzma need to be added to /boot, and the /boot/loader/entries/needs to be created. cat mkefiloader.sh #!/usr/bin/bash unzip g4l-lite-fc43.zip linux/bz7x0.1 linux/initramfs.lzma -d /boot # puts kernel and initramfs in /boot directory # create /boot/loader/entries for option to load from grub2 machineid=$(cat /etc/machine-id) { echo title G4L 0.70 echo version 0.G4L echo linux /$(ls bz* | grep -v .config) echo initrd /initramfs.lzma echo grub_users \$grub_users echo grub_arg --unrestricted echo grub_class fedora } >/boot/loader/entries/"$machineid"-0-G4L.conf Don't see what is so complicated in that. > -- > _______________________________________________ > users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > 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/[email protected] > Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new +------------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor (Retired) mailto:[email protected] mailto:[email protected] mailto:[email protected] Guam - Where America's Day Begins G4L Disk Imaging Project maintainer http://sourceforge.net/projects/g4l/ +------------------------------------------------------------+ -- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new