Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
}
Comment

PREVIOUS NEXT
Code Example
Shell :: mac find path of executable 
Shell :: find command name specifc directories 
Shell :: vscode kite extention uninstall 
Shell :: top commiters in nepal github 
Shell :: wingpersonal linux mint 
Shell :: Add Git Branch Name to Terminal Prompt (zsh) 
Shell :: ahk enable multimonitor 
Shell :: git rm folder 
Shell :: kali linuz 
Shell :: qemu convert qcow2 to vdi 
Shell :: Git log to see changes only for a specific branch 
Shell :: snap jdk 
Shell :: what is bash os 
Shell :: gnome terminal keep open 
Shell :: how to set umask in bashrs in linux 
Shell :: vim display the path 
Shell :: compile 32 bit on 64 bit linux 
Shell :: powershell try catch connect-viserver 
Shell :: command prompt change directory to network drive 
Shell :: git schannel 
Shell :: how to set min and max time for my password in ubuntu terminal 
Shell :: cant download tree ubuntu windows 10 
Shell :: how to install nginx on vbox on windows 10 
Shell :: GHDB categories 
Shell :: what should be used to create scratch orgs 
Shell :: fslstats volume 
Shell :: systemd edit sshd services 
Shell :: camera from usb pi 3 
Shell :: how to disable big sur apache 
Shell :: snap uninstall docker 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =