Quantcast
Channel:
Viewing all articles
Browse latest Browse all 443

General support • GRUB menu entry in multiboot USB

$
0
0
Hello everyone! I want to add ISO to a multiboot disk. Can you please tell me how to set up entries in GRUB correctly?

Code:

menuentry "GhostBSD 24.07.1 XFCE" --class freebsd {    insmod iso9660    set isofile="/GhostBSD-24.07.1-XFCE.iso"    loopback loop $isofile    kfreebsd (loop)/boot/kernel/kernel    kfreebsd_module (loop)/boot/mfsroot.gz type=mfs_root}
Of the known data, I only have the name of the device

Code:

(hd0,2)
and the file

Code:

GhostBSD-24.07.1-XFCE.iso
which is located in the root of this device.

The current configuration of entries does not allow booting from USB into ISO.

Statistics: Posted by alexanderzhirov — Sun Oct 06, 2024 12:41 pm



Viewing all articles
Browse latest Browse all 443

Trending Articles