new note for backup partition
This commit is contained in:
parent
a3d518a5b3
commit
2da3250596
1 changed files with 7 additions and 0 deletions
7
note/grub_menuentry.txt
Normal file
7
note/grub_menuentry.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
menuentry "ubuntu-20.04.2.0-desktop-amd64.iso" {
|
||||
insmod ext2
|
||||
set isofile="/ubuntu-20.04.2.0-desktop-amd64.iso"
|
||||
loopback loop (hd0,5)$isofile
|
||||
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile quiet noeject noprompt splash
|
||||
initrd (loop)/casper/initrd
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue