Answers for "ubuntu custuom boot iso /etc/grub.d/"

0

ubuntu custuom boot iso /etc/grub.d/

#!/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 "Ubuntu Desktop ISO" {
 loopback loop /ubuntu.iso
 linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/ubuntu.iso noeject noprompt splash --
 initrd (loop)/casper/initrd.lz
}
Posted by: Guest on July-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language