Re: Boot/Install from iso file
On 11/14/20 7:44 PM, Sergio Belkin wrote: Isn't there anyone that tried to do that? :-) Taking into account that Fedora is a distro that is always searching to be on the cutting edge: Don't you think that is somewhat annoying and a thing of the past to install from a usb stick (and not to mention from CD)? It could be nice to download the Fedora ISO to local drive and to install from it in a straightforward fashion... and to rely on some grub alchemy, I really don't see how this is useful, but I did spend some time trying it. The kernel and initrd loaded fine from the iso, but I haven't been able to figure out how to get it to start the installer from there. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-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/devel@lists.fedoraproject.org
Re: Boot/Install from iso file
Isn't there anyone that tried to do that? :-) Taking into account that Fedora is a distro that is always searching to be on the cutting edge: Don't you think that is somewhat annoying and a thing of the past to install from a usb stick (and not to mention from CD)? It could be nice to download the Fedora ISO to local drive and to install from it in a straightforward fashion... and to rely on some grub alchemy, It could be nice that you could tell the installer where do you have the iso file and install using it.. Yes I know, it sounds crazy, but sometimes nice things are born so... Greetings El mar., 10 nov. 2020 a las 10:16, Sergio Belkin () escribió: > Hi! > I have the following /etc/grub.d/40_custom file: > #!/usr/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 "Start Fedora-KDE-Live 33" --class fedora { > set isofile="/Fedora-KDE-Live-x86_64-33-1.2.iso" > loopback loop (lvm/fedora-home)/sergio/Descargas/Distros$isofile > linuxefi (loop)/isolinux/vmlinuz iso-scan/filename=${isofile} > root=live:CDLABEL=Fedora-KDE-Live-33-1-2 rd.live.image > initrdefi (loop)/isolinux/initrd.img > } > EOF > > > I have used that configuration a few years ago, but now it does not work. > If I choose that grub entry the screen goes black and I have to reboot. Is > there something wrong in my custom file? > > Thanks in advance! > > -- > -- > Sergio Belkin > LPIC-2 Certified - http://www.lpi.org > -- -- Sergio Belkin LPIC-2 Certified - http://www.lpi.org ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-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/devel@lists.fedoraproject.org
Boot/Install from iso file
Hi! I have the following /etc/grub.d/40_custom file: #!/usr/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 "Start Fedora-KDE-Live 33" --class fedora { set isofile="/Fedora-KDE-Live-x86_64-33-1.2.iso" loopback loop (lvm/fedora-home)/sergio/Descargas/Distros$isofile linuxefi (loop)/isolinux/vmlinuz iso-scan/filename=${isofile} root=live:CDLABEL=Fedora-KDE-Live-33-1-2 rd.live.image initrdefi (loop)/isolinux/initrd.img } EOF I have used that configuration a few years ago, but now it does not work. If I choose that grub entry the screen goes black and I have to reboot. Is there something wrong in my custom file? Thanks in advance! -- -- Sergio Belkin LPIC-2 Certified - http://www.lpi.org ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-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/devel@lists.fedoraproject.org