Answer the question
In order to leave comments, you need to log in
Error mounting iso image when installing CentOS 7 from USB flash via UEFI, where am I wrong?
I'm making a multiboot flash drive with iso images. The flash drive has two sections:
set timeout=10
set color_highlight=black/light-magenta
set root=(hd0,msdos2)
menuentry 'Install CentOS 7 Minimal from 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 16.04 from ISO' {
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 starts thinkingdracut-initqueue timeout - starting timeout scripts
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question