Added 1201 specific boot entries
This commit is contained in:
parent
5658b19cac
commit
79ad9f1412
10 changed files with 46 additions and 9 deletions
BIN
.linux_items/include/EFI/boot/icons/1201_eset.png
Normal file
BIN
.linux_items/include/EFI/boot/icons/1201_eset.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
BIN
.linux_items/include/EFI/boot/icons/1201_hdclone.png
Normal file
BIN
.linux_items/include/EFI/boot/icons/1201_hdclone.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
BIN
.linux_items/include/EFI/boot/icons/1201_mac-dgpu.png
Normal file
BIN
.linux_items/include/EFI/boot/icons/1201_mac-dgpu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3 KiB |
|
|
@ -37,3 +37,18 @@ menuentry "Linux" {
|
|||
#UFD# icon /EFI/boot/icons/wk_win.png
|
||||
#UFD# loader /EFI/microsoft/bootx64.efi
|
||||
#UFD#}
|
||||
#UFD#menuentry "ESET SysRescue Live" {
|
||||
#UFD# icon /EFI/boot/icons/1201_eset.png
|
||||
#UFD# loader /EFI/ESET/grubx64.efi
|
||||
#UFD#}
|
||||
#UFD#menuentry "HDClone" {
|
||||
#UFD# icon /EFI/boot/icons/1201_hdclone.png
|
||||
#UFD# loader /EFI/HDClone/grub.efi
|
||||
#UFD#}
|
||||
#UFD#menuentry "Mac dGPU Disable Tool" {
|
||||
#UFD# icon /EFI/boot/icons/1201_mac-dgpu.png
|
||||
#UFD# loader /dgpu/boot/x86_64/vmlinuz
|
||||
#UFD# initrd /dgpu/boot/intel_ucode.img
|
||||
#UFD# initrd /dgpu/boot/x86_64/archiso.img
|
||||
#UFD# options "archisobasedir=dgpu archisolabel=1201_UFD nomodeset"
|
||||
#UFD#}
|
||||
|
|
|
|||
9
.linux_items/include/syslinux/1201_eset.cfg
Normal file
9
.linux_items/include/syslinux/1201_eset.cfg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
LABEL eset
|
||||
TEXT HELP
|
||||
ESET SysRescue Live
|
||||
* Offline AV scanner
|
||||
ENDTEXT
|
||||
MENU LABEL ESET SysRescue Live
|
||||
LINUX ../casper/vmlinuz
|
||||
INITRD ../casper/initrd.lz
|
||||
APPEND boot=casper live-media=/dev/disk/by-label/1201_UFD splash
|
||||
9
.linux_items/include/syslinux/1201_hdclone.cfg
Normal file
9
.linux_items/include/syslinux/1201_hdclone.cfg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
LABEL hdclone
|
||||
TEXT HELP
|
||||
HDClone by Miray Software
|
||||
* Backups, cloning, etc
|
||||
ENDTEXT
|
||||
MENU LABEL HDClone 6
|
||||
LINUX boot/syslinux/memdisk
|
||||
INITRD ../sources/hdclone.iso
|
||||
APPEND iso
|
||||
|
|
@ -8,4 +8,4 @@ LABEL pxe
|
|||
CONFIG boot/syslinux/wk_pxe.cfg
|
||||
|
||||
LABEL sys
|
||||
CONFIG boot/syslinux/wk_sys.cfg
|
||||
CONFIG boot/syslinux/wk_sys_extras.cfg
|
||||
|
|
|
|||
|
|
@ -15,15 +15,15 @@ MENU TABMSG
|
|||
|
||||
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
|
||||
|
||||
MENU COLOR screen 30;44 #a0000000 #a0000000 none
|
||||
MENU COLOR border 30;44 #a0000000 #a0000000 none
|
||||
MENU COLOR title 1;36;44 #9033ccff #a0000000 none
|
||||
MENU COLOR screen 30;41 #a0000000 #a0000000 none
|
||||
MENU COLOR border 30;41 #a0000000 #a0000000 none
|
||||
MENU COLOR title 1;35;41 #90ff6666 #a0000000 none
|
||||
MENU COLOR sel 7;37;40 #e0ffffff #a0000000 std
|
||||
MENU COLOR disabled 37;44 #50ffffff #a0000000 none
|
||||
MENU COLOR unsel 37;44 #50ffffff #a0000000 none
|
||||
MENU COLOR disabled 37;41 #50ffffff #a0000000 none
|
||||
MENU COLOR unsel 37;41 #50ffffff #a0000000 none
|
||||
MENU COLOR help 37;40 #c0ffffff #a0000000 none
|
||||
MENU COLOR tabmsg 30;44 #a0000000 #a0000000 none
|
||||
menu color cmdmark 1;36;44 #9033ccff #a0000000 none
|
||||
MENU COLOR tabmsg 30;41 #a0000000 #a0000000 none
|
||||
menu color cmdmark 1;35;41 #90ff6666 #a0000000 none
|
||||
menu color cmdline 37;40 #c0ffffff #a0000000 none
|
||||
MENU COLOR timeout_msg 37;40 #80ffffff #a0000000 none
|
||||
MENU COLOR timeout 1;37;40 #c0ffffff #a0000000 none
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@ INCLUDE boot/syslinux/wk_head.cfg
|
|||
|
||||
INCLUDE boot/syslinux/wk_sys_linux.cfg
|
||||
#UFD#INCLUDE boot/syslinux/wk_sys_winpe.cfg
|
||||
INCLUDE boot/syslinux/wk_sys_extras_entry.cfg
|
||||
#UFD#INCLUDE boot/syslinux/1201_hdclone.cfg
|
||||
#UFD#INCLUDE boot/syslinux/1201_eset.cfg
|
||||
INCLUDE boot/syslinux/wk_hdt.cfg
|
||||
|
||||
INCLUDE boot/syslinux/wk_tail.cfg
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ INCLUDE boot/syslinux/wk_head.cfg
|
|||
INCLUDE boot/syslinux/wk_sys_linux.cfg
|
||||
INCLUDE boot/syslinux/wk_sys_linux_extras.cfg
|
||||
#UFD#INCLUDE boot/syslinux/wk_sys_winpe.cfg
|
||||
#UFD#INCLUDE boot/syslinux/1201_hdclone.cfg
|
||||
#UFD#INCLUDE boot/syslinux/1201_eset.cfg
|
||||
INCLUDE boot/syslinux/wk_hdt.cfg
|
||||
|
||||
INCLUDE boot/syslinux/wk_tail.cfg
|
||||
|
|
|
|||
Loading…
Reference in a new issue