918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change
on this file since 51db584 was
2338c95f,
checked in by ramon <ramongomez@…>, 14 years ago
|
Rama version1.0:
- Redistribución de directorios para el cliente.
- Modificación del instalador para adaptarse a la nueva estructura de directorios.
- Desinstalador quita los recursos de OpenGnSys en Samba.
- Documentación actualizada para la nueva versión.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1526 a21b9725-9963-47de-94b9-378ad31fedc9
|
-
Property mode set to
100644
|
File size:
2.0 KB
|
Rev | Line | |
---|
[326cec3] | 1 | # This is a sample menu.lst file. You should make some changes to it.
|
---|
| 2 | # The old install method of booting via the stage-files has been removed.
|
---|
| 3 | # Please install GRLDR boot strap code to MBR with the bootlace.com
|
---|
| 4 | # utility under DOS/Win9x or Linux.
|
---|
| 5 |
|
---|
| 6 | color black/cyan yellow/cyan
|
---|
| 7 | timeout 30
|
---|
| 8 | default /default
|
---|
| 9 |
|
---|
| 10 | title find and load NTLDR of Windows NT/2K/XP
|
---|
| 11 | fallback 1
|
---|
| 12 | find --set-root /ntldr
|
---|
| 13 | chainloader /ntldr
|
---|
| 14 | savedefault --wait=2
|
---|
| 15 |
|
---|
| 16 | title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
|
---|
| 17 | fallback 2
|
---|
| 18 | find --set-root /cmldr
|
---|
| 19 | chainloader /cmldr
|
---|
| 20 | #####################################################################
|
---|
| 21 | # write string "cmdcons" to memory 0000:7C03 in 2 steps:
|
---|
| 22 | #####################################################################
|
---|
| 23 | # step 1. Write 4 chars "cmdc" at 0000:7C03
|
---|
| 24 | write 0x7C03 0x63646D63
|
---|
| 25 | # step 2. Write 3 chars "ons" and an ending null at 0000:7C07
|
---|
| 26 | write 0x7C07 0x00736E6F
|
---|
| 27 | savedefault --wait=2
|
---|
| 28 |
|
---|
| 29 | title find and load IO.SYS of Windows 9x/Me
|
---|
| 30 | fallback 3
|
---|
| 31 | find --set-root /io.sys
|
---|
| 32 | chainloader /io.sys
|
---|
| 33 | savedefault --wait=2
|
---|
| 34 |
|
---|
| 35 | title find and boot Mandriva with menu.lst already installed
|
---|
| 36 | fallback 4
|
---|
| 37 | find --set-root /etc/mandriva-release
|
---|
| 38 | savedefault --wait=2
|
---|
| 39 | configfile /boot/grub/menu.lst
|
---|
| 40 |
|
---|
| 41 | title find and boot Linux with menu.lst already installed
|
---|
| 42 | fallback 5
|
---|
| 43 | find --set-root /sbin/init
|
---|
| 44 | savedefault --wait=2
|
---|
| 45 | configfile /boot/grub/menu.lst
|
---|
| 46 |
|
---|
| 47 | title commandline
|
---|
| 48 | savedefault --wait=2
|
---|
| 49 | commandline
|
---|
| 50 |
|
---|
| 51 | title floppy (fd0)
|
---|
| 52 | chainloader (fd0)+1
|
---|
| 53 | rootnoverify (fd0)
|
---|
| 54 | savedefault --wait=2
|
---|
| 55 |
|
---|
| 56 | title back to dos
|
---|
| 57 | savedefault --wait=2
|
---|
| 58 | quit
|
---|
| 59 |
|
---|
| 60 | title reboot
|
---|
| 61 | savedefault --wait=2
|
---|
| 62 | reboot
|
---|
| 63 |
|
---|
| 64 | title halt
|
---|
| 65 | savedefault --wait=2
|
---|
| 66 | halt
|
---|
| 67 |
|
---|
| 68 | title memdrive duplicated from floppy image file (hd0,0)/sbm.bin
|
---|
| 69 | map --mem (hd0,0)/sbm.bin (fd0)
|
---|
| 70 | map --hook
|
---|
| 71 | chainloader (fd0)+1
|
---|
| 72 | rootnoverify (fd0)
|
---|
| 73 | savedefault --wait=2
|
---|
| 74 |
|
---|
| 75 | title memdrive based on win98 partition (hd0,6)
|
---|
| 76 | map --mem (hd0,6)+1 (hd0)
|
---|
| 77 | # map --mem (hd0,0)/win98.gz (hd0)
|
---|
| 78 | map --hook
|
---|
| 79 | chainloader (hd0)+1
|
---|
| 80 | rootnoverify (hd0)
|
---|
| 81 | savedefault --wait=2
|
---|
| 82 |
|
---|
| 83 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.