[Lunar-commits] r19455 - lunar-iso/trunk/isolinux
Auke Kok
sofar at lunar-linux.org
Sun Mar 26 20:10:26 UTC 2006
Author: sofar
Date: 2006-03-26 20:10:25 +0000 (Sun, 26 Mar 2006)
New Revision: 19455
Modified:
lunar-iso/trunk/isolinux/f1.txt
lunar-iso/trunk/isolinux/f2.txt
lunar-iso/trunk/isolinux/f3.txt
lunar-iso/trunk/isolinux/f4.txt
lunar-iso/trunk/isolinux/isolinux.bin
lunar-iso/trunk/isolinux/isolinux.cfg
Log:
New isolinux version 3.11 - hopefully fixes boot issues I've had
update memtest version display to 1.65
update screens to reflect module loading changes
update ramdisk size
Modified: lunar-iso/trunk/isolinux/f1.txt
===================================================================
--- lunar-iso/trunk/isolinux/f1.txt 2006-03-26 16:47:12 UTC (rev 19454)
+++ lunar-iso/trunk/isolinux/f1.txt 2006-03-26 20:10:25 UTC (rev 19455)
@@ -13,7 +13,7 @@
To continue press ENTER, or use the function keys to select other pages.
F1 - this page
-F2 - booting when you need IDE or SCSI drivers
+F2 - booting when you need special drivers loaded
F3 - safe mode booting
F4 - memtest86+
Modified: lunar-iso/trunk/isolinux/f2.txt
===================================================================
--- lunar-iso/trunk/isolinux/f2.txt 2006-03-26 16:47:12 UTC (rev 19454)
+++ lunar-iso/trunk/isolinux/f2.txt 2006-03-26 20:10:25 UTC (rev 19455)
@@ -5,19 +5,19 @@
09Lunar-Linux team <maintainer at lunar-linux.org>07
All Rights Reserved.
-Loading IDE/SCSI drivers
+Loading additional drivers
-When you need special modules to install on special IDE hardware or
-SCSI cards, you will need to load certain kernel modules before
-installing. This will allow you to load a SCSI or IDE driver and
-read the installation files from a CD-ROM drive attached to such
-a device.
+When you need special drivers to install on special IDE hardware or SCSI
+cards, or other input devices such as USB, you will need to load certain
+kernel modules before installing.
To load these modules, type 02linux07 and load the modules from the initrd
-menu. The auto-detection code can attempt to find the required modules
-for you automatically, but this might not work.
+menu. If you know the name of the module you can also append the name of the
+module to the boot prompt: 02linux aacraid uhci_hcd07.
+The installer will attempt to load some modules automatically.
+
type 02linux07 followed by optional kernel parameters to use this boot option
0aF107 install 02F202 modules 0aF307 safe 0aF407 memtest
Modified: lunar-iso/trunk/isolinux/f3.txt
===================================================================
--- lunar-iso/trunk/isolinux/f3.txt 2006-03-26 16:47:12 UTC (rev 19454)
+++ lunar-iso/trunk/isolinux/f3.txt 2006-03-26 20:10:25 UTC (rev 19455)
@@ -5,7 +5,7 @@
09Lunar-Linux team <maintainer at lunar-linux.org>07
All Rights Reserved.
-SAFE MODE
+Safe mode
In order to boot with certain hardware and kernel features disabled,
type 02safe07 to the boot prompt and press ENTER. This option
Modified: lunar-iso/trunk/isolinux/f4.txt
===================================================================
--- lunar-iso/trunk/isolinux/f4.txt 2006-03-26 16:47:12 UTC (rev 19454)
+++ lunar-iso/trunk/isolinux/f4.txt 2006-03-26 20:10:25 UTC (rev 19455)
@@ -5,19 +5,19 @@
09Lunar-Linux team <maintainer at lunar-linux.org>07
All Rights Reserved.
-MEMTEST
+Memory test
Memtest86+ is a thorough RAM memory tester. It can determine if your
system is unreliable with respect to memory operations and possibly
uncover defects. If you have frequent erratic crashes and random
failures then you should run Memtest86+ on your system to check it.
-This version is memtest86+ v1.55.1
+This version is memtest86+ v1.65
+To test your RAM, type 02memtest07 to the boot prompt and press ENTER.
-To test your RAM, type 02memtest07 to the boot prompt and press ENTER.
0aF107 install 0aF207 modules 0aF307 safe 02F402 memtest07
Modified: lunar-iso/trunk/isolinux/isolinux.bin
===================================================================
(Binary files differ)
Modified: lunar-iso/trunk/isolinux/isolinux.cfg
===================================================================
--- lunar-iso/trunk/isolinux/isolinux.cfg 2006-03-26 16:47:12 UTC (rev 19454)
+++ lunar-iso/trunk/isolinux/isolinux.cfg 2006-03-26 20:10:25 UTC (rev 19455)
@@ -1,5 +1,5 @@
DEFAULT install
-APPEND read-only load_ramdisk=1 ramdisk_size=12000 initrd=initrd root=/dev/ram0 prompt_ramdisk=0
+APPEND read-only load_ramdisk=1 ramdisk_size=9500 initrd=initrd root=/dev/ram0 prompt_ramdisk=0
DISPLAY f1.txt
TIMEOUT 600
PROMPT 1
@@ -14,15 +14,13 @@
F9 f1.txt
LABEL install
KERNEL linux
- APPEND read-only load_ramdisk=1 ramdisk_size=12000 initrd=initrd root=/dev/ram0 prompt_ramdisk=0 vga=ask skipinitrd=1
+ APPEND read-only load_ramdisk=1 ramdisk_size=9500 initrd=initrd root=/dev/ram0 prompt_ramdisk=0 vga=ask skipinitrd
LABEL linux
KERNEL linux
- APPEND read-only load_ramdisk=1 ramdisk_size=12000 initrd=initrd root=/dev/ram0 prompt_ramdisk=0 vga=ask skipinitrd=0
-# safer mode, IDE DMA disabled
+ APPEND read-only load_ramdisk=1 ramdisk_size=9500 initrd=initrd root=/dev/ram0 prompt_ramdisk=0 vga=ask
LABEL safe
KERNEL safe
- APPEND read-only load_ramdisk=1 ramdisk_size=12000 initrd=initrd root=/dev/ram0 prompt_ramdisk=0 vga=normal skipinitrd=0 acpi=off apm=off noapic noisapnp nosmp notsc
-# memtest86
+ APPEND read-only load_ramdisk=1 ramdisk_size=9500 initrd=initrd root=/dev/ram0 prompt_ramdisk=0 vga=normal acpi=off apm=off noapic noisapnp nosmp notsc
LABEL memtest
KERNEL memtest
APPEND -
More information about the Lunar-commits
mailing list