OSDN Git Service

Initial commit
[rebornos/cnchi-gnome-mac-osdn.git] / syslinux / archiso_tail.cfg
1 LABEL existing
2 TEXT HELP
3 Boot an existing operating system.
4 Press TAB to edit the disk and partition number to boot.
5 ENDTEXT
6 MENU LABEL Boot RebornOS (after install)
7 COM32 boot/syslinux/chain.c32
8 APPEND hd0 0
9
10 LABEL Nvidia
11 TEXT HELP
12 Boot RebornOS with NVIDIA support.
13 ENDTEXT
14 MENU LABEL NVIDIA Reborn
15 LINUX boot/x86_64/vmlinuz
16 INITRD boot/intel_ucode.img,boot/x86_64/archiso.img
17 APPEND archisobasedir=%INSTALL_DIR% cow_spacesize=10G earlymodules=loop modules-load=loop rd.modules-load=loop nohibernate quiet nomodeset nouveau.modeset=0 modprobe.blacklist=nouveau modprobe.driver-nvidia udev.log-priority=crit rd.udev.log-priority=crit      archisolabel=%ARCHISO_LABEL%
18
19
20 # http://www.memtest.org/
21 LABEL memtest
22 MENU LABEL Run Memtest86+ (RAM test)
23 LINUX boot/memtest
24
25 # http://hdt-project.org/
26 LABEL hdt
27 MENU LABEL Hardware Information (HDT)
28 COM32 boot/syslinux/hdt.c32
29 APPEND modules_alias=boot/syslinux/hdt/modalias.gz pciids=boot/syslinux/hdt/pciids.gz
30
31 LABEL reboot
32 MENU LABEL Reboot
33 COM32 boot/syslinux/reboot.c32
34
35 LABEL poweroff
36 MENU LABEL Power Off
37 COM32 boot/syslinux/poweroff.c32