OSDN Git Service

[change] : Changedd mirror order
[alterlinux/alterlinux.git] / syslinux / archiso_sys_rescue.cfg
1 # Yamada Hayao
2 # Twitter: @Hayao0819
3 # Email  : hayao@fascode.net
4 #
5 # (c) 2019-2021 Fascode Network.
6 #
7
8 LABEL safegraphic
9 TEXT HELP
10 Disable KMS. Try it if you are having problems with graphics.
11 Specifically, add nomodeset to the kernel parameters.
12 ENDTEXT
13 MENU LABEL Boot %OS_NAME% (%ARCH%) with safe graphics
14 LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
15 INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/%ARCH%/archiso.img
16 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodeset
17
18 LABEL rescue
19 TEXT HELP
20 Start with minimal of prompts. do not use systemd.
21 Please use it in the environment where GUI cannot be started.
22 ENDTEXT
23 MENU LABEL Boot %OS_NAME% (%ARCH%) without GUI
24 LINUX /%INSTALL_DIR%/boot/%ARCH%/%KERNEL_FILENAME%
25 INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/%ARCH%/archiso.img
26 APPEND arch=%ARCH% archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% systemd.unit=multi-user.target nomodeset