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 12/04/2014, à 01:25

Daestraz

Célèbre Problème du Dual-boot

Bonjour à tous,

Aujourd'hui, je viens présenter mon problème, problème qui m'a l'air très répandu lol . J'ai ce fameux problème de Dual-Boot. Je voualis installer Ubuntu pour compiler une Rom sous android sans en faire un Os principale, après avoir prodigué une magnifique installatios avec ces pu---n de partitions, je me suis rendu compte que je ne pouvais plus revenir sur Windows sad . Je me suis renseigner mais je trouve rien en rapport précis avec mon problème même si ça reste généralement la même chose.

Voici mon boot-info : http://paste.ubuntu.com/7237215/

Merci de votre aide. lol lol lol lol

Hors ligne

#2 Le 12/04/2014, à 03:38

moko138

Re : Célèbre Problème du Dual-boot

Je ne sais pas ce que tu entends par "compiler une Rom sous android sans en faire un Os principal", et ce n'est pas moi qui t'aiderai à ce sujet.
  Ton rapport boot-info est là :

Paste from boot-repair at Sat, 12 Apr 2014 00:24:34 +0100
 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 23Dec2013]


============================= 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 (,msdos6)/boot/grub on this drive.
 => Syslinux MBR (3.00-3.35) is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

sda6: __________________________________________________________________________

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

sda2: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows 7
    Boot files:        /Windows/System32/winload.exe

sdb1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.07
    Boot sector info:  Syslinux looks at sector 16392 of /dev/sdb1 for its 
                       second stage. The integrity check of Syslinux failed. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /syslinux.cfg /ldlinux.sys

============================ 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 / 4096 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1         512,002,046   609,654,783    97,652,738   5 Extended
/dev/sda5         604,774,400   609,654,783     4,880,384  82 Linux swap / Solaris
/dev/sda6         512,002,048   604,774,399    92,772,352  83 Linux
/dev/sda2    *        206,848   511,999,999   511,793,152   7 NTFS / exFAT / HPFS


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 3918 MB, 3918495744 bytes
255 heads, 63 sectors/track, 476 cylinders, total 7653312 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    *          2,048     7,653,311     7,651,264   c W95 FAT32 (LBA)


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda2        3C3A5C743A5C2D60                       ntfs       
/dev/sda5        fbab5f96-ecd1-4e79-a533-a0681e5e2798   swap       
/dev/sda6        a58ab160-d279-4939-932e-a26f1355e562   ext4       
/dev/sdb1        10FB-DF43                              vfat       UBUNTU 12_0

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

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sdb1        /cdrom                   vfat       (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)


=========================== sda6/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,msdos6)'
search --no-floppy --fs-uuid --set=root a58ab160-d279-4939-932e-a26f1355e562
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos6)'
  search --no-floppy --fs-uuid --set=root a58ab160-d279-4939-932e-a26f1355e562
  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
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  fi
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 ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
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.11.0-19-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root a58ab160-d279-4939-932e-a26f1355e562
	linux	/boot/vmlinuz-3.11.0-19-generic root=UUID=a58ab160-d279-4939-932e-a26f1355e562 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.11.0-19-generic
}
menuentry 'Ubuntu, with Linux 3.11.0-19-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root a58ab160-d279-4939-932e-a26f1355e562
	echo	'Chargement de Linux 3.11.0-19-generic ...'
	linux	/boot/vmlinuz-3.11.0-19-generic root=UUID=a58ab160-d279-4939-932e-a26f1355e562 ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.11.0-19-generic
}
submenu "Previous Linux versions" {
menuentry 'Ubuntu, avec Linux 3.11.0-15-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root a58ab160-d279-4939-932e-a26f1355e562
	linux	/boot/vmlinuz-3.11.0-15-generic root=UUID=a58ab160-d279-4939-932e-a26f1355e562 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.11.0-15-generic
}
menuentry 'Ubuntu, with Linux 3.11.0-15-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root a58ab160-d279-4939-932e-a26f1355e562
	echo	'Chargement de Linux 3.11.0-15-generic ...'
	linux	/boot/vmlinuz-3.11.0-15-generic root=UUID=a58ab160-d279-4939-932e-a26f1355e562 ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.11.0-15-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-60-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root a58ab160-d279-4939-932e-a26f1355e562
	linux	/boot/vmlinuz-3.2.0-60-generic-pae root=UUID=a58ab160-d279-4939-932e-a26f1355e562 ro   quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.2.0-60-generic-pae
}
menuentry 'Ubuntu, with Linux 3.2.0-60-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root a58ab160-d279-4939-932e-a26f1355e562
	echo	'Chargement de Linux 3.2.0-60-generic-pae ...'
	linux	/boot/vmlinuz-3.2.0-60-generic-pae root=UUID=a58ab160-d279-4939-932e-a26f1355e562 ro recovery nomodeset 
	echo	'Chargement du disque mémoire initial ...'
	initrd	/boot/initrd.img-3.2.0-60-generic-pae
}
}
### 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,msdos6)'
	search --no-floppy --fs-uuid --set=root a58ab160-d279-4939-932e-a26f1355e562
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos6)'
	search --no-floppy --fs-uuid --set=root a58ab160-d279-4939-932e-a26f1355e562
	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/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### 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 ###
--------------------------------------------------------------------------------

=============================== sda6/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/sda6 during installation
UUID=a58ab160-d279-4939-932e-a26f1355e562 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=fbab5f96-ecd1-4e79-a533-a0681e5e2798 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

 250.393798828 = 268.858294272  boot/grub/grub.cfg                             1
 252.273857117 = 270.876991488  boot/grub/core.img                             1
 244.873718262 = 262.931152896  boot/vmlinuz-3.11.0-15-generic                 1
 245.670597076 = 263.786795008  boot/vmlinuz-3.11.0-19-generic                 2
 245.493946075 = 263.597117440  boot/vmlinuz-3.2.0-60-generic-pae              1
 245.670597076 = 263.786795008  vmlinuz                                        2
 244.873718262 = 262.931152896  vmlinuz.old                                    1
 246.130195618 = 264.280285184  boot/initrd.img-3.11.0-15-generic              1
 246.102855682 = 264.250929152  boot/initrd.img-3.11.0-19-generic              1
 245.603443146 = 263.714689024  boot/initrd.img-3.2.0-60-generic-pae           1
 246.130195618 = 264.280285184  initrd.img.old                                 1

============================== sdb1/syslinux.cfg: ==============================

--------------------------------------------------------------------------------
DEFAULT loadconfig

LABEL loadconfig
  CONFIG /isolinux/isolinux.cfg
  APPEND /isolinux/
--------------------------------------------------------------------------------

================= sdb1: Location of files loaded by Syslinux: ==================

           GiB - GB             File                                 Fragment(s)

            ?? = ??             syslinux.cfg                                   1
            ?? = ??             ldlinux.sys                                    1


ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-04-11__23h24 ===================
boot-repair version : 3.199~ppa40~precise
boot-sav version : 3.199~ppa40~precise
glade2script version : 3.2.2~ppa45~precise
boot-sav-extra version : 3.199~ppa40~precise
boot-repair is executed in live-session (Ubuntu 12.04.4 LTS, precise, Ubuntu, i686)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):        32-bit, 64-bit
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity

=================== os-prober:
/dev/sda6:Ubuntu 12.04.4 LTS (12.04):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda2: UUID="3C3A5C743A5C2D60" TYPE="ntfs"
/dev/sda5: UUID="fbab5f96-ecd1-4e79-a533-a0681e5e2798" TYPE="swap"
/dev/sda6: UUID="a58ab160-d279-4939-932e-a26f1355e562" TYPE="ext4"
/dev/sdb1: LABEL="UBUNTU 12_0" UUID="10FB-DF43" TYPE="vfat"


1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.

Windows not detected by os-prober on sda2.
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.

=================== sda6/etc/grub.d/ :
drwxr-xr-x  2 root root    4096 févr.  4 12:01 grub.d
total 60
-rwxr-xr-x 1 root root 7806 déc.   6 10:07 00_header
-rwxr-xr-x 1 root root 5522 déc.   6 09:52 05_debian_theme
-rwxr-xr-x 1 root root 7877 déc.   6 10:07 10_linux
-rwxr-xr-x 1 root root 6449 déc.   6 10:07 20_linux_xen
-rwxr-xr-x 1 root root 1588 nov.  27  2011 20_memtest86+
-rwxr-xr-x 1 root root 6675 déc.   6 10:07 30_os-prober
-rwxr-xr-x 1 root root 1388 déc.   6 10:07 30_uefi-firmware
-rwxr-xr-x 1 root root  214 déc.   6 10:07 40_custom
-rwxr-xr-x 1 root root   95 déc.   6 10:07 41_custom
-rw-r--r-- 1 root root  483 déc.   6 10:07 README




=================== sda6/etc/default/grub :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"



=================== UEFI/Legacy mode:
This live-session is not EFI-compatible.
SecureBoot maybe enabled.


=================== PARTITIONS & DISKS:
sda2	: sda,	not-sepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	is-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	haswinload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda2.
sda6	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	update-grub,	32,	with-boot,	is-os,	not--efi--part,	fstab-without-boot,	fstab-without-efi,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda6.

sda	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	has-os,	2048 sectors * 512 bytes


=================== parted -l:

Model: ATA ST500DM002-1BD14 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

Number  Start  End    Size    Type      File system     Flags
2      106MB  262GB  262GB   primary   ntfs            boot
1      262GB  312GB  50.0GB  extended
6      262GB  310GB  47.5GB  logical   ext4
5      310GB  312GB  2499MB  logical   linux-swap(v1)


Model: Kingston DataTraveler G3 (scsi)
Disk /dev/sdb: 3918MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      1049kB  3918MB  3917MB  primary  fat32        boot, lba

=================== parted -lm:

BYT;
/dev/sda:500GB:scsi:512:4096:msdos:ATA ST500DM002-1BD14;
2:106MB:262GB:262GB:ntfs::boot;
1:262GB:312GB:50.0GB:::;
6:262GB:310GB:47.5GB:ext4::;
5:310GB:312GB:2499MB:linux-swap(v1)::;

BYT;
/dev/sdb:3918MB:scsi:512:512:msdos:Kingston DataTraveler G3;
1:1049kB:3918MB:3917MB:fat32::boot, lba;


=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
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)
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
gvfs-fuse-daemon on /home/ubuntu/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=ubuntu)
gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev)
/dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda6 on /mnt/boot-sav/sda6 type ext4 (rw)


=================== ls:
/sys/block/sda (filtered):  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 sda5 sda6 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered):  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
/dev (filtered):  autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hpet input kmsg libmtp-3-2 log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom usb vga_arbiter vhost-net watchdog zero
ls /dev/mapper:  control

=================== hexdump -n512 -C /dev/sda2
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 28 03 00  |........?....(..|
00000020  00 00 00 00 80 00 80 00  ff 57 81 1e 00 00 00 00  |.........W......|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  60 2d 5c 3a 74 5c 3a 3c  |........`-:t:<|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 52 11 16  68 09 00 66 53 66 53 66  |h...hR..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  0a 13 b9 f6 0c fc f3 aa  e9 fe 01 90 90 66 60 1e  |.............f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a1 f6 01 e8 09 00  |...u...fa.......|
00000170  a1 fa 01 e8 03 00 f4 eb  fd 8b f0 ac 3c 00 74 09  |............<.t.|
00000180  b4 0e bb 07 00 cd 10 eb  f2 c3 0d 0a 45 72 72 65  |............Erre|
00000190  75 72 20 6c 65 63 74 75  72 65 20 64 69 73 71 75  |ur lecture disqu|
000001a0  65 00 0d 0a 42 4f 4f 54  4d 47 52 20 63 6f 6d 70  |e...BOOTMGR comp|
000001b0  72 65 73 73 82 00 0d 0a  43 74 72 6c 2b 41 6c 74  |ress....Ctrl+Alt|
000001c0  2b 53 75 70 70 72 20 70  6f 75 72 20 72 65 64 82  |+Suppr pour red.|
000001d0  6d 61 72 72 65 72 0d 0a  00 73 74 61 72 74 0d 0a  |marrer...start..|
000001e0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000001f0  00 00 00 00 00 00 8a 01  a2 01 b6 01 00 00 55 aa  |..............U.|
00000200

=================== df -Th:

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  4.0G  209M  3.8G   6% /
udev           devtmpfs   4.0G   12K  4.0G   1% /dev
tmpfs          tmpfs      1.6G  896K  1.6G   1% /run
/dev/sdb1      vfat       3.7G  730M  3.0G  20% /cdrom
/dev/loop0     squashfs   698M  698M     0 100% /rofs
tmpfs          tmpfs      4.0G  1.9M  4.0G   1% /tmp
none           tmpfs      5.0M  4.0K  5.0M   1% /run/lock
none           tmpfs      4.0G   84K  4.0G   1% /run/shm
/dev/sda2      fuseblk    245G  213G   32G  87% /mnt/boot-sav/sda2
/dev/sda6      ext4        44G  3.9G   38G  10% /mnt/boot-sav/sda6

=================== fdisk -l:

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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xcf203c14

Device Boot      Start         End      Blocks   Id  System
/dev/sda1       512002046   609654783    48826369    5  Extended
Partition 1 does not start on physical sector boundary.
/dev/sda2   *      206848   511999999   255896576    7  HPFS/NTFS/exFAT
/dev/sda5       604774400   609654783     2440192   82  Linux swap / Solaris
/dev/sda6       512002048   604774399    46386176   83  Linux

Partition table entries are not in disk order

Disk /dev/sdb: 3918 MB, 3918495744 bytes
255 heads, 63 sectors/track, 476 cylinders, total 7653312 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: 0x019a2459

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        2048     7653311     3825632    c  W95 FAT32 (LBA)



=================== Default settings
Recommended-Repair
This setting would reinstall the grub2 of sda6 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s   fix-windows-boot

=================== Settings chosen by the user
Boot-Info
This setting will not act on the MBR.



Aucun changement n'a été effectué sur cet ordinateur.

  Ton win7 est toujours là, avec 213 Gio d'occupés en sda2, sans uefi et avec

Boot sector info:  No errors found in the Boot Parameter Block.
Operating System:  Windows 7
Boot files:        /Windows/System32/winload.exe

Donc la ligne

Windows not detected by os-prober on sda2.

m'intrigue.

  sda2 est inhabituellement placée avant sda1. Ça laisse supposer une certaine gymnastique, comme si  tu avais déjà installé Ubuntu puis supprimé les partitions win avant de réinstaller win7 puis Ubuntu.

  Aux  cadors qui t'aideront, peux-tu confirmer que ton Ubuntu 12.04.4 installé en sda6 démarre ?


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#3 Le 12/04/2014, à 07:12

malbo

Re : Célèbre Problème du Dual-boot

La partition système de Windows 7 ne contient pas les éléments de démarrage nécessaires :

sda2: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows 7
    Boot files:        /Windows/System32/winload.exe

l'explication possible c'est qu'il existait auparavant une partition de démarrage Windows comme on peut voir là : http://paste.ubuntu.com/6792944/
Je veux parler de cette partie du Boot-Info du lien :

/dev/sda1    *          2,048       206,847       204,800   7 NTFS / exFAT / HPFS

Cette partition a peut-être été écrasée accidentellement...
Je pense que c'est réparable avec un CD de réparation de Windows 7 : ça va recréer dans la partition sda2 les éléments de démarrage qui manquent ( /bootmgr et /Boot/BCD )

Dernière modification par malbo (Le 12/04/2014, à 07:13)

Hors ligne

#4 Le 12/04/2014, à 07:40

moko138

Re : Célèbre Problème du Dual-boot

@ malbo :
bravo !


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#5 Le 12/04/2014, à 12:11

Daestraz

Re : Célèbre Problème du Dual-boot

C'est possible, j'avais 3 partitions avant que j'installe Ubuntu
   - Windows 8
   - Windows 7
   - (une petite partitions dont je ne connais pas le nom +- 150Mo)

C'est peut-être la petite partition qui contenait de quoi booter...
Merci beaucoup pour votre aide ^^

Hors ligne

#6 Le 12/04/2014, à 12:30

malbo

Re : Célèbre Problème du Dual-boot

Daestraz a écrit :

   - (une petite partitions dont je ne connais pas le nom +- 150Mo)

Elle faisait 105 Mo (tu n'es pas tombé loin)

Hors ligne

#7 Le 12/04/2014, à 12:43

Korak

Re : Célèbre Problème du Dual-boot

Bonjour,

Daestraz a écrit :

C'est possible, j'avais 3 partitions avant que j'installe Ubuntu
   - Windows 8
   - Windows 7
   - (une petite partitions dont je ne connais pas le nom +- 150Mo)

C'est peut-être la petite partition qui contenait de quoi booter...

J'ai comme l'impression qu'il y plusieurs problèmes:

1) La petite partition supprimée (qui était certainement la partition de Boot des Windows).
2) La partition de Windows 8 supprimée.
3) Un Windows 7 avec des traces de Windows 8 comme le renseigne ton rapport de Boot Info:

sda2: __________________________________________________________________________

    File system:       ntfs
    Boot sector type:  Windows 8/2012: NTFS
    Boot sector info:  No errors found in the Boot Parameter Block.
    Operating System:  Windows 7
    Boot files:        /Windows/System32/winload.exe

Essaie, comme le propose malbo, de réparer Windows 7 avec un DVD d'installation de Windows 7 (sans être sûr que, dans ton cas, ça fonctionne).


OS: Ubuntu 22.04 64 bits + Windows 11 64 bits en dualboot (BIOS UEFI, Secure Boot activé et table de partitions GPT)
PC portable HP 17-CP0308NF   Processeur: AMD Ryzen 7 5700U avec carte graphique AMD Lucienne intégrée au processeur.   Mémoire vive: 16 Go RAM
Quand vous ne trouvez pas la solution à un problème, cherchez des pistes menant à la solution !

Hors ligne

#8 Le 13/04/2014, à 20:10

Daestraz

Re : Célèbre Problème du Dual-boot

Bonjour à tous,
J'ai fait ce que malbo proposait et ça n'a malhuereusement pas marché...
Je vous met quand même le boot-info que j'ai maintenant pour voir si on peut y dénicher quelque chose: http://paste.ubuntu.com/7246039/
Merci !

EDIT: J'ai réinstaller Windows 7 sur la partition où était Ubuntu et je peux retourner sous windows \o/

Dernière modification par Daestraz (Le 14/04/2014, à 16:56)

Hors ligne