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 28/12/2011, à 20:24

lolobeton

[résolu] Dual boot W7 Ubuntu 11.10 bluescreen HP DM1

Bonjour tout le monde,

Voilà je vous explique mon problème,

je viens d'installer ubuntu 11.10 via un live USB bien préparer, J'ai diviser ma partition en 2 grâce au gestionnaire de disque sous windows, le problème c'est que quand je sélectionne W7 sous grub, il me sort un écran bleu juste pendant l'écran de loading windows.

Je suis sur un portable HP Dm1-3250eb
RAM: 4096 MB
DD: 500 GO
CPU : AMD E-350

Voici mon rapport boot repair

Ubuntu Pastebin
Paste from boot-repair at Wed, 28 Dec 2011 19:07:06 +0100


 

                  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:       
    Boot sector type:  -
    Boot sector info:  
    Mounting failed:   mount: unknown filesystem type ''

sda2: __________________________________________________________________________

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

sda3: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows Vista/7
    Boot sector info:   No errors found in the Boot Parameter Block.
    Operating System:  Windows 7
    Boot files:        /bootmgr /boot/BCD /Windows/System32/winload.exe

sda4: __________________________________________________________________________

    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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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         2,047         1,985  42 SFS
/dev/sda2    *          2,048       409,599       407,552  42 SFS
/dev/sda3             409,600   586,347,099   585,937,500  42 SFS
/dev/sda4         586,347,100   976,771,119   390,424,020  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda2        4A5A6D335A6D1CC7                       ntfs       SYSTEM
/dev/sda3        56904B3D904B22BB                       ntfs       
/dev/sda4        a812e1ab-9a98-424b-b5d3-d21d7d49ed08   ext4       

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

Device           Mount_Point              Type       Options

/dev/sda4        /                        ext4       (rw,errors=remount-ro,commit=0)


=========================== sda4/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,msdos4)'
search --no-floppy --fs-uuid --set=root a812e1ab-9a98-424b-b5d3-d21d7d49ed08
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos4)'
  search --no-floppy --fs-uuid --set=root a812e1ab-9a98-424b-b5d3-d21d7d49ed08
  set locale_dir=($root)/boot/grub/locale
  set lang=fr_BE
  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
if background_color 44,0,30; then
  clear
fi
### 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-14-generic-pae' --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,msdos4)'
    search --no-floppy --fs-uuid --set=root a812e1ab-9a98-424b-b5d3-d21d7d49ed08
    linux    /boot/vmlinuz-3.0.0-14-generic-pae root=UUID=a812e1ab-9a98-424b-b5d3-d21d7d49ed08 ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-3.0.0-14-generic-pae
}
menuentry 'Ubuntu, avec Linux 3.0.0-14-generic-pae (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos4)'
    search --no-floppy --fs-uuid --set=root a812e1ab-9a98-424b-b5d3-d21d7d49ed08
    echo    'Chargement de Linux 3.0.0-14-generic-pae ...'
    linux    /boot/vmlinuz-3.0.0-14-generic-pae root=UUID=a812e1ab-9a98-424b-b5d3-d21d7d49ed08 ro recovery nomodeset 
    echo    'Chargement du disque mémoire initial ...'
    initrd    /boot/initrd.img-3.0.0-14-generic-pae
}
submenu "Previous Linux versions" {
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,msdos4)'
    search --no-floppy --fs-uuid --set=root a812e1ab-9a98-424b-b5d3-d21d7d49ed08
    linux    /boot/vmlinuz-3.0.0-14-generic root=UUID=a812e1ab-9a98-424b-b5d3-d21d7d49ed08 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,msdos4)'
    search --no-floppy --fs-uuid --set=root a812e1ab-9a98-424b-b5d3-d21d7d49ed08
    echo    'Chargement de Linux 3.0.0-14-generic ...'
    linux    /boot/vmlinuz-3.0.0-14-generic root=UUID=a812e1ab-9a98-424b-b5d3-d21d7d49ed08 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-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,msdos4)'
    search --no-floppy --fs-uuid --set=root a812e1ab-9a98-424b-b5d3-d21d7d49ed08
    linux    /boot/vmlinuz-3.0.0-12-generic root=UUID=a812e1ab-9a98-424b-b5d3-d21d7d49ed08 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,msdos4)'
    search --no-floppy --fs-uuid --set=root a812e1ab-9a98-424b-b5d3-d21d7d49ed08
    echo    'Chargement de Linux 3.0.0-12-generic ...'
    linux    /boot/vmlinuz-3.0.0-12-generic root=UUID=a812e1ab-9a98-424b-b5d3-d21d7d49ed08 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,msdos4)'
    search --no-floppy --fs-uuid --set=root a812e1ab-9a98-424b-b5d3-d21d7d49ed08
    linux16    /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos4)'
    search --no-floppy --fs-uuid --set=root a812e1ab-9a98-424b-b5d3-d21d7d49ed08
    linux16    /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os {
    insmod part_msdos
    insmod ntfs
    set root='(hd0,msdos2)'
    search --no-floppy --fs-uuid --set=root 4A5A6D335A6D1CC7
    chainloader +1
}
menuentry "Windows Recovery Environment (loader) (on /dev/sda3)" --class windows --class os {
    insmod part_msdos
    insmod ntfs
    set root='(hd0,msdos3)'
    search --no-floppy --fs-uuid --set=root 56904B3D904B22BB
    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 ###
--------------------------------------------------------------------------------

=============================== sda4/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/sdb4 during installation
UUID=a812e1ab-9a98-424b-b5d3-d21d7d49ed08 /               ext4    errors=remount-ro 0       1
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 295.737699509 = 317.545936896  boot/grub/core.img                             1
 447.787939072 = 480.808638464  boot/grub/grub.cfg                             1
 280.969598770 = 301.688809472  boot/initrd.img-3.0.0-12-generic               2
 281.471975327 = 302.228232192  boot/initrd.img-3.0.0-14-generic               2
 281.631242752 = 302.399244288  boot/initrd.img-3.0.0-14-generic-pae           3
 387.724550247 = 416.316065792  boot/vmlinuz-3.0.0-12-generic                  1
 281.029996872 = 301.753661440  boot/vmlinuz-3.0.0-14-generic                  1
 280.784032822 = 301.489559552  boot/vmlinuz-3.0.0-14-generic-pae              1
 281.471975327 = 302.228232192  initrd.img                                     2
 280.969598770 = 301.688809472  initrd.img.old                                 2
 281.029996872 = 301.753661440  vmlinuz                                        1
 387.724550247 = 416.316065792  vmlinuz.old                                    1

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

unlzma: Decoder error

ADDITIONAL INFORMATION :
**************** log of boot-repair 2011-12-28__19h05 ****************
boot-repair version : 3.02-0ppa18~oneiric
clean version : 3.02-0ppa4~oneiric
internet: connected
clean-gui version : 3.02-0ppa26~oneiric
/usr/share/clean/clean-gui-update.sh : ligne 158 :  3961 Complété              while true; do
done
python-software-properties version : 0.81.13.1
LIVESESSION is : no
BYTES_BEFORE_PART[1] (sda) = 63 sectors * 512 bytes = 32256 bytes.
OSPROBER: /dev/sda4:L'OS actuellement utilisé - Ubuntu 11.10 CurrentSession:linux
/dev/sda2:Windows 7 (loader):Windows:chain
/dev/sda3:Windows Recovery Environment (loader):Windows1:chain
BLKID: /dev/sda2: LABEL="SYSTEM" UUID="4A5A6D335A6D1CC7" TYPE="ntfs"
/dev/sda3: UUID="56904B3D904B22BB" TYPE="ntfs"
/dev/sda4: UUID="a812e1ab-9a98-424b-b5d3-d21d7d49ed08" TYPE="ext4"
sda4 contains L'OS actuellement utilisé - Ubuntu 11.10 (linux)
sda2 contains Windows 7 (windows)
sda3 contains Windows Recovery Environment (windows)
1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
Total of 3 OS detected on sda disk.
sda contains minimum one OS
FDISK
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0xbf308f01

Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63        2047         992+  42  SFS
/dev/sda2   *        2048      409599      203776   42  SFS
/dev/sda3          409600   586347099   292968750   42  SFS
/dev/sda4       586347100   976771119   195212010   83  Linux

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0xbf308f01

Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63        2047         992+  42  SFS
/dev/sda2   *        2048      409599      203776   42  SFS
/dev/sda3          409600   586347099   292968750   42  SFS
/dev/sda4       586347100   976771119   195212010   83  Linux
sda4 : sda, not-sepboot, grub, aptget, 32, with boot, , with-os, no-gpt, notEFIparted, fstab-without-efi, .
sda2 : sda, not-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/sda2, with-os, no-gpt, notEFIparted, no-fstab, .
sda3 : sda, not-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/sda3, with-os, no-gpt, notEFIparted, no-fstab, .
PARTED: Model: ATA SAMSUNG HM500JJ (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      32.3kB  1049kB  1016kB  primary
2      1049kB  210MB   209MB   primary  ntfs         boot
3      210MB   300GB   300GB   primary  ntfs
4      300GB   500GB   200GB   primary  ext4
MOUNT /dev/sda4 on / type ext4 (rw,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/loic/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=loic)
/dev/sda2 on /mnt/clean/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda3 on /mnt/clean/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/sys/block/sda:  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 sda4 size slaves stat subsystem trace uevent
/dev:  ati autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency disk ecryptfs fb0 fd freefall full fuse hidraw0 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sg0 shm snapshot snd stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 usbmon4 usbmon5 usbmon6 v4l vga_arbiter video0 zero
/dev/mapper:  control
DF Sys. fich.    Type    Taille  Uti. Disp. Uti% Monté sur
/dev/sda4     ext4    184G  3,5G  171G   2% /
udev      devtmpfs    1,8G   12K  1,8G   1% /dev
tmpfs        tmpfs    727M  840K  726M   1% /run
none         tmpfs    5,0M     0  5,0M   0% /run/lock
none         tmpfs    1,8G  944K  1,8G   1% /run/shm
/dev/sda2  fuseblk    199M   29M  171M  15% /mnt/clean/sda2
/dev/sda3  fuseblk    280G   37G  243G  14% /mnt/clean/sda3
FDISK
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 têtes, 63 secteurs/piste, 60801 cylindres, total 976773168 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Identifiant de disque : 0xbf308f01

Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/sda1              63        2047         992+  42  SFS
/dev/sda2   *        2048      409599      203776   42  SFS
/dev/sda3          409600   586347099   292968750   42  SFS
/dev/sda4       586347100   976771119   195212010   83  Linux
Logs saved into /var/log/clean/log/2011-12-28__19h05boot-repair08
Logs saved into /mnt/clean/sda2/clean/log/2011-12-28__19h05boot-repair08
Logs saved into /mnt/clean/sda3/clean/log/2011-12-28__19h05boot-repair08
combobox_ostoboot_bydefault_fillin
combobox_efi_fillin sda4
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
combobox_separateboot_fillin
separate_bootpart and efi show_hide sda4
efi_show_hide 1 (no-gpt)
combobox_efi_fillin sda4
set_radiobutton_place_grub
combobox_separateboot_fillin
separate_bootpart and efi show_hide sda4
efi_show_hide 1 (no-gpt)
combobox_efi_fillin sda4
************************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 1 (sda4) PART_TO_REINSTALL_GRUB_PURGE 1 (sda4) FORCE_GRUB no NOFORCE_DISK sda REMOVABLEDISK no UNCOMMENT_GFXMODE no ATA  ADD_KERNEL_OPTION no (acpi=off) MBR_TO_RESTORE sda (mbr) (sda) USE_SEPARATEBOOTPART no () grub-pc (sda4)
RETOURCOMBO_purge_grub : sda4 (L'OS actuellement utilisé - Ubuntu 11.10)
/usr/share/clean/clean-gui-tab-loca.sh : ligne 432 :  4643 Complété              while true; do
done
RETOURCOMBO_ostoboot_bydefault : sda4 (L'OS actuellement utilisé - Ubuntu 11.10)
combobox_separateboot_fillin
separate_bootpart and efi show_hide sda4
efi_show_hide 1 (no-gpt)
combobox_efi_fillin sda4
RETOURCOMBO_efi (EFIPART_TO_USE) : sda4
RETOURCOMBO_place_grub (NOFORCE_DISK) : sda
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
combobox_separateboot_fillin
separate_bootpart and efi show_hide sda4
efi_show_hide 1 (no-gpt)
combobox_efi_fillin sda4
set_radiobutton_place_grub
combobox_separateboot_fillin
separate_bootpart and efi show_hide sda4
efi_show_hide 1 (no-gpt)
combobox_efi_fillin sda4
RETOURCOMBO_place_grub (NOFORCE_DISK) : sda
RETOURCOMBO_efi (EFIPART_TO_USE) : sda4
RETOURCOMBO_efi (EFIPART_TO_USE) : sda4
RETOURCOMBO_efi (EFIPART_TO_USE) : sda4
internet: connected
************************Before Repairing
FSCK_ACTION no PASTEBIN_ACTION yes
MBR_ACTION nombraction REINSTALL_POSSIBLE yes PURGE_POSSIBLE yes UNHIDEBOOT_ACTION no (10.s) PART_TO_REINSTALL_GRUB 1 (sda4) PART_TO_REINSTALL_GRUB_PURGE 1 (sda4) FORCE_GRUB no NOFORCE_DISK sda REMOVABLEDISK no UNCOMMENT_GFXMODE no ATA  ADD_KERNEL_OPTION no (acpi=off) MBR_TO_RESTORE sda (mbr) (sda) USE_SEPARATEBOOTPART no () grub-pc (sda4)
internet: connected
/usr/share/clean/bootrepair-actions.sh : ligne 88 :  9362 Complété              while true; do
done
dpkg-preconfigure: impossible de réouvrir stdin :

D'avance je vous remercie pour votre aide

lolobeton

Dernière modification par lolobeton (Le 29/12/2011, à 18:04)

Hors ligne

#2 Le 28/12/2011, à 20:31

sinbad83

Re : [résolu] Dual boot W7 Ubuntu 11.10 bluescreen HP DM1

Salut,
peux-tu démarrer en LiveUSB et donner les retours des commandes suivantes:

sudo fdisk -l   # avec un L minuscule
sudo parted -l

Aucune trace d'une partition Swap ?

Dernière modification par sinbad83 (Le 28/12/2011, à 20:32)


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 28/12/2011, à 20:43

lolobeton

Re : [résolu] Dual boot W7 Ubuntu 11.10 bluescreen HP DM1

Merci pour votre réponse

"sudo fdisk -l" renvoi

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0xbf308f01

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63        2047         992+  42  SFS
/dev/sda2   *        2048      409599      203776   42  SFS
/dev/sda3          409600   586347099   292968750   42  SFS
/dev/sda4       586347100   976771119   195212010   83  Linux

Disk /dev/sdb: 2103 MB, 2103967744 bytes
2 heads, 63 sectors/track, 32613 cylinders, total 4109312 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: 0x02cac207

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          32     4109311     2054640    6  FAT16

et "sudo parted -l" renvoi

Model: ATA SAMSUNG HM500JJ (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
 1      32.3kB  1049kB  1016kB  primary
 2      1049kB  210MB   209MB   primary  ntfs         boot
 3      210MB   300GB   300GB   primary  ntfs
 4      300GB   500GB   200GB   primary  ext4


Model: USB 2.0 Flash Disk (scsi)
Disk /dev/sdb: 2104MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
 1      16.4kB  2104MB  2104MB  primary  fat16        boot

lolobeton

Hors ligne

#4 Le 29/12/2011, à 10:51

malbo

Re : [résolu] Dual boot W7 Ubuntu 11.10 bluescreen HP DM1

lolobeton,
Tu as un partitionnement dynamique et c'est ce qui a entraîné le problème. Je donne des explications dans ce " Howto : Win7 plante après install Ubuntu à cause des partitions SFS " : http://forum.ubuntu-fr.org/viewtopic.php?id=441208
Si tu ne te sens pas capable de réparer avec ce Howto comme support, n'hésite pas à demander de l’aide à quelqu'un de ton entourage qui s'y connaît mieux que toi en administration d'un PC (même s'il n'est pas Linuxien)
Je peux dire qu'il faudra supprimer cette partition (extrait de ton post #3) avec Testdisk :
/dev/sda4       586347100   976771119   195212010   83  Linux
Pour le reste, il faut s'appuyer sur le Howto pour la technique de réparation.

Dernière modification par malbo (Le 29/12/2011, à 11:02)

Hors ligne

#5 Le 29/12/2011, à 15:47

lolobeton

Re : [résolu] Dual boot W7 Ubuntu 11.10 bluescreen HP DM1

Bonjour,

Merci de votre réponse, effectivement, j'avais bien eut le message

"Après avoir converti ces disques en disques dynamiques vous ne pourrez plus démarrer aucun système d'exploitation installé sur un volume de ces disques à l'exception du volume de démarrage actuel. Voulez-vous vraiment convertir ces disques ?"

Sous windows, j'en déduis que je suis un novice entêter... Enfin bref merci pour vos réponse, et je vais suivre ce tutoriel

lolobeton

Hors ligne

#6 Le 29/12/2011, à 16:48

lolobeton

Re : [résolu] Dual boot W7 Ubuntu 11.10 bluescreen HP DM1

Je pense avoir un souci, quand je suis sous testdisk, il ne me trouve que 3 partitions...

voici mon fdisk -l après le passage de testdisk

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0xbf308f01

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      409599      203776    7  HPFS/NTFS/exFAT
/dev/sda2          409600   586347088   292968744+   7  HPFS/NTFS/exFAT
/dev/sda3       586347100   976771115   195212008   83  Linux

Disk /dev/sdb: 2103 MB, 2103967744 bytes
2 heads, 63 sectors/track, 32613 cylinders, total 4109312 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: 0x02cac207

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          32     4109311     2054640    b  W95 FAT32

Et après ça, grub ne veux plus se loader, il se lance avec comme première ligne "grub rescousse"

Merci d'avance pour votre aide.

Dernière modification par lolobeton (Le 29/12/2011, à 17:22)

Hors ligne

#7 Le 29/12/2011, à 17:57

lolobeton

Re : [résolu] Dual boot W7 Ubuntu 11.10 bluescreen HP DM1

Désoler pour les réponses multiples tongue

Mais le problème est résolu, après le passage au testdisk, j'ai réinstaller ubuntu comme expliquer, et tout refonctionne comme il le faut ...

Je vous remercie beaucoup pour toutes vos réponses smile

lolobeton

Hors ligne

#8 Le 29/12/2011, à 19:56

malbo

Re : [résolu] Dual boot W7 Ubuntu 11.10 bluescreen HP DM1

lolobeton,
Bravo, tu t'es bien sorti d'affaire.

Hors ligne