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.

nombre réponses : 16

#0 Re : -1 »  plugin flash a planté ! ça recommence ! » Le 05/02/2013, à 19:37

Pierre Jaraud
Réponses : 151

merci pour le post #32 , ça fonctionne enfin sur Dell C 400 / lubuntu 11.10.
les solutions les plus simples sont souvent les moins compliquées smile

#1 -1 »  [Résolu] grub sur / et ubuntu dans une autre partition » Le 13/10/2012, à 10:30

Pierre Jaraud
Réponses : 2

bonjour,
suite à plusieurs tentative d'installation de Ubuntu 11.10 (12.04 ne passe pas sad ) je me retrouve avec plusieurs partitions:
le problème c'est que je ne suis pas sûr de la partition dans laquelle le système est installé, comment vérifier ou est grub? comment vérifier la partition qui fonctionne?comment supprimer les autres partitions?
merci de votre aide à tous

#2 Re : -1 »  [Résolu] grub sur / et ubuntu dans une autre partition » Le 13/10/2012, à 15:13

Pierre Jaraud
Réponses : 2

bonjour,
j'ai tenté de faire le ménage, mais bon je suis mauvais à la loterie wink , donc j'ai pris l'option radicale, relancé une "install" , supprimé toute les partitions, je n'avais pas de données sur cette machine. je conserve les commandes indiquées plus haut, merci de votre aide.
Pierre

#3 Re : -1 »  Comment créer un lanceur sur Lubuntu? » Le 19/06/2012, à 17:45

Pierre Jaraud
Réponses : 4
disepa a écrit :

Bonjour,

Merci pour vos réponses!

J'ai pu créer un lanceur sur le bureau en faisant cette commande lxshortcut -i ~/Bureau/le_nom_du_lanceur.desktop
comme l'indique le 1er lien cependant il s'agit uniquement d'un lanceur d'application!!!!!!

Je souhaite plutôt créer un lanceur d'emplacement (réseau) tel un un dossier en partage réseau sur WINDOWS!

Merci encore une fois pour vos réponses par avance!


Bravo, merci, c'était pourtant simple nan ? !! tongue
question subsidiaire comment créer un raccourci pour cette commande ?:lol:

#4 Re : -1 »  Comment indiquer que la discution est resolue ? [résolut] » Le 15/02/2012, à 16:37

Pierre Jaraud
Réponses : 4
Morgiver a écrit :

Ça me fait penser que j'dois faire un bouton spécial pour ça tien.

bah ça fonctionne aussi comme ça, et puis c'est aussi simple smile

#5 -1 »  Problème GRUB : minimal bash-like après MAJ [Résolu] » Le 15/02/2012, à 01:15

Pierre Jaraud
Réponses : 16

Bonjour,
j'ai fais les mises à jours automatique aujourd'hui, un redémarrage était nécessaire et là, bingo :
Problème GRUB : minimal bash-like
grub>

et voili voilou, et maintenant je fais quoi ? je redémarre en Live CD et j'appelle au secours smile
voici le script récupéré grâce à Malbo, merci,
http://forum.ubuntu-fr.org/viewtopic.ph … 1#p3226641

                  Boot Info Script 0.60    from 17 May 2011


============================= Boot Info Summary: ===============================

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for  on this drive.

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:  
    Operating System:  Ubuntu 11.10
    Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

sda2: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info:  

sda5: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info:  

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 têtes, 63 secteurs/piste, 19457 cylindres, total 312581808 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048   310,484,991   310,482,944  83 Linux
/dev/sda2         310,487,038   312,580,095     2,093,058   5 Extended
/dev/sda5         310,487,040   312,580,095     2,093,056  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        f5c8728e-1ca9-4610-ab8b-485edd540b0c   ext4       
/dev/sda5        62e3efa0-499b-4a46-a804-c57ffc8fe4d8   swap       

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sda1        /media/f5c8728e-1ca9-4610-ab8b-485edd540b0c ext4       (rw,nosuid,nodev,uhelper=udisks)
/dev/sr0         /cdrom                   iso9660    (ro,noatime)


=========================== sda1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# 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 video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos1)'
  search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
  set locale_dir=($root)/boot/grub/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
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 ###
if [ ${recordfail} != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu, avec Linux 3.0.0-16-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux    /boot/vmlinuz-3.0.0-16-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-3.0.0-16-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-16-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    echo    'Chargement de Linux 3.0.0-16-generic ...'
    linux    /boot/vmlinuz-3.0.0-16-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro recovery nomodeset 
    echo    'Chargement du disque mémoire initial ...'
    initrd    /boot/initrd.img-3.0.0-16-generic
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, avec Linux 3.0.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux    /boot/vmlinuz-3.0.0-15-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-3.0.0-15-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-15-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    echo    'Chargement de Linux 3.0.0-15-generic ...'
    linux    /boot/vmlinuz-3.0.0-15-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro recovery nomodeset 
    echo    'Chargement du disque mémoire initial ...'
    initrd    /boot/initrd.img-3.0.0-15-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-14-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux    /boot/vmlinuz-3.0.0-14-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-3.0.0-14-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-14-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    echo    'Chargement de Linux 3.0.0-14-generic ...'
    linux    /boot/vmlinuz-3.0.0-14-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro recovery nomodeset 
    echo    'Chargement du disque mémoire initial ...'
    initrd    /boot/initrd.img-3.0.0-14-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-13-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux    /boot/vmlinuz-3.0.0-13-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-3.0.0-13-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-13-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    echo    'Chargement de Linux 3.0.0-13-generic ...'
    linux    /boot/vmlinuz-3.0.0-13-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro recovery nomodeset 
    echo    'Chargement du disque mémoire initial ...'
    initrd    /boot/initrd.img-3.0.0-13-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux    /boot/vmlinuz-3.0.0-12-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-3.0.0-12-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-12-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    echo    'Chargement de Linux 3.0.0-12-generic ...'
    linux    /boot/vmlinuz-3.0.0-12-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro recovery nomodeset 
    echo    'Chargement du disque mémoire initial ...'
    initrd    /boot/initrd.img-3.0.0-12-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='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux16    /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux16    /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
fi
### 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 ###
--------------------------------------------------------------------------------

=============================== sda1/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=62e3efa0-499b-4a46-a804-c57ffc8fe4d8 none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
--------------------------------------------------------------------------------

=================== sda1: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

               =                boot/grub/core.img                             1
               =                boot/grub/grub.cfg                             1
               =                boot/initrd.img-3.0.0-12-generic               1
               =                boot/initrd.img-3.0.0-13-generic               3
               =                boot/initrd.img-3.0.0-14-generic               1
               =                boot/initrd.img-3.0.0-15-generic               3
               =                boot/initrd.img-3.0.0-16-generic               1
               =                boot/vmlinuz-3.0.0-12-generic                  1
               =                boot/vmlinuz-3.0.0-13-generic                  1
               =                boot/vmlinuz-3.0.0-14-generic                  2
               =                boot/vmlinuz-3.0.0-15-generic                  2
               =                boot/vmlinuz-3.0.0-16-generic                  2
               =                vmlinuz                                        2
               =                vmlinuz.old                                    2

=============================== StdErr Messages: ===============================

unlzma: Decoder error
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in


--------------------------------------------------------------------------------------------------

Voili voilou, ça coince où ??
Merci d'avance pour votre aide à tous et à toutes,


[Edit modérateur : merci d'utiliser les balises code pour les longues pages de résultats]

#6 Re : -1 »  Problème GRUB : minimal bash-like après MAJ [Résolu] » Le 15/02/2012, à 02:41

Pierre Jaraud
Réponses : 16

Salut Xabilon,
merci j'ai essayé ta méthode mais sans résultat sad
peut-être une autre idée?
il semblerait que ce soit la dernière MAJ qui n'est pas été digérée?
y'a-t-il un moyen de revenir sur la dernière bonne version?
merci

#7 Re : -1 »  Problème GRUB : minimal bash-like après MAJ [Résolu] » Le 15/02/2012, à 03:01

Pierre Jaraud
Réponses : 16

j'ai refais le boot info:

                  Boot Info Script 0.60    from 17 May 2011


============================= Boot Info Summary: ===============================

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for  on this drive.

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:  
    Operating System:  Ubuntu 11.10
    Boot files:        /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

sda2: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info:  

sda5: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info:  

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 têtes, 63 secteurs/piste, 19457 cylindres, total 312581808 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048   310,484,991   310,482,944  83 Linux
/dev/sda2         310,487,038   312,580,095     2,093,058   5 Extended
/dev/sda5         310,487,040   312,580,095     2,093,056  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        f5c8728e-1ca9-4610-ab8b-485edd540b0c   ext4       
/dev/sda5        62e3efa0-499b-4a46-a804-c57ffc8fe4d8   swap       

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sr0         /cdrom                   iso9660    (ro,noatime)


=========================== sda1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# 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 video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos1)'
  search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
  set locale_dir=($root)/boot/grub/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
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 ###
if [ ${recordfail} != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
menuentry 'Ubuntu, avec Linux 3.0.0-16-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux    /boot/vmlinuz-3.0.0-16-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-3.0.0-16-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-16-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    echo    'Chargement de Linux 3.0.0-16-generic ...'
    linux    /boot/vmlinuz-3.0.0-16-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro recovery nomodeset 
    echo    'Chargement du disque mémoire initial ...'
    initrd    /boot/initrd.img-3.0.0-16-generic
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, avec Linux 3.0.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux    /boot/vmlinuz-3.0.0-15-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-3.0.0-15-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-15-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    echo    'Chargement de Linux 3.0.0-15-generic ...'
    linux    /boot/vmlinuz-3.0.0-15-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro recovery nomodeset 
    echo    'Chargement du disque mémoire initial ...'
    initrd    /boot/initrd.img-3.0.0-15-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-14-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux    /boot/vmlinuz-3.0.0-14-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-3.0.0-14-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-14-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    echo    'Chargement de Linux 3.0.0-14-generic ...'
    linux    /boot/vmlinuz-3.0.0-14-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro recovery nomodeset 
    echo    'Chargement du disque mémoire initial ...'
    initrd    /boot/initrd.img-3.0.0-14-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-13-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux    /boot/vmlinuz-3.0.0-13-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-3.0.0-13-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-13-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    echo    'Chargement de Linux 3.0.0-13-generic ...'
    linux    /boot/vmlinuz-3.0.0-13-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro recovery nomodeset 
    echo    'Chargement du disque mémoire initial ...'
    initrd    /boot/initrd.img-3.0.0-13-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux    /boot/vmlinuz-3.0.0-12-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-3.0.0-12-generic
}
menuentry 'Ubuntu, avec Linux 3.0.0-12-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    echo    'Chargement de Linux 3.0.0-12-generic ...'
    linux    /boot/vmlinuz-3.0.0-12-generic root=UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c ro recovery nomodeset 
    echo    'Chargement du disque mémoire initial ...'
    initrd    /boot/initrd.img-3.0.0-12-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='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux16    /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root f5c8728e-1ca9-4610-ab8b-485edd540b0c
    linux16    /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
fi
### 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 ###
--------------------------------------------------------------------------------

=============================== sda1/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=f5c8728e-1ca9-4610-ab8b-485edd540b0c /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=62e3efa0-499b-4a46-a804-c57ffc8fe4d8 none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
--------------------------------------------------------------------------------

=================== sda1: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

               =                boot/grub/core.img                             1
               =                boot/grub/grub.cfg                             1
               =                boot/initrd.img-3.0.0-12-generic               1
               =                boot/initrd.img-3.0.0-13-generic               3
               =                boot/initrd.img-3.0.0-14-generic               1
               =                boot/initrd.img-3.0.0-15-generic               3
               =                boot/initrd.img-3.0.0-16-generic               1
               =                boot/vmlinuz-3.0.0-12-generic                  1
               =                boot/vmlinuz-3.0.0-13-generic                  1
               =                boot/vmlinuz-3.0.0-14-generic                  2
               =                boot/vmlinuz-3.0.0-15-generic                  2
               =                boot/vmlinuz-3.0.0-16-generic                  2
               =                vmlinuz                                        2
               =                vmlinuz.old                                    2

=============================== StdErr Messages: ===============================

unlzma: Decoder error
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in
awk: cmd. line:36: Math support is not compiled in

mais on dirait que rien n'a été modifié neutral

#8 Re : -1 »  Problème GRUB : minimal bash-like après MAJ [Résolu] » Le 15/02/2012, à 03:03

Pierre Jaraud
Réponses : 16

heu dsl, j'ai tout mis j'avais pas vu ta réponse ...

#10 Re : -1 »  Problème GRUB : minimal bash-like après MAJ [Résolu] » Le 15/02/2012, à 03:30

Pierre Jaraud
Réponses : 16

pas d'erreur après les commandes, et pas de résultat après redémarrage, toujours la même chose sad
et toujours:

   Boot Info Script 0.60    from 17 May 2011


============================= Boot Info Summary: ===============================

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    for  on this drive.

cha m'enerveeee mad

grub cherche et ne trouve pas , mais quoi ?

#11 Re : -1 »  Problème GRUB : minimal bash-like après MAJ [Résolu] » Le 15/02/2012, à 13:34

Pierre Jaraud
Réponses : 16

Bonjour,
j'ai tanté boot-repair à partir de ma session en live CD, mais il semblerait que ça ne fonctionne pas, je vais donc télécharger l'iso et faire un cd bootable pour voir.
Pendant le téléchargment (en 3G smile ) j'ai essayé ça de grandtoubab #306
Le 27/01/2012, à 13:15 sur http://forum.ubuntu-fr.org/viewtopic.php?id=509791&p=13:

Suite à une mise à jour vers le noyau 3.0.0-16 qui s'est mal passée sans que je sache pourquoi, au redémarrage je me retrouvai sur le prompt


 grub >
Heureusement je connais mon installation et j'ai écrit directement les infos (sachant qu'a ce moment là le clavier devient un qwerty, c'est pas facile :  mais la touche TAB permet de lister ce qui existe )
Heureusement aussi j'ai une imprssion papier de ça
https://help.ubuntu.com/community/Grub2 … pt_Booting

grub > set boot = (hd0,3)grub > linux /boot/vmlinuz-3.0.0-15-generic root=/dev/sda3 rogrub > initrd /boot/initrd.img-3.0.0-15-genericgrub > boot

j'y ai cru quelques secondes, mais ecran noire et pc gelé,
on passe au live cd...

#12 Re : -1 »  Problème GRUB : minimal bash-like après MAJ [Résolu] » Le 15/02/2012, à 14:12

Pierre Jaraud
Réponses : 16

Bonjour Faustus,
heu ,aucune idée hmm
une recette de crèpe en bash?

résultat de
grub> ls
(hd0) (hd0,msdos1) (fd0)

c'est quoi msdos1 ?

#13 Re : -1 »  Problème GRUB : minimal bash-like après MAJ [Résolu] » Le 15/02/2012, à 14:40

Pierre Jaraud
Réponses : 16

msdos1 c'est ton "Y" mon gars !!! smile
et là la soluce grandtoubab fonctionne, merci à toi grantoubab big_smile

je vais maintenant installer boot-repair sur le convalescent ...

#14 Re : -1 »  Problème GRUB : minimal bash-like après MAJ [Résolu] » Le 15/02/2012, à 16:03

Pierre Jaraud
Réponses : 16

__>Yannubuntu,
boot-repair n'a pas l'air de fonctionner sad :
quelque soit la methode, live ubuntu, session "normale", ou livecd boot repair, le scanning system dure depuis presque 1 heure et aucun résultat, et les 3 methodes ont donné la même chose, donc je n'arrive pas à l'écran réparation recommandée sad

au moment ou j'ai ecris ces lignes, le "reparation recommandé" c'est affiché, j'ai cliqué et....
merci yannubuntu ça a fonctionné niquel, re-boot et tout a l'air ok big_smile:D:D

je pense (comme d'autre) que ton package doit etre inclus dans le Live cd, c'est vraiment indispensable, un truc qui pourrait etre au boot du cd, :
1.TESTER UBUNTU en LIVE
2. INSTALLER UBUNTU sur DD
3. REPARER avec BOOT-REPAIR
etc...
merci à ceux qui sont intervenus sur ce post cool

#15 Re : -1 »  Problème GRUB : minimal bash-like après MAJ [Résolu] » Le 15/02/2012, à 16:31

Pierre Jaraud
Réponses : 16

A propos de boot-repair, il serait intéressant d'avoir une console de contrôle sur ce qu'il fait pendant le scanning, ça ferait patienter les énervés comme moi et éviterait de penser qu'il est "planté" smile