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.