Contenu | Rechercher | Menus

Annonce

DVD, clés USB et t-shirts Ubuntu-fr disponibles sur la boutique En Vente Libre

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 01/09/2014, à 19:36

Dobbsy

écran noir et pointeur blanc au démarrage (asus N70sv)

Bien le bonjour très chère communauté d'ubuntu smile

J'ai suis tout nouveau sur Linux, et je commence par Ubuntu. Mais hélas tout ne se déroule pas sans accroche du coup, je me tourne vers vous smile

Commençons par le début, j'essaye d'installer sur mon PC portable asus n70sv la version 32 bits d'ubuntu version 14.04(ce qui correspond à mon PC). J'ai donc téléchargé l'iso puis mis sur une clé bootable à l'aide de Linuxlive USB creator. J'ai booté dessus sur le mode "nolapic"(mode conseillé pour des versions antérieures d'ubuntu) puisque j'avais des messages d'erreurs si je le lançais normalement. J'ai pu testé le live (et il marche encore le cas échéant) et je me suis lancé dans l'installation. L'installation se déroule bien (enfin de mon point de vue, pas d'erreur apparente) puis au redémarrage j'ai le logo asus puis écran noir avec pointeur blanc qui clignote. D'après la doc, je n'arriverai pas jusqu'à Grub. J'ai donc suivi les instructions de réinstallations recommandées de Grub à partir de boot-repair en ligne de commande à partir du live-USB. Mais quand je relance ... aucun changement.

Je vous place ici le lien généré lors du boot-repair.

Je ne sais pas si vous avez ainsi toutes les informations nécessaires, n'hésitez pas à me demander des compléments.

Je vous remercie d'avance de vous pencher sur mon problème.

Cordialement,

Dobbsy

Hors ligne

#2 Le 02/09/2014, à 08:42

malbo

Re : écran noir et pointeur blanc au démarrage (asus N70sv)

Ton Boot-Info est là :

 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 
    in partition 112 for .
 => No boot loader is installed in the MBR of /dev/sdb.
 => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdc.

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 14.04 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: 

sdc1: __________________________________________________________________________

    File system:       vfat
    Boot sector type:  SYSLINUX 4.04 2011-04-18
    Boot sector info:  Syslinux looks at sector 2000936 of /dev/sdc1 for its 
                       second stage. SYSLINUX is installed in the  directory. 
                       No errors found in the Boot Parameter Block.
    Operating System:  
    Boot files:        /syslinux/syslinux.cfg /ldlinux.sys

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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   484,204,543   484,202,496  83 Linux
/dev/sda2         484,206,590   488,396,799     4,190,210   5 Extended
/dev/sda5         484,206,592   488,396,799     4,190,208  82 Linux swap / Solaris


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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



Drive: sdc _____________________________________________________________________

Disk /dev/sdc: 4043 MB, 4043309056 bytes
150 heads, 48 sectors/track, 1096 cylinders, total 7897088 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sdc1    *             48     7,897,087     7,897,040   b W95 FAT32


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        973ae01b-39dc-4864-a2e4-40a83de424ba   ext4       
/dev/sda5        af931d0d-825d-432d-8a72-70773fa28cbb   swap       
/dev/sdc1        9A3A-D9FC                              vfat       LUCIOLE

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

Device           Mount_Point              Type       Options

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


=========================== 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  973ae01b-39dc-4864-a2e4-40a83de424ba
else
  search --no-floppy --fs-uuid --set=root 973ae01b-39dc-4864-a2e4-40a83de424ba
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; 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-973ae01b-39dc-4864-a2e4-40a83de424ba' {
	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  973ae01b-39dc-4864-a2e4-40a83de424ba
	else
	  search --no-floppy --fs-uuid --set=root 973ae01b-39dc-4864-a2e4-40a83de424ba
	fi
	linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=973ae01b-39dc-4864-a2e4-40a83de424ba ro nolapic quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-24-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-973ae01b-39dc-4864-a2e4-40a83de424ba' {
	menuentry 'Ubuntu, with Linux 3.13.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-973ae01b-39dc-4864-a2e4-40a83de424ba' {
		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  973ae01b-39dc-4864-a2e4-40a83de424ba
		else
		  search --no-floppy --fs-uuid --set=root 973ae01b-39dc-4864-a2e4-40a83de424ba
		fi
		echo	'Loading Linux 3.13.0-24-generic ...'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=973ae01b-39dc-4864-a2e4-40a83de424ba ro nolapic quiet splash $vt_handoff
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-24-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-973ae01b-39dc-4864-a2e4-40a83de424ba' {
		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  973ae01b-39dc-4864-a2e4-40a83de424ba
		else
		  search --no-floppy --fs-uuid --set=root 973ae01b-39dc-4864-a2e4-40a83de424ba
		fi
		echo	'Loading Linux 3.13.0-24-generic ...'
		linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=973ae01b-39dc-4864-a2e4-40a83de424ba ro recovery nomodeset nolapic
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.13.0-24-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  973ae01b-39dc-4864-a2e4-40a83de424ba
	else
	  search --no-floppy --fs-uuid --set=root 973ae01b-39dc-4864-a2e4-40a83de424ba
	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  973ae01b-39dc-4864-a2e4-40a83de424ba
	else
	  search --no-floppy --fs-uuid --set=root 973ae01b-39dc-4864-a2e4-40a83de424ba
	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=973ae01b-39dc-4864-a2e4-40a83de424ba /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=af931d0d-825d-432d-8a72-70773fa28cbb none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


========================= sdc1/syslinux/syslinux.cfg: ==========================

--------------------------------------------------------------------------------
# D-I config version 2.0
include menu.cfg
default vesamenu.c32
prompt 0
timeout 50
ui gfxboot bootlogo
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)


============== sdc1: Version of COM32(R) files used by Syslinux: ===============

 syslinux/chain.c32                 :  COM32R module (v4.xx)
 syslinux/gfxboot.c32               :  COM32R module (v4.xx)
 syslinux/vesamenu.c32              :  COM32R module (v4.xx)

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

Unknown BootLoader on sda2

00000000  00 00 00 00 01 00 00 00  f4 11 00 00 00 00 00 00  |................|
00000010  00 00 00 00 00 00 00 00  01 00 00 00 f5 11 00 00  |................|
00000020  00 00 00 00 00 00 00 00  00 00 00 00 01 00 00 00  |................|
00000030  f6 11 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000040  01 00 00 00 f7 11 00 00  00 00 00 00 00 00 00 00  |................|
00000050  00 00 00 00 01 00 00 00  f8 11 00 00 00 00 00 00  |................|
00000060  00 00 00 00 00 00 00 00  01 00 00 00 f9 11 00 00  |................|
00000070  00 00 00 00 00 00 00 00  00 00 00 00 01 00 00 00  |................|
00000080  fa 11 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000090  01 00 00 00 fb 11 00 00  00 00 00 00 00 00 00 00  |................|
000000a0  00 00 00 00 01 00 00 00  fc 11 00 00 00 00 00 00  |................|
000000b0  00 00 00 00 00 00 00 00  01 00 00 00 fd 11 00 00  |................|
000000c0  00 00 00 00 00 00 00 00  00 00 00 00 01 00 00 00  |................|
000000d0  fe 11 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000000e0  01 00 00 00 ff 11 00 00  00 00 00 00 00 00 00 00  |................|
000000f0  00 00 00 00 01 00 00 00  00 12 00 00 00 00 00 00  |................|
00000100  00 00 00 00 00 00 00 00  01 00 00 00 01 12 00 00  |................|
00000110  00 00 00 00 00 00 00 00  00 00 00 00 01 00 00 00  |................|
00000120  02 12 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000130  01 00 00 00 03 12 00 00  00 00 00 00 00 00 00 00  |................|
00000140  00 00 00 00 01 00 00 00  04 12 00 00 00 00 00 00  |................|
00000150  00 00 00 00 00 00 00 00  01 00 00 00 05 12 00 00  |................|
00000160  00 00 00 00 00 00 00 00  00 00 00 00 01 00 00 00  |................|
00000170  06 12 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000180  01 00 00 00 07 12 00 00  00 00 00 00 00 00 00 00  |................|
00000190  00 00 00 00 01 00 00 00  08 12 00 00 00 00 00 00  |................|
000001a0  00 00 00 00 00 00 00 00  01 00 00 00 09 12 00 00  |................|
000001b0  00 00 00 00 00 00 00 00  00 00 00 00 01 00 00 fe  |................|
000001c0  ff ff 82 fe ff ff 02 00  00 00 00 f0 3f 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
cat: /tmp/BootInfo-nYVjSADu/Tmp_Log: No such file or directory
cat: /tmp/BootInfo-nYVjSADu/Tmp_Log: No such file or directory
File descriptor 9 (/proc/4678/mounts) leaked on lvscan invocation. Parent PID 11943: bash
File descriptor 63 (pipe:[53808]) leaked on lvscan invocation. Parent PID 11943: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-08-31__18h06 ===================
boot-repair version : 3.199~ppa40~saucy
boot-sav version : 3.199~ppa40~saucy
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 3.199~ppa40~saucy
boot-repair is executed in live-session (Ubuntu 14.04 LTS, trusty, Ubuntu, i686)
ls: cannot access /home/usr/.config: No such file or directory
CPU op-mode(s):        32-bit, 64-bit
bootkbd=fr-latin1 console-setup/layoutcode=fr console-setup/variantcode=nodeadkeys locale=fr_FR noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz splash --  nolapic debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss

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

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="973ae01b-39dc-4864-a2e4-40a83de424ba" TYPE="ext4"
/dev/sda5: UUID="af931d0d-825d-432d-8a72-70773fa28cbb" TYPE="swap"
/dev/sdc1: LABEL="LUCIOLE" UUID="9A3A-D9FC" TYPE="vfat"


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 avril 17 01:26 grub.d
total 76
-rwxr-xr-x 1 root root  9424 avril 11 10:48 00_header
-rwxr-xr-x 1 root root  6058 avril 10 15:58 05_debian_theme
-rwxr-xr-x 1 root root 11608 avril 11 10:48 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 10:48 20_linux_xen
-rwxr-xr-x 1 root root  1992 mars  12 12:31 20_memtest86+
-rwxr-xr-x 1 root root 11692 avril 11 10:48 30_os-prober
-rwxr-xr-x 1 root root  1416 avril 11 10:48 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 11 10:48 40_custom
-rwxr-xr-x 1 root root   216 avril 11 10:48 41_custom
-rw-r--r-- 1 root root   483 avril 11 10:48 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="nolapic"

# 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:
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 ST9250315AS (scsi)
Disk /dev/sda: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

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


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

Number  Start  End  Size  Type  File system  Flags


Model: SMI USB DISK (scsi)
Disk /dev/sdc: 4043MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system  Flags
1      24.6kB  4043MB  4043MB  primary  fat32        boot

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

BYT;
/dev/sda:250GB:scsi:512:512:msdos:ATA ST9250315AS;
1:1049kB:248GB:248GB:ext4::boot;
2:248GB:250GB:2145MB:::;
5:248GB:250GB:2145MB:linux-swap(v1)::;

BYT;
/dev/sdb:250GB:scsi:512:512:msdos:ATA ST9250827AS;

BYT;
/dev/sdc:4043MB:scsi:512:512:msdos:SMI USB DISK;
1:24.6kB:4043MB:4043MB:fat32::boot;


=================== 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/sdc1 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/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=ubuntu)
/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/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 size slaves stat subsystem trace uevent
/sys/block/sdc (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdc1 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 hpet input kmsg kvm log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sdb sdc sdc1 sg0 sg1 sg2 sg3 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhost-net video0 zero
ls /dev/mapper:  control

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

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs 1008M  116M  893M  12% /
udev           devtmpfs   998M   12K  998M   1% /dev
tmpfs          tmpfs      202M  1.1M  201M   1% /run
/dev/sdc1      vfat       3.8G  970M  2.9G  26% /cdrom
/dev/loop0     squashfs   936M  936M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs     1008M  1.2M 1007M   1% /tmp
none           tmpfs      5.0M     0  5.0M   0% /run/lock
none           tmpfs     1008M   80K 1008M   1% /run/shm
none           tmpfs      100M   56K  100M   1% /run/user
/dev/sda1      ext4       228G  3.5G  213G   2% /mnt/boot-sav/sda1

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

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x000e9206

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048   484204543   242101248   83  Linux
/dev/sda2       484206590   488396799     2095105    5  Extended
/dev/sda5       484206592   488396799     2095104   82  Linux swap / Solaris

Disk /dev/sdb: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x0009e6e6

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           0           0           0    0  Empty
/dev/sdb2   *           0           0           0    0  Empty
/dev/sdb3   *           0           0           0    0  Empty
/dev/sdb4   *           0           0           0    0  Empty

Disk /dev/sdc: 4043 MB, 4043309056 bytes
150 heads, 48 sectors/track, 1096 cylinders, total 7897088 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: 0xc3072e18

Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *          48     7897087     3948520    b  W95 FAT32



=================== Recommended repair
Recommended-Repair
This setting 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
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G96M [GeForce GT 130M] [10de:0652] (rev a1)
Subsystem: ASUSTeK Computer Inc. Device [1043:2025]
Kernel driver in use: nouveau
02:00.0 Network controller [0280]: Qualcomm Atheros AR928X Wireless Network Adapter (PCI-Express) [168c:002a] (rev 01)
*******

grub-install : information : executing modprobe efivars 2>/dev/null.
grub-install : information : Looking for /sys/firmware/efi ...
grub-install : information : ... not found. Looking for /proc/device-tree ...
grub-install : information : ... not found.
Installing for i386-pc platform.
grub-install : erreur : le périphérique d'installation n'est pas indiqué.
,.

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-24-generic
Found initrd image: /boot/initrd.img-3.13.0-24-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.

Au démarrage, presse la touche des majuscules (touche SHIFT) afin de faire apparaître le menu Grub. Tu sélectionnes la ligne "Ubuntu" dans le menu Grub mais tu ne la valides pas par la touche Entrée : tu presses la touche E pour l'éditer et tu remplaces nolapic par acpi=off (j'ai piqué cette astuce dans la ligne qui concerne le modèle N70SV dans la Liste des portables « Asus »)
Avant, tu as ça :

linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=973ae01b-39dc-4864-a2e4-40a83de424ba ro nolapic quiet splash $vt_handoff

Après modif, tu dois avoir ça :

linux	/boot/vmlinuz-3.13.0-24-generic root=UUID=973ae01b-39dc-4864-a2e4-40a83de424ba ro acpi=off quiet splash $vt_handoff

Tu valides par la touche F10
Raconte.

Dernière modification par malbo (Le 02/09/2014, à 08:45)

Hors ligne

#3 Le 02/09/2014, à 08:47

Dobbsy

Re : écran noir et pointeur blanc au démarrage (asus N70sv)

Bonjour,

Tout d'abord merci pour ton aide smile

Au sujet de faire apparaître le menu Grub. Même en appuyant sur la touche SHIFT, le menu n'apparaît pas. Je garde mon curseur sur fond noir.

Est-ce que la modification de la ligne ne pourrait pas se faire à partir du live en modifiant un fichier système? Même si je ne sais pas si cela va résoudre mon problème pour arriver au menu grub

Dernière modification par Dobbsy (Le 02/09/2014, à 08:55)

Hors ligne

#4 Le 02/09/2014, à 09:01

malbo

Re : écran noir et pointeur blanc au démarrage (asus N70sv)

Je ne sais pas si ça vaut le coup de s'acharner avec la 14.04 : je te suggère d'essayer puis d'installer si elle fonctionne Ubuntu 12.04.1 qui est maintenue (mise à jour) jusqu'en Avril 2017. Pour ce faire, il faut télécharger Ubuntu 12.04.1 64 bits (je ne sais pas pourquoi tu avais pris 32 bits parce que ton architecture est compatible 64 bis) à cette adresse (environ 700 Mo à télécharger) : http://old-releases.ubuntu.com/releases … -amd64.iso
Puis tu peux te faire une liveUSB en suivant cette procédure : http://forum.ubuntu-fr.org/viewtopic.ph … #p10730101
Il n'y a que le fichier ISO à utiliser qui n'est pas le même mais à part ça, tu peux suivre cette procédure.
Quand ce sera fait, tente un essai en session live (démarrage de l'ordi sur la liveUSB) mais tout au début du démarrage, quand tu verras le petit bonhomme blanc en bas de l'écran, appuie sur la touche F6 et sélectionne acpi=off ensuite tu sélectionnera "Essayer Ubuntu"
Raconte si ça marche.

Dernière modification par malbo (Le 02/09/2014, à 09:03)

Hors ligne

#5 Le 02/09/2014, à 10:02

Dobbsy

Re : écran noir et pointeur blanc au démarrage (asus N70sv)

Alors j'ai fait comme tu m'as dit. En mode ascpi=off, le live fonctionnait, j'installe en remplaçant l'autre. Et au redémarrage même problème ...

Hors ligne

#6 Le 02/09/2014, à 11:25

Dobbsy

Re : écran noir et pointeur blanc au démarrage (asus N70sv)

Alors, j'ai trouvé la solution pour la version 12.04.1 64 bits et je présume pour mon autre cas aussi ...

C'est assez stupide en fait ... Sur le Pc j'ai sda et sdb ... lors de l'installation, j'ai laissé Ubuntu faire car je ne sais pas comment il fonctionne... Et il l'a installé sur le sda avec Grub fonctionnel. Et en fait dans le bios ... (honte de la dire :s) c'est le sdb qui était lancé avant le sda. Du coup normal qu'il trouve pas Grub sur le sdb...

Ensuite j'ai eu le problème de l'écran violet dont la solution est expliquée ici. J'ai modifié grub et maintenant ça marche smile smile smile

J'ai quelques questions malgré tout histoire de comprendre. Je ne sais pas si je dois ouvrir un autre topic ou non du coup vu que ce problème-ci est résolu (et n'était pas propre à Ubuntu du tout ... dslé) :

1°) Concrètement c'est quoi acpi=off ?
2°) Il me propose directement de mettre à jour pour la version 14, du coup est-ce que je le fais ?
3°) Les touches Fn + (son, luminosité, switch écran) ne fonctionne pas (je n'ai pas encore regardé si le topic existe), est-ce que potentiellement la MAJ à la v.14 pourrait le résoudre?
4°) Grub n'apparaît pas au démarrage, il se lance en mode time=0, est-ce qu'il est possible de le modifié?
et enfin
5°) Est-ce que si je fais une mise à jour cela implique que je vais devoir refaire à chaque fois la procédure pour éviter l'écran violet ?

Merci en tout cas pour ton aide !

Hors ligne

#7 Le 02/09/2014, à 11:31

malbo

Re : écran noir et pointeur blanc au démarrage (asus N70sv)

Avant de te répondre, j'aimerais bien "voir" un peu à quoi ça ressemble. Depuis une session de ton Ubuntu 12.04.1, pourrais-tu faire un Boot-Info : ça commence directement à l'étape 2
Tu posteras l'URL du Boot-Info et j'y verrai plus clair pour répondre à tes questions.

Hors ligne

#8 Le 02/09/2014, à 11:38

Dobbsy

Re : écran noir et pointeur blanc au démarrage (asus N70sv)

Le nouveau Boot-Info : ici

Hors ligne

#9 Le 02/09/2014, à 12:04

malbo

Re : écran noir et pointeur blanc au démarrage (asus N70sv)

Ton dernier Boot-Info est là :

 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 (,msdos1)/grub on this drive.
 => No boot loader is installed in the MBR of /dev/sdb.

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        /grub/grub.cfg /grub/core.img

sda2: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 12.04.1 LTS 
    Boot files:        /etc/fstab

sda3: __________________________________________________________________________

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

sda4: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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     2,000,895     1,998,848  83 Linux
/dev/sda2           2,000,896   321,531,903   319,531,008  83 Linux
/dev/sda3         321,531,904   479,531,007   157,999,104  83 Linux
/dev/sda4         479,531,008   487,530,495     7,999,488  82 Linux swap / Solaris


Drive: sdb _____________________________________________________________________

Disk /dev/sdb: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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



"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        221e04a6-7fb9-4ebd-9165-e7a6e4c81592   ext4       
/dev/sda2        96ce8059-0d2c-45f8-84cf-65f2e8b5fea8   ext4       
/dev/sda3        47898dda-a4a1-4397-bdbd-e32402b0121c   ext4       
/dev/sda4        b5aefc0f-14bb-4e77-9d60-29d509ab7b5b   swap       

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

Device           Mount_Point              Type       Options

/dev/sda1        /boot                    ext4       (rw)
/dev/sda2        /                        ext4       (rw,errors=remount-ro)
/dev/sda3        /home                    ext4       (rw)


============================= sda1/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,msdos2)'
search --no-floppy --fs-uuid --set=root 96ce8059-0d2c-45f8-84cf-65f2e8b5fea8
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  insmod part_msdos
  insmod ext2
  set root='(hd0,msdos1)'
  search --no-floppy --fs-uuid --set=root 221e04a6-7fb9-4ebd-9165-e7a6e4c81592
  set locale_dir=($root)/grub/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
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.2.0-29-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,msdos1)'
	search --no-floppy --fs-uuid --set=root 221e04a6-7fb9-4ebd-9165-e7a6e4c81592
	linux	/vmlinuz-3.2.0-29-generic root=UUID=96ce8059-0d2c-45f8-84cf-65f2e8b5fea8 ro acpi=off  quiet splash $vt_handoff
	initrd	/initrd.img-3.2.0-29-generic
}
menuentry 'Ubuntu, avec Linux 3.2.0-29-generic (mode de dépannage)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 221e04a6-7fb9-4ebd-9165-e7a6e4c81592
	echo	'Chargement de Linux 3.2.0-29-generic ...'
	linux	/vmlinuz-3.2.0-29-generic root=UUID=96ce8059-0d2c-45f8-84cf-65f2e8b5fea8 ro recovery nomodeset acpi=off
	echo	'Chargement du disque mémoire initial ...'
	initrd	/initrd.img-3.2.0-29-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 221e04a6-7fb9-4ebd-9165-e7a6e4c81592
	linux16	/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root 221e04a6-7fb9-4ebd-9165-e7a6e4c81592
	linux16	/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
if [ "x${timeout}" != "x-1" ]; then
  if keystatus; then
    if keystatus --shift; then
      set timeout=-1
    else
      set timeout=0
    fi
  else
    if sleep --interruptible 3 ; then
      set timeout=0
    fi
  fi
fi
### 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: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

   0.137706757 = 0.147861504    grub/grub.cfg                                  1
   0.135768890 = 0.145780736    grub/core.img                                  1
   0.134735107 = 0.144670720    vmlinuz-3.2.0-29-generic                       1
   0.154830933 = 0.166248448    initrd.img-3.2.0-29-generic                    1

=============================== sda2/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/sda2 during installation
UUID=96ce8059-0d2c-45f8-84cf-65f2e8b5fea8 /               ext4    errors=remount-ro 0       1
# /boot was on /dev/sda1 during installation
UUID=221e04a6-7fb9-4ebd-9165-e7a6e4c81592 /boot           ext4    defaults        0       2
# /home was on /dev/sda3 during installation
UUID=47898dda-a4a1-4397-bdbd-e32402b0121c /home           ext4    defaults        0       2
# swap was on /dev/sda4 during installation
UUID=b5aefc0f-14bb-4e77-9d60-29d509ab7b5b none            swap    sw              0       0
--------------------------------------------------------------------------------

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

           GiB - GB             File                                 Fragment(s)

   1.087860107 = 1.168080896    vmlinuz                                        1
   1.107955933 = 1.189658624    initrd.img                                     1


ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-09-02__12h35 ===================
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 installed-session (Ubuntu 12.04.1 LTS, precise, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/vmlinuz-3.2.0-29-generic root=UUID=96ce8059-0d2c-45f8-84cf-65f2e8b5fea8 ro acpi=off quiet splash vt.handoff=7

=================== os-prober:
/dev/sda2:L'OS actuellement utilisé - Ubuntu 12.04.1 LTS CurrentSession:linux

=================== blkid:
/dev/sda1: UUID="221e04a6-7fb9-4ebd-9165-e7a6e4c81592" TYPE="ext4"
/dev/sda2: UUID="96ce8059-0d2c-45f8-84cf-65f2e8b5fea8" TYPE="ext4"
/dev/sda3: UUID="47898dda-a4a1-4397-bdbd-e32402b0121c" TYPE="ext4"
/dev/sda4: UUID="b5aefc0f-14bb-4e77-9d60-29d509ab7b5b" TYPE="swap"


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


=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 août  23  2012 grub.d
total 56
-rwxr-xr-x 1 root root 6715 mai   17  2012 00_header
-rwxr-xr-x 1 root root 5522 mai   17  2012 05_debian_theme
-rwxr-xr-x 1 root root 7407 mai   17  2012 10_linux
-rwxr-xr-x 1 root root 6335 mai   17  2012 20_linux_xen
-rwxr-xr-x 1 root root 1588 nov.  27  2011 20_memtest86+
-rwxr-xr-x 1 root root 7603 mai   17  2012 30_os-prober
-rwxr-xr-x 1 root root  214 mai   17  2012 40_custom
-rwxr-xr-x 1 root root   95 mai   17  2012 41_custom
-rw-r--r-- 1 root root  483 mai   17  2012 README




=================== /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="acpi=off"

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



/boot detected in the fstab of sda2: UUID=221e04a6-7fb9-4ebd-9165-e7a6e4c81592  (sda1)
=================== UEFI/Legacy mode:
This installed-session is not in EFI-mode.
SecureBoot disabled.


=================== PARTITIONS & DISKS:
sda2	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	update-grub,	64,	with-boot,	is-os,	not--efi--part,	fstab-has-goodBOOT,	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,	.
sda1	: sda,	is-sepboot,	grubenv-ok	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	not-far,	/boot.
sda3	: sda,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/home.

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


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

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

Number  Start   End     Size    Type     File system     Flags
1      1049kB  1024MB  1023MB  primary  ext4            boot
2      1024MB  165GB   164GB   primary  ext4
3      165GB   246GB   80.9GB  primary  ext4
4      246GB   250GB   4096MB  primary  linux-swap(v1)


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

Number  Start  End  Size  Type  File system  Flags

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

BYT;
/dev/sda:250GB:scsi:512:512:msdos:ATA ST9250315AS;
1:1049kB:1024MB:1023MB:ext4::boot;
2:1024MB:165GB:164GB:ext4::;
3:165GB:246GB:80.9GB:ext4::;
4:246GB:250GB:4096MB:linux-swap(v1)::;

BYT;
/dev/sdb:250GB:scsi:512:512:msdos:ATA ST9250827AS;


=================== mount:
/dev/sda2 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
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)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
/dev/sda1 on /boot type ext4 (rw)
/dev/sda3 on /home type ext4 (rw)
gvfs-fuse-daemon on /home/dobbs/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=dobbs)


=================== 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 sda3 sda4 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 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 cdrw char console core cpu cpu_dma_latency disk dvd dvdrw ecryptfs fb0 fd full fuse input kmsg log mapper mcelog mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sdb sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 v4l vga_arbiter video0 zero
ls /dev/mapper:  control

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

Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/sda2      ext4      153G  5.4G  140G   4% /
udev           devtmpfs  994M   12K  994M   1% /dev
tmpfs          tmpfs     401M  792K  400M   1% /run
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs    1002M  152K 1002M   1% /run/shm
/dev/sda1      ext4      973M   54M  871M   6% /boot
/dev/sda3      ext4       76G  1.3G   71G   2% /home

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

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x0006d588

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048     2000895      999424   83  Linux
/dev/sda2         2000896   321531903   159765504   83  Linux
/dev/sda3       321531904   479531007    78999552   83  Linux
/dev/sda4       479531008   487530495     3999744   82  Linux swap / Solaris

Disk /dev/sdb: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x0009e6e6

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           0           0           0    0  Empty
/dev/sdb2   *           0           0           0    0  Empty
/dev/sdb3   *           0           0           0    0  Empty
/dev/sdb4   *           0           0           0    0  Empty



=================== Default settings
Recommended-Repair
This setting would reinstall the grub2 of sda2 into the MBR of sda, using the following options:        sda1/boot,
Additional repair would be performed: unhide-bootmenu-10s

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



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

Effectivement, tu as bien l'option acpi=off qui est prise au démarrage comme tu l'as expliqué. Cette option est potentiellement dangereuse et je pense en avoir fait les frais (ici). Cela dit, si je te l'ai proposée, c'est parce que j'ai vu qu'elle était utilisable avec ton ordi.
Si tu veux retenter le coup avec la 14.04, ne fais pas de mise à niveau depuis Ubuntu 12.04.1 : ce n'est pas fiable à mon avis. Fais du neuf en installant directement à partir d'un support live de Ubuntu 14.04.1 en 64 bits (ma procédure pour faire une liveUSB adaptée à cette version ici)

Dernière modification par malbo (Le 02/09/2014, à 12:09)

Hors ligne