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 29/01/2015, à 21:10

poulou

installation Ubuntu 14.04 et win XP

bonsoir, sur mon ordi est installé la version 14.04 mais je voudrais faire une réinstallation complète et également installer win XP en parallèle.
Seulement mon cd d'installation d'Ubuntu refuse de démarrer en bootant l'ordi, et windows xp lui démarre mais donne un message d'erreur et refuse l'installation.
Comment procéder? 
http://paste.ubuntu.com/9941796

merci d'avance

Hors ligne

#2 Le 30/01/2015, à 01:16

Caribou22

Re : installation Ubuntu 14.04 et win XP

Bonsoir,

Merci pour le boot-info. Je le colle à la suite :

Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 23Nov2014]


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

 => Grub2 (v2.00) 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.

sda1: __________________________________________________________________________

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

sda2: __________________________________________________________________________

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

sda5: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 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    *          2,048 1,448,605,695 1,448,603,648  83 Linux
/dev/sda2       1,448,607,742 1,465,147,391    16,539,650   5 Extended
/dev/sda5       1,448,607,744 1,465,147,391    16,539,648  82 Linux swap / Solaris


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        f1fe3bdd-5c99-42ac-95b1-0a2188046ccb   ext4       
/dev/sda5        47f164e3-ae7b-4db4-8eb4-2369def98856   swap       
/dev/sr0                                                iso9660    Boot-Repair-Disk 64bit
/dev/zram0       b7e0eed8-18de-4eb9-b9b3-1734546112c3   swap       
/dev/zram1       7210b88d-9013-43f5-9554-052a1beea9f5   swap       
/dev/zram2       963a1c66-2b7d-444b-b74e-b0ba23314a96   swap       
/dev/zram3       251ec7da-3f27-4bcf-80a3-7b6a213ff92b   swap       
/dev/zram4       29b1c9f1-f771-4c50-ade8-ac4d1eaeb294   swap       
/dev/zram5       39c24f24-f4e2-4a97-a3df-6867eac4b093   swap       
/dev/zram6       f8b89f63-a846-460d-b816-550916041523   swap       
/dev/zram7       43b8ad78-34fe-4530-90d4-b3b7b3774049   swap       

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root  9 Jan 29 19:17 ata-Hitachi_HTS547575A9E384_J2140059FNUXHA -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 29 19:12 ata-Hitachi_HTS547575A9E384_J2140059FNUXHA-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 29 19:12 ata-Hitachi_HTS547575A9E384_J2140059FNUXHA-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 29 19:12 ata-Hitachi_HTS547575A9E384_J2140059FNUXHA-part5 -> ../../sda5
lrwxrwxrwx 1 root root  9 Jan 29 19:12 ata-TSSTcorp_CDDVDW_SN-208BB_R8HC6GCC5001L6 -> ../../sr0
lrwxrwxrwx 1 root root  9 Jan 29 19:17 wwn-0x5000cca6dff3bf3b -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 29 19:12 wwn-0x5000cca6dff3bf3b-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 29 19:12 wwn-0x5000cca6dff3bf3b-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 29 19:12 wwn-0x5000cca6dff3bf3b-part5 -> ../../sda5

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

Device           Mount_Point              Type       Options

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


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

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

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 {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
else
  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  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,0; 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
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
	else
	  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
	fi
	linux	/boot/vmlinuz-3.13.0-45-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-45-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
	menuentry 'Ubuntu, with Linux 3.13.0-45-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-45-generic-advanced-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-45-generic ...'
		linux	/boot/vmlinuz-3.13.0-45-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-45-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-45-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-45-generic-recovery-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-45-generic ...'
		linux	/boot/vmlinuz-3.13.0-45-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-45-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-44-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-44-generic-advanced-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-44-generic ...'
		linux	/boot/vmlinuz-3.13.0-44-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-44-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-44-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-44-generic-recovery-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-44-generic ...'
		linux	/boot/vmlinuz-3.13.0-44-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-44-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-43-generic-advanced-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-43-generic ...'
		linux	/boot/vmlinuz-3.13.0-43-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-43-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-43-generic-recovery-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-43-generic ...'
		linux	/boot/vmlinuz-3.13.0-43-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-43-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-41-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-41-generic-advanced-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-41-generic ...'
		linux	/boot/vmlinuz-3.13.0-41-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-41-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-41-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-41-generic-recovery-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-41-generic ...'
		linux	/boot/vmlinuz-3.13.0-41-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-41-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-40-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-40-generic-advanced-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-40-generic ...'
		linux	/boot/vmlinuz-3.13.0-40-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-40-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-40-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-40-generic-recovery-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-40-generic ...'
		linux	/boot/vmlinuz-3.13.0-40-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-40-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-39-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-39-generic-advanced-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-39-generic ...'
		linux	/boot/vmlinuz-3.13.0-39-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-39-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-39-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-39-generic-recovery-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-39-generic ...'
		linux	/boot/vmlinuz-3.13.0-39-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-39-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-38-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-38-generic-advanced-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-38-generic ...'
		linux	/boot/vmlinuz-3.13.0-38-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-38-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-38-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-38-generic-recovery-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-38-generic ...'
		linux	/boot/vmlinuz-3.13.0-38-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-38-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-advanced-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-37-generic ...'
		linux	/boot/vmlinuz-3.13.0-37-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-37-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-37-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-37-generic-recovery-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-37-generic ...'
		linux	/boot/vmlinuz-3.13.0-37-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-37-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-36-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-36-generic-advanced-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-36-generic ...'
		linux	/boot/vmlinuz-3.13.0-36-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-36-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-36-generic-recovery-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.13.0-36-generic ...'
		linux	/boot/vmlinuz-3.13.0-36-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-36-generic
	}
	menuentry 'Ubuntu, with Linux 3.8.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-31-generic-advanced-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.8.0-31-generic ...'
		linux	/boot/vmlinuz-3.8.0-31-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.8.0-31-generic
	}
	menuentry 'Ubuntu, with Linux 3.8.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.8.0-31-generic-recovery-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.8.0-31-generic ...'
		linux	/boot/vmlinuz-3.8.0-31-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.8.0-31-generic
	}
	menuentry 'Ubuntu, with Linux 3.5.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-28-generic-advanced-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.5.0-28-generic ...'
		linux	/boot/vmlinuz-3.5.0-28-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro  quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.5.0-28-generic
	}
	menuentry 'Ubuntu, with Linux 3.5.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.5.0-28-generic-recovery-f1fe3bdd-5c99-42ac-95b1-0a2188046ccb' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		else
		  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
		fi
		echo	'Loading Linux 3.5.0-28-generic ...'
		linux	/boot/vmlinuz-3.5.0-28-generic root=UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb ro recovery nomodeset 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.5.0-28-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'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
	else
	  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
	else
	  search --no-floppy --fs-uuid --set=root f1fe3bdd-5c99-42ac-95b1-0a2188046ccb
	fi
	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  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

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

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=f1fe3bdd-5c99-42ac-95b1-0a2188046ccb /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=47f164e3-ae7b-4db4-8eb4-2369def98856 none            swap    sw              0       0
--------------------------------------------------------------------------------

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

Unknown BootLoader on sda2

00000000  21 04 83 08 40 b2 13 70  91 07 d6 b5 ef 58 9f 52  |!...@..p.....X.R|
00000010  b5 3f c9 65 a9 fb 25 74  3b 18 f1 0d ae 05 4b 1a  |.?.e..%t;.....K.|
00000020  f9 71 b0 78 0a 2b 52 dc  f9 5c e7 a5 2e 45 97 77  |.q.x.+R..\...E.w|
00000030  f9 c9 38 d0 af ea d6 41  fd e5 58 1d ff 9e 60 0d  |..8....A..X...`.|
00000040  92 ab b5 35 ac 4d 68 52  e0 92 e3 0b bb 88 a0 94  |...5.MhR........|
00000050  39 17 10 e8 3e 38 2b 7c  7b 19 12 b9 3c 29 1b aa  |9...>8+|{...<)..|
00000060  aa 48 43 62 f0 96 67 8e  8b 5a 65 3e 97 c9 b9 1c  |.HCb..g..Ze>....|
00000070  d9 79 23 ff 6f 43 5a 03  54 a9 dd 86 77 92 da 0d  |.y#.oCZ.T...w...|
00000080  0c ae a3 55 31 d8 a9 46  b4 16 e3 6b bc c9 01 50  |...U1..F...k...P|
00000090  1d 06 18 ad 0e 7f 64 8d  e1 fa 95 4d 79 ca 4e 0a  |......d....My.N.|
000000a0  58 a7 b0 fa 54 ad 74 ab  c2 fe 4a be 97 f9 85 58  |X...T.t...J....X|
000000b0  1c d5 9f 7d 54 62 c0 00  c7 33 a5 d4 32 58 44 b1  |...}Tb...3..2XD.|
000000c0  c2 42 6b 96 d9 12 79 02  46 92 00 36 e5 77 27 81  |.Bk...y.F..6.w'.|
000000d0  f2 79 3a bf 0e 55 25 21  24 4a 39 b8 22 30 81 47  |.y:..U%!$J9."0.G|
000000e0  ab c3 e5 7f 5d 19 ca 4a  25 90 d0 2f 69 7e a3 91  |....]..J%../i~..|
000000f0  e4 fa 2f 0e 6a ed ae 38  e1 af b3 0f 72 57 72 d9  |../.j..8....rWr.|
00000100  88 f5 d3 4c aa 03 2c 8f  80 49 68 c3 4f 79 8d 82  |...L..,..Ih.Oy..|
00000110  8e 22 d7 f3 77 84 32 d4  c5 dd 8b 77 95 27 99 2a  |."..w.2....w.'.*|
00000120  cb 9b f7 53 7a fa 53 3b  7a 9b fc 5b 9a 99 79 1f  |...Sz.S;z..[..y.|
00000130  57 93 a5 95 96 00 31 a2  6e 49 de ce de f4 05 58  |W.....1.nI.....X|
00000140  c5 c6 36 42 54 08 b9 21  b4 53 2e 3e 50 2a bb d7  |..6BT..!.S.>P*..|
00000150  9f 61 f8 ee 64 5a 95 55  53 38 42 ca ea d7 fe 01  |.a..dZ.US8B.....|
00000160  41 74 ef 34 29 2b fc 6b  71 e7 18 e6 47 9e 1c af  |At.4)+.kq...G...|
00000170  ea fc a5 03 1a 6a 16 94  8c 6a 60 de 52 b5 95 6b  |.....j...j`.R..k|
00000180  eb e1 a2 16 96 f2 df e1  b5 19 a8 dd 0f 00 d2 6b  |...............k|
00000190  93 30 75 e0 05 6f 39 fd  77 29 3e 44 97 68 31 cb  |.0u..o9.w)>D.h1.|
000001a0  2b 2a d3 d7 67 1f 26 3e  34 49 8c 7b c9 29 37 fe  |+*..g.&>4I.{.)7.|
000001b0  73 e5 2b f1 eb 14 5b d0  bd 2e a5 b4 50 ac 00 fe  |s.+...[.....P...|
000001c0  ff ff 82 fe ff ff 02 00  00 00 00 60 fc 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: ===============================

cat: write error: Broken pipe
File descriptor 9 (/proc/8114/mounts) leaked on lvs invocation. Parent PID 16427: bash
File descriptor 63 (pipe:[30552]) leaked on lvs invocation. Parent PID 16427: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2015-01-29__19h16 ===================
boot-repair version : 4ppa14
boot-sav version : 4ppa14
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 4ppa14
File descriptor 9 (/proc/8114/mounts) leaked on lvs invocation. Parent PID 9630: /bin/sh
No volume groups found
boot-repair is executed in live-session (Boot-Repair-Disk 64bit 29nov2014, trusty, Ubuntu, x86_64)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):        32-bit, 64-bit
file=/cdrom/preseed/lubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss

=================== os-prober:
/dev/sda1:Ubuntu 14.04.1 LTS (14.04):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="f1fe3bdd-5c99-42ac-95b1-0a2188046ccb" TYPE="ext4"
/dev/sda5: UUID="47f164e3-ae7b-4db4-8eb4-2369def98856" TYPE="swap"
/dev/sr0: LABEL="Boot-Repair-Disk 64bit" TYPE="iso9660"
/dev/zram0: UUID="b7e0eed8-18de-4eb9-b9b3-1734546112c3" TYPE="swap"
/dev/zram1: UUID="7210b88d-9013-43f5-9554-052a1beea9f5" TYPE="swap"
/dev/zram2: UUID="963a1c66-2b7d-444b-b74e-b0ba23314a96" TYPE="swap"
/dev/zram3: UUID="251ec7da-3f27-4bcf-80a3-7b6a213ff92b" TYPE="swap"
/dev/zram4: UUID="29b1c9f1-f771-4c50-ade8-ac4d1eaeb294" TYPE="swap"
/dev/zram5: UUID="39c24f24-f4e2-4a97-a3df-6867eac4b093" TYPE="swap"
/dev/zram6: UUID="f8b89f63-a846-460d-b816-550916041523" TYPE="swap"
/dev/zram7: UUID="43b8ad78-34fe-4530-90d4-b3b7b3774049" TYPE="swap"


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

Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.

=================== sda1/etc/grub.d/ :
drwxr-xr-x  2 root root     4096 sept. 14 08:41 grub.d
total 76
-rwxr-xr-x 1 root root  9424 mai   15  2014 00_header
-rwxr-xr-x 1 root root  6058 mai    8  2014 05_debian_theme
-rwxr-xr-x 1 root root 11608 mai   15  2014 10_linux
-rwxr-xr-x 1 root root 10412 mai   15  2014 20_linux_xen
-rwxr-xr-x 1 root root  1992 mars  12  2014 20_memtest86+
-rwxr-xr-x 1 root root 11692 mai   15  2014 30_os-prober
-rwxr-xr-x 1 root root  1416 mai   15  2014 30_uefi-firmware
-rwxr-xr-x 1 root root   214 oct.  14  2012 40_custom
-rwxr-xr-x 1 root root   216 oct.  14  2012 41_custom
-rw-r--r-- 1 root root   483 oct.  14  2012 README




=================== sda1/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 in EFI-mode.
SecureBoot maybe enabled.


=================== PARTITIONS & DISKS:
sda1	: 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/sda1.

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


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

Model: ATA Hitachi HTS54757 (scsi)
Disk /dev/sda: 750GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

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



                                                                          
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


                                                                          
Error: /dev/zram0: unrecognised disk label


                                                                          
Error: /dev/zram1: unrecognised disk label


                                                                          
Error: /dev/zram2: unrecognised disk label


                                                                          
Error: /dev/zram3: unrecognised disk label


                                                                          
Error: /dev/zram4: unrecognised disk label


                                                                          
Error: /dev/zram5: unrecognised disk label


                                                                          
Error: /dev/zram6: unrecognised disk label


                                                                          
Error: /dev/zram7: unrecognised disk label

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

BYT;
/dev/sda:750GB:scsi:512:4096:msdos:ATA Hitachi HTS54757;
1:1049kB:742GB:742GB:ext4::boot;
2:742GB:750GB:8468MB:::;
5:742GB:750GB:8468MB:linux-swap(v1)::;


                                                                          
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


                                                                          
Error: /dev/zram0: unrecognised disk label


                                                                          
Error: /dev/zram1: unrecognised disk label


                                                                          
Error: /dev/zram2: unrecognised disk label


                                                                          
Error: /dev/zram3: unrecognised disk label


                                                                          
Error: /dev/zram4: unrecognised disk label


                                                                          
Error: /dev/zram5: unrecognised disk label


                                                                          
Error: /dev/zram6: unrecognised disk label


                                                                          
Error: /dev/zram7: unrecognised disk label


=================== 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/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/cgroup type tmpfs (rw)
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)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=lubuntu)
/dev/sda1 on /mnt/boot-sav/sda1 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 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  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 (filtered):  autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhci vhost-net video0 zero
ls /dev/mapper:  control

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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  3.9G   16M  3.9G   1% /
udev           devtmpfs   3.9G   12K  3.9G   1% /dev
tmpfs          tmpfs      788M  1.2M  786M   1% /run
/dev/sr0       iso9660    614M  614M     0 100% /cdrom
/dev/loop0     squashfs   549M  549M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      3.9G  8.0K  3.9G   1% /tmp
none           tmpfs      5.0M     0  5.0M   0% /run/lock
none           tmpfs      3.9G     0  3.9G   0% /run/shm
none           tmpfs      100M   16K  100M   1% /run/user
/dev/sda1      ext4       680G  445G  201G  69% /mnt/boot-sav/sda1

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

Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 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: 0x0003538a

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048  1448605695   724301824   83  Linux
/dev/sda2      1448607742  1465147391     8269825    5  Extended
Partition 2 does not start on physical sector boundary.
/dev/sda5      1448607744  1465147391     8269824   82  Linux swap / Solaris



=================== Recommended repair
The default repair of the Boot-Repair utility will reinstall the grub2 of sda1 into the MBR of sda.
Additional repair will be performed: unhide-bootmenu-10s


Unhide GRUB boot menu in sda1/etc/default/grub

*******lspci -nnk | grep -iA3 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
Subsystem: ASUSTeK Computer Inc. Device [1043:1457]
Kernel driver in use: i915
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
--
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119M [GeForce 610M] [10de:1058] (rev a1)
Subsystem: ASUSTeK Computer Inc. Device [1043:1457]
Kernel driver in use: nouveau
03:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
*******

grub-install --version
grub-install (GRUB) 2.02~beta2-9ubuntu1,grub-install (GRUB) 2.

Reinstall the GRUB of sda1 into the MBR of sda
Installing for i386-pc platform.
Installation finished. No error reported.
grub-install /dev/sda: exit code of grub-install /dev/sda:0

chroot /mnt/boot-sav/sda1 update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-45-generic
Found initrd image: /boot/initrd.img-3.13.0-45-generic
Found linux image: /boot/vmlinuz-3.13.0-44-generic
Found initrd image: /boot/initrd.img-3.13.0-44-generic
Found linux image: /boot/vmlinuz-3.13.0-43-generic
Found initrd image: /boot/initrd.img-3.13.0-43-generic
Found linux image: /boot/vmlinuz-3.13.0-41-generic
Found initrd image: /boot/initrd.img-3.13.0-41-generic
Found linux image: /boot/vmlinuz-3.13.0-40-generic
Found initrd image: /boot/initrd.img-3.13.0-40-generic
Found linux image: /boot/vmlinuz-3.13.0-39-generic
Found initrd image: /boot/initrd.img-3.13.0-39-generic
Found linux image: /boot/vmlinuz-3.13.0-38-generic
Found initrd image: /boot/initrd.img-3.13.0-38-generic
Found linux image: /boot/vmlinuz-3.13.0-37-generic
Found initrd image: /boot/initrd.img-3.13.0-37-generic
Found linux image: /boot/vmlinuz-3.13.0-36-generic
Found initrd image: /boot/initrd.img-3.13.0-36-generic
Found linux image: /boot/vmlinuz-3.8.0-31-generic
Found initrd image: /boot/initrd.img-3.8.0-31-generic
Found linux image: /boot/vmlinuz-3.5.0-28-generic
Found initrd image: /boot/initrd.img-3.5.0-28-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Unhide GRUB boot menu in sda1/boot/grub/grub.cfg

Le démarrage de l'ordinateur a été correctement réparé.

Vous pouvez maintenant redémarrer votre ordinateur.

Il reste quelques choses selon moi à éclaircir :
- Pourquoi installer Windows XP ? Celui-ci étant obsolète.
- Pourquoi veux-tu ré-installer Ubuntu ?
- Quelle est la config de ton PC (Processeur, RAM, carte graphique). Tu peux nous la donner avec les commandes suivantes dans un terminal :

Processeur :

cat /proc/cpuinfo

RAM:

free -m

Carte graphique :

lspci | grep "VGA compatible controller"

Fais des copier/coller pour éviter les fautes de frappe, et colle les retours ici entre balises code a l'aide de ce bouton du forum bt_pre.png

Hors ligne

#3 Le 30/01/2015, à 08:19

poulou

Re : installation Ubuntu 14.04 et win XP

alors dans l'ordre,
merci pour l'aide,
1)je veux installer XP parce que j'ai un plotter dont il n'existe pas de driver pour les versions postérieures à XP, donc je n'ai pas le choix.
2)je veux réinstaller Ubuntu parce que ma version est un upgrade de la version précédente et se plante fréquemment avec des messages d'erreurs.
3)

processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 1200.000
cache size	: 6144 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fdiv_bug	: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips	: 4589.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 1200.000
cache size	: 6144 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fdiv_bug	: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips	: 4589.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 1200.000
cache size	: 6144 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fdiv_bug	: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips	: 4589.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 1200.000
cache size	: 6144 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fdiv_bug	: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips	: 4589.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 1200.000
cache size	: 6144 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fdiv_bug	: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips	: 4589.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 1200.000
cache size	: 6144 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fdiv_bug	: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips	: 4589.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 1200.000
cache size	: 6144 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fdiv_bug	: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips	: 4589.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
stepping	: 9
microcode	: 0x12
cpu MHz		: 1200.000
cache size	: 6144 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fdiv_bug	: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips	: 4589.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

4)

total       used       free     shared    buffers     cached
Mem:          7978       3280       4698        238        380       1402
-/+ buffers/cache:       1496       6481
Swap:         8075          0       8075

5)

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce 610M] (rev a1)

Dernière modification par poulou (Le 30/01/2015, à 08:22)

Hors ligne

#4 Le 30/01/2015, à 08:59

Zurg

Re : installation Ubuntu 14.04 et win XP

Par contre le problème avec XP c'est qu'il est obsolète donc un risque pour la sécurité, j'espère que t'a un bon antivirus couplé a un bon firewall...

Dernière modification par Zurg (Le 30/01/2015, à 09:00)

Hors ligne

#5 Le 30/01/2015, à 11:27

Caribou22

Re : installation Ubuntu 14.04 et win XP

Aucun problème pour faire tourner Ubuntu 14.04 64 bits avec ta config smile Et tu pourras rester sur cette version jusqu'en 2019 sans avoir à changer et rencontrer des problèmes de mise à niveau.

Comme l'a dit Zurg, installer XP est risqué sur le plan sécurité. A tes risques et périls dans ce cas. Quel est le modèle exact de ton plotter ? Si c'est la seule utilité de XP, il y a peut-être aussi les bons pilotes sur Ubuntu.
Et tu risques de rencontrer un autre problème avec XP sur ta config récente : l'absence de pilotes XP pour tous les éléments du PC (CPU, puce graphique, réseau...). C'est peut-être pour ça que l'installation plante d'ailleurs. Quel message d'erreur as-tu ?

Hors ligne

#6 Le 30/01/2015, à 12:51

poulou

Re : installation Ubuntu 14.04 et win XP

je connais les problèmes de sécurité liés à XP mais ce n'est pas le but de me connecter non plus à internet.
Maintenant évidemment s'il y avait moyen de faire tourner mon plotter sous Ubuntu, une partie du  problème serait résolu.
Mon plotter est un Roland Stika SX-15.
J'ai essayé de relancer XP pour lire le message d'erreur mais depuis que j'ai utilisé hier boot-repair, le setup ne démarre plus.
Le cd tourne mais ne démarre pas,pareil qu'avec Ubuntu

Dernière modification par poulou (Le 30/01/2015, à 12:52)

Hors ligne

#7 Le 30/01/2015, à 13:16

Caribou22

Re : installation Ubuntu 14.04 et win XP

Après une petite recherche, il semble bien que tu aie en effet pas d'autre choix qu'installer XP. Pas de piltes Linux et Windows ultérieurs. Je me demande si ce ne serait pas plus simple de faire une machine virtuelle XP dans Ubuntu pour t'éviter d'avoir à redémarrer à chaque fois que tu en as besoin. Et ça marcherait surement mieux. Mais je ne sais pas si on peut installer des pilotes dans une machine virtuelle. L'avis de personnes plus confirmées que moi serait le bienvenu. Je possède aussi des périphériques avec le même problème. J'ai crée un autre fil de discussion à ce sujet du coup : http://forum.ubuntu-fr.org/viewtopic.ph … #p19116181

Un dual-boot classique marchera sinon wink

Est-ce que le boot sur CD est bien en priorité dans ton bios ?

Dernière modification par Caribou22 (Le 30/01/2015, à 13:22)

Hors ligne

#8 Le 30/01/2015, à 13:30

poulou

Re : installation Ubuntu 14.04 et win XP

dans mon bios ,j'ai Boot option #1  cddvd, hitachi hdd, et boot option #2 le contraire.
J'ai déjà installé XP par le passé sous virtual PC mais je n'avais pas accès aux ports usb et donc pas possibilité d'imprimer

Hors ligne

#9 Le 06/02/2015, à 16:09

poulou

Re : installation Ubuntu 14.04 et win XP

il n'y a plus personne?

Hors ligne

#10 Le 06/02/2015, à 16:49

Caribou22

Re : installation Ubuntu 14.04 et win XP

Salut,
Normalement, si le CD/DVD est en boot option n°1 ça devrait marcher... Pourrais-tu envoyer une photo de cet écran de ton bios si ça ne marche pas ?

Hors ligne

#11 Le 07/02/2015, à 10:07

poulou

Re : installation Ubuntu 14.04 et win XP

Il y a vraiment un problème avec ce laptop, je n'arrive même plus à démarrer le bios!!!   je continue d'essayer et si ça fonctionne je mets la photo ici.

Hors ligne

#12 Le 08/02/2015, à 17:59

poulou

Re : installation Ubuntu 14.04 et win XP

voici la photo du    BIOS

Hors ligne

#13 Le 08/02/2015, à 18:17

MrKebi

Re : installation Ubuntu 14.04 et win XP

Il y a un truc que je ne comprends pas : pourquoi ton disque dur Seagate est précédé de la mention UEFI ?


PC : i7-4770k 24Go RX 580 120Go SSD + 1Tox2 HDD: Archlinux/Plasma
Laptop 1 : ThinkPad p50 i7-6820HQ 32Go 256Gox2 SSD + 500Go HDD : Archlinux/Plasma, optimus-manager
Laptop 2 : Xiaomi Mi Notebook Pro i5-8250u 8Go 240Go msata : Archlinux/XFCE, optimus-manager
Laptop 3 : HP Pavillion g6 1354ef i5-2450m 4Go 120Go SSD : Archlinux/Plasma

Hors ligne

#14 Le 08/02/2015, à 19:01

poulou

Re : installation Ubuntu 14.04 et win XP

aucune idée, si je savais déjà ce que ça veut dire !!

Hors ligne

#15 Le 23/02/2015, à 17:22

poulou

Re : installation Ubuntu 14.04 et win XP

je pense que je peux considérer cette discussion comme terminée et non résolue sad

Hors ligne