Skip to content

Commit f1d3f34

Browse files
committed
EFI boot entry
1 parent ae2dd6d commit f1d3f34

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
title TCET Linux install medium (x86_64, UEFI)
2+
sort-key 01
3+
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
4+
initrd /%INSTALL_DIR%/boot/intel-ucode.img
5+
initrd /%INSTALL_DIR%/boot/amd-ucode.img
6+
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
7+
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=n cow_spacesize=5G nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes

efiboot/loader/loader.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
timeout 20
2+
default 01-archiso-x86_64-linux.conf

0 commit comments

Comments
 (0)