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 31/10/2010, à 20:48

albator74

probleme de grub apres migration 10.10 (résolu)

bonjour, je m'arrache les cheveux après migration vers 10.10 j'ai l'erreur the symbol 'grub_xput' not found
j'ai fait un peu toutes les manipulations trouvées sur le web mais rien y fait
j'arrive a booter grace à super grub 2
j'ai modifier plusieurs fois le fichier grub.cfg, sans résultat
je ne sais plus quoi faire, alors je vous envoie une copie de mon fichier grub.cfg et si quelque chose vous choc :
faites moi signe

un grand merci d'avance


#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
  insmod vbe
  insmod vga
}

insmod part_msdos
insmod ext2
set root='(hd1,msdos5)'
search --no-floppy --fs-uuid --set acc19c7d-144f-426a-afe4-5beda26542de
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd1,msdos5)'
search --no-floppy --fs-uuid --set acc19c7d-144f-426a-afe4-5beda26542de
set locale_dir=($root)/boot/grub/locale
set lang=fr
insmod gettext
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/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod part_msdos
    insmod ext2
    set root='(hd1,msdos5)'
    search --no-floppy --fs-uuid --set acc19c7d-144f-426a-afe4-5beda26542de
    linux    /boot/vmlinuz-2.6.35-22-generic root=UUID=acc19c7d-144f-426a-afe4-5beda26542de ro update-grub  quiet splash
    initrd    /boot/initrd.img-2.6.35-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod part_msdos
    insmod ext2
    set root='(hd1,msdos5)'
    search --no-floppy --fs-uuid --set acc19c7d-144f-426a-afe4-5beda26542de
    echo    'Loading Linux 2.6.35-22-generic ...'
    linux    /boot/vmlinuz-2.6.35-22-generic root=UUID=acc19c7d-144f-426a-afe4-5beda26542de ro single update-grub
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.35-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.31-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod part_msdos
    insmod ext2
    set root='(hd1,msdos5)'
    search --no-floppy --fs-uuid --set acc19c7d-144f-426a-afe4-5beda26542de
    linux    /boot/vmlinuz-2.6.31-22-generic root=UUID=acc19c7d-144f-426a-afe4-5beda26542de ro update-grub  quiet splash
    initrd    /boot/initrd.img-2.6.31-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.31-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod part_msdos
    insmod ext2
    set root='(hd1,msdos5)'
    search --no-floppy --fs-uuid --set acc19c7d-144f-426a-afe4-5beda26542de
    echo    'Loading Linux 2.6.31-22-generic ...'
    linux    /boot/vmlinuz-2.6.31-22-generic root=UUID=acc19c7d-144f-426a-afe4-5beda26542de ro single update-grub
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.31-22-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
    insmod part_msdos
    insmod ext2
    set root='(hd1,msdos5)'
    search --no-floppy --fs-uuid --set acc19c7d-144f-426a-afe4-5beda26542de
    linux16    /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    set root='(hd1,msdos5)'
    search --no-floppy --fs-uuid --set acc19c7d-144f-426a-afe4-5beda26542de
    linux16    /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professionnel (on /dev/sdb1)" {
    insmod part_msdos
    insmod ntfs
    set root='(hd1,msdos1)'
    search --no-floppy --fs-uuid --set 1a74a37474a350f5
    drivemap -s (hd0) ${root}
    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 ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

Dernière modification par albator74 (Le 01/11/2010, à 20:26)

Hors ligne

#2 Le 31/10/2010, à 20:56

sinbad83

Re : probleme de grub apres migration 10.10 (résolu)

Salut,
avec le nouveau grub, tu ne peux pas beaucoup bricoler. Contente-toi ici de le réinstaller (http://doc.ubuntu-fr.org/grub-pc#reinst … rer_grub_2).

Dernière modification par sinbad83 (Le 31/10/2010, à 20:56)


La connaissance n'est pas une denrée rare, il faut la partager avec les autres.
Linux registered #484707
Site: www.coursinforev.org/doku.php
Desktop AMD Ryzen 5-3600, RAM 16GB, Ubuntu 20.10,   HP Pavillon G6 Ubuntu 20.10 et Ten, Serveur Ubuntu 18.04

Hors ligne

#3 Le 31/10/2010, à 21:41

albator74

Re : probleme de grub apres migration 10.10 (résolu)

merci a toi sinbad83 mais ça ne marche pas
, bouhou je craque sad
je ne  sais même pas si une réinstall complète changerait quelque chose
je vais m'acheter une boite de prozac et du doliprane  wink

Hors ligne

#4 Le 31/10/2010, à 23:10

albator74

Re : probleme de grub apres migration 10.10 (résolu)

bon finalement j'ai tout  réinstaller etttttttttt  bin ça marche toujours pas

Hors ligne

#5 Le 01/11/2010, à 00:34

albator74

Re : probleme de grub apres migration 10.10 (résolu)

hallelujah mes frères ça y est ça marche grâce  a ce post  :

http://grub.enbug.org/GRUB2LiveCDInstallGuide-FR

je suis aux anges, mal a la tête mais aux anges wink

Hors ligne

#6 Le 01/11/2010, à 13:38

sinbad83

Re : probleme de grub apres migration 10.10 (résolu)

Peux-tu ajouter Résolu ? Merci.


La connaissance n'est pas une denrée rare, il faut la partager avec les autres.
Linux registered #484707
Site: www.coursinforev.org/doku.php
Desktop AMD Ryzen 5-3600, RAM 16GB, Ubuntu 20.10,   HP Pavillon G6 Ubuntu 20.10 et Ten, Serveur Ubuntu 18.04

Hors ligne