├── .gitattributes ├── LICENSE ├── adtxt.cfg ├── exithelp.cfg ├── f1.txt ├── f10.txt ├── f2.txt ├── f3.txt ├── f4.txt ├── f5.txt ├── f6.txt ├── f7.txt ├── f8.txt ├── f9.txt ├── install64.cfg ├── installDebian86.cfg ├── ldlinux.c32 ├── libcom32.c32 ├── libutil.c32 ├── livetxt.cfg ├── menu.cfg ├── prompt.cfg ├── readme.md ├── rescue.png ├── rescuemenu.cfg ├── rescuetxt.cfg ├── rqtxt.cfg ├── splash.png ├── stdmenu.cfg ├── syslinux.cfg ├── txt.cfg └── vesamenu.c32 /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | *.sln merge=union 7 | *.csproj merge=union 8 | *.vbproj merge=union 9 | *.fsproj merge=union 10 | *.dbproj merge=union 11 | 12 | # Standard to msysgit 13 | *.doc diff=astextplain 14 | *.DOC diff=astextplain 15 | *.docx diff=astextplain 16 | *.DOCX diff=astextplain 17 | *.dot diff=astextplain 18 | *.DOT diff=astextplain 19 | *.pdf diff=astextplain 20 | *.PDF diff=astextplain 21 | *.rtf diff=astextplain 22 | *.RTF diff=astextplain 23 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Chris Murray 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /adtxt.cfg: -------------------------------------------------------------------------------- 1 | label expert 2 | menu label ^Expert install 3 | kernel ubuntu-installer/amd64/linux 4 | append priority=low vga=788 initrd=ubuntu-installer/amd64/initrd.gz --- 5 | label cli-expert 6 | menu label Command-^line expert install 7 | kernel ubuntu-installer/amd64/linux 8 | append tasks=standard pkgsel/language-pack-patterns= pkgsel/install-language-support=false priority=low vga=788 initrd=ubuntu-installer/amd64/initrd.gz --- 9 | include ubuntu-installer/amd64/boot-screens/rqtxt.cfg 10 | -------------------------------------------------------------------------------- /exithelp.cfg: -------------------------------------------------------------------------------- 1 | label menu 2 | kernel ubuntu-installer/amd64/boot-screens/vesamenu.c32 3 | config ubuntu-installer/amd64/boot-screens/syslinux.cfg 4 | -------------------------------------------------------------------------------- /f1.txt: -------------------------------------------------------------------------------- 1 |  0fWelcome to Ubuntu!07 09F107 2 | 3 | This is an installation system for Ubuntu 20.04. 4 | It was built on 20101020ubuntu614. 5 | 6 | 0fHELP INDEX07 7 | 8 | 0fKEY TOPIC07 9 | 10 | <09F107> This page, the help index. 11 | <09F207> Prerequisites for installing Ubuntu. 12 | <09F307> Boot methods for special ways of using this system. 13 | <09F407> Additional boot methods; rescue mode. 14 | <09F507> Special boot parameters, overview. 15 | <09F607> Special boot parameters for special machines. 16 | <09F707> Special boot parameters for selected disk controllers. 17 | <09F807> Special boot parameters for the install system. 18 | <09F907> How to get help. 19 | <09F1007> Copyrights and warranties. 20 |  21 | For F1-F9 type control and F then the digit 1-9 22 | For F10 type control and F then the digit 0 23 |  24 | 25 | Press F2 through F10 for details, or ENTER to -------------------------------------------------------------------------------- /f10.txt: -------------------------------------------------------------------------------- 1 |  0fCOPYRIGHTS AND WARRANTIES07 09F1007 2 | 3 | Ubuntu is Copyright (C) 2004-2010 Canonical Ltd., and incorporates the work 4 | of many other original authors and contributors. 5 | 6 | The Ubuntu system is freely redistributable. After installation, the 7 | exact distribution terms for each package are described in the 8 | corresponding file /usr/share/doc/0bpackagename07/copyright. 9 | 10 | Ubuntu comes with 0fABSOLUTELY NO WARRANTY07, to the extent 11 | permitted by applicable law. 12 | 13 | This installation system is based on the Debian installer. See 14 | http://www.debian.org/ for more details and information on the Debian 15 | project. 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Press F1control and F then 1 for the help index, or ENTER to -------------------------------------------------------------------------------- /f2.txt: -------------------------------------------------------------------------------- 1 |  0fPREREQUISITES FOR INSTALLING UBUNTU07 09F207 2 | 3 | You must have at least 44 megabytes of RAM to use this Ubuntu installer. 4 | 5 | You should have space on your hard disk to create a new disk partition 6 | of at least 5 gigabytes to install a standard Ubuntu desktop system or 7 | at least 500 megabytes for a minimal server installation. You'll need 8 | more disk space to install additional packages, depending on what you 9 | wish to do with your new Ubuntu system. 10 | 11 | See the Installation Guide or the FAQ for more information; both 12 | documents are available at the Ubuntu web site, 0fhttp://www.ubuntu.com/07 13 | 14 | Thank you for choosing Ubuntu! 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Press F1control and F then 1 for the help index, or ENTER to -------------------------------------------------------------------------------- /f3.txt: -------------------------------------------------------------------------------- 1 |  0fBOOT METHODS07 09F307 2 | 3 | 0fAvailable boot methods:07 4 | 5 | 0finstall07 6 | Start the installation -- this is the default option. 7 | 0fexpert07 8 | Start the installation in expert mode, for maximum control. 9 | 0fcli07, 0fcli-expert07 10 | Minimal command-line system install. 11 | 0fmemtest07 12 | Perform a memory test. 13 | 14 | To use one of these boot methods, type it at the prompt, optionally 15 | followed by any boot parameters. For example: 16 | boot: install acpi=off 17 | 18 | If unsure, you should use the default boot method, with no special 19 | parameters, by simply pressing enter at the boot prompt. 20 | 21 | Except in expert mode, non-critical kernel boot messages are suppressed. 22 | 23 | Press F1control and F then 1 for the help index, or ENTER to -------------------------------------------------------------------------------- /f4.txt: -------------------------------------------------------------------------------- 1 |  0fRESCUE MODE07 09F407 2 | 3 | 0fUse one of these boot methods to rescue an existing install:07 4 | 5 | 0frescue07 6 | Boot into rescue mode. 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | To use one of these boot methods, type it at the prompt, optionally 15 | followed by any boot parameters. For example: 16 | boot: rescue acpi=off 17 | 18 | 19 | 20 | 21 | 22 | 23 | Press F1control and F then 1 for the help index, or ENTER to -------------------------------------------------------------------------------- /f5.txt: -------------------------------------------------------------------------------- 1 |  0fSPECIAL BOOT PARAMETERS - OVERVIEW07 09F507 2 | 3 | On a few systems, you may need to specify a parameter at the 0fboot:07 4 | prompt in order to boot the system. For example, Linux may not be able 5 | to autodetect your hardware, and you may need to explicitly specify 6 | its location or type for it to be recognized. 7 | 8 | For more information about what boot parameters you can use, press: 9 | 10 | <09F607> -- boot parameters for special machines 11 | <09F707> -- boot parameters for various disk controllers 12 | <09F807> -- boot parameters understood by the install system 13 | 14 | Note that to specify a parameter for a particular kernel module, use the form 15 | module.param=value, for example: libata.atapi_enabled=1 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Press F1control and F then 1 for the help index, or ENTER to -------------------------------------------------------------------------------- /f6.txt: -------------------------------------------------------------------------------- 1 |  0fSPECIAL BOOT PARAMETERS - VARIOUS HARDWARE07 09F607 2 | 3 | You can use the following boot parameters at the 0fboot:07 prompt, 4 | in combination with the boot method (see <09F307>). 5 | If you use hex numbers you have to use the 0x prefix (e.g., 0x300). 6 | 0f 7 | HARDWARE PARAMETER TO SPECIFY07 8 | IBM PS/1 or ValuePoint (IDE disk) 0fhd=0bcylinders0f,0bheads0f,0bsectors07 9 | Some IBM ThinkPads 0ffloppy.floppy=thinkpad07 10 | Protect I/O port regions 0freserve=0biobase0f,0bextent07[0f,0b...07] 11 | Laptops with screen display problems 0fvga=77107 12 | Use first serial port at 9600 baud 0fconsole=ttyS0,9600n807 13 | Force use of generic IDE driver 0fall_generic_ide=107 14 | Possible (temporary) workarounds for lockups or other hardware failures: 15 | disable buggy APIC interrupt routing 0fnoapic nolapic07 16 | (partly) disable ACPI 0facpi=noirq07 or 0facpi=off07 17 | disable USB 0fnousb07 18 | poll for interrupts 0firqpoll07 19 | 20 | For example: 21 | boot: install vga=771 noapic nolapic 22 | 23 | Press F1control and F then 1 for the help index, or ENTER to -------------------------------------------------------------------------------- /f7.txt: -------------------------------------------------------------------------------- 1 |  0fSPECIAL BOOT PARAMETERS - VARIOUS DISK DRIVES07 09F707 2 | 3 | You can use the following boot parameters at the 0fboot:07 prompt, 4 | in combination with the boot method (see <09F307>). 5 | 0f 6 | HARDWARE PARAMETER TO SPECIFY07 7 | Adaptec 151x, 152x 0faha152x.aha152x=0biobase07[0f,0birq07[0f,0bscsi-id07[0f,0breconnect07]]] 8 | Adaptec 1542 0faha1542.aha1542=0biobase07[0f,0bbuson0f,0bbusoff07[0f,0bdmaspeed07]] 9 | Adaptec 274x, 284x 0faic7xxx.aic7xxx=no_reset07 (enabled if non-zero) 10 | BusLogic SCSI Hosts 0fBusLogic.BusLogic=0biobase07 11 | Certain DELL machines 0faic7xxx.aic7xxx=no_probe07 12 | 13 | This list is incomplete, see the kernel's kernel-parameters.txt file 14 | for more. 15 | 16 | 17 | 18 | 19 | 20 | For example: 21 | boot: install aic7xxx.aic7xxx=no_probe 22 | 23 | Press F1control and F then 1 for the help index, or ENTER to -------------------------------------------------------------------------------- /f8.txt: -------------------------------------------------------------------------------- 1 |  0fSPECIAL BOOT PARAMETERS - INSTALLATION SYSTEM07 09F807 2 | 3 | You can use the following boot parameters at the 0fboot:07 prompt, 4 | in combination with the boot method (see <09F307>). These parameters 5 | control how the installer works. 6 | 0f 7 | RESULT PARAMETER07 8 | Disable framebuffer 0fvga=normal fb=false07 9 | Don't start PCMCIA 0fhw-detect/start_pcmcia=false07 10 | Force static network config 0fnetcfg/disable_dhcp=true07 11 | Set keyboard map 0fbootkbd=es07 12 | Select the Kubuntu desktop 0ftasks=kubuntu-desktop07 13 | 14 | Accessibility options (last 2 options not available for all images): 15 | Use high contrast theme 0ftheme=dark07 16 | Use Braille tty 0fbrltty=driver,device,texttable07 17 | Use Speakup 0fspeakup.synth=driver07 18 | 19 | 20 | For example: 21 | boot: install vga=normal fb=false 22 | 23 | Press F1control and F then 1 for the help index, or ENTER to -------------------------------------------------------------------------------- /f9.txt: -------------------------------------------------------------------------------- 1 |  0fGETTING HELP07 09F907 2 | 3 | If you can't install Ubuntu, don't despair! The Ubuntu team is ready to 4 | help you! We are especially interested in hearing about installation 5 | problems, because in general they don't happen to only 0fone07 person. 6 | We've either already heard about your particular problem and can dispense a 7 | quick fix, or we would like to hear about it and work through it with you, 8 | and the next user who comes up with the same problem will profit from your 9 | experience! 10 | 11 | See the Installation Guide or the FAQ for more information; both 12 | documents are available at the Ubuntu web site, 0fhttp://www.ubuntu.com/07 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Press F1control and F then 1 for the help index, or ENTER to -------------------------------------------------------------------------------- /install64.cfg: -------------------------------------------------------------------------------- 1 | menu title ubuntu latest LTS x64 2 | include ubuntu-installer/amd64/boot-screens/stdmenu.cfg 3 | label mainmenu 4 | menu label ^Back.. 5 | menu exit 6 | include ubuntu-installer/amd64/boot-screens/txt.cfg 7 | include ubuntu-installer/amd64/boot-screens/gtk.cfg 8 | menu begin advanced 9 | menu title Advanced options 10 | include ubuntu-installer/amd64/boot-screens/stdmenu.cfg 11 | label mainmenu 12 | menu label ^Back.. 13 | menu exit 14 | include ubuntu-installer/amd64/boot-screens/adtxt.cfg 15 | include ubuntu-installer/amd64/boot-screens/adgtk.cfg 16 | menu end 17 | -------------------------------------------------------------------------------- /installDebian86.cfg: -------------------------------------------------------------------------------- 1 | menu title debian latest x86 2 | include debian-installer/i386/boot-screens/stdmenu.cfg 3 | label mainmenu 4 | menu label ^Back.. 5 | menu exit 6 | include debian-installer/i386/boot-screens/txt.cfg 7 | include debian-installer/i386/boot-screens/gtk.cfg 8 | menu begin advanced 9 | menu title Advanced options 10 | include debian-installer/i386/boot-screens/stdmenu.cfg 11 | label mainmenu 12 | menu label ^Back.. 13 | menu exit 14 | include debian-installer/i386/boot-screens/adtxt.cfg 15 | include debian-installer/i386/boot-screens/adgtk.cfg 16 | menu end 17 | -------------------------------------------------------------------------------- /ldlinux.c32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris18890/boot-screens/d34466cf702b889d3ce682bc97d5d8cfd13e4260/ldlinux.c32 -------------------------------------------------------------------------------- /libcom32.c32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris18890/boot-screens/d34466cf702b889d3ce682bc97d5d8cfd13e4260/libcom32.c32 -------------------------------------------------------------------------------- /libutil.c32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris18890/boot-screens/d34466cf702b889d3ce682bc97d5d8cfd13e4260/libutil.c32 -------------------------------------------------------------------------------- /livetxt.cfg: -------------------------------------------------------------------------------- 1 | LABEL ubuntu-noble-desktop 2 | MENU LABEL ubuntu noble desktop 3 | KERNEL ubuntu-live/noble/casper/vmlinuz 4 | APPEND initrd=ubuntu-live/noble/casper/initrd root=/dev/nfs boot=casper ip=dhcp netboot=nfs nfsroot=192.168.0.5:/volume1/pxe/ubuntu-live/noble splash toram -- 5 | LABEL ubuntu-jammy-desktop 6 | MENU LABEL ubuntu jammy desktop 7 | KERNEL ubuntu-live/jammy/casper/vmlinuz 8 | APPEND initrd=ubuntu-live/jammy/casper/initrd root=/dev/nfs boot=casper ip=dhcp netboot=nfs nfsroot=192.168.0.5:/volume1/pxe/ubuntu-live/jammy splash toram -- 9 | LABEL ubuntu-focal-desktop 10 | MENU LABEL ubuntu focal desktop 11 | KERNEL ubuntu-live/focal/casper/vmlinuz 12 | APPEND initrd=ubuntu-live/focal/casper/initrd root=/dev/nfs boot=casper netboot=nfs nfsroot=192.168.0.5:/volume1/pxe/ubuntu-live/focal ip=dhcp splash toram -- 13 | -------------------------------------------------------------------------------- /menu.cfg: -------------------------------------------------------------------------------- 1 | menu hshift 13 2 | menu width 49 3 | menu margin 8 4 | menu title Installer boot menu 5 | include ubuntu-installer/amd64/boot-screens/stdmenu.cfg 6 | menu begin install ubuntu 7 | menu title Install Ubuntu 8 | include boot-screens/stdmenu.cfg 9 | menu begin ubuntu 10 | include boot-screens/install64.cfg 11 | menu end 12 | label mainmenu 13 | menu label ^Back.. 14 | menu exit 15 | menu end 16 | menu begin install debian x86 17 | menu title Install Debian x86 18 | include boot-screens/stdmenu.cfg 19 | menu begin ubuntu 20 | include boot-screens/installDebian86.cfg 21 | menu end 22 | label mainmenu 23 | menu label ^Back.. 24 | menu exit 25 | menu end 26 | menu begin live boot 27 | menu title Live Boot 28 | include boot-screens/stdmenu.cfg 29 | label mainmenu 30 | menu label ^Back.. 31 | menu exit 32 | include boot-screens/livetxt.cfg 33 | menu end 34 | menu begin rescue 35 | menu title Rescue Options 36 | include boot-screens/rescuemenu.cfg 37 | label mainmenu 38 | menu label ^Back.. 39 | menu default 40 | menu exit 41 | include boot-screens/rescuetxt.cfg 42 | menu end 43 | label netboot.xyz 44 | menu label Boot Netboot.XYZ via iPXE 45 | kernel netboot.xyz.lkrn 46 | label disk 47 | menu label Boot from Hard Disk 48 | menu default 49 | localboot 0 50 | label help 51 | menu label ^Help 52 | text help 53 | Display help screens; type 'menu' at boot prompt to return to this menu 54 | endtext 55 | config ubuntu-installer/amd64/boot-screens/prompt.cfg 56 | -------------------------------------------------------------------------------- /prompt.cfg: -------------------------------------------------------------------------------- 1 | prompt 1 2 | display ubuntu-installer/amd64/boot-screens/f1.txt 3 | timeout 0 4 | include ubuntu-installer/amd64/boot-screens/menu.cfg 5 | include ubuntu-installer/amd64/boot-screens/exithelp.cfg 6 | 7 | f1 ubuntu-installer/amd64/boot-screens/f1.txt 8 | f2 ubuntu-installer/amd64/boot-screens/f2.txt 9 | f3 ubuntu-installer/amd64/boot-screens/f3.txt 10 | f4 ubuntu-installer/amd64/boot-screens/f4.txt 11 | f5 ubuntu-installer/amd64/boot-screens/f5.txt 12 | f6 ubuntu-installer/amd64/boot-screens/f6.txt 13 | f7 ubuntu-installer/amd64/boot-screens/f7.txt 14 | f8 ubuntu-installer/amd64/boot-screens/f8.txt 15 | f9 ubuntu-installer/amd64/boot-screens/f9.txt 16 | f0 ubuntu-installer/amd64/boot-screens/f10.txt 17 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # boot-screens 2 | PXE Boot screens & menus 3 | 4 | See [PXE Boot repo](https://github.com/chris18890/pxe-boot) for setup scripts 5 | 6 | **note - livetxt.cfg will need updated with the IP address of the server** 7 | 8 | ## structure 9 | 10 | - `` 11 | - `boot-screens` 12 | - `rescue` 13 | - `avg ` (uses [Memdisk](https://www.syslinux.org/wiki/index.php?title=MEMDISK)) 14 | - `DBAN` (uses Memdisk) 15 | - `memtest86` (using the [bootable binary](http://memtest.org/#downiso)) 16 | - `pogostick` (uses Memdisk) 17 | - `ubuntu-installer` (latest LTS Netboot image hosted locally via vmlinuz/initrd) 18 | - `x64` (Focal) 19 | - `debian-installer` (latest Stable Netboot image hosted locally via vmlinuz/initrd) 20 | - `x86` (Bookworm) 21 | - `ubuntu-live` (desktop x64 hosted locally via vmlinuz/initrd, filesystem served over NFS, see note above) 22 | - `noble` 23 | - `jammy` 24 | - `focal` 25 | -------------------------------------------------------------------------------- /rescue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris18890/boot-screens/d34466cf702b889d3ce682bc97d5d8cfd13e4260/rescue.png -------------------------------------------------------------------------------- /rescuemenu.cfg: -------------------------------------------------------------------------------- 1 | menu background boot-screens/rescue.png 2 | menu color title * #ff000000 * 3 | menu color border * #00000000 #00000000 none 4 | menu color sel * #ffffffff #ff000000 * 5 | menu color unsel * #ff000000 #ffffffff * 6 | menu color hotsel 1;7;37;40 #ffffffff #ff888888 * 7 | menu color hotkey 1;7;37;40 #ff000000 #ff888888 * 8 | menu color tabmsg * #ff000000 #00000000 * 9 | menu color help 37;40 #ffdddd00 #00000000 none 10 | menu vshift 12 11 | menu rows 10 12 | menu helpmsgrow 15 13 | # The command line must be at least one line from the bottom. 14 | menu cmdlinerow 16 15 | menu timeoutrow 16 16 | menu tabmsgrow 18 17 | menu tabmsg Press ENTER to boot or TAB to edit a menu entry 18 | -------------------------------------------------------------------------------- /rescuetxt.cfg: -------------------------------------------------------------------------------- 1 | label arl 2 | menu label ^AVG Rescue CD 3 | kernel memdisk 4 | append iso raw initrd=avg/avg_arl.iso 5 | label dban 6 | menu label ^DBAN 7 | kernel memdisk 8 | append iso raw initrd=dban/dban.iso 9 | label memtest 10 | menu label ^Memtest86+ 11 | kernel memtest/memtest 12 | label Pogostick 13 | menu label ^Pogostick Password/Account Editor 14 | kernel memdisk 15 | append iso raw initrd=pogostick/cd140201.iso 16 | -------------------------------------------------------------------------------- /rqtxt.cfg: -------------------------------------------------------------------------------- 1 | label rescue 2 | menu label ^Rescue mode 3 | kernel ubuntu-installer/amd64/linux 4 | append vga=788 initrd=ubuntu-installer/amd64/initrd.gz rescue/enable=true --- quiet 5 | -------------------------------------------------------------------------------- /splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris18890/boot-screens/d34466cf702b889d3ce682bc97d5d8cfd13e4260/splash.png -------------------------------------------------------------------------------- /stdmenu.cfg: -------------------------------------------------------------------------------- 1 | menu background ubuntu-installer/amd64/boot-screens/splash.png 2 | menu color title * #FFFFFFFF * 3 | menu color border * #00000000 #00000000 none 4 | menu color sel * #ffffffff #76a1d0ff * 5 | menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * 6 | menu color tabmsg * #ffffffff #00000000 * 7 | menu color help 37;40 #ffdddd00 #00000000 none 8 | menu vshift 12 9 | menu rows 10 10 | menu helpmsgrow 15 11 | # The command line must be at least one line from the bottom. 12 | menu cmdlinerow 16 13 | menu timeoutrow 16 14 | menu tabmsgrow 18 15 | menu tabmsg Press ENTER to boot or TAB to edit a menu entry 16 | -------------------------------------------------------------------------------- /syslinux.cfg: -------------------------------------------------------------------------------- 1 | # D-I config version 2.0 2 | # search path for the c32 support libraries (libcom32, libutil etc.) 3 | path ubuntu-installer/amd64/boot-screens/ 4 | include ubuntu-installer/amd64/boot-screens/menu.cfg 5 | default ubuntu-installer/amd64/boot-screens/vesamenu.c32 6 | prompt 0 7 | timeout 0 8 | -------------------------------------------------------------------------------- /txt.cfg: -------------------------------------------------------------------------------- 1 | default install 2 | label install 3 | menu label ^Install 4 | menu default 5 | kernel ubuntu-installer/amd64/linux 6 | append vga=788 initrd=ubuntu-installer/amd64/initrd.gz --- quiet 7 | label cli 8 | menu label ^Command-line install 9 | kernel ubuntu-installer/amd64/linux 10 | append tasks=standard pkgsel/language-pack-patterns= pkgsel/install-language-support=false vga=788 initrd=ubuntu-installer/amd64/initrd.gz --- quiet 11 | -------------------------------------------------------------------------------- /vesamenu.c32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chris18890/boot-screens/d34466cf702b889d3ce682bc97d5d8cfd13e4260/vesamenu.c32 --------------------------------------------------------------------------------