Pages : 1
#1 Le 20/12/2009, à 19:25
- ponyo
[résolu] GRUB ne charge pas Ubuntu
Bonjour,
Mon portable est partitionné avec Vista et Ubuntu, l'amorce est sur la partition de Vista, j'ai utilisé easyBCD pour avoir le choix au démarrage.
Donc, normalement, je démarre le pc avec un premier choix d'OS entre Vista et Ubuntu, puis, lorsque je choisis Ubuntu, j'ai GRUB qui me propose à nouveau un choix d'OS et je choisis Ubuntu.
J'ai déjà eu un problème de chargement d'Ubuntu avec Grub il y a qq semaines, j'ai résolu le problème ici : http://forum.ubuntu-fr.org/viewtopic.php?id=364297
Cette fois, lorsque je démarre le pc, j'ai mon premier choix d'OS depuis la partition de Vista, qui me propose de booter sur Ubuntu, puis une fois sur Ubuntu, j'ai le message suivant :
Bootpart 2.60 Bootsector (c) 1995-2005 Gilles Volant http://www.winimage.com/bootpart.htm
Loading new partition
Bootsector from C. H. Hochstätter
GRUB _
... impossible de booter sur Ubuntu!
Je ne comprends pas ce qui se passe ni ce qui a pu provoqué ça.
Est-ce que quelqu'un aurait une idée ?
Merci d'avance,
Dernière modification par ponyo (Le 22/12/2009, à 15:30)
Hors ligne
#2 Le 22/12/2009, à 07:50
- ponyo
Re : [résolu] GRUB ne charge pas Ubuntu
Up !
Est-ce que quelqu'un pourrait m'aider ?
Je suis débutante je n'ai aucune idée de comment résoudre le problème, est-ce que je dois réinstaller GRUB ? réinstaller tout ubuntu ?
Voici mes partitions :
/dev/sda1 Vista
/dev/sda3
/dev/sda5 Ubuntu
/dev/sda6 Linux/swap
/dev/sda2 Backup Vista
Voici ce que j'ai tenté jusqu'à présent sans succès :
Tentative 1 : update grub
1) Démarrage avec le live cd d'Ubuntu
2) Dans le terminal, je tape : "sudo update-grub"
=> ceci crée un menu.lst dans le répertoire /boot/grub du live cd, et pas dans celui du pc qui est situé sur /media/disk/boot/grub
=> de plus, le fichier "menu.lst" ne correspond pas aux partitions sur mon pc.
Voici le menu.lst généré :
# 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 use 'savedefault' 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 3
## 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=/home/ubuntu/aufs ro
## 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
## 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
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## 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
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 9.04, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
Tentative 2 : udpdate de grub + chroot
1) Démarrage avec le live CD
2) Dans le terminal, j'ai tapé :
sudo mount --bind /proc /media/system/proc
sudo mount --bind /sys /media/system/sys
sudo chroot /media/system
sudo update-grub
3) Réponse du terminal
sudo: unable to resolve host ubuntu
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.28-14-generic
Found kernel: /boot/vmlinuz-2.6.28-13-generic
Found kernel: /boot/vmlinuz-2.6.28-11-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done
Menu.lst généré :
# 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 use 'savedefault' 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=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=763c30e3-42f9-4ecd-902c-b90aac24ed20
## 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
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## 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
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 9.04, kernel 2.6.28-14-generic
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-14-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro quiet splash
initrd /boot/initrd.img-2.6.28-14-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-14-generic (recovery mode)
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-14-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro single
initrd /boot/initrd.img-2.6.28-14-generic
title Ubuntu 9.04, kernel 2.6.28-13-generic
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro quiet splash
initrd /boot/initrd.img-2.6.28-13-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-13-generic (recovery mode)
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro single
initrd /boot/initrd.img-2.6.28-13-generic
title Ubuntu 9.04, kernel 2.6.28-11-generic
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro single
initrd /boot/initrd.img-2.6.28-11-generic
title Ubuntu 9.04, memtest86+
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
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 Windows Vista (loader)
rootnoverify (hd0,0)
savedefault
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Windows Vista (loader)
rootnoverify (hd0,1)
savedefault
chainloader +1
Tentative 3 : modification manuelle de menu.lst
Menu.lst avant modification :
# 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 use 'savedefault' 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=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=763c30e3-42f9-4ecd-902c-b90aac24ed20
## 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
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## 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
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 9.04, kernel 2.6.28-14-generic
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-14-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro quiet splash
initrd /boot/initrd.img-2.6.28-14-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-14-generic (recovery mode)
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-14-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro single
initrd /boot/initrd.img-2.6.28-14-generic
title Ubuntu 9.04, kernel 2.6.28-13-generic
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro quiet splash
initrd /boot/initrd.img-2.6.28-13-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-13-generic (recovery mode)
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro single
initrd /boot/initrd.img-2.6.28-13-generic
title Ubuntu 9.04, kernel 2.6.28-11-generic
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro single
initrd /boot/initrd.img-2.6.28-11-generic
title Ubuntu 9.04, memtest86+
uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
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 Windows Vista (loader)
rootnoverify (hd0,0)
savedefault
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Windows Vista (loader)
rootnoverify (hd0,1)
savedefault
chainloader +1
Menu.lst après modification
# 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 use 'savedefault' 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=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=763c30e3-42f9-4ecd-902c-b90aac24ed20
## 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
## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
## indomU=true
## indomU=false
# indomU=detect
## 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
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 9.04, kernel 2.6.28-14-generic
root (hd0,4)
#uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-14-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro quiet splash
initrd /boot/initrd.img-2.6.28-14-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-14-generic (recovery mode)
root (hd0,4)
#uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-14-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro single
initrd /boot/initrd.img-2.6.28-14-generic
title Ubuntu 9.04, kernel 2.6.28-13-generic
root (hd0,4)
#uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro quiet splash
initrd /boot/initrd.img-2.6.28-13-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-13-generic (recovery mode)
root (hd0,4)
#uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro single
initrd /boot/initrd.img-2.6.28-13-generic
title Ubuntu 9.04, kernel 2.6.28-11-generic
#uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
quiet
title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
root (hd0,4)
#uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro single
initrd /boot/initrd.img-2.6.28-11-generic
title Ubuntu 9.04, memtest86+
root (hd0,4)
#uuid 763c30e3-42f9-4ecd-902c-b90aac24ed20
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 Windows Vista (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
Tentative 4 : démarrage avec NéoGrub
J'ai suivi la procédure décrite ici : http://apcmag.com/how_to_dualboot_vista_with_linux_linux_is_already_installed.htm?page=5
C'est à dire :
1) Dans Vista, lancement de EasyBCD
2) Effacement de l'ancienne entrée "Ubuntu" qui pointe vers la partition sda5 où est installé Linux
3) Installation de NéoGrub
5) Configuration : je remplace C:\NST\menu.lst par le menu.lst de mon Ubuntu
6) Je redémarre
7) Au menu de démarrage je choisis "NeoGrubLoader"
8) Je choisis l'entrée "Ubuntu 9.04, kernel 2.6.28-14.generic
9) Message d'erreur
Booting 'Ubuntu9.04, kernel 2.6.28-14.generic"
root (hd0,4)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/vmlinuz-2.6.8.14-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro quiet splash
Error 17 : File not found
Press any key to continue...
10) Si j'appuie sur une touche, je retourne au menu précédent, etc.
11) J'ai remarqué que mon "menu.lst" ne contient pas les lignes "root (hd0,4)" qui indique la partition où est ubuntu,
je l'ai rajouté dans menu.lst et j'obtiens cette erreur :
Booting 'Ubuntu9.04, kernel 2.6.28-14.generic"
root (hd0,4)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/vmlinuz-2.6.8.14-generic root=UUID=763c30e3-42f9-4ecd-902c-b90aac24ed20 ro quiet splash
Error 2 : Bad file or directory type
Press any key to continue...
Dernière modification par ponyo (Le 22/12/2009, à 10:51)
Hors ligne
#3 Le 22/12/2009, à 10:52
- ponyo
Re : [résolu] GRUB ne charge pas Ubuntu
Up!! S'il vous plaît
je ne m'en sors pas
est-ce qu'il va falloir que je réinstalle tout ?
Hors ligne
#4 Le 22/12/2009, à 11:53
- Compte anonymisé
Re : [résolu] GRUB ne charge pas Ubuntu
Salut
Déjà tu peux réinstaller GRUB ainsi (en LiveCD) :
sudo grub --> grub>
find /boot/grub/menu.lst devrait te donner qq chose comme (hdx,y)
root (hdx,y) en remplaçant x et y par les bonnes valeurs bien sûr
setup (hdx,y)
quit
Ensuite il faut vérifier que dans /boot tu as bien un kernel correspondant à :
vmlinuz-2.6.8.14-generic sinon adapter le fichier menu.lst avec la bonne version du kernel.
Ensuite mettre les uuid ou les (hd0,4) ne doit pas changer grand chose si les uuid sont ok.
Enfin il faut supprimer/ajouter une entrée via EasyBCD
@+
Dernière modification par Compte anonymisé (Le 22/12/2009, à 13:04)
#5 Le 22/12/2009, à 14:30
- ponyo
Re : [résolu] GRUB ne charge pas Ubuntu
Merci de la réponse.:)
Oui, j'ai pensé à réinstaller grub mais est-ce que cela ne va pas m'empêcher d'accéder à Vista ensuite ? Est-ce que je pourrai redémarrer Vista ?
Dernière modification par ponyo (Le 22/12/2009, à 14:35)
Hors ligne
#6 Le 22/12/2009, à 14:43
- Compte anonymisé
Re : [résolu] GRUB ne charge pas Ubuntu
Ben oui puisque tu réinstalles grub sur la partition /
Sinon peux-tu lister le contenu du répertoire /boot de /dev/sda5?
@+
#7 Le 22/12/2009, à 14:46
- Radline
Re : [résolu] GRUB ne charge pas Ubuntu
Merci de la réponse.:)
Oui, j'ai pensé à réinstaller grub mais est-ce que cela ne va pas m'empêcher d'accéder à Vista ensuite ? Est-ce que je pourrai redémarrer Vista ?
vu dans la doc (essaie d'y aller tout seul la prochaine fois)
Introduction
Update-grub examine le répertoire /boot et y recherche tous les fichiers dont le nom commence par "vmlinuz-". Ces fichiers seront supposés constituer des noyaux et donneront lieu à des entrées dans le menu.lst.
Update-grub, pour chacune des entrées introduites, ajoutera en outre les lignes initrd correspondant à chacun des noyaux identifiés (à partir de l’analyse du nom complet des fichiers commençant par "initrd" trouvés dans /boot (exemple: /boot/vmlinuz-2.6.22-14-generic et /boot/initrd.img-2.6.22-14-generic).
Remarques :
*
Quoi qu’il en soit, chaque entrée de noyau Ubuntu est doublée d’une entrée en mode "recovery" pour permettre certaines récupérations. Si la valeur est fixée à 1, deux entrées seront préservées: noyau en lancement "normal" et noyau en "mode recovery";
*
Seules les entrées directement gérées par update-grub sont concernées soient les entrées correspondant à des noyaux Linux (fichiers identifiés par un début de nom en vmlinuz, situés dans le répertoire /boot ). Les entrées spécifiques correspondant à memtest86+ ou aux entrées Windows ne sont pas concernées.
*
update-grub conserve les sections identifiant d’autres systèmes d’exploitation (Windows par exemple).
Si tu sais, tu fais. Si tu sais PAS, tu fais PAS!
Ubuntu 21.10 64bits sur AMD FX 8320 /CM: Gigabyte 990XA-UD3, 8Go de RAM, CG : Nvidia GTX960, Son: Soundblaster X-Fi
Ubuntu 18.04 64bits LTS sur HP Probook 6560b
Lubuntu 18.04 64bits LTS sur AMD Athlon 64 X2 4000+
Hors ligne
#8 Le 22/12/2009, à 15:01
- ponyo
Re : [résolu] GRUB ne charge pas Ubuntu
Voici le contenu du répertoire boot/ de sda5 :
ubuntu@ubuntu:/media/disk$ ls -l boot/
total 39376
-rw-r--r-- 1 root root 529118 2009-04-17 03:41 abi-2.6.28-11-generic
-rw-r--r-- 1 root root 528128 2009-06-30 21:56 abi-2.6.28-13-generic
-rw-r--r-- 1 root root 528128 2009-07-25 02:12 abi-2.6.28-14-generic
-rw-r--r-- 1 root root 96795 2009-04-17 03:41 config-2.6.28-11-generic
-rw-r--r-- 1 root root 96768 2009-06-30 21:56 config-2.6.28-13-generic
-rw-r--r-- 1 root root 96768 2009-07-25 02:12 config-2.6.28-14-generic
drwxr-xr-x 2 root root 4096 2009-12-22 09:41 grub
-rw-r--r-- 1 root root 7775909 2009-07-11 16:22 initrd.img-2.6.28-11-generic
-rw-r--r-- 1 root root 7786196 2009-07-18 07:04 initrd.img-2.6.28-13-generic
-rw-r--r-- 1 root root 7788852 2009-07-30 05:09 initrd.img-2.6.28-14-generic
-rw-r--r-- 1 root root 128796 2009-03-27 17:15 memtest86+.bin
-rw-r--r-- 1 root root 1456232 2009-04-17 03:41 System.map-2.6.28-11-generic
-rw-r--r-- 1 root root 1449810 2009-06-30 21:56 System.map-2.6.28-13-generic
-rw-r--r-- 1 root root 1449836 2009-07-25 02:12 System.map-2.6.28-14-generic
-rw-r--r-- 1 root root 1074 2009-04-17 03:43 vmcoreinfo-2.6.28-11-generic
-rw-r--r-- 1 root root 1074 2009-06-30 21:58 vmcoreinfo-2.6.28-13-generic
-rw-r--r-- 1 root root 1074 2009-07-25 02:13 vmcoreinfo-2.6.28-14-generic
-rw-r--r-- 1 root root 3501776 2009-04-17 03:41 vmlinuz-2.6.28-11-generic
-rw-r--r-- 1 root root 3488208 2009-06-30 21:56 vmlinuz-2.6.28-13-generic
-rw-r--r-- 1 root root 3490224 2009-07-25 02:12 vmlinuz-2.6.28-14-generic
pour info, voici mes partitions :
ubuntu@ubuntu:/media/disk$ sudo fdisk -l
Disque /dev/sda: 160.0 Go, 160041885696 octets
255 têtes, 63 secteurs/piste, 19457 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets
Identifiant de disque : 0x29a529a4
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 7649 61440561 7 HPFS/NTFS
/dev/sda2 18554 19457 7261380 7 HPFS/NTFS
/dev/sda3 7650 18553 87586380 5 Etendue
/dev/sda5 7650 18531 87409633+ 83 Linux
/dev/sda6 18532 18553 176683+ 82 Linux swap / Solaris
Les entrées de la table de partitions ne sont pas dans l'ordre du disque
Bon, je vais réinstaller grub.
Hors ligne
#9 Le 22/12/2009, à 15:29
- ponyo
Re : [résolu] GRUB ne charge pas Ubuntu
Ok !!:D Merci, c'est résolu.
Voici ce que j'ai fait :
1) Réinstallation de GRUB (via LiveCD)
sudo grub
grub> find /boot/grub/menu.lst
(hd0,4)
grub> root (hd0,4)
grub> setup (hd0,4)
Checking if "/boot/grub/stage1" exists... yes
Checking if "/boot/grub/stage2" exists... yes
Checking if "/boot/grub/e2fs_stage1_5" exists... yes
Running "embed /boot/grub/e2fs_stage1_5 (hd0,4)"... failed (this is not fatal)
Running "embed /boot/grub/e2fs_stage1_5 (hd0,4)"... failed (this is not fatal)
Running "install /boot/grub/stage1 (hd0,4) /boot/grub/stage2 p /boot/grub/menu.lst "... succeeded
Done.
grub> quit
2) Modification des entrées dans EasyBCD (Vista)
1) enlève l'ancienne entrée vers Ubuntu
2) récréation de l'entrée vers Ubuntu
Tout remarche, je peux booter sur Vista ou Ubuntu
Dernière modification par ponyo (Le 22/12/2009, à 15:31)
Hors ligne
Pages : 1