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 17/12/2011, à 11:37

birdy78

error : out of disk - grub rescue>

Bonjour,

Néophyte sous Ubuntu j'ai tenté une réinstall sur une clé usb de ubuntu 10.04 (vieille athlon 3800 +) mais impossible j'ai
error : out of disk
grub recue>

J'ai ceci et je ne sais quoi en faire :

Ma clé USB est le sdc.
Sda et Sdb sont des disques de données
J'ai essayé bootrepair mais rien à faire (c'est avec ça que j'ai le rapport ci dessous).

Une idée de quelqu'un qui est déjà ou non passé par là ?

   
   Boot Info Script 0.60    from 17 May 2011


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

 => Grub2 (v1.97-1.98) 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 in partition 1 for /boot/grub.
 => No boot loader is installed in the MBR of /dev/sdb.
 => Grub2 (v1.97-1.98) is installed in the MBR of /dev/sdc and looks at sector 
    1 of the same hard drive for core.img. core.img is at this location and 
    looks in partition 1 for /boot/grub.

sda1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7
    Boot sector info:   No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sdb1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7
    Boot sector info:   No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sdc1: __________________________________________________________________________

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

sdc2: __________________________________________________________________________

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

sdc5: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1                  63 3,907,024,064 3,907,024,002   7 NTFS / exFAT / HPFS


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1                   1 3,907,029,167 3,907,029,167  ee GPT


GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sdb1              34 3,907,029,134 3,907,029,101 Data partition (Windows/Linux)

Drive: sdc _____________________________________________________________________

Disk /dev/sdc: 32.1 GB, 32128368640 bytes
255 heads, 63 sectors/track, 3906 cylinders, total 62750720 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdc1    *          2,048    60,071,935    60,069,888  83 Linux
/dev/sdc2          60,073,982    62,748,671     2,674,690   5 Extended
/dev/sdc5          60,073,984    62,748,671     2,674,688  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        5546697D63025FA6                       ntfs       2TO
/dev/sdb1        119ED1315429DBE2                       ntfs       2TO2011
/dev/sdc1        b46548d0-c068-4369-9840-20eda708c049   ext4       
/dev/sdc5        0ff371c3-685a-4543-b281-f7a7639a684c   swap       

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

Device           Mount_Point              Type       Options

/dev/sdc1        /media/b46548d0-c068-4369-9840-20eda708c049 ext4       (rw,nosuid,nodev,uhelper=udisks)
/dev/sr0         /live/image              iso9660    (ro,noatime)


=========================== sdc1/boot/grub/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 $prefix/grubenv ]; then
  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
}
insmod ext2
set root='(hd2,1)'
search --no-floppy --fs-uuid --set b46548d0-c068-4369-9840-20eda708c049
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
insmod ext2
set root='(hd2,1)'
search --no-floppy --fs-uuid --set b46548d0-c068-4369-9840-20eda708c049
set locale_dir=($root)/boot/grub/locale
set lang=en
insmod gettext
if [ ${recordfail} = 1 ]; then
  set timeout=10
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.32-33-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd2,1)'
    search --no-floppy --fs-uuid --set b46548d0-c068-4369-9840-20eda708c049
    linux    /boot/vmlinuz-2.6.32-33-generic root=UUID=b46548d0-c068-4369-9840-20eda708c049 ro   splash quiet
    initrd    /boot/initrd.img-2.6.32-33-generic
}
menuentry 'Ubuntu, with Linux 2.6.32-33-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd2,1)'
    search --no-floppy --fs-uuid --set b46548d0-c068-4369-9840-20eda708c049
    echo    'Loading Linux 2.6.32-33-generic ...'
    linux    /boot/vmlinuz-2.6.32-33-generic root=UUID=b46548d0-c068-4369-9840-20eda708c049 ro single 
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.32-33-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
    insmod ext2
    set root='(hd2,1)'
    search --no-floppy --fs-uuid --set b46548d0-c068-4369-9840-20eda708c049
    linux16    /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod ext2
    set root='(hd2,1)'
    search --no-floppy --fs-uuid --set b46548d0-c068-4369-9840-20eda708c049
    linux16    /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### 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 ###
--------------------------------------------------------------------------------

=============================== sdc1/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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
/dev/sdc1       /               ext4    errors=remount-ro 0       1
# swap was on /dev/sdc5 during installation
UUID=0ff371c3-685a-4543-b281-f7a7639a684c none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

            ?? = ??             boot/grub/core.img                             1
            ?? = ??             boot/grub/grub.cfg                             1
            ?? = ??             boot/initrd.img-2.6.32-33-generic              1
            ?? = ??             boot/vmlinuz-2.6.32-33-generic                 1
            ?? = ??             initrd.img                                     1
            ?? = ??             vmlinuz                                        1

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown BootLoader on sdc2

00000000  c7 d8 c6 99 f7 09 76 1a  a8 10 0c 77 18 7e e6 c6  |......v....w.~..|
00000010  75 29 da 04 a1 3c ee c3  60 e5 0d 17 ef e0 70 1d  |u)...<..`.....p.|
00000020  d0 dd a5 ba 49 a3 65 8c  c9 29 37 b1 09 2b d4 4f  |....I.e..)7..+.O|
00000030  cc db a9 4e 7f 1d 6b 2a  11 66 67 06 9a 7f 8c d6  |...N..k*.fg.....|
00000040  6b cd 43 4e 02 7e f9 84  8f db 9d 2d 0b 8a a6 97  |k.CN.~.....-....|
00000050  12 36 5f 01 0e 6c f6 69  81 84 3e cb a9 83 67 c0  |.6_..l.i..>...g.|
00000060  0e 59 fe 66 73 c8 9b 9a  08 08 c4 b7 11 11 e3 14  |.Y.fs...........|
00000070  46 a3 de 7b 7d f5 19 14  f6 d8 91 b0 90 a7 e3 2b  |F..{}..........+|
00000080  a9 2c 5e 75 37 f3 85 36  fa df 3b 27 1e fd 86 30  |.,^u7..6..;'...0|
00000090  80 c4 64 20 4d 11 a1 98  5b 8d 4e 8c 81 42 aa ed  |..d M...[.N..B..|
000000a0  db 33 7f c5 d6 8d f4 10  4e fb 05 50 76 31 89 9e  |.3......N..Pv1..|
000000b0  69 fd 8c d7 00 b6 26 cf  1a 2c 08 37 2b 38 91 1f  |i.....&..,.7+8..|
000000c0  a9 12 da 81 d2 7c d7 62  97 4e 93 c3 b8 58 aa f2  |.....|.b.N...X..|
000000d0  99 c9 8d 82 ff 27 42 58  1a 89 d6 02 60 d0 05 18  |.....'BX....`...|
000000e0  1d ac d5 4c 71 56 06 cd  56 eb 78 fe fc 42 72 50  |...LqV..V.x..BrP|
000000f0  7c d6 09 ec 2b 12 db ea  a9 19 56 7a c5 bf 20 67  ||...+.....Vz.. g|
00000100  5b 54 98 50 01 b5 9b 42  b5 af 21 c1 38 ec 7c 3b  |[T.P...B..!.8.|;|
00000110  bc 44 3c 28 57 46 97 bd  0f ea 38 a4 17 a6 e0 96  |.D<(WF....8.....|
00000120  24 83 dd 5c c1 e0 51 db  de ca 6d c1 b7 78 bc 70  |$..\..Q...m..x.p|
00000130  5f 5c c0 8b 2a be 5f d2  3f 30 04 dc 5f 7c 6d fe  |_\..*._.?0.._|m.|
00000140  58 f7 3c 7e 15 5a 5c a9  26 b9 f5 45 b1 6a 61 c7  |X.<~.Z\.&..E.ja.|
00000150  76 94 57 ab 22 15 18 d0  b4 08 29 02 b9 06 d9 98  |v.W.".....).....|
00000160  ea 9d 7a 22 ed 08 02 23  37 63 53 0c 43 7b 0a 71  |..z"...#7cS.C{.q|
00000170  0b c8 2a 8a 3c a6 a8 fd  b9 df 0f 44 6a 6a 4b 8d  |..*.<......DjjK.|
00000180  83 94 5c 27 d9 02 db 27  b1 c4 33 09 2a bf 34 a9  |..\'...'..3.*.4.|
00000190  5a b1 1c 8e ae cf c9 1d  54 c5 9e e6 69 4c 9c e3  |Z.......T...iL..|
000001a0  ae da 6c 67 d4 c0 58 1b  e2 ad 67 e1 c8 57 e9 ae  |..lg..X...g..W..|
000001b0  08 36 40 43 f4 9e b1 40  2b 32 76 9f db 50 00 fe  |.6@C...@+2v..P..|
000001c0  ff ff 82 fe ff ff 02 00  00 00 00 d0 28 00 00 00  |............(...|
000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200


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

File descriptor 3 (pipe:[7562]) leaked on lvscan invocation. Parent PID 23913: bash
File descriptor 7 (pipe:[7562]) leaked on lvscan invocation. Parent PID 23913: bash
File descriptor 63 (pipe:[14619]) leaked on lvscan invocation. Parent PID 23913: bash
  No volume groups found
mdadm: No arrays found in config file or automatically

ADDITIONAL INFORMATION :
**************** log of boot-repair 2011-12-16__20h20 ****************
boot-repair version : 3.01-0ppa7~lucid
clean-ubiquity-common version : 3-0ppa16~lucid
internet: connected
boot-repair-common version : 3.01-0ppa4~lucid
File descriptor 3 (pipe:[7562]) leaked on lvs invocation. Parent PID 4773: /bin/sh
File descriptor 7 (pipe:[7562]) leaked on lvs invocation. Parent PID 4773: /bin/sh
No volume groups found
LIVESESSION is : yes
BYTES_BEFORE_PART[1] (sda) = 63 sectors * 512 bytes = 32256 bytes.
BYTES_BEFORE_PART[2] (sdb) = 34 sectors * 512 bytes = 17408 bytes.
BYTES_BEFORE_PART[3] (sdc) = 2048 sectors * 512 bytes = 1048576 bytes.
OSPROBER: /dev/sdc1:MyXBMC 2011 LTS (10.04):Ubuntu:linux
BLKID: /dev/sda1: LABEL="2TO" UUID="5546697D63025FA6" TYPE="ntfs"
/dev/sdb1: LABEL="2TO2011" UUID="119ED1315429DBE2" TYPE="ntfs"
/dev/loop0: TYPE="squashfs"
/dev/sdc1: UUID="b46548d0-c068-4369-9840-20eda708c049" TYPE="ext4"
/dev/sdc5: UUID="0ff371c3-685a-4543-b281-f7a7639a684c" TYPE="swap"
sdc1 contains MyXBMC 2011 LTS (linux)
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
Total of 1 OS detected on sdc disk.
sdc contains minimum one OS

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.

FDISK
Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000a9a1b

Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63  3907024064  1953512001    7  HPFS/NTFS

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1  3907029167  1953514583+  ee  GPT

Disk /dev/sdc: 32.1 GB, 32128368640 bytes
255 heads, 63 sectors/track, 3906 cylinders, total 62750720 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ae90a

Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *        2048    60071935    30034944   83  Linux
/dev/sdc2        60073982    62748671     1337345    5  Extended
/dev/sdc5        60073984    62748671     1337344   82  Linux swap / Solaris

Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000a9a1b

Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63  3907024064  1953512001    7  HPFS/NTFS

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1  3907029167  1953514583+  ee  GPT
LIST_GPTPART[1] is 2 (sdb1 , sdc)

Disk /dev/sdc: 32.1 GB, 32128368640 bytes
255 heads, 63 sectors/track, 3906 cylinders, total 62750720 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ae90a

Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *        2048    60071935    30034944   83  Linux
/dev/sdc2        60073982    62748671     1337345    5  Extended
/dev/sdc5        60073984    62748671     1337344   82  Linux swap / Solaris
sda1 : sda, is-maybe-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/sda1, no-os, no-gpt, no-fstab, .
sdb1 : sdb, is-maybe-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/sdb1, no-os, gpt, no-fstab, .
sdc1 : sdc, not-sepboot, grub, aptget, 32, with boot, /media/b46548d0-c068-4369-9840-20eda708c049, with-os, no-gpt, fstab-without-efi, .
PARTED: Model: ATA WDC WD20EARS-00M (scsi)
Disk /dev/sda: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      32.3kB  2000GB  2000GB  primary  ntfs


Model: ATA WDC WD20EARS-00M (scsi)
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   End     Size    File system  Name  Flags
1      17.4kB  2000GB  2000GB  ntfs


Model: JetFlash Transcend 32GB (scsi)
Disk /dev/sdc: 32.1GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type      File system     Flags
1      1049kB  30.8GB  30.8GB  primary   ext4            boot
2      30.8GB  32.1GB  1369MB  extended
5      30.8GB  32.1GB  1369MB  logical   linux-swap(v1)



                                                                          
Warning: Unable to open /dev/fd0 read-write (Read-only file system).  /dev/fd0
has been opened read-only.

                                                                          
Error: /dev/fd0: unrecognised disk label


                                                                          
Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0
has been opened read-only.

                                                                          
Error: /dev/sr0: unrecognised disk label
MOUNT aufs on / type aufs (rw)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sr0 on /live/image type iso9660 (ro,noatime)
tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
tmpfs on /live type tmpfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
/dev/sdc1 on /media/b46548d0-c068-4369-9840-20eda708c049 type ext4 (rw,nosuid,nodev,uhelper=udisks)
/dev/sda1 on /mnt/clean/sda1 type fuseblk (rw,allow_other,blksize=4096)
/dev/sdb1 on /mnt/clean/sdb1 type fuseblk (rw,allow_other,blksize=4096)
/sys/block/fd0:  alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sda:  alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 size slaves stat subsystem trace uevent
/sys/block/sdb:  alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/sys/block/sdc:  alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sdc1 sdc2 sdc5 size slaves stat subsystem trace uevent
/sys/block/sr0:  alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev:  block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dmmidi1 dri dvd dvdrw fb0 fd fd0 full fuse fw0 hidraw0 hidraw1 hpet initctl input kmsg log MAKEDEV mapper md mem midi1 net network_latency network_throughput null port ppp psaux ptmx pts random rtc rtc0 scd0 sda sda1 sdb sdb1 sdc sdc1 sdc2 sdc5 sg0 sg1 sg2 sg3 shm snapshot snd sndstat sr0 stderr stdin stdout urandom usb vga_arbiter xconsole zero
/dev/mapper:  control

WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.

DF Filesystem    Type    Size  Used Avail Use% Mounted on
aufs          aufs    506M   42M  465M   9% /
tmpfs        tmpfs    506M     0  506M   0% /lib/init/rw
udev         tmpfs    501M  200K  501M   1% /dev
tmpfs        tmpfs    506M     0  506M   0% /dev/shm
/dev/sr0   iso9660    337M  337M     0 100% /live/image
tmpfs        tmpfs    506M   42M  465M   9% /live/cow
tmpfs        tmpfs    506M     0  506M   0% /live
tmpfs        tmpfs    506M  1.1M  505M   1% /tmp
/dev/sdc1     ext4     29G  1.5G   26G   6% /media/b46548d0-c068-4369-9840-20eda708c049
/dev/sda1  fuseblk    1.9T  1.8T   64G  97% /mnt/clean/sda1
/dev/sdb1  fuseblk    1.9T  731G  1.2T  40% /mnt/clean/sdb1
FDISK
Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000a9a1b

Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63  3907024064  1953512001    7  HPFS/NTFS

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1  3907029167  1953514583+  ee  GPT

Disk /dev/sdc: 32.1 GB, 32128368640 bytes
255 heads, 63 sectors/track, 3906 cylinders, total 62750720 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ae90a

Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *        2048    60071935    30034944   83  Linux
/dev/sdc2        60073982    62748671     1337345    5  Extended
/dev/sdc5        60073984    62748671     1337344   82  Linux swap / Solaris
Logs saved into /media/b46548d0-c068-4369-9840-20eda708c049/var/log/clean/log/2011-12-16__20h20boot-repair00
combobox_ostoboot_bydefault_fillin
Order Linux according to their /boot type 64
Order Linux according to their /boot type 32
combobox_efi_fillin sdc1
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
combobox_separateboot_fillin
separate_bootpart and efi show_hide sdc1
efi_show_hide 3 (no-gpt)
combobox_efi_fillin sdc1
set_radiobutton_place_alldisks
combobox_separateboot_fillin
separate_bootpart and efi show_hide sdc1
efi_show_hide 3 (no-gpt)
combobox_efi_fillin sdc1
************************Before mainwindow appear
FSCK_ACTION no PASTEBIN_ACTION yes
MBR_ACTION reinstall REINSTALL_POSSIBLE yes PURGE_POSSIBLE yes UNHIDEBOOT_ACTION yes (10.s) PART_TO_REINSTALL_GRUB 3 (sdc1) PART_TO_REINSTALL_GRUB_PURGE 3 (sdc1) FORCE_GRUB all NOFORCE_DISK sdc REMOVABLEDISK no UNCOMMENT_GFXMODE no ATA no-ata ADD_KERNEL_OPTION no (acpi=off) MBR_TO_RESTORE sda (mbr) (sda) USE_SEPARATEBOOTPART no (sda1) grub-pc (sdb1)
/usr/share/clean/bootrepair.sh: line 56:  3548 Terminated              while true; do
done
RETOURCOMBO_purge_grub : sdc1 (MyXBMC 2011 LTS)
RETOURCOMBO_ostoboot_bydefault : sdc1 (MyXBMC 2011 LTS)
combobox_separateboot_fillin
separate_bootpart and efi show_hide sdc1
efi_show_hide 3 (no-gpt)
combobox_efi_fillin sdc1
RETOURCOMBO_efi (EFIPART_TO_USE) : sdb1
RETOURCOMBO_place_grub (NOFORCE_DISK) : sdc
RETOURCOMBO_separateboot (BOOTPART_TO_USE) : sda1
set_radiobutton_place_alldisks
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
combobox_separateboot_fillin
separate_bootpart and efi show_hide sdc1
efi_show_hide 3 (no-gpt)
combobox_efi_fillin sdc1
set_radiobutton_place_alldisks
combobox_separateboot_fillin
separate_bootpart and efi show_hide sdc1
efi_show_hide 3 (no-gpt)
combobox_efi_fillin sdc1
RETOURCOMBO_place_grub (NOFORCE_DISK) : sdc
RETOURCOMBO_separateboot (BOOTPART_TO_USE) : sda1
RETOURCOMBO_efi (EFIPART_TO_USE) : sdb1
RETOURCOMBO_separateboot (BOOTPART_TO_USE) : sda1
RETOURCOMBO_efi (EFIPART_TO_USE) : sdb1
RETOURCOMBO_separateboot (BOOTPART_TO_USE) : sda1
RETOURCOMBO_efi (EFIPART_TO_USE) : sdb1
internet: connected
************************Before Repairing
FSCK_ACTION no PASTEBIN_ACTION yes
MBR_ACTION reinstall REINSTALL_POSSIBLE yes PURGE_POSSIBLE yes UNHIDEBOOT_ACTION yes (10.s) PART_TO_REINSTALL_GRUB 3 (sdc1) PART_TO_REINSTALL_GRUB_PURGE 3 (sdc1) FORCE_GRUB all NOFORCE_DISK sdc REMOVABLEDISK no UNCOMMENT_GFXMODE no ATA no-ata ADD_KERNEL_OPTION no (acpi=off) MBR_TO_RESTORE sda (mbr) (sda) USE_SEPARATEBOOTPART no (sda1) grub-pc (sdb1)
Freed space function
/dev/sdc1             29562852   1476384  26584724   6% /media/b46548d0-c068-4369-9840-20eda708c049
Reinstall the GRUB of sdc1 into all MBRs of disks with OS or not-USB
Reinstall the GRUB of sdc1 into the MBR of sda
Unmount (force) all OS partitions except / and partition where we reinstall GRUB (sdc1)
dpkg_function
grub-install (GNU GRUB 1.98-1ubuntu12)
Installation finished. No error reported.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-33-generic
Found initrd image: /boot/initrd.img-2.6.32-33-generic
Found memtest86+ image: /boot/memtest86+.bin
ls: cannot access /mnt/clean/sda1: No such file or directory
ls: cannot access /mnt/clean/sda1: No such file or directory
ls: cannot access /mnt/clean/sda1: No such file or directory
ls: cannot access /mnt/clean/sda1: No such file or directory
ls: cannot access /mnt/clean/sdb1: No such file or directory
ls: cannot access /mnt/clean/sdb1: No such file or directory
ls: cannot access /mnt/clean/sdb1: No such file or directory
ls: cannot access /mnt/clean/sdb1: No such file or directory
done
Mount all the partitions for the logs
Reinstall the GRUB of sdc1 into the MBR of sdb
Unmount (force) all OS partitions except / and partition where we reinstall GRUB (sdc1)
dpkg_function
grub-install (GNU GRUB 1.98-1ubuntu12)
/usr/sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!.
/usr/sbin/grub-setup: warn: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and its use is discouraged..
/usr/sbin/grub-setup: error: if you really want blocklists, use --force.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-33-generic
Found initrd image: /boot/initrd.img-2.6.32-33-generic
Found memtest86+ image: /boot/memtest86+.bin
ls: cannot access /mnt/clean/sda1: No such file or directory
ls: cannot access /mnt/clean/sda1: No such file or directory
ls: cannot access /mnt/clean/sda1: No such file or directory
ls: cannot access /mnt/clean/sda1: No such file or directory
ls: cannot access /mnt/clean/sdb1: No such file or directory
ls: cannot access /mnt/clean/sdb1: No such file or directory
ls: cannot access /mnt/clean/sdb1: No such file or directory
ls: cannot access /mnt/clean/sdb1: No such file or directory
done
Mount all the partitions for the logs
Reinstall the GRUB of sdc1 into the MBR of sdc
Unmount (force) all OS partitions except / and partition where we reinstall GRUB (sdc1)
dpkg_function
grub-install (GNU GRUB 1.98-1ubuntu12)
Installation finished. No error reported.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-33-generic
Found initrd image: /boot/initrd.img-2.6.32-33-generic
Found memtest86+ image: /boot/memtest86+.bin
ls: cannot access /mnt/clean/sda1: No such file or directory
ls: cannot access /mnt/clean/sda1: No such file or directory
ls: cannot access /mnt/clean/sda1: No such file or directory
ls: cannot access /mnt/clean/sda1: No such file or directory
ls: cannot access /mnt/clean/sdb1: No such file or directory
ls: cannot access /mnt/clean/sdb1: No such file or directory
ls: cannot access /mnt/clean/sdb1: No such file or directory
ls: cannot access /mnt/clean/sdb1: No such file or directory
done
Mount all the partitions for the logs
Unhide boot menu (10 seconds) if Wubi detected
Unhide GRUB boot menu in sdc1/boot/grub/grub.cfg
internet: connected

Dernière modification par birdy78 (Le 20/12/2011, à 19:07)

Hors ligne

#2 Le 17/12/2011, à 12:24

malbo

Re : error : out of disk - grub rescue>

Si tu vois le message :

error : out of disk
grub recue>

c'est parce que le PC a démarré sur le disque sda dans lequel se trouve ceci :

=> Grub2 (v1.97-1.98) 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 in partition 1 for /boot/grub.

C'est à dire un amorceur de Grub qui a des instructions pour rechercher un dossier /boot/grub dans la partition 1 de ce même disque dur sda (c'est à dire dans sda1). Il ne peut pas trouver ça à cet endroit d'où le message.

La solution : au démarrage du PC aller dans le "Boot Menu" du PC (si tu ne sais pas ce que c'est, lis la doc de ton PC) et sélectionner le démarrage sur ta clé USB. Si tu fais ça, ça va marcher parce que c'est cet autre amorceur de Grub qui va être utilisé :

=> Grub2 (v1.97-1.98) is installed in the MBR of /dev/sdc and looks at sector
    1 of the same hard drive for core.img. core.img is at this location and
    looks in partition 1 for /boot/grub.

Et lui, il va trouver le dossier /boot/grub dans la partition sdc1 puisqu'on peut voir son existence dans cet extrait de ton Boot Info Script :

sdc1: __________________________________________________________________________

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

Edit : on n'installe pas Ubuntu sur une clé USB. Ta clé USB va mourir bientôt : http://forum.ubuntu-fr.org/viewtopic.ph … 7#p4011757
Et aussi ça : http://doc.ubuntu-fr.org/tutoriel/insta … disque_usb
c'est tout au début :

Ce tutoriel décrit l'installation d'Ubuntu sur un disque USB. Ce type d'installation ne convient pas pour installer Ubuntu sur une clé USB (la clé meurt très rapidement à cause des écritures incessantes). Pour une clé USB, seule la configuration live-USB est adaptée, dans laquelle Ubuntu est compressé et donc moins rapide.

Je te conseille d'installer Ubuntu sur un disque dur interne ou externe mais pas sur une clé USB.

Dernière modification par malbo (Le 17/12/2011, à 12:34)

Hors ligne

#3 Le 17/12/2011, à 15:21

birdy78

Re : error : out of disk - grub rescue>

Merci Malobo pour ton retour et ta rapidité je suis sincèrement impressionné.

J'avais aussi des doutes sur :

=> Grub2 (v1.97-1.98) 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 in partition 1 for /boot/grub.

Mais comme tu le dis dans ton post j'avais bien activé dans le Bios de booter sur le disque dur qui est ma clé USB.

Quoi qu'il en soit, j'ai décidé de débranché de ma carte mère mes deux autres disques et de ne laisser que ma clé USB de connecter (même si il n'est pas conseillé d'installer ubuntu sur une clé usb). Pour info je tourne sur une clé USB de 8Go depuis 1 ans sans problème.

Un disque SSD est il plus résistant qu'une clé USB pour ceci ?

Je te tiens au courant des résultats.

Merci

Hors ligne

#4 Le 17/12/2011, à 16:10

malbo

Re : error : out of disk - grub rescue>

birdy78 a écrit :

Pour info je tourne sur une clé USB de 8Go depuis 1 ans sans problème.

Si tu as l'occasion de démarrer le PC sur cette clé de 8 Go, de faire un Boot Info Script depuis la session sur cette clé et de le poster ici, ça m'intéresserait pour le Livre des records.

Hors ligne

#5 Le 18/12/2011, à 15:15

birdy78

Re : error : out of disk - grub rescue>

je disais depuis plus d'1 ans mais apparemment c'est le 17 mai ? Ma clé USB de 8 Go est sda. Est ce un record ??? Dans tous les cas je lâche une nouvelle installe sur une clé USB et je vais installer ubuntu sur un SSD (pour le silence).

Ci dessous le boot info script, boot repair ne voulait pas s'installer :

 

             Boot Info Script 0.60    from 17 May 2011


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

 => Grub2 (v1.97-1.98) 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 in partition 1 for (,msdos1)/boot/grub.
 => Grub2 (v1.97-1.98) is installed in the MBR of /dev/sdb and looks at sector 
    1 of the same hard drive for core.img. core.img is at this location and 
    looks in partition 1 for /boot/grub.
 => No boot loader is installed in the MBR of /dev/sdc.

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

sdb1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7
    Boot sector info:   No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

sdc1: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7
    Boot sector info:   No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        

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

Drive: sda _____________________________________________________________________

Disque /dev/sda: 8009 Mo, 8009023488 octets
247 têtes, 62 secteurs/piste, 1021 cylindres, total 15642624 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *          2,048    14,866,431    14,864,384  83 Linux
/dev/sda2          14,868,478    15,640,575       772,098   5 Extended
/dev/sda5          14,868,480    15,640,575       772,096  82 Linux swap / Solaris


Drive: sdb _____________________________________________________________________

Disque /dev/sdb: 2000.4 Go, 2000398934016 octets
255 têtes, 63 secteurs/piste, 243201 cylindres, total 3907029168 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdb1                  63 3,907,024,064 3,907,024,002   7 NTFS / exFAT / HPFS


Drive: sdc _____________________________________________________________________

Disque /dev/sdc: 2000.4 Go, 2000398934016 octets
255 têtes, 63 secteurs/piste, 243201 cylindres, total 3907029168 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdc1                   1 3,907,029,167 3,907,029,167  ee GPT


GUID Partition Table detected.

Partition    Start Sector    End Sector  # of Sectors System
/dev/sdc1              34 3,907,029,134 3,907,029,101 Data partition (Windows/Linux)

"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        494fa1d5-cbf6-4af3-b460-c3b22358f0fc   ext4       
/dev/sda5        37cff2e8-d938-45d7-990d-4f95b779f6b5   swap       
/dev/sdb1        5546697D63025FA6                       ntfs       2TO
/dev/sdc1        119ED1315429DBE2                       ntfs       2TO2011

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

Device           Mount_Point              Type       Options

/dev/sda1        /                        ext4       (rw,errors=remount-ro,commit=0)
/dev/sdc1        /media/2TO2011           fuseblk    (rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions)


=========================== 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 part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 494fa1d5-cbf6-4af3-b460-c3b22358f0fc
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='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 494fa1d5-cbf6-4af3-b460-c3b22358f0fc
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-31-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set 494fa1d5-cbf6-4af3-b460-c3b22358f0fc
    linux    /boot/vmlinuz-2.6.35-31-generic root=UUID=494fa1d5-cbf6-4af3-b460-c3b22358f0fc ro   quiet splash
    initrd    /boot/initrd.img-2.6.35-31-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set 494fa1d5-cbf6-4af3-b460-c3b22358f0fc
    echo    'Loading Linux 2.6.35-31-generic ...'
    linux    /boot/vmlinuz-2.6.35-31-generic root=UUID=494fa1d5-cbf6-4af3-b460-c3b22358f0fc ro single 
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.35-31-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-30-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set 494fa1d5-cbf6-4af3-b460-c3b22358f0fc
    linux    /boot/vmlinuz-2.6.35-30-generic root=UUID=494fa1d5-cbf6-4af3-b460-c3b22358f0fc ro   quiet splash
    initrd    /boot/initrd.img-2.6.35-30-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-30-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set 494fa1d5-cbf6-4af3-b460-c3b22358f0fc
    echo    'Loading Linux 2.6.35-30-generic ...'
    linux    /boot/vmlinuz-2.6.35-30-generic root=UUID=494fa1d5-cbf6-4af3-b460-c3b22358f0fc ro single 
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.35-30-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-28-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set 494fa1d5-cbf6-4af3-b460-c3b22358f0fc
    linux    /boot/vmlinuz-2.6.35-28-generic root=UUID=494fa1d5-cbf6-4af3-b460-c3b22358f0fc ro   quiet splash
    initrd    /boot/initrd.img-2.6.35-28-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set 494fa1d5-cbf6-4af3-b460-c3b22358f0fc
    echo    'Loading Linux 2.6.35-28-generic ...'
    linux    /boot/vmlinuz-2.6.35-28-generic root=UUID=494fa1d5-cbf6-4af3-b460-c3b22358f0fc ro single 
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.35-28-generic
}
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='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set 494fa1d5-cbf6-4af3-b460-c3b22358f0fc
    linux    /boot/vmlinuz-2.6.35-22-generic root=UUID=494fa1d5-cbf6-4af3-b460-c3b22358f0fc ro   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='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set 494fa1d5-cbf6-4af3-b460-c3b22358f0fc
    echo    'Loading Linux 2.6.35-22-generic ...'
    linux    /boot/vmlinuz-2.6.35-22-generic root=UUID=494fa1d5-cbf6-4af3-b460-c3b22358f0fc ro single 
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.35-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='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set 494fa1d5-cbf6-4af3-b460-c3b22358f0fc
    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 494fa1d5-cbf6-4af3-b460-c3b22358f0fc
    linux16    /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### 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 -o value -s UUID' 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/sdb1 during installation
UUID=494fa1d5-cbf6-4af3-b460-c3b22358f0fc /               ext4    errors=remount-ro 0       1
# swap was on /dev/sdb5 during installation
UUID=37cff2e8-d938-45d7-990d-4f95b779f6b5 none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
UUID=119ED1315429DBE2   /media/2TO2011     ntfs    rw,user,auto,gid=100,uid=1000,nls=utf8,umask=002      0    0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

   4.194114685 = 4.503396352    boot/grub/core.img                             1
   5.687679291 = 6.107099136    boot/grub/grub.cfg                             1
   3.729515076 = 4.004536320    boot/initrd.img-2.6.35-22-generic              2
   3.761226654 = 4.038586368    boot/initrd.img-2.6.35-28-generic              1
   7.032009125 = 7.550562304    boot/initrd.img-2.6.35-30-generic              2
   6.593078613 = 7.079264256    boot/initrd.img-2.6.35-31-generic              2
   4.386760712 = 4.710248448    boot/vmlinuz-2.6.35-22-generic                 1
   4.515216827 = 4.848177152    boot/vmlinuz-2.6.35-28-generic                 1
   6.422851562 = 6.896484352    boot/vmlinuz-2.6.35-30-generic                 2
   0.084552765 = 0.090787840    boot/vmlinuz-2.6.35-31-generic                 1
   6.593078613 = 7.079264256    initrd.img                                     2
   7.032009125 = 7.550562304    initrd.img.old                                 2
   0.084552765 = 0.090787840    vmlinuz                                        1
   6.422851562 = 6.896484352    vmlinuz.old                                    2

======================== Unknown MBRs/Boot Sectors/etc: ========================

Unknown BootLoader on sda2

00000000  91 c5 33 53 e2 b1 86 91  e8 0b e8 4b 05 32 05 0b  |..3S.......K.2..|
00000010  2e 98 31 25 ea a9 b9 1b  75 0b ff 11 4c dd aa 88  |..1%....u...L...|
00000020  d4 6e 32 34 b4 7e cb 14  23 97 6f 1b 28 69 24 12  |.n24.~..#.o.(i$.|
00000030  d4 c1 1e 3c 28 a2 85 20  82 f2 17 66 a8 6a ae e1  |...<(.. ...f.j..|
00000040  b4 8b 4f 21 33 25 3c b5  0a 43 e1 0d 92 b2 a2 fb  |..O!3%<..C......|
00000050  96 bc c7 4a 2f d9 26 ec  25 04 68 d9 01 b7 e8 29  |...J/.&.%.h....)|
00000060  90 db 73 db a9 e7 ef 09  da 59 23 39 b7 9d 14 d0  |..s......Y#9....|
00000070  5d 30 56 61 05 b6 48 41  de 86 18 29 67 84 55 a5  |]0Va..HA...)g.U.|
00000080  2b 32 e8 67 ca 44 b0 87  e8 f6 44 e6 f9 3a 6f d3  |+2.g.D....D..:o.|
00000090  f2 18 4d 9f 9c 81 6a 60  99 e2 76 e3 0b 81 06 fe  |..M...j`..v.....|
000000a0  4d b1 1d 74 19 c0 59 d1  5e 06 e3 15 9a d2 91 79  |M..t..Y.^......y|
000000b0  5a ee 7e 77 4e 35 b5 b9  a7 52 6e 70 ab 5e 99 b3  |Z.~wN5...Rnp.^..|
000000c0  e2 f0 93 43 69 85 73 06  61 29 19 f3 90 d1 14 0f  |...Ci.s.a)......|
000000d0  bf ab 8c 27 3d 37 d3 14  c2 e2 7d a5 c3 8c 41 08  |...'=7....}...A.|
000000e0  7b 42 8c 7c f4 a6 f5 04  41 0c ba 3d b4 26 13 dc  |{B.|....A..=.&..|
000000f0  ac 6f da ac 69 ea 41 aa  98 ec 91 6d b5 08 a0 b4  |.o..i.A....m....|
00000100  42 f3 91 43 1f 3b 63 76  04 ef 24 cd df 3c e0 8b  |B..C.;cv..$..<..|
00000110  25 89 09 57 18 58 28 93  6d 6e 15 85 f0 0d 71 d0  |%..W.X(.mn....q.|
00000120  df ca a4 0b 31 d2 45 75  35 c7 37 17 24 ed d1 f0  |....1.Eu5.7.$...|
00000130  74 1c fa 60 b9 25 05 de  47 76 a3 88 e8 8d 7d a7  |t..`.%..Gv....}.|
00000140  c9 ba 4f 50 43 af a0 76  69 78 83 99 4d 9f d1 6e  |..OPC..vix..M..n|
00000150  30 03 bf 04 4d 93 b1 f4  7a 79 05 dc 8e ec 95 37  |0...M...zy.....7|
00000160  3d e3 de ad a0 ea 52 6b  60 cc f8 4e 2d 14 26 de  |=.....Rk`..N-.&.|
00000170  b2 69 df 4b 99 fb 5b 93  ab 83 aa 0e 6a 52 e2 ec  |.i.K..[.....jR..|
00000180  23 34 d2 cf 4d 0c d6 e8  a9 14 88 0b 16 9b 00 68  |#4..M..........h|
00000190  cb 50 91 5e 7d a5 cf 9e  9d e1 9f bc 69 0a d3 9d  |.P.^}.......i...|
000001a0  74 0a ae f2 ac 50 26 f1  9d 04 29 17 e2 51 01 10  |t....P&...)..Q..|
000001b0  ca ba 84 96 8a 24 51 47  af 8f 38 b4 e9 12 00 84  |.....$QG..8.....|
000001c0  e8 9d 82 94 c7 cd 02 00  00 00 00 c8 0b 00 00 00  |................|
000001d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000001f0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 55 aa  |..............U.|
00000200

Dernière modification par birdy78 (Le 20/12/2011, à 19:06)

Hors ligne

#6 Le 18/12/2011, à 17:53

malbo

Re : error : out of disk - grub rescue>

Effectivement, c'est une installation de Ubuntu sur clé USB de 8 Go qui devrait faire (ou aurait dû faire) crever ta clé. Tu as adopté tout ce qu'il ne faut pas faire : ta partition racine est en format ext4 (alors qu'il faudrait prendre du ext2) et tu as pris une partition swap alors qu'il ne faudrait pas en prendre du tout. Et pourtant, tu dis que ta clé se porte bien. J'en prends acte. Merci d'avoir pris le temps de répondre à ma demande.

Hors ligne

#7 Le 18/12/2011, à 19:35

birdy78

Re : error : out of disk - grub rescue>

C'est moi qui te remercie Malbo de m'avoir lu.

Finalement j'ai installer sur un SSD Ubuntu et tout fonctionne à merveille.

Mon problème d'install de "grub rescue" devait venir d'un problème de redémarrage en fin d'installation avec mon Bios.

En fin d'installation, après ouverture du lecteur DVD, j'avais un écran noir avec le pointeur de la souris qui restait actif mais sans rien d'autre. Je faisais un reset et Ubuntu plantait.

Lors de la dernière installation j'ai appuyé longuement sur le bouton on off du PC. Puis power à nouveau lorsque la machine s'était arrêté. Et là miracle la machine est parti ! Pas très intuitif Ubuntu, mais maintenant que ca fonctionne ma machine FUSE.

Hors ligne

#8 Le 18/12/2011, à 19:38

wido

Re : error : out of disk - grub rescue>

Bonjour,

birdy78, pourrais tu utiliser les balises [ code ] bt_pre.png, parce que ça fait des posts à rallonge et on a du mal à suivre.

Hors ligne