1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos1)/boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: Grub Legacy
  13. Boot sector info: Grub Legacy (v0.97) is installed in the boot sector
  14. of sda1 and looks at sector 360986936 of the same hard
  15. drive for the stage2 file. A stage2 file is at this
  16. location on /dev/sda. Stage2 looks on partition #1
  17. for /boot/grub/menu.lst.
  18. Operating System: Ubuntu 16.04.1 LTS
  19. Boot files: /boot/grub/grub.cfg /etc/fstab
  20. /boot/grub/i386-pc/core.img
  21. sda2: __________________________________________________________________________
  22. File system: Extended Partition
  23. Boot sector type: -
  24. Boot sector info:
  25. sda5: __________________________________________________________________________
  26. File system: swap
  27. Boot sector type: -
  28. Boot sector info:
  29. ============================ Drive/Partition Info: =============================
  30. Drive: sda _____________________________________________________________________
  31. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  32. Units: sectors of 1 * 512 = 512 bytes
  33. Sector size (logical/physical): 512 bytes / 4096 bytes
  34. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  35. Disklabel type: dos
  36. Partition Boot Start Sector End Sector # of Sectors Id System
  37. /dev/sda1 * 2,048 968,796,159 968,794,112 83 Linux
  38. /dev/sda2 968,798,206 976,771,071 7,972,866 5 Extended
  39. /dev/sda5 968,798,208 976,771,071 7,972,864 82 Linux swap / Solaris
  40. "blkid" output: ________________________________________________________________
  41. Device UUID TYPE LABEL
  42. /dev/sda1 e4e277a5-af97-433d-8df4-8a76b06f7d8c ext4
  43. /dev/sda5 16906dac-0573-47d4-9948-b9e3e2501602 swap
  44. ========================= "ls -l /dev/disk/by-id" output: ======================
  45. total 0
  46. lrwxrwxrwx 1 root root 9 Jul 27 14:50 ata-TOSHIBA_MQ01ABD050_13M3CGX3T -> ../../sda
  47. lrwxrwxrwx 1 root root 10 Jul 27 14:50 ata-TOSHIBA_MQ01ABD050_13M3CGX3T-part1 -> ../../sda1
  48. lrwxrwxrwx 1 root root 10 Jul 27 14:50 ata-TOSHIBA_MQ01ABD050_13M3CGX3T-part2 -> ../../sda2
  49. lrwxrwxrwx 1 root root 10 Jul 27 14:50 ata-TOSHIBA_MQ01ABD050_13M3CGX3T-part5 -> ../../sda5
  50. lrwxrwxrwx 1 root root 9 Jul 27 12:25 ata-TSSTcorp_DVD-ROM_TS-L333D_R7936GLZA00401 -> ../../sr0
  51. lrwxrwxrwx 1 root root 9 Jul 27 14:50 wwn-0x5000039483405c20 -> ../../sda
  52. lrwxrwxrwx 1 root root 10 Jul 27 14:50 wwn-0x5000039483405c20-part1 -> ../../sda1
  53. lrwxrwxrwx 1 root root 10 Jul 27 14:50 wwn-0x5000039483405c20-part2 -> ../../sda2
  54. lrwxrwxrwx 1 root root 10 Jul 27 14:50 wwn-0x5000039483405c20-part5 -> ../../sda5
  55. ================================ Mount points: =================================
  56. Device Mount_Point Type Options
  57. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  58. =========================== sda1/boot/grub/grub.cfg: ===========================
  59. --------------------------------------------------------------------------------
  60. #
  61. # DO NOT EDIT THIS FILE
  62. #
  63. # It is automatically generated by grub-mkconfig using templates
  64. # from /etc/grub.d and settings from /etc/default/grub
  65. #
  66. ### BEGIN /etc/grub.d/00_header ###
  67. if [ -s $prefix/grubenv ]; then
  68. set have_grubenv=true
  69. load_env
  70. fi
  71. if [ "${next_entry}" ] ; then
  72. set default="${next_entry}"
  73. set next_entry=
  74. save_env next_entry
  75. set boot_once=true
  76. else
  77. set default="0"
  78. fi
  79. if [ x"${feature_menuentry_id}" = xy ]; then
  80. menuentry_id_option="--id"
  81. else
  82. menuentry_id_option=""
  83. fi
  84. export menuentry_id_option
  85. if [ "${prev_saved_entry}" ]; then
  86. set saved_entry="${prev_saved_entry}"
  87. save_env saved_entry
  88. set prev_saved_entry=
  89. save_env prev_saved_entry
  90. set boot_once=true
  91. fi
  92. function savedefault {
  93. if [ -z "${boot_once}" ]; then
  94. saved_entry="${chosen}"
  95. save_env saved_entry
  96. fi
  97. }
  98. function recordfail {
  99. set recordfail=1
  100. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  101. }
  102. function load_video {
  103. if [ x$feature_all_video_module = xy ]; then
  104. insmod all_video
  105. else
  106. insmod efi_gop
  107. insmod efi_uga
  108. insmod ieee1275_fb
  109. insmod vbe
  110. insmod vga
  111. insmod video_bochs
  112. insmod video_cirrus
  113. fi
  114. }
  115. if [ x$feature_default_font_path = xy ] ; then
  116. font=unicode
  117. else
  118. insmod part_msdos
  119. insmod ext2
  120. set root='hd0,msdos1'
  121. if [ x$feature_platform_search_hint = xy ]; then
  122. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e4e277a5-af97-433d-8df4-8a76b06f7d8c
  123. else
  124. search --no-floppy --fs-uuid --set=root e4e277a5-af97-433d-8df4-8a76b06f7d8c
  125. fi
  126. font="/usr/share/grub/unicode.pf2"
  127. fi
  128. if loadfont $font ; then
  129. set gfxmode=auto
  130. load_video
  131. insmod gfxterm
  132. set locale_dir=$prefix/locale
  133. set lang=fr_FR
  134. insmod gettext
  135. fi
  136. terminal_output gfxterm
  137. if [ "${recordfail}" = 1 ] ; then
  138. set timeout=30
  139. else
  140. if [ x$feature_timeout_style = xy ] ; then
  141. set timeout_style=menu
  142. set timeout=10
  143. # Fallback normal timeout code in case the timeout_style feature is
  144. # unavailable.
  145. else
  146. set timeout=10
  147. fi
  148. fi
  149. ### END /etc/grub.d/00_header ###
  150. ### BEGIN /etc/grub.d/05_debian_theme ###
  151. set menu_color_normal=white/black
  152. set menu_color_highlight=black/light-gray
  153. if background_color 44,0,30,0; then
  154. clear
  155. fi
  156. ### END /etc/grub.d/05_debian_theme ###
  157. ### BEGIN /etc/grub.d/10_linux ###
  158. function gfxmode {
  159. set gfxpayload="${1}"
  160. if [ "${1}" = "keep" ]; then
  161. set vt_handoff=vt.handoff=7
  162. else
  163. set vt_handoff=
  164. fi
  165. }
  166. if [ "${recordfail}" != 1 ]; then
  167. if [ -e ${prefix}/gfxblacklist.txt ]; then
  168. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  169. if [ ${match} = 0 ]; then
  170. set linux_gfx_mode=keep
  171. else
  172. set linux_gfx_mode=text
  173. fi
  174. else
  175. set linux_gfx_mode=text
  176. fi
  177. else
  178. set linux_gfx_mode=keep
  179. fi
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. export linux_gfx_mode
  184. ### END /etc/grub.d/10_linux ###
  185. ### BEGIN /etc/grub.d/20_linux_xen ###
  186. ### END /etc/grub.d/20_linux_xen ###
  187. ### BEGIN /etc/grub.d/30_os-prober ###
  188. ### END /etc/grub.d/30_os-prober ###
  189. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  190. ### END /etc/grub.d/30_uefi-firmware ###
  191. ### BEGIN /etc/grub.d/40_custom ###
  192. # This file provides an easy way to add custom menu entries. Simply type the
  193. # menu entries you want to add after this comment. Be careful not to change
  194. # the 'exec tail' line above.
  195. ### END /etc/grub.d/40_custom ###
  196. ### BEGIN /etc/grub.d/41_custom ###
  197. if [ -f ${config_directory}/custom.cfg ]; then
  198. source ${config_directory}/custom.cfg
  199. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  200. source $prefix/custom.cfg;
  201. fi
  202. ### END /etc/grub.d/41_custom ###
  203. --------------------------------------------------------------------------------
  204. =============================== sda1/etc/fstab: ================================
  205. --------------------------------------------------------------------------------
  206. # /etc/fstab: static file system information.
  207. #
  208. # Use 'blkid' to print the universally unique identifier for a
  209. # device; this may be used with UUID= as a more robust way to name devices
  210. # that works even if disks are added and removed. See fstab(5).
  211. #
  212. # <file system> <mount point> <type> <options> <dump> <pass>
  213. # / was on /dev/sda1 during installation
  214. UUID=e4e277a5-af97-433d-8df4-8a76b06f7d8c / ext4 errors=remount-ro 0 1
  215. # swap was on /dev/sda5 during installation
  216. UUID=16906dac-0573-47d4-9948-b9e3e2501602 none swap sw 0 0
  217. --------------------------------------------------------------------------------
  218. =================== sda1: Location of files loaded by Grub: ====================
  219. GiB - GB File Fragment(s)
  220. 222.583915710 = 238.997659648 boot/grub/grub.cfg 1
  221. 222.260456085 = 238.650347520 boot/grub/i386-pc/core.img 1
  222. ADDITIONAL INFORMATION :
  223. =================== log of boot-repair 2016-07-27__14h50 ===================
  224. boot-repair version : 4ppa38
  225. boot-sav version : 4ppa38
  226. glade2script version : 3.2.3~ppa1
  227. boot-sav-extra version : 4ppa38
  228. boot-repair is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  229. CPU op-mode(s): 32-bit, 64-bit
  230. BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic root=UUID=e4e277a5-af97-433d-8df4-8a76b06f7d8c ro quiet splash vt.handoff=7
  231. Partition 2 does not start on physical sector boundary.
  232. =================== os-prober:
  233. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  234. =================== blkid:
  235. /dev/sda1: UUID="e4e277a5-af97-433d-8df4-8a76b06f7d8c" TYPE="ext4" PTTYPE="dos" PARTUUID="fb9c2f68-01"
  236. /dev/sda5: UUID="16906dac-0573-47d4-9948-b9e3e2501602" TYPE="swap" PARTUUID="fb9c2f68-05"
  237. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  238. Partition 2 does not start on physical sector boundary.
  239. Partition 2 does not start on physical sector boundary.
  240. =================== /etc/grub.d/ :
  241. drwxr-xr-x 2 root root 4096 juil. 23 19:42 grub.d
  242. drwxr-xr-x 2 root root 4096 juil. 20 01:26 grub.d.bak
  243. total 72
  244. -rwxr-xr-x 1 root root 9791 juin 17 09:10 00_header
  245. -rwxr-xr-x 1 root root 6258 mars 15 18:08 05_debian_theme
  246. -rwxr-xr-x 1 root root 12261 juin 17 09:10 10_linux
  247. -rwxr-xr-x 1 root root 11082 juin 17 09:10 20_linux_xen
  248. -rwxr-xr-x 1 root root 11692 juin 17 09:10 30_os-prober
  249. -rwxr-xr-x 1 root root 1418 juin 17 09:10 30_uefi-firmware
  250. -rwxr-xr-x 1 root root 214 juin 17 09:10 40_custom
  251. -rwxr-xr-x 1 root root 216 juin 17 09:10 41_custom
  252. -rw-r--r-- 1 root root 483 juin 17 09:10 README
  253. =================== /etc/default/grub :
  254. # If you change this file, run 'update-grub' afterwards to update
  255. # /boot/grub/grub.cfg.
  256. # For full documentation of the options in this file, see:
  257. # info -f grub -n 'Simple configuration'
  258. GRUB_DEFAULT=0
  259. #GRUB_HIDDEN_TIMEOUT=0
  260. GRUB_HIDDEN_TIMEOUT_QUIET=true
  261. GRUB_TIMEOUT=10
  262. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  263. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  264. GRUB_CMDLINE_LINUX=""
  265. # Uncomment to enable BadRAM filtering, modify to suit your needs
  266. # This works with Linux (no patch required) and with any kernel that obtains
  267. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  268. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  269. # Uncomment to disable graphical terminal (grub-pc only)
  270. #GRUB_TERMINAL=console
  271. # The resolution used on graphical terminal
  272. # note that you can use only modes which your graphic card supports via VBE
  273. # you can see them in real GRUB with the command `vbeinfo'
  274. #GRUB_GFXMODE=640x480
  275. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  276. #GRUB_DISABLE_LINUX_UUID=true
  277. # Uncomment to disable generation of recovery mode menu entries
  278. #GRUB_DISABLE_RECOVERY="true"
  279. # Uncomment to get a beep at grub start
  280. #GRUB_INIT_TUNE="480 440 1"
  281. =================== No kernel in /boot:
  282. grub
  283. grub.bak
  284. memtest86+.bin
  285. memtest86+.elf
  286. memtest86+_multiboot.bin
  287. =================== UEFI/Legacy mode:
  288. This installed-session is not in EFI-mode.
  289. SecureBoot disabled.
  290. =================== PARTITIONS & DISKS:
  291. sda1 : sda, not-sepboot, grubenv-ok grub2, signed grub-pc , update-grub, 64, no-kernel, 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, .
  292. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  293. =================== parted -l:
  294. Model: ATA TOSHIBA MQ01ABD0 (scsi)
  295. Disk /dev/sda: 500GB
  296. Sector size (logical/physical): 512B/4096B
  297. Partition Table: msdos
  298. Disk Flags:
  299. Number Start End Size Type File system Flags
  300. 1 1049kB 496GB 496GB primary ext4 boot
  301. 2 496GB 500GB 4082MB extended
  302. 5 496GB 500GB 4082MB logical linux-swap(v1)
  303. =================== parted -lm:
  304. BYT;
  305. /dev/sda:500GB:scsi:512:4096:msdos:ATA TOSHIBA MQ01ABD0:;
  306. 1:1049kB:496GB:496GB:ext4::boot;
  307. 2:496GB:500GB:4082MB:::;
  308. 5:496GB:500GB:4082MB:linux-swap(v1)::;
  309. =================== lsblk:
  310. KNAME TYPE FSTYPE SIZE LABEL
  311. sda disk 465,8G
  312. sda1 part ext4 462G
  313. sda2 part 1K
  314. sda5 part swap 3,8G
  315. sr0 rom 1024M
  316. KNAME ROTA RO RM STATE MOUNTPOINT
  317. sda 1 0 0 running
  318. sda1 1 0 0 /
  319. sda2 1 0 0
  320. sda5 1 0 0 [SWAP]
  321. sr0 1 0 1 running
  322. =================== mount:
  323. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  324. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  325. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1901476k,nr_inodes=475369,mode=755)
  326. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  327. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=384152k,mode=755)
  328. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  329. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  330. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  331. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  332. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  333. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  334. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  335. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  336. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  337. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  338. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  339. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  340. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  341. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  342. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  343. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  344. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  345. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  346. mqueue on /dev/mqueue type mqueue (rw,relatime)
  347. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  348. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  349. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  350. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=384152k,mode=700,uid=1000,gid=1000)
  351. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  352. =================== ls:
  353. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
  354. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  355. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri dvd ecryptfs fb0 fd freefall full fuse fw0 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 initctl input kmsg kvm lightnvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue 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 tpm0 uhid uinput urandom usb userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  356. ls /dev/mapper: control
  357. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  358. Partition 2 does not start on physical sector boundary.
  359. =================== df -Th:
  360. Filesystem Type Size Used Avail Use% Mounted on
  361. udev devtmpfs 1.9G 0 1.9G 0% /dev
  362. tmpfs tmpfs 376M 6.2M 369M 2% /run
  363. /dev/sda1 ext4 455G 27G 405G 7% /
  364. tmpfs tmpfs 1.9G 35M 1.8G 2% /dev/shm
  365. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  366. tmpfs tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
  367. tmpfs tmpfs 376M 56K 376M 1% /run/user/1000
  368. =================== fdisk -l:
  369. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  370. Units: sectors of 1 * 512 = 512 bytes
  371. Sector size (logical/physical): 512 bytes / 4096 bytes
  372. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  373. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  374. Units: sectors of 1 * 512 = 512 bytes
  375. Sector size (logical/physical): 512 bytes / 4096 bytes
  376. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  377. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  378. Units: sectors of 1 * 512 = 512 bytes
  379. Sector size (logical/physical): 512 bytes / 4096 bytes
  380. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  381. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  382. Units: sectors of 1 * 512 = 512 bytes
  383. Sector size (logical/physical): 512 bytes / 4096 bytes
  384. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  385. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  386. Units: sectors of 1 * 512 = 512 bytes
  387. Sector size (logical/physical): 512 bytes / 4096 bytes
  388. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  389. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  390. Units: sectors of 1 * 512 = 512 bytes
  391. Sector size (logical/physical): 512 bytes / 4096 bytes
  392. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  393. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  394. Units: sectors of 1 * 512 = 512 bytes
  395. Sector size (logical/physical): 512 bytes / 4096 bytes
  396. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  397. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  398. Units: sectors of 1 * 512 = 512 bytes
  399. Sector size (logical/physical): 512 bytes / 4096 bytes
  400. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  401. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  402. Units: sectors of 1 * 512 = 512 bytes
  403. Sector size (logical/physical): 512 bytes / 4096 bytes
  404. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  405. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  406. Units: sectors of 1 * 512 = 512 bytes
  407. Sector size (logical/physical): 512 bytes / 4096 bytes
  408. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  409. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  410. Units: sectors of 1 * 512 = 512 bytes
  411. Sector size (logical/physical): 512 bytes / 4096 bytes
  412. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  413. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  414. Units: sectors of 1 * 512 = 512 bytes
  415. Sector size (logical/physical): 512 bytes / 4096 bytes
  416. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  417. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  418. Units: sectors of 1 * 512 = 512 bytes
  419. Sector size (logical/physical): 512 bytes / 4096 bytes
  420. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  421. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  422. Units: sectors of 1 * 512 = 512 bytes
  423. Sector size (logical/physical): 512 bytes / 4096 bytes
  424. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  425. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  426. Units: sectors of 1 * 512 = 512 bytes
  427. Sector size (logical/physical): 512 bytes / 4096 bytes
  428. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  429. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  430. Units: sectors of 1 * 512 = 512 bytes
  431. Sector size (logical/physical): 512 bytes / 4096 bytes
  432. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  433. Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
  434. Units: sectors of 1 * 512 = 512 bytes
  435. Sector size (logical/physical): 512 bytes / 4096 bytes
  436. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  437. Disklabel type: dos
  438. Disk identifier: 0xfb9c2f68
  439. Device Boot Start End Sectors Size Id Type
  440. /dev/sda1 * 2048 968796159 968794112 462G 83 Linux
  441. /dev/sda2 968798206 976771071 7972866 3.8G 5 Extended
  442. /dev/sda5 968798208 976771071 7972864 3.8G 82 Linux swap / Solaris
  443. =================== Suggested repair
  444. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda, using the following options: kernel-purge
  445. Additional repair would be performed: unhide-bootmenu-10s
  446. =================== Final advice in case of suggested repair
  447. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.1 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Réparateur de démarrage]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  448. =================== User settings
  449. The settings chosen by the user will not act on the boot.
  450. paste.ubuntu.com ko (), using paste.debian
  451. paste.debian.net ko (), using paste2