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 04/10/2011, à 19:47

kkwete

Suppression du swap modification des partitions et démarrage impossibl

Salut à tous!
Je vous expose mon problème:
Sous Ubuntu sur toutes mes machines, j'ai néanmoins gardé un dual boot ubuntu 64/seven 64 uniquement pour les jeux.
J'ai modifié mes partitions afin de supprimer le swap, dont l'utilisation etait anecdotique compte tenu de ma machine (quad core, 4Go de ram).
A l'origine, j'avais partitions primaires (/, /home, win7) et le swap d'1Go.
J'ai viré le swap et j'ai alloué la place faite à la partition de 7.
Ubuntu démarre sans soucis, mais seven non.
Avant de formater mon win seven, j'aimerais savoir si l'on peut réparer win car c'est nettement plus long à tout réinstaller qu'ubuntu!!!
J'ai essayé le win 7 repair disk de 166Mo, il échoue.
Bref, je tourne en rond et je ne sais plus quoi faire...
Merci pour votre aide!
wink

Hors ligne

#2 Le 04/10/2011, à 21:38

kkwete

Re : Suppression du swap modification des partitions et démarrage impossibl

Je précise avoir essayé boot repair, ça a échoué...

Dernière modification par kkwete (Le 04/10/2011, à 21:38)

Hors ligne

#3 Le 04/10/2011, à 21:46

kkwete

Re : Suppression du swap modification des partitions et démarrage impossibl

voici le log qu'a créé boot-repair:

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 (,msdos1)/boot/grub on this drive.
 => 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, but core.img can not be found at 
    this location.

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:  
    Operating System:  
    Boot files:        

sda4: __________________________________________________________________________

    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

sdb1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info:  
    Operating System:  
    Boot files:        

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 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    *          2,048    97,656,831    97,654,784  83 Linux
/dev/sda2          97,656,832   314,574,847   216,918,016  83 Linux
/dev/sda4         314,574,848 1,250,263,039   935,688,192   7 NTFS / exFAT / HPFS


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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                  63   625,139,711   625,139,649  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        e398ad06-8691-41cd-8e78-415046e79354   ext4       
/dev/sda2        16b30755-bd65-4eb6-ad67-28251bfa420c   ext4       
/dev/sda4        92048AD9048ABFA9                       ntfs       
/dev/sdb1        d4597ddd-82c4-487f-80f0-94db3b4a9020   ext4       Partage

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

Device           Mount_Point              Type       Options

/dev/sda1        /                        ext4       (rw,errors=remount-ro,commit=0)
/dev/sda2        /home                    ext4       (rw,commit=0)


=========================== 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='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root e398ad06-8691-41cd-8e78-415046e79354
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root e398ad06-8691-41cd-8e78-415046e79354
set locale_dir=($root)/boot/grub/locale
set lang=fr_FR
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
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 2.6.38-11-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos1)'
    search --no-floppy --fs-uuid --set=root e398ad06-8691-41cd-8e78-415046e79354
    linux    /boot/vmlinuz-2.6.38-11-generic root=UUID=e398ad06-8691-41cd-8e78-415046e79354 ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-2.6.38-11-generic
}
menuentry 'Ubuntu, avec Linux 2.6.38-11-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos1)'
    search --no-floppy --fs-uuid --set=root e398ad06-8691-41cd-8e78-415046e79354
    echo    'Loading Linux 2.6.38-11-generic ...'
    linux    /boot/vmlinuz-2.6.38-11-generic root=UUID=e398ad06-8691-41cd-8e78-415046e79354 ro single 
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.38-11-generic
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, avec Linux 2.6.38-8-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos1)'
    search --no-floppy --fs-uuid --set=root e398ad06-8691-41cd-8e78-415046e79354
    linux    /boot/vmlinuz-2.6.38-8-generic root=UUID=e398ad06-8691-41cd-8e78-415046e79354 ro   quiet splash vt.handoff=7
    initrd    /boot/initrd.img-2.6.38-8-generic
}
menuentry 'Ubuntu, avec Linux 2.6.38-8-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    set gfxpayload=$linux_gfx_mode
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos1)'
    search --no-floppy --fs-uuid --set=root e398ad06-8691-41cd-8e78-415046e79354
    echo    'Loading Linux 2.6.38-8-generic ...'
    linux    /boot/vmlinuz-2.6.38-8-generic root=UUID=e398ad06-8691-41cd-8e78-415046e79354 ro single 
    echo    'Loading initial ramdisk ...'
    initrd    /boot/initrd.img-2.6.38-8-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='(/dev/sda,msdos1)'
    search --no-floppy --fs-uuid --set=root e398ad06-8691-41cd-8e78-415046e79354
    linux16    /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    set root='(/dev/sda,msdos1)'
    search --no-floppy --fs-uuid --set=root e398ad06-8691-41cd-8e78-415046e79354
    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/sda4)" --class windows --class os {
    insmod part_msdos
    insmod ntfs
    set root='(/dev/sda,msdos4)'
    search --no-floppy --fs-uuid --set=root 92048AD9048ABFA9
    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 ###
--------------------------------------------------------------------------------

=============================== 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/sda1 during installation
UUID=e398ad06-8691-41cd-8e78-415046e79354 /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda2 during installation
UUID=16b30755-bd65-4eb6-ad67-28251bfa420c /home           ext4    defaults        0       2
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

   4.143959045 = 4.449542144    boot/grub/core.img                             1
  20.126205444 = 21.610348544   boot/grub/grub.cfg                             1
   2.505496979 = 2.690256896    boot/initrd.img-2.6.38-11-generic              2
   1.430664062 = 1.536163840    boot/initrd.img-2.6.38-8-generic               2
   1.684883118 = 1.809129472    boot/vmlinuz-2.6.38-11-generic                 1
   4.153713226 = 4.460015616    boot/vmlinuz-2.6.38-8-generic                  1
   2.505496979 = 2.690256896    initrd.img                                     2
   1.430664062 = 1.536163840    initrd.img.old                                 2
   1.684883118 = 1.809129472    vmlinuz                                        1
   4.153713226 = 4.460015616    vmlinuz.old                                    1

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

unlzma: Decoder error

ADDITIONAL INFORMATION :
**************** log of boot-repair 2011-10-04__21h42 ****************
boot-repair version : 3-0ppa7~natty
clean-ubiquity-common version : 3-0ppa6~natty
internet: connected
boot-repair-common version : 3.0-0ppa7~natty
LIVESESSION is : no
BYTES_BEFORE_PART[1] (sda) = 2048 sectors * 512 bytes = 1048576 bytes.
BYTES_BEFORE_PART[2] (sdb) = 63 sectors * 512 bytes = 32256 bytes.
OSPROBER: /dev/sda1:L'OS actuellement utilisé - Ubuntu 11.04 CurrentSession:linux
/dev/sda4:Windows 7 (loader):Windows:chain
BLKID: /dev/sda1: UUID="e398ad06-8691-41cd-8e78-415046e79354" TYPE="ext4"
/dev/sda2: UUID="16b30755-bd65-4eb6-ad67-28251bfa420c" TYPE="ext4"
/dev/sda4: UUID="92048AD9048ABFA9" TYPE="ntfs"
/dev/sdb1: LABEL="Partage" UUID="d4597ddd-82c4-487f-80f0-94db3b4a9020" TYPE="ext4"
sda1 contains L'OS actuellement utilisé - Ubuntu 11.04 (linux)
sda4 contains Windows 7 (windows)
1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
Total of 2 OS detected on sda disk.
sda contains minimum one OS
FDISK
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 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: 0xa8b1cb8d

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048    97656831    48827392   83  Linux
/dev/sda2        97656832   314574847   108459008   83  Linux
/dev/sda4       314574848  1250263039   467844096    7  HPFS/NTFS

Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x4babcc64

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1              63   625139711   312569824+  83  Linux

Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 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: 0xa8b1cb8d

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048    97656831    48827392   83  Linux
/dev/sda2        97656832   314574847   108459008   83  Linux
/dev/sda4       314574848  1250263039   467844096    7  HPFS/NTFS

Disk /dev/sdb: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x4babcc64

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1              63   625139711   312569824+  83  Linux
sda1 : sda, not-sepboot, grub, aptget, 64, with boot, , with-os, no-gpt, fstab-without-efi.
sda2 : sda, is-maybe-sepboot, no-grub, no-aptget, 32, no boot, /home, no-os, no-gpt, no-fstab.
sda4 : sda, not-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/sda4, with-os, no-gpt, no-fstab.
sdb1 : sdb, is-maybe-sepboot, no-grub, no-aptget, 32, no boot, /mnt/clean/sdb1, no-os, no-gpt, no-fstab.
PARTED: Model: ATA WDC WD6401AALS-0 (scsi)
Disk /dev/sda: 640GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      1049kB  50.0GB  50.0GB  primary  ext4         boot
2      50.0GB  161GB   111GB   primary  ext4
4      161GB   640GB   479GB   primary  ntfs


Model: ATA ST3320620AS (scsi)
Disk /dev/sdb: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End    Size   Type     File system  Flags
1      32.3kB  320GB  320GB  primary  ext4
MOUNT /dev/sda1 on / type ext4 (rw,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none 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)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
/dev/sda2 on /home type ext4 (rw,commit=0)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/kkwete/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=kkwete)
/dev/sda4 on /mnt/clean/sda4 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sdb1 on /mnt/clean/sdb1 type ext4 (rw)
/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 sda4 size slaves stat subsystem trace uevent
/sys/block/sdb:  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/sys/block/sr0:  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev:  autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null nvidia0 nvidiactl oldmem pktcdvd port ppp psaux ptmx pts random rfkill root rtc rtc0 scd0 sda sda1 sda2 sda4 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 vga_arbiter watchdog zero
/dev/mapper:  control
DF Sys. fich.    Type    Taille  Uti. Disp. Uti% Monté sur
/dev/sda1     ext4     46G  3,8G   40G   9% /
none      devtmpfs    2,0G  660K  2,0G   1% /dev
none         tmpfs    2,0G  1,2M  2,0G   1% /dev/shm
none         tmpfs    2,0G   92K  2,0G   1% /var/run
none         tmpfs    2,0G     0  2,0G   0% /var/lock
/dev/sda2     ext4    102G  501M   97G   1% /home
/dev/sda4  fuseblk    447G   70G  377G  16% /mnt/clean/sda4
/dev/sdb1     ext4    294G   66G  214G  24% /mnt/clean/sdb1
FDISK
Disque /dev/sda: 640.1 Go, 640135028736 octets
255 têtes, 63 secteurs/piste, 77825 cylindres, total 1250263728 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 : 0xa8b1cb8d

Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/sda1   *        2048    97656831    48827392   83  Linux
/dev/sda2        97656832   314574847   108459008   83  Linux
/dev/sda4       314574848  1250263039   467844096    7  HPFS/NTFS

Disque /dev/sdb: 320.1 Go, 320072933376 octets
255 têtes, 63 secteurs/piste, 38913 cylindres, total 625142448 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 : 0x4babcc64

Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/sdb1              63   625139711   312569824+  83  Linux
Logs saved into /var/log/clean/log/2011-10-04__21h42boot-repair01
Logs saved into /mnt/clean/sda4/clean/log/2011-10-04__21h42boot-repair01
combobox_ostoboot_bydefault_fillin
combobox_efi_fillin sda1
combobox_separateboot_fillin
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
************************Before mainwindow appear
PURGE_POSSIBLE yes PART_TO_REINSTALL_GRUB_PURGE 1 (sda1)
FSCK_ACTION yes PASTEBIN_ACTION no
REINSTALL_POSSIBLE yes MBR_ACTION reinstall UNHIDEBOOT_ACTION yes (10.s)
PART_TO_REINSTALL_GRUB 1 (sda1) FORCE_GRUB all NOFORCE_DISK sda REMOVABLEDISK no UNCOMMENT_GFXMODE no ATA no-ata ADD_KERNEL_OPTION no (acpi=off) MBR_TO_RESTORE sda (mbr) (sda) USE_SEPARATEBOOTPART no (sda2) grub-pc ()
/usr/share/clean/cleancommon-gui.sh : ligne 591 :  1628 Complété              while true; do
done
RETOURCOMBO_purge_grub : sda1 (L'OS actuellement utilisé - Ubuntu 11.04)
RETOURCOMBO_ostoboot_bydefault : sda1 (L'OS actuellement utilisé - Ubuntu 11.04)
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
RETOURCOMBO_place_grub (NOFORCE_DISK) : sda
RETOURCOMBO_separateboot (BOOTPART_TO_USE) : sda2
set_radiobutton_place_alldisks
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
RETOURCOMBO_place_grub (NOFORCE_DISK) : sda
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_checkbutton_reinstall_grub
set_radiobutton_ostoboot_bydefault
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
set_radiobutton_place_alldisks
separate_bootpart and efi show_hide sda1
efi_show_hide 1 (no-gpt)
internet: connected
************************Before Repairing
PURGE_POSSIBLE yes PART_TO_REINSTALL_GRUB_PURGE 1 (sda1)
FSCK_ACTION no PASTEBIN_ACTION yes
REINSTALL_POSSIBLE yes MBR_ACTION nombraction UNHIDEBOOT_ACTION no (10.s)
PART_TO_REINSTALL_GRUB 1 (sda1) FORCE_GRUB all NOFORCE_DISK sda REMOVABLEDISK no UNCOMMENT_GFXMODE no ATA no-ata ADD_KERNEL_OPTION no (acpi=off) MBR_TO_RESTORE sda (mbr) (sda) USE_SEPARATEBOOTPART no (sda2) grub-pc ()
Freed space function
/dev/sda1             48060296   3965024  41653904   9% /
/dev/sda4            467844092  73074272 394769820  16% /mnt/clean/sda4
internet: connected
debconf: Impossible d'initialiser l'interface : Dialog
debconf: (L'interface dialog ne fonctionnera pas avec un terminal rustique (« dumb »), un tampon shell d'Emacs ou sans terminal de contrôle.)
debconf: Utilisation de l'interface Readline en remplacement
debconf: Impossible d'initialiser l'interface : Readline
debconf: (Cette interface a besoin d'un terminal de contrôle.)
debconf: Utilisation de l'interface Teletype en remplacement
dpkg-preconfigure: impossible de réouvrir stdin :
debconf: Impossible d'initialiser l'interface : Dialog
debconf: (L'interface dialog ne fonctionnera pas avec un terminal rustique (« dumb »), un tampon shell d'Emacs ou sans terminal de contrôle.)
debconf: Utilisation de l'interface Readline en remplacement
debconf: Impossible d'initialiser l'interface : Readline
debconf: (Cette interface a besoin d'un terminal de contrôle.)
debconf: Utilisation de l'interface Teletype en remplacement

Hors ligne