set timeout=10
set color_highlight=black/light-magenta
set root=(hd0,msdos2)
menuentry 'CentOS 7 Install from Minimal ISO' {
set isofile="/iso/centos7minimal/CentOS-7-x86_64-Minimal-1511.iso"
loopback loop $isofile
linux (loop)/isolinux/vmlinuz iso-scan/filename=$isofile noeject
initrd (loop)/isolinux/initrd.img
}
menuentry 'Install Ubuntu Server from ISO 16.04' {
set isofile="/iso/ubuntuserver16.04/ubuntu-16.04-server-amd64.iso"
loopback loop $isofile
linux (loop)/install/vmlinuz
initrd (loop)/install/initrd.gz
}
kernel: loop: module loaded
and begins to thinkdracut-initqueue timeout - timeout starting scripts
linux (loop)/isolinux/vmlinuz iso-scan/filename=$isofile noeject root=live:LABEL=Metcalf rd.live.image
Find more questions by tags CentOSUEFIGRUBISODownload OC
linux (loop)/isolinux/vmlinuz0 iso-scan/filename=$isofile root=live:LABEL=CentOS-7-x86_64-LiveKDE-1511 rd.live.image
There is need to provide a label which is in iso file. I have kde shny image centos - laney38 commented on July 9th 19 at 13:28
/dev/loop0: UUID="2015-12-09-23-03-16-00" LABEL="CentOS 7 x86_64" TYPE="iso9660" PTUUID="57f6f38a" PTTYPE="dos"
The line now looks like this:
linux (loop)/isolinux/vmlinuz iso-scan/filename=$isofile noeject root=live:LABEL="CentOS 7 x86_64" rd.live.image
Not working. - moises commented on July 9th 19 at 13:34
vmlinuz0
initrd0.img
At least in kde-shny iso-schnick they are zeros, exact names should look inside the iso - laney38 commented on July 9th 19 at 13:43
On my iso, the kernel is called without the 0, and it is loaded, otherwise an error at the initial stage.
PS Thanks for the participation, by the way. - moises commented on July 9th 19 at 13:46
https://wiki.archlinux.org/index.php/Multiboot_USB...
Everything works. - laney38 commented on July 9th 19 at 13:52