Complete isolinux changes and splash screens
Fancy isolinux stuff, yay Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
2267d62099
commit
30ff7ea7a6
@ -1,7 +1,6 @@
|
|||||||
ArchLinux
|
splash.rle
|
||||||
|
|
||||||
Availabe boot options:
|
Arch Linux Install and LiveCD (0e2008.12 "SantaClaus"07)
|
||||||
- arch to boot with pata-support
|
|
||||||
- archide to boot with ide-support
|
0eF207 -> more boot options 0eF307 -> Troubleshooting, Help
|
||||||
|
|
||||||
For other options press F2 key.
|
|
||||||
|
16
configs/install-iso/boot-files/isolinux/help.msg
Normal file
16
configs/install-iso/boot-files/isolinux/help.msg
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
splashsmall.rle
|
||||||
|
0e2008.12 "SantaClaus"07
|
||||||
|
|
||||||
|
Troubleshooting, Help:
|
||||||
|
----------------------------------
|
||||||
|
Problem with your IDE drives? Try booting the 0earchide07 image.
|
||||||
|
|
||||||
|
Usefull kernelparameters in case of trouble:
|
||||||
|
0eacpi=off07
|
||||||
|
0enoapic07
|
||||||
|
0epci=routeirq07
|
||||||
|
Append these to the available flavours, ex. arch noapic
|
||||||
|
|
||||||
|
|
||||||
|
0eF107 -> Start screen, 0eF207 -> Boot options
|
||||||
|
|
@ -1,16 +1,24 @@
|
|||||||
prompt 1
|
prompt 1
|
||||||
timeout 300
|
timeout 0
|
||||||
display boot.msg
|
display boot.msg
|
||||||
F1 boot.msg
|
F1 boot.msg
|
||||||
F2 options.msg
|
F2 options.msg
|
||||||
|
F3 help.msg
|
||||||
DEFAULT arch
|
DEFAULT arch
|
||||||
|
|
||||||
LABEL arch
|
LABEL arch
|
||||||
SAY Now booting the kernel from SYSLINUX...
|
|
||||||
KERNEL /boot/vmlinuz26
|
KERNEL /boot/vmlinuz26
|
||||||
APPEND lang=en locale=en_US.UTF-8 ramdisk_size=75% nitrd=/boot/archiso_pata.img
|
APPEND lang=en locale=en_US.UTF-8 ramdisk_size=75% initrd=/boot/archiso_pata.img
|
||||||
|
|
||||||
LABEL archide
|
LABEL archide
|
||||||
SAY Now booting the kernel from SYSLINUX...
|
|
||||||
KERNEL /boot/vmlinuz26
|
KERNEL /boot/vmlinuz26
|
||||||
APPEND lang=en locale=en_US.UTF-8 ramdisk_size=75% initrd=/boot/archiso_ide.img
|
APPEND lang=en locale=en_US.UTF-8 ramdisk_size=75% initrd=/boot/archiso_ide.img
|
||||||
|
|
||||||
|
LABEL memtest
|
||||||
|
KERNEL /boot/memtest
|
||||||
|
|
||||||
|
LABEL x86test
|
||||||
|
KERNEL /boot/x86test_zImage.bin
|
||||||
|
|
||||||
|
LABEL invaders
|
||||||
|
KERNEL /boot/invaders.img
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
ArchLinux boot options
|
splashsmall.rle
|
||||||
|
0e2008.12 "SantaClaus"07
|
||||||
|
|
||||||
- Trouble with IDE drives? use the 'archide' option
|
Boot flavours on this ISO:
|
||||||
|
----------------------------------
|
||||||
|
0earch07 : ArchLinux LiveCD [pata] (the Default)
|
||||||
|
0earchide07 : ArchLinux LiveCD [legacy IDE mode]
|
||||||
|
|
||||||
|
0ememtest07 : Run memtest (Memory Testing)
|
||||||
|
|
||||||
|
|
||||||
|
0eF107 -> Start screen, 0eF307 -> Troubleshooting, Help
|
||||||
|
|
||||||
Press F1 to return to the start screen
|
|
||||||
|
BIN
configs/install-iso/boot-files/isolinux/splash.rle
Normal file
BIN
configs/install-iso/boot-files/isolinux/splash.rle
Normal file
Binary file not shown.
BIN
configs/install-iso/boot-files/isolinux/splashsmall.rle
Normal file
BIN
configs/install-iso/boot-files/isolinux/splashsmall.rle
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user