Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#226 Le 27/05/2007, à 13:27

bodylove

Re : GRUB-GFX Le grub en image et stylé [BETA+]

menu.lst:

# 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'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default		0

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

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwdmenu.lstback
# 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

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

## DO NOT UNCOMMENT THEM, Just edit them to your needs
menu.lstback
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific 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_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=93092689-0abe-417d-9945-b1e3776a12d4 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

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

## 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

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) 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

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##
gfxmenu (hd0,2)/boot/grub/message.snow
title		Ubuntu, kernel 2.6.20-15-generic
root		(hd0,2)
kernel		/boot/vmlinuz-2.6.20-15-generic root=UUID=93092689-0abe-417d-9945-b1e3776a12d4 ro quiet splash
initrd		/boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title		Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root		(hd0,2)
kernel		/boot/vmlinuz-2.6.20-15-generic root=UUID=93092689-0abe-417d-9945-b1e3776a12d4 ro single
initrd		/boot/initrd.img-2.6.20-15-generic

title		Ubuntu, memtest86+
root		(hd0,2)
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST
  # This entry automatically added by the Debian installer for a non-linux OS
 # on /dev/hda1
 title		Window$ XP
 root		(hd0,0) // à adapter selon votre configuration
 savedefault
 makeactive
 chainloader	+1

menu.lstback

# 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'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default		0

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

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## 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

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options 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 specific 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_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=93092689-0abe-417d-9945-b1e3776a12d4 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

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

## 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

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) 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

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##

title		Ubuntu, kernel 2.6.20-15-generic
root		(hd0,2)
kernel		/boot/vmlinuz-2.6.20-15-generic root=UUID=93092689-0abe-417d-9945-b1e3776a12d4 ro quiet splash
initrd		/boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title		Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root		(hd0,2)
kernel		/boot/vmlinuz-2.6.20-15-generic root=UUID=93092689-0abe-417d-9945-b1e3776a12d4 ro single
initrd		/boot/initrd.img-2.6.20-15-generic

title		Ubuntu, memtest86+
root		(hd0,2)
kernel		/boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST
# 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/sda1
title		Microsoft Windows XP Professionnel
root		(hd0,0)
savedefault
makeactive
chainloader	+1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1
title		Windows NT/2000/XP (loader)
root		(hd1,0)
savedefault
makeactive
map		(hd0) (hd1)
map		(hd1) (hd0)
chainloader	+1

c'est bien la dernière partie qui concerne windows? parcequ'en mettant (hd1,0) ca n'avait pas marché je crois.

Hors ligne

#227 Le 27/05/2007, à 13:44

belga

Re : GRUB-GFX Le grub en image et stylé [BETA+]

Avec ce menu.lst tout devrait rentrer dans l'ordre

# 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'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default        0

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

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwdmenu.lstback
# 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

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

## DO NOT UNCOMMENT THEM, Just edit them to your needs
menu.lstback
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific 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_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=93092689-0abe-417d-9945-b1e3776a12d4 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

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

## 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

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) 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

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##
gfxmenu (hd0,2)/boot/grub/message.snow
title        Ubuntu, kernel 2.6.20-15-generic
root        (hd0,2)
kernel        /boot/vmlinuz-2.6.20-15-generic root=UUID=93092689-0abe-417d-9945-b1e3776a12d4 ro quiet splash
initrd        /boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title        Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root        (hd0,2)
kernel        /boot/vmlinuz-2.6.20-15-generic root=UUID=93092689-0abe-417d-9945-b1e3776a12d4 ro single
initrd        /boot/initrd.img-2.6.20-15-generic

title        Ubuntu, memtest86+
root        (hd0,2)
kernel        /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title        Microsoft Windows XP Professionnel
root        (hd0,0)
savedefault
makeactive
chainloader    +1

Si tu veux changer l'ordre du menu il suffit de permuter les
sections de chaque entrée


Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.

900s entre deux postes: mododoze

Hors ligne

#228 Le 27/05/2007, à 13:47

Lokomass

Re : GRUB-GFX Le grub en image et stylé [BETA+]

Salut belga, moi je galere toujours, impossible d'executer grub-install, je sais pas quoi faire... T'aurais toujours pas une idee ??


"Sans musique, la vie serait une erreur"

Hors ligne

#229 Le 27/05/2007, à 13:54

belga

Re : GRUB-GFX Le grub en image et stylé [BETA+]

@Lokomass
Peut être cela

sudo grub-install --root-directory=/home/lokomass/Windows/Boot /dev/sda

Il faut que je reregarde tes posts. Je vais voir


Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.

900s entre deux postes: mododoze

Hors ligne

#230 Le 27/05/2007, à 17:17

Lokomass

Re : GRUB-GFX Le grub en image et stylé [BETA+]

Merci

[lokomass@lokomass-desktop:~]$ sudo grub-install --root-directory=/home/lokomass/Windows/Boot /dev/sda
The file /home/lokomass/Windows/Boot/boot/grub/stage1 not read correctly.

Je suis en train de calculer, je dis des conneries, pour moi le grub est installé sur la partition ubuntu dans /boot/grub.


"Sans musique, la vie serait une erreur"

Hors ligne

#231 Le 30/06/2007, à 01:38

onsambalake

Re : GRUB-GFX Le grub en image et stylé [BETA+]

ptitpoul a écrit :

Pour aller plus loin dans la personnalisation de son grub-gfx, notamment avoir les menus en français, changer la couleur des textes, boutons, menus, avoir des manchots animés smile, il faut utiliser les sources de thèmes existants, les modifier et les compiler.
[...]
Grub tuning cool
Résumé : décompressez les sources du thème dans un nouveau dossier, ~/suse06 pour l'exemple, puis éditez les fichiers pour modifier le thème, compilez avec "make bootdir" et enfin copiez l'archive créée ~/suse06/boot/message dans votre dossier /boot/grub comme décrit dans le premier post de ce sujet.

Personnellement j'utilise le thème ububrown...
Medium brown ubuntu theme [message.ububrown] http://ubuntuforums.org/showpost.php?p= … stcount=63
et je me pose la question de la modif de l'ecran (disposition, langue etc...)

je n'ai pas les fichiers indiqués ??? hmm

Hors ligne

#232 Le 30/06/2007, à 16:59

ptitpoul

Re : GRUB-GFX Le grub en image et stylé [BETA+]

onsambalake a écrit :

http://ubuntuforums.org/showpost.php?p= … stcount=63 et je me pose la question de la modif de l'ecran (disposition, langue etc...) : je n'ai pas les fichiers indiqués ??? hmm

Pour ces modifs, il faut recréer le thème et donc avoir le code source :
- télécharge le code source (thème Suse 2005) (http://archive.ubuntu.com/ubuntu/pool/main/g/gfxboot/gfxboot_3.2.5.orig.tar.gz)
- trouve les images (fond, logo ubuntu) en décompressant le fichier binaire (cpio -i < message.ububrown)

Ensuite, tu pourras faire tes modifs et compiler.

Hors ligne

#233 Le 30/06/2007, à 22:35

belga

Re : GRUB-GFX Le grub en image et stylé [BETA+]

@lokomass

Rien avoir avec grub-glx mais il faut mettre

la section de windows en dessous de



### END DEBIAN AUTOMAGIC KERNELS LIST



title        Windows

root        (hd0,0)

savedefault

makeactive

chainloader    +1



Si non, il y a de forte chance que lors d'une mise à

jour de grub ou du noyau, l'entrée win disparaisse.


Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.

900s entre deux postes: mododoze

Hors ligne

#234 Le 30/06/2007, à 22:44

belga

Re : GRUB-GFX Le grub en image et stylé [BETA+]

@Lokomass
peux tu poster

sudo fdisk -l

Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.

900s entre deux postes: mododoze

Hors ligne

#235 Le 01/07/2007, à 16:44

Lokomass

Re : GRUB-GFX Le grub en image et stylé [BETA+]

Voila merci

[lokomass@lokomass-desktop:~]$ sudo fdisk -l

Disque /dev/sda: 80.0 Go, 80060424192 octets
255 têtes, 63 secteurs/piste, 9733 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sda1   *           1         127     1020096    7  HPFS/NTFS
/dev/sda2             128        5092    39881362+   f  W95 Etendu (LBA)
/dev/sda3            5093        9733    37278832+  83  Linux
/dev/sda5             128        4891    38266798+   b  W95 FAT32
/dev/sda6            4892        5092     1614501   82  Linux swap / Solaris

Disque /dev/sdb: 163.9 Go, 163928604672 octets
255 têtes, 63 secteurs/piste, 19929 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sdb1   *           1        3838    30828703+   7  HPFS/NTFS
/dev/sdb2            3839       19929   129250957+   f  W95 Etendu (LBA)
/dev/sdb5            3839       14730    87489958+   7  HPFS/NTFS
/dev/sdb6           14731       19929    41760936    7  HPFS/NTFS

"Sans musique, la vie serait une erreur"

Hors ligne

#236 Le 17/08/2007, à 01:24

jorkar

Re : GRUB-GFX Le grub en image et stylé [BETA+]

J'ai modifié le Kubutheme trouvé ici. Et je voulais juste vous faire partager mes modifs: le fond d'écran en fait.
J'ai fait ce dégradé avec Gimp:
degrade.jpg
Avec des logos trouvés sur Google images, j'ai créé ceux-ci (transparents)
kubuntu_logo.png
debian-logo.png
windows_logo.png
Avec un peu (presque pas en fait!) d'imagination, je suis arrivé ici:
back77.jpg
(77 ko)
Ce qui donne, après la commande:

convert back77.jpg -quality 90 back.jpg

back.jpg
(38 ko)

Je recrée l'archive:

ls | cpio -o -C 160000 > message

J'ai utilisé l'option -C 160000 pour lui dire de ne pas générer une archive de plus de 160 ko. Attention, cette option a ses limites: si, par exemple, je mets -C 150000, il génère en fait une archive de 300-400 ko. J'ai simplement fait plusieurs essais pour trouver l'optimum.

On a plus qu'à recopier le fichier au bon endroit:

sudo cp message /boot/grub/

La géologie pétrolière se contrefout de votre envie ou besoin de conduire une automobile.
Jabber ID: jorkar@fritalk.com : http://presence.jabberfr.org/f63814f96538116bb64ff88adc81e548/text-fr.txt

Hors ligne

#237 Le 17/08/2007, à 07:40

ferreol

Re : GRUB-GFX Le grub en image et stylé [BETA+]

peut on l'installer sur une debian le grub-gfx
?

si oui pourriez vous me donner un lien avec un how to ?

j'ai googler et rien trouvé dans mes langues.

Merci par avance.

Hors ligne

#238 Le 17/08/2007, à 09:59

Gibool

Re : GRUB-GFX Le grub en image et stylé [BETA+]

ferreol a écrit :

peut on l'installer sur une debian le grub-gfx

Oui. Le paquet grub-gfxboot_0.97-5_i386.deb ubuntu est compatible Debian.

" rien trouvé dans mes langues."
???

#239 Le 17/08/2007, à 10:00

misaine

Re : GRUB-GFX Le grub en image et stylé [BETA+]

ben ça s'installe de la même façon que sur ubuntu big_smile
http://doc.ubuntu-fr.org/grub-gfx

si c'est une sid prends le paquet de sidux


la roue tourne...c'est sûr! c'est même pour ça qu'on l'a inventée.

Hors ligne

#240 Le 17/08/2007, à 10:19

ferreol

Re : GRUB-GFX Le grub en image et stylé [BETA+]

ok merci oui c est une SID le paquet sidux se trouve ou ?

Dernière modification par ferreol (Le 17/08/2007, à 10:20)

Hors ligne

#241 Le 17/08/2007, à 11:12

misaine

Re : GRUB-GFX Le grub en image et stylé [BETA+]

c'est indiqué dans la doc. lien "sidux.com"


la roue tourne...c'est sûr! c'est même pour ça qu'on l'a inventée.

Hors ligne

#242 Le 17/08/2007, à 11:34

ferreol

Re : GRUB-GFX Le grub en image et stylé [BETA+]

ok merci

Hors ligne

#243 Le 17/08/2007, à 21:06

ferreol

Re : GRUB-GFX Le grub en image et stylé [BETA+]

le lien est mort est ce que cela marche quand meme avec le paquet ubuntu sous SID?

Hors ligne

#244 Le 18/08/2007, à 11:39

misaine

Re : GRUB-GFX Le grub en image et stylé [BETA+]

un nouveau tout beau tout neuf (pas testé) smile

http://sidux.com/debian/pool/main/g/grub-gfxboot/


la roue tourne...c'est sûr! c'est même pour ça qu'on l'a inventée.

Hors ligne

#245 Le 22/08/2007, à 14:27

ImageNonCentrée

Re : GRUB-GFX Le grub en image et stylé [BETA+]

Bonjour,

J'ai tout installé et ca fonctionne sauf que mon image (message.snow) n'est pas centrée sur mon écran. Je me retrouve avec la bord gauche coupé et une grosse bordure noire sur la droite. Quelqu'un en a déjà parlé dans ce post mais rien d'indiqué pour la solution. Quelqu'un sait comment faire pour centrer l'image ??

merci

#246 Le 23/09/2007, à 11:45

lepetit

Re : GRUB-GFX Le grub en image et stylé [BETA+]

bonjour , j'ai effectué le tuto
tout marche nikel , ptit souci , j'ai perdu ma barre de chargement ubuntu (au moment ou ubuntu se charge) désormais ,j'ai tout l'affichage du texte que ubuntu charge

que faire svp ?

également , j'ai vu sur le post au dessus qu'il ya une mise a jour , si je fait la mise a jour
dois-je refaire toute les manips?


-pc principal: amd ryzen 2600, 16 go de ram, ssd nvme samsung @ linux mint 19
-mini pc: amd 5350 mini itx fanless, 8go de ram, ssd
-mini pc 2: intel core 2 duo t7200, 1.5 go de ram, gforce 710 (pilote libre) @ linux mint xfce, kernel xanmod
-netbook samsung nc20, via nano 1.3ghz+, 2go de ram, via vx800 @ xubuntu 18.10

Hors ligne

#247 Le 23/09/2007, à 11:59

Sallé

Re : GRUB-GFX Le grub en image et stylé [BETA+]

pour configurer grub, j'utilise startup manager, dispo sur getdeb.
maintenant, est-il compatible avec grub-gfx, là est la question... tongue

++

Hors ligne

#248 Le 26/09/2007, à 07:44

onsambalake

Re : GRUB-GFX Le grub en image et stylé [BETA+]

A chaque mise a jour du noyau, on perd son grub-gfx et il faut refaire toute la manip...

y'a pas moyen de le "fixer" definitivement ? ou alors de retrouver son ecran de demarrage simplement sans avoir a tout refaire ?

roll

Dernière modification par onsambalake (Le 26/09/2007, à 07:46)

Hors ligne

#249 Le 26/09/2007, à 10:11

misaine

Re : GRUB-GFX Le grub en image et stylé [BETA+]

je vois pas pourquoi on perdrait le grub-gfx au changement de noyau !?


la roue tourne...c'est sûr! c'est même pour ça qu'on l'a inventée.

Hors ligne

#250 Le 26/09/2007, à 13:46

belga

Re : GRUB-GFX Le grub en image et stylé [BETA+]

oui c'est vrai,
grub est installé lors du changement de noyau,
un update-grub est lancé et le menu.lst est écrasé.


Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.

900s entre deux postes: mododoze

Hors ligne