[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: configuration de grub



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jean-Luc Coulon (f5ibh) a écrit :
| Le 14.01.2005 20:34:15, mahashakti89 a écrit :
|
| [ ... ]
|
|>
|> Oui, je sais mais ça ne donne rien ...
|
|
| Donnez-donc votre fichier de config grub en entier.
|
|

Voici la chose, ceci dit , j'ai remarqué que le script d'installation
mentionne ceci : Searching for splashimages : none found
Sont ce les images du boosplash ou les images du splashscreen propres à
Grub ?

Merci

mahashakti89
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org

iD8DBQFB6CX/PPuyRSaD7LoRAkWSAJ9yisTRdmmkuFEA/aCVoop5eb8mvgCglBeI
EI9nz9TRZZcsJm0gTse1Scc=
=uYD/
-----END PGP SIGNATURE-----
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.           
default  0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout  10

# Pretty colours
color cyan/blue white/blue

# Emulation d'un clavier azerty_FR 
 setkey less backquote
 setkey greater tilde
 setkey ampersand 1
 setkey 1 exclam
 setkey tilde 2
 setkey 2 at
 setkey doublequote 3
 setkey 3 numbersign
 setkey quote 4
 setkey 4 dollar
 setkey parenleft 5
 setkey 5 percent
 setkey minus 6
 setkey 6 caret
 setkey backquote 7
 setkey 7 ampersand
 setkey underscore 8
 setkey 8 asterisk
 setkey backslash 9
 setkey 9 parenleft
 setkey at 0
 setkey 0 parenright
 setkey parenright minus
 setkey numbersign underscore
 setkey a q
 setkey A Q
 setkey z w
 setkey Z W
 setkey caret bracketleft
 setkey dollar bracketright
 setkey q a
 setkey Q A
 setkey m semicolon
 setkey M colon
 setkey bracketleft quote
 setkey percent doublequote
 setkey asterisk backslash
 setkey bracketright bar
 setkey w z
 setkey W Z
 setkey comma m
 setkey question M
 setkey semicolon comma
 setkey period less
 setkey colon period
 setkey slash greater
 setkey exclam slash
 setkey bar question
 
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title  Windows 95/98/NT/2000
# root  (hd0,0)
# makeactive
# chainloader +1
#
# title  Linux
# root  (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

#Splash_menu
splashimage=(hd0,0)/grub/images/grub-splash-debblue.xpm.gz
16.7 Mill. (24bit)|795

# vga=xxx sets the framebuffer console to a specific resolution.
# Here is a table you can use so it can help you decide
# what resolution you want to use:
# colour  depth | 640x480  800x600  1024x768 1280x1024
# 256  (8bit)   |  769      771       773      775
# 32000  (15bit)|  784      787       790      793
# 65000  (16bit)|  785      788       791      794
# 16.7 Mill. (24bit) |  786      789       792      795


### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default optons below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specifiv kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
# kopt=root=/dev/hda3 ro hdc=ide-cd hdd=ide-cd splash=silent vga=791

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery mode) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true



## ## End Default Options ##

title  Debian GNU/Linux, kernel 2.6.10-ck4
root  (hd0,0)
kernel  /vmlinuz-2.6.10-ck4 root=/dev/hda3 ro hdc=ide-cd hdd=ide-cd splash=silent vga=792
initrd          /initrd.splash
savedefault
boot

title  Debian GNU/Linux, kernel 2.6.10-ck4 (recovery mode)
root  (hd0,0)
kernel  /vmlinuz-2.6.10-ck2 root=/dev/hda3 ro single
savedefault
boot

title  Debian GNU/Linux, kernel 2.6.10-ck2
root  (hd0,0)
kernel  /vmlinuz-2.6.10-ck2 root=/dev/hda3 ro hdc=ide-cd hdd=ide-cd splash=silent vga=791 
initrd     /initrd.splash
savedefault
boot

title  Debian GNU/Linux, kernel 2.6.10-ck2 (recovery mode)
root  (hd0,0)
kernel  /vmlinuz-2.6.10-ck2 root=/dev/hda3 ro single
savedefault
boot

title  Debian GNU/Linux, kernel 2.6.7-ck6 
root  (hd0,0)
kernel  /vmlinuz-2.6.7-ck6 root=/dev/hda3 ro hdc=idecd hdd=ide-cd splash=silent vga=792
initrd          /initrd.splash
savedefault
boot

title  Debian GNU/Linux, kernel 2.6.7-ck6 (recovery mode)
root  (hd0,0)
kernel  /vmlinuz-2.6.7-ck6 root=/dev/hda3 ro single 
savedefault
boot



title  Debian GNU/Linux, kernel memtest86+ 
root  (hd0,0)
kernel  /memtest86+.bin  
savedefault
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

#path_for_splashimage

initrd    /initrd.splash

# This is a divider, added to separate the menu items below from the Debian
# ones.
title  Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hdb1

title  Windows 95/98/NT/2000
root  (hd1,0)
makeactive
chainloader +1
map             (hd0) (hd1)
map             (hd1) (hd0)


Reply to: