~ubuntu-branches/ubuntu/dapper/kubuntu-docs/dapper-updates

« back to all changes in this revision

Viewing changes to kubuntu/desktopguide/C/sample/menu.list_changedefaultosgrub

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-02-15 20:55:55 UTC
  • Revision ID: james.westby@ubuntu.com-20060215205555-c4if7xcvdtir9lcf
Tags: 6.04-5
New snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# menu.lst - See: grub(8), info grub, update-grub(8)
 
2
#            grub-install(8), grub-floppy(8),
 
3
#            grub-md5-crypt, /usr/share/doc/grub
 
4
#            and /usr/share/doc/grub-doc/.
 
5
 
 
6
## default num
 
7
# Set the default entry to the entry number NUM. Numbering starts from 0, and
 
8
# the entry number 0 is the default if the command is not used.
 
9
#
 
10
# You can specify 'saved' instead of a number. In this case, the default entry
 
11
# is the entry saved with the command 'savedefault'.           
 
12
default         X_sequence
 
13
 
 
14
## timeout sec
 
15
# Set a timeout, in SEC seconds, before automatically booting the default entry
 
16
# (normally the first entry defined).
 
17
timeout         10
 
18
 
 
19
## hiddenmenu
 
20
# Hides the menu by default (press ESC to see the menu)
 
21
#hiddenmenu
 
22
 
 
23
# Pretty colours
 
24
#color cyan/blue white/blue
 
25
 
 
26
## password ['--md5'] passwd
 
27
# If used in the first section of a menu file, disable all interactive editing
 
28
# control (menu entry editor and command-line)  and entries protected by the
 
29
# command 'lock'
 
30
# e.g. password topsecret
 
31
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
 
32
# password topsecret
 
33
 
 
34
#
 
35
# examples
 
36
#
 
37
# title         Windows 95/98/NT/2000
 
38
# root          (hd0,0)
 
39
# makeactive
 
40
# chainloader   +1
 
41
#
 
42
# title         Linux
 
43
# root          (hd0,1)
 
44
# kernel        /vmlinuz root=/dev/hda2 ro
 
45
#
 
46
 
 
47
#
 
48
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
 
49
 
 
50
### BEGIN AUTOMAGIC KERNELS LIST
 
51
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
 
52
## by the debian update-grub script except for the default optons below
 
53
 
 
54
## DO NOT UNCOMMENT THEM, Just edit them to your needs
 
55
 
 
56
## ## Start Default Options ##
 
57
## default kernel options
 
58
## default kernel options for automagic boot options
 
59
## If you want special options for specifiv kernels use kopt_x_y_z
 
60
## where x.y.z is kernel version. Minor versions can be omitted.
 
61
## e.g. kopt=root=/dev/hda1 ro
 
62
# kopt=root=/dev/hda2 ro
 
63
 
 
64
## default grub root device
 
65
## e.g. groot=(hd0,0)
 
66
# groot=(hd0,1)
 
67
 
 
68
## should update-grub create alternative automagic boot options
 
69
## e.g. alternative=true
 
70
##      alternative=false
 
71
# alternative=true
 
72
 
 
73
## should update-grub lock alternative automagic boot options
 
74
## e.g. lockalternative=true
 
75
##      lockalternative=false
 
76
# lockalternative=false
 
77
 
 
78
## altoption boot targets option
 
79
## multiple altoptions lines are allowed
 
80
## e.g. altoptions=(extra menu suffix) extra boot options
 
81
##      altoptions=(recovery mode) single
 
82
# altoptions=(recovery mode) single
 
83
 
 
84
## nonaltoption boot targets option
 
85
## This option controls options to pass to only the
 
86
## primary kernel menu item.
 
87
## You can have ONLY one nonaltoptions line
 
88
# nonaltoptions=quiet splash
 
89
 
 
90
## controls how many kernels should be put into the menu.lst
 
91
## only counts the first occurence of a kernel, not the
 
92
## alternative kernel options
 
93
## e.g. howmany=all
 
94
##      howmany=7
 
95
# howmany=all
 
96
 
 
97
## should update-grub create memtest86 boot option
 
98
## e.g. memtest86=true
 
99
##      memtest86=false
 
100
# memtest86=true
 
101
 
 
102
## ## End Default Options ##
 
103
 
 
104
title           Ubuntu, kernel 2.6.10-5-386 
 
105
root            (hd0,1)
 
106
kernel          /boot/vmlinuz-2.6.10-5-386 root=/dev/hda2 ro quiet splash
 
107
initrd          /boot/initrd.img-2.6.10-5-386
 
108
savedefault
 
109
boot
 
110
 
 
111
title           Ubuntu, kernel 2.6.10-5-386 (recovery mode)
 
112
root            (hd0,1)
 
113
kernel          /boot/vmlinuz-2.6.10-5-386 root=/dev/hda2 ro single
 
114
initrd          /boot/initrd.img-2.6.10-5-386
 
115
savedefault
 
116
boot
 
117
 
 
118
title           Ubuntu, kernel memtest86+ 
 
119
root            (hd0,1)
 
120
kernel          /boot/memtest86+.bin  
 
121
savedefault
 
122
boot
 
123
 
 
124
### END DEBIAN AUTOMAGIC KERNELS LIST
 
125
 
 
126
# This is a divider, added to separate the menu items below from the Debian
 
127
# ones.
 
128
title           Other operating systems:
 
129
root
 
130
 
 
131
 
 
132
# This entry automatically added by the Debian installer for a non-linux OS
 
133
# on /dev/hda1
 
134
title           Microsoft Windows XP Professional
 
135
root            (hd0,0)
 
136
savedefault
 
137
makeactive
 
138
chainloader     +1
 
 
b'\\ No newline at end of file'