OSDN Git Service

[update] : update serene channels
[alterlinux/LUBS.git] / nfb / isolinux.cfg
1 # SPDX-License-Identifier: GPL-3.0
2 #
3 # mk-linux419
4 # Twitter: @fascoder_4
5 # Email  : m.k419sabuaka@gmail.com
6 #
7 # (c) 2019-2020 Fascode Network.
8 #
9 # isolinux.cfg
10 #
11
12 UI vesamenu.c32
13
14 MENU TITLE %OS_NAME% Live Disc BIOS Mode Boot Options
15 MENU BACKGROUND splash.png
16 MENU COLOR title  1;37;44 #c0ffffff #00000000 std
17 MENU COLOR sel    1;32;40 #ff4da435 #ff000000 none
18 MENU COLOR hotsel 1;32;40 #ff4da435 #ff000000 none
19
20 DEFAULT live
21 TIMEOUT 30
22
23 LABEL live
24   MENU LABEL BIOS Boot the %OS_NAME% Desktop
25   LINUX /casper/vmlinuz
26   APPEND  noprompt  boot=casper initrd=/casper/initrd quiet splash --
27
28 LABEL xforcevesa
29   MENU LABEL BIOS Boot %OS_NAME% In Safe Graphics Mode
30   LINUX /casper/vmlinuz
31   APPEND  noprompt  boot=casper nomodeset xforcevesa initrd=/casper/initrd quiet splash --
32
33 LABEL live-install
34   MENU LABEL BIOS Direct Install %OS_NAME%
35   LINUX /casper/vmlinuz
36   APPEND  noprompt  boot=casper only-ubiquity initrd=/casper/initrd quiet splash ---
37
38 LABEL check
39   MENU LABEL Check %OS_NAME% Distro Integrity
40   LINUX /casper/vmlinuz
41   APPEND  boot=casper integrity-check initrd=/casper/initrd quiet splash --
42
43 LABEL memtest
44   MENU LABEL Run memtest (RAM test)
45   LINUX /install/memtest86+
46
47 LABEL existing
48   MENU LABEL Boot existing OS
49   COM32 chain.c32
50   APPEND hd0 0
51
52 LABEL reboot
53   MENU LABEL Power Off
54   COM32 poweroff.c32