Last change
on this file was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
1.5 KB
|
Rev | Line | |
---|
[c5c522c] | 1 | label install |
---|
| 2 | menu label ^Install SYN-3 |
---|
| 3 | menu default |
---|
| 4 | kernel /boot/bzImage |
---|
| 5 | append console=tty1 bootimage=livecd.img initrd=/boot/initrd.gz root=/dev/ram0 init=/linuxrc ramdisk_size=128000 splash=silent,theme:S,tty:9 rw cdroot |
---|
| 6 | TEXT HELP |
---|
| 7 | Press enter to start the installer. |
---|
| 8 | ENDTEXT |
---|
| 9 | |
---|
| 10 | label install_text |
---|
| 11 | menu label ^Install SYN-3 (text mode) |
---|
| 12 | kernel /boot/bzImage |
---|
| 13 | append console=tty1 bootimage=livecd.img initrd=/boot/initrd.gz root=/dev/ram0 init=/linuxrc ramdisk_size=128000 text rw cdroot |
---|
| 14 | TEXT HELP |
---|
| 15 | Start the installer in text-mode. |
---|
| 16 | Use this if you have driver issues with your graphics card. |
---|
| 17 | ENDTEXT |
---|
| 18 | |
---|
| 19 | label rescue |
---|
| 20 | menu label ^Boot existing SYN-3 (rescue) |
---|
| 21 | kernel /boot/bzImage |
---|
| 22 | #important: dont add cdroot, otherwise drbd will reboot |
---|
| 23 | append console=tty1 initrd=/boot/initrd.gz root=/dev/ram0 init=/linuxrc ramdisk_size=128000 text rw rescue |
---|
| 24 | TEXT HELP |
---|
| 25 | Find and boot an existing SYN-3 installation. |
---|
| 26 | Press TAB for advanced options: |
---|
| 27 | -add "shell" to start a boot shell (pre and post initialisation) |
---|
| 28 | -add "debug" to debug every boot-step. |
---|
| 29 | ENDTEXT |
---|
| 30 | |
---|
| 31 | label sup |
---|
| 32 | menu label ^Remote support mode |
---|
| 33 | kernel /boot/bzImage |
---|
| 34 | append console=tty1 bootimage=livecd.img initrd=/boot/initrd.gz root=/dev/ram0 init=/linuxrc ramdisk_size=128000 rw text sup cdroot |
---|
| 35 | TEXT HELP |
---|
| 36 | Start installer in remote support mode. |
---|
| 37 | This allows your vendor to assist you with install- or boot issues. |
---|
| 38 | ENDTEXT |
---|
| 39 | |
---|
| 40 | label memtest |
---|
| 41 | menu label ^Memory test |
---|
| 42 | kernel /boot/memtest |
---|
| 43 | TEXT HELP |
---|
| 44 | Run memtest86 to test your system memory. |
---|
| 45 | ENDTEXT |
---|
| 46 | |
---|
Note: See
TracBrowser
for help on using the repository browser.