Re: Trying to install from ISO via grub.cfg - almost there?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 27 Aug 2022 00:27:24 +1000
Philip Rhoades via users wrote:

> Can anyone suggest what the problem is and how to resolve it?

Don't recognize this problem specifically, but I
have a USB stick with a bunch of iso files on it and a grub
configured to let me boot any of them. I used the info at:

https://wiki.archlinux.org/index.php/Multiboot_USB_drive

to create the usb stick, and it has been a handy thing
to have around (except for that one old computer I have
where the USB ports no longer work :-).

The grub config is full of stuff like this (this is just one
of the iso files I can boot):

set data_usb_uuid="7ad8f114-5b24-47bb-86c6-0b229519d76c"

function set_data_usb_root {
    insmod ext2
    insmod gzio
    insmod part_gpt
    insmod part_msdos
    load_env bootvid
    set root='hd0,msdos2'
    search --no-floppy --fs-uuid --set=root ${data_usb_uuid}
}

menuentry 'Fedora Workstation Live 64-bit 36 (1.5)' {
    set_data_usb_root
    set isofile="/images/Fedora-Workstation-Live-x86_64-36-1.5.iso"
    loopback loop "$isofile"
    linux (loop)/isolinux/vmlinuz ${bootvid} root=live:CDLABEL=Fedora-WS-Live-36-1-5 iso-scan/filename="$isofile" rd.live.image
    initrd (loop)/isolinux/initrd.img
}
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux