Pages : 1
#1 Le 01/01/2010, à 03:31
- flolegrand
[Résolu] Boot du grub2 non automatique.
Salut à tous.
Premièrement, bonne année à tous!
Deuxièmement, j'ai un petit problème avec mon grub.
J'ai un disque dur de 500 Go avec Windows7,
un autre de 200 Go rien que pour Ubnutu 9.10.
Depuis quelques jours, mon grub, qui boot par défaut sur windows, ne se lance plus quand le temps est rendu à 0.
Je dois donc appuyer sur "ENTER" à chaque fois.
J'ai essayé de faire un sudo update-grub mais voici ce qu'il me met:
flolegrand@flolegrand-desktop:~$ sudo update-grub
[sudo] password for flolegrand:
error: cannot open `/dev/sdg' while attempting to get disk size
error: cannot open `/dev/sdg' while attempting to get disk size
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.31-14-generic
Found initrd image: /boot/initrd.img-2.6.31-14-generic
error: cannot open `/dev/sdg' while attempting to get disk size
grub-probe: error: Cannot find a GRUB drive for /dev/sdb1. Check your device.map.
error: cannot open `/dev/sdg' while attempting to get disk size
grub-probe: error: Cannot find a GRUB drive for /dev/sdb1. Check your device.map.
Found memtest86+ image: /boot/memtest86+.bin
ls: ne peut accéder /media/IPOD: Aucun fichier ou dossier de ce type
Found Windows 7 (loader) on /dev/sda1
error: cannot open `/dev/sdg' while attempting to get disk size
error: cannot open `/dev/sdg' while attempting to get disk size
error: cannot open `/dev/sdg' while attempting to get disk size
done
Je pense donc qu'il y a un problème, mais je n'ai pourtant rien changé dans les disques.
J'aimerais bien faire quelque chose, mais je ne sais pas quoi éditer dans le grub (par la console, je sais).
Sauriez-vous quoi faire?
Voici ce que j'ai dans mon grub:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=4
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entrys
#GRUB_DISABLE_LINUX_RECOVERY="true"
J'ai aussi remarqué que Ubuntu est assez long à charger (env. 2 minutes).
Pourtant, je n'ai rien d'installé (à part quelques programmes de bases).
Est-ce lié au fait que Ubuntu à beaucoup d'espace libre et qu'il chercher???
(Je ne suis pas un pro non plus, alors je cherche un peu une solution)
Quelqu'un pourrais m'aider?
Merci d'avance.
Dernière modification par flolegrand (Le 01/01/2010, à 19:48)
Ubuntu 4 ever!!
ASUS P7P55D , Core i5, 4 Gb DDR3-1333 Mhz, cg: HD 5770 de 512Mo, DD1: 200 Gb pour linux, DD2: 500 Gb pour les jeux, DDE: 640 Gb. Le tout dans un boitier HAF 922...
Hors ligne
#2 Le 01/01/2010, à 10:01
- Compte anonymisé
Re : [Résolu] Boot du grub2 non automatique.
Il semblerait que tu ais un ipod branché. As-tu essayé tes manips sans cet Ipod?
Sinon peux-tu lister ton fichier /boot/grub/grub.cfg ?
@+
#3 Le 01/01/2010, à 17:14
- flolegrand
Re : [Résolu] Boot du grub2 non automatique.
Voici mon fichier Grub.cfg:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s /boot/grub/grubenv ]; then
have_grubenv=true
load_env
fi
set default="4"
if [ ${prev_saved_entry} ]; then
saved_entry=${prev_saved_entry}
save_env saved_entry
prev_saved_entry=
save_env prev_saved_entry
fi
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/white
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Ubuntu, Linux 2.6.31-14-generic" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sdb1 ro quiet splash
initrd /boot/initrd.img-2.6.31-14-generic
}
menuentry "Ubuntu, Linux 2.6.31-14-generic (recovery mode)" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sdb1 ro single
initrd /boot/initrd.img-2.6.31-14-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set 5492bcb992bca142
chainloader +1
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
Je viens de remarquer que Ubuntu semblais plus rapide déjà au démarrage, pourtant, je n'ai rien fait. Cependant,je ne le trouve pas encore aussi rapide que sur mon ancien ordi (Ubuntu 9.04 mais ordi moins puissant).
Ubuntu 4 ever!!
ASUS P7P55D , Core i5, 4 Gb DDR3-1333 Mhz, cg: HD 5770 de 512Mo, DD1: 200 Gb pour linux, DD2: 500 Gb pour les jeux, DDE: 640 Gb. Le tout dans un boitier HAF 922...
Hors ligne
#4 Le 01/01/2010, à 18:58
- Compte anonymisé
Re : [Résolu] Boot du grub2 non automatique.
Salut
Tu peux essayer dans le fichier /etc/default/grub de modifier :
GRUB_DEFAULT=4
par
GRUB_DEFAULT="Windows 7 (loader) (on /dev/sda1)"
et tu sauves puis un
sudo update-grub
Si ça ne fonctionne toujours pas tu modifies par :
GRUB_DEFAULT=3
puis toujours un :
sudo update-grub
@+
#5 Le 01/01/2010, à 19:48
- flolegrand
Re : [Résolu] Boot du grub2 non automatique.
Ok, merci.
Je viens de faire ce que tu m'avais dit et tout remarche très bien.
J'ai fait le teste en laissant mon iPod au démarrage et en le retirant, aucune différence, il boot très bien et plus besoin d'appuyer sur entrée.
Merci beaucoup.
Ubuntu 4 ever!!
ASUS P7P55D , Core i5, 4 Gb DDR3-1333 Mhz, cg: HD 5770 de 512Mo, DD1: 200 Gb pour linux, DD2: 500 Gb pour les jeux, DDE: 640 Gb. Le tout dans un boitier HAF 922...
Hors ligne
Pages : 1