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.

#1 Le 03/04/2007, à 20:48

pmdzlineur

[presque RESOLU] pas de barre de progression au boot

bonjour
j' ai installé sur le dell inspiron 500 portable de 600 mhz 500 Mo de mémoire vive , en dual boot , ubuntu .
J' ai déjà installé 4 fois avec ce CD . Version Edgy noyau 2.6.17 generic
l' installation c'est bien passé (erreur au départ vue fugacement=> je ne sais pas ).
Mais lorsque je boote sur ubuntu, j' ai un écran noir, avec un petit rectangle blanc en haut à droite , le disque dur tourne, pas de barre de progression ni de message , et j' ai le login au bout de 2 à 3 minutes .
Je ne vois rien de spécial dans /boot/grub/lst
Si vous pouviez éclaire ma lanterne ?

Dernière modification par pmdzlineur (Le 04/04/2007, à 11:10)


je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#2 Le 03/04/2007, à 20:56

fredolerouge

Re : [presque RESOLU] pas de barre de progression au boot

salut,

ton fichier menu.lst (/boot/grub/menu.lst) doit avoir une gueule comme ça.

title		Ubuntu, kernel 2.6.17-11-386
root		(hd0,1)
kernel		/boot/vmlinuz-2.6.17-11-386 root=UUID=b40734be-ed31-4715-980f-527b4c4d3ade ro vga=791 splash
initrd		/boot/initrd.img-2.6.17-11-386
savedefault
boot

Souvent, il manque la partie vga=791

essayes ça pour voir

Hors ligne

#3 Le 04/04/2007, à 10:57

pmdzlineur

Re : [presque RESOLU] pas de barre de progression au boot

ça y est j' ai ma barre de progression .
C'est un vieux portable wink
pour moi c'est vga=771
mon /boot/grub/menu.lst modifié

sudo cat /boot/grub/menu.lst
Password:
# Splashimage line added by kubuntu-grub-splashimages package
splashimage=(hd0,4)/boot/grub/splashimages/KUBUNTU_splashscreen_blue_neon_logo_03.xpm.gz

# 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=0da52bc9-b92c-4c17-accb-1baa51f25db5 ro
# kopt_2_6=root=/dev/hda5 ro

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

## 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 vga=771

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

## 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.17-11-generic
root            (hd0,4)
kernel          /boot/vmlinuz-2.6.17-11-generic root=/dev/hda5 ro quiet splash vga=771
initrd          /boot/initrd.img-2.6.17-11-generic
quiet
savedefault
boot

title           Ubuntu, kernel 2.6.17-11-generic (recovery mode)
root            (hd0,4)
kernel          /boot/vmlinuz-2.6.17-11-generic root=/dev/hda5 ro single
initrd          /boot/initrd.img-2.6.17-11-generic
boot

title           Ubuntu, kernel 2.6.17-10-generic
root            (hd0,4)
kernel          /boot/vmlinuz-2.6.17-10-generic root=/dev/hda5 ro quiet splash vga=771
initrd          /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot

title           Ubuntu, kernel 2.6.17-10-generic (recovery mode)
root            (hd0,4)
kernel          /boot/vmlinuz-2.6.17-10-generic root=/dev/hda5 ro single
initrd          /boot/initrd.img-2.6.17-10-generic
boot

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

### 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/hda2
title           Microsoft Windows XP dition familiale
root            (hd0,1)
savedefault
makeactive
chainloader     +1

Merci de ton aide , cordialement


je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#4 Le 04/04/2007, à 11:01

foustala

Re : [presque RESOLU] pas de barre de progression au boot

L'option vga=771 etait presente ou pas (Tu ne le dis pas)? Comment as tu su que c'etait 771 et pas 791?

Hors ligne

#5 Le 04/04/2007, à 11:15

pmdzlineur

Re : [presque RESOLU] pas de barre de progression au boot

j' ai rajouté vga=771 après kernel etc ... comem fredolerouge l' a proposé (j'avais avant vga=791)
et après defoptions=quiet splash
enregistré
puis sudo update-grub
trouvé sur http://www.coagul.org/article.php3?id_article=562

mais depuis j' ai au démarrage du bureau kde : "the process for the file protocol died unexpectedly"
Sans blocage cependant
d' où le presque résolu ...


je ne suis pas informaticien, juste utilisateur un peu averti ;-)
http://www.freemedforms.com/fr/start
http://code.google.com/p/rapidcomptamed/
médecin volant, mais pas en même temps ;-)

Hors ligne

#6 Le 04/04/2007, à 16:51

foustala

Re : [presque RESOLU] pas de barre de progression au boot

fredolerouge a écrit :

Souvent, il manque la partie vga=791

pmdzlineur a écrit :

J' ai rajouté vga=771 comme fredolerouge l' a proposé. J'avais avant vga=791.

gné?

pmdzlineur a écrit :

trouvé sur http://www.coagul.org/article.php3?id_article=562

Super lien, merci.

Hors ligne