source: client/nfsexport/lib/grub4dos/menu.lst @ 85b029f

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 85b029f was 8964f9b, checked in by ramon <ramongomez@…>, 16 years ago

Resstructuración de trunk.

git-svn-id: https://opengnsys.es/svn/trunk@390 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 2.0 KB
Line 
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
6color black/cyan yellow/cyan
7timeout 30
8default /default
9
10title find and load NTLDR of Windows NT/2K/XP
11fallback 1
12find --set-root /ntldr
13chainloader /ntldr
14savedefault --wait=2
15
16title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
17fallback 2
18find --set-root /cmldr
19chainloader /cmldr
20#####################################################################
21# write string "cmdcons" to memory 0000:7C03 in 2 steps:
22#####################################################################
23# step 1. Write 4 chars "cmdc" at 0000:7C03
24write 0x7C03 0x63646D63
25# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
26write 0x7C07 0x00736E6F
27savedefault --wait=2
28
29title find and load IO.SYS of Windows 9x/Me
30fallback 3
31find --set-root /io.sys
32chainloader /io.sys
33savedefault --wait=2
34
35title find and boot Mandriva with menu.lst already installed
36fallback 4
37find --set-root /etc/mandriva-release
38savedefault --wait=2
39configfile /boot/grub/menu.lst
40
41title find and boot Linux with menu.lst already installed
42fallback 5
43find --set-root /sbin/init
44savedefault --wait=2
45configfile /boot/grub/menu.lst
46
47title commandline
48savedefault --wait=2
49commandline
50
51title floppy (fd0)
52chainloader (fd0)+1
53rootnoverify (fd0)
54savedefault --wait=2
55
56title back to dos
57savedefault --wait=2
58quit
59
60title reboot
61savedefault --wait=2
62reboot
63
64title halt
65savedefault --wait=2
66halt
67
68title memdrive duplicated from floppy image file (hd0,0)/sbm.bin
69map --mem (hd0,0)/sbm.bin (fd0)
70map --hook
71chainloader (fd0)+1
72rootnoverify (fd0)
73savedefault --wait=2
74
75title memdrive based on win98 partition (hd0,6)
76map --mem (hd0,6)+1 (hd0)
77# map --mem (hd0,0)/win98.gz (hd0)
78map --hook
79chainloader (hd0)+1
80rootnoverify (hd0)
81savedefault --wait=2
82
83
Note: See TracBrowser for help on using the repository browser.