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. => libparted MBR boot code is installed in the MBR of /dev/sdb.
  11. sda1: __________________________________________________________________________
  12. File system: ext4
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System: Ubuntu 16.04.1 LTS
  16. Boot files: /boot/grub/grub.cfg /etc/fstab
  17. /boot/grub/i386-pc/core.img
  18. sdb1: __________________________________________________________________________
  19. File system: ext4
  20. Boot sector type: -
  21. Boot sector info:
  22. Operating System:
  23. Boot files:
  24. sdb2: __________________________________________________________________________
  25. File system: ext4
  26. Boot sector type: -
  27. Boot sector info:
  28. Operating System:
  29. Boot files:
  30. sdb3: __________________________________________________________________________
  31. File system: ext4
  32. Boot sector type: -
  33. Boot sector info:
  34. Operating System:
  35. Boot files:
  36. sdb4: __________________________________________________________________________
  37. File system: swap
  38. Boot sector type: -
  39. Boot sector info:
  40. ============================ Drive/Partition Info: =============================
  41. Drive: sda _____________________________________________________________________
  42. Disk /dev/sda: 3.7 GiB, 4001292288 bytes, 7815024 sectors
  43. Units: sectors of 1 * 512 = 512 bytes
  44. Sector size (logical/physical): 512 bytes / 512 bytes
  45. I/O size (minimum/optimal): 512 bytes / 512 bytes
  46. Disklabel type: dos
  47. Partition Boot Start Sector End Sector # of Sectors Id System
  48. /dev/sda1 * 2,048 7,812,594 7,810,547 83 Linux
  49. Drive: sdb _____________________________________________________________________
  50. Disk /dev/sdb: 7.4 GiB, 7948206080 bytes, 15523840 sectors
  51. Units: sectors of 1 * 512 = 512 bytes
  52. Sector size (logical/physical): 512 bytes / 512 bytes
  53. I/O size (minimum/optimal): 512 bytes / 512 bytes
  54. Disklabel type: dos
  55. Partition Boot Start Sector End Sector # of Sectors Id System
  56. /dev/sdb1 2,048 11,192,319 11,190,272 83 Linux
  57. /dev/sdb2 11,192,320 12,331,007 1,138,688 83 Linux
  58. /dev/sdb3 12,331,008 12,382,207 51,200 83 Linux
  59. /dev/sdb4 12,382,208 15,523,839 3,141,632 82 Linux swap / Solaris
  60. "blkid" output: ________________________________________________________________
  61. Device UUID TYPE LABEL
  62. /dev/sda1 c13ccd7f-e102-4547-a490-e4a55a761d83 ext4
  63. /dev/sdb1 69d50800-6818-4bae-bd55-303953e93ce1 ext4
  64. /dev/sdb2 0c8adecd-1a39-43c8-9172-31cb43a3fc66 ext4
  65. /dev/sdb3 32f2216a-f36d-4a13-be41-6200109d0be5 ext4
  66. /dev/sdb4 c0769590-f558-4be0-b707-61b58b50ca5e swap
  67. ========================= "ls -l /dev/disk/by-id" output: ======================
  68. total 0
  69. lrwxrwxrwx 1 root root 9 Jan 30 15:55 ata-SILICONMOTION_SM223AC_64202317830694674211 -> ../../sda
  70. lrwxrwxrwx 1 root root 10 Jan 30 15:55 ata-SILICONMOTION_SM223AC_64202317830694674211-part1 -> ../../sda1
  71. lrwxrwxrwx 1 root root 9 Jan 30 15:55 usb-USB2.0_CardReader_SD0_146030377350-0:0 -> ../../sdb
  72. lrwxrwxrwx 1 root root 10 Jan 30 15:55 usb-USB2.0_CardReader_SD0_146030377350-0:0-part1 -> ../../sdb1
  73. lrwxrwxrwx 1 root root 10 Jan 30 15:55 usb-USB2.0_CardReader_SD0_146030377350-0:0-part2 -> ../../sdb2
  74. lrwxrwxrwx 1 root root 10 Jan 30 15:55 usb-USB2.0_CardReader_SD0_146030377350-0:0-part3 -> ../../sdb3
  75. lrwxrwxrwx 1 root root 10 Jan 30 15:55 usb-USB2.0_CardReader_SD0_146030377350-0:0-part4 -> ../../sdb4
  76. ================================ Mount points: =================================
  77. Device Mount_Point Type Options
  78. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  79. /dev/sdb1 /media/loulive/69d50800-6818-4bae-bd55-303953e93ce1 ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  80. /dev/sdb2 /media/loulive/0c8adecd-1a39-43c8-9172-31cb43a3fc66 ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  81. /dev/sdb3 /media/loulive/32f2216a-f36d-4a13-be41-6200109d0be5 ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  82. =========================== sda1/boot/grub/grub.cfg: ===========================
  83. --------------------------------------------------------------------------------
  84. #
  85. # DO NOT EDIT THIS FILE
  86. #
  87. # It is automatically generated by grub-mkconfig using templates
  88. # from /etc/grub.d and settings from /etc/default/grub
  89. #
  90. ### BEGIN /etc/grub.d/00_header ###
  91. if [ -s $prefix/grubenv ]; then
  92. set have_grubenv=true
  93. load_env
  94. fi
  95. if [ "${next_entry}" ] ; then
  96. set default="${next_entry}"
  97. set next_entry=
  98. save_env next_entry
  99. set boot_once=true
  100. else
  101. set default="0"
  102. fi
  103. if [ x"${feature_menuentry_id}" = xy ]; then
  104. menuentry_id_option="--id"
  105. else
  106. menuentry_id_option=""
  107. fi
  108. export menuentry_id_option
  109. if [ "${prev_saved_entry}" ]; then
  110. set saved_entry="${prev_saved_entry}"
  111. save_env saved_entry
  112. set prev_saved_entry=
  113. save_env prev_saved_entry
  114. set boot_once=true
  115. fi
  116. function savedefault {
  117. if [ -z "${boot_once}" ]; then
  118. saved_entry="${chosen}"
  119. save_env saved_entry
  120. fi
  121. }
  122. function recordfail {
  123. set recordfail=1
  124. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  125. }
  126. function load_video {
  127. if [ x$feature_all_video_module = xy ]; then
  128. insmod all_video
  129. else
  130. insmod efi_gop
  131. insmod efi_uga
  132. insmod ieee1275_fb
  133. insmod vbe
  134. insmod vga
  135. insmod video_bochs
  136. insmod video_cirrus
  137. fi
  138. }
  139. if [ x$feature_default_font_path = xy ] ; then
  140. font=unicode
  141. else
  142. insmod part_msdos
  143. insmod ext2
  144. set root='hd0,msdos1'
  145. if [ x$feature_platform_search_hint = xy ]; then
  146. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c13ccd7f-e102-4547-a490-e4a55a761d83
  147. else
  148. search --no-floppy --fs-uuid --set=root c13ccd7f-e102-4547-a490-e4a55a761d83
  149. fi
  150. font="/usr/share/grub/unicode.pf2"
  151. fi
  152. if loadfont $font ; then
  153. set gfxmode=auto
  154. load_video
  155. insmod gfxterm
  156. set locale_dir=$prefix/locale
  157. set lang=fr_FR
  158. insmod gettext
  159. fi
  160. terminal_output gfxterm
  161. if [ "${recordfail}" = 1 ] ; then
  162. set timeout=30
  163. else
  164. if [ x$feature_timeout_style = xy ] ; then
  165. set timeout_style=hidden
  166. set timeout=0
  167. # Fallback hidden-timeout code in case the timeout_style feature is
  168. # unavailable.
  169. elif sleep --interruptible 0 ; then
  170. set timeout=0
  171. fi
  172. fi
  173. ### END /etc/grub.d/00_header ###
  174. ### BEGIN /etc/grub.d/05_debian_theme ###
  175. set menu_color_normal=white/black
  176. set menu_color_highlight=black/light-gray
  177. ### END /etc/grub.d/05_debian_theme ###
  178. ### BEGIN /etc/grub.d/10_linux ###
  179. function gfxmode {
  180. set gfxpayload="${1}"
  181. if [ "${1}" = "keep" ]; then
  182. set vt_handoff=vt.handoff=7
  183. else
  184. set vt_handoff=
  185. fi
  186. }
  187. if [ "${recordfail}" != 1 ]; then
  188. if [ -e ${prefix}/gfxblacklist.txt ]; then
  189. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  190. if [ ${match} = 0 ]; then
  191. set linux_gfx_mode=keep
  192. else
  193. set linux_gfx_mode=text
  194. fi
  195. else
  196. set linux_gfx_mode=text
  197. fi
  198. else
  199. set linux_gfx_mode=keep
  200. fi
  201. else
  202. set linux_gfx_mode=text
  203. fi
  204. export linux_gfx_mode
  205. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c13ccd7f-e102-4547-a490-e4a55a761d83' {
  206. recordfail
  207. load_video
  208. gfxmode $linux_gfx_mode
  209. insmod gzio
  210. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  211. insmod part_msdos
  212. insmod ext2
  213. set root='hd0,msdos1'
  214. if [ x$feature_platform_search_hint = xy ]; then
  215. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c13ccd7f-e102-4547-a490-e4a55a761d83
  216. else
  217. search --no-floppy --fs-uuid --set=root c13ccd7f-e102-4547-a490-e4a55a761d83
  218. fi
  219. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=c13ccd7f-e102-4547-a490-e4a55a761d83 ro quiet splash $vt_handoff
  220. initrd /boot/initrd.img-4.4.0-31-generic
  221. }
  222. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-c13ccd7f-e102-4547-a490-e4a55a761d83' {
  223. menuentry 'Ubuntu, avec Linux 4.4.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-advanced-c13ccd7f-e102-4547-a490-e4a55a761d83' {
  224. recordfail
  225. load_video
  226. gfxmode $linux_gfx_mode
  227. insmod gzio
  228. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  229. insmod part_msdos
  230. insmod ext2
  231. set root='hd0,msdos1'
  232. if [ x$feature_platform_search_hint = xy ]; then
  233. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c13ccd7f-e102-4547-a490-e4a55a761d83
  234. else
  235. search --no-floppy --fs-uuid --set=root c13ccd7f-e102-4547-a490-e4a55a761d83
  236. fi
  237. echo 'Chargement de Linux 4.4.0-31-generic…'
  238. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=c13ccd7f-e102-4547-a490-e4a55a761d83 ro quiet splash $vt_handoff
  239. echo 'Chargement du disque mémoire initial…'
  240. initrd /boot/initrd.img-4.4.0-31-generic
  241. }
  242. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-recovery-c13ccd7f-e102-4547-a490-e4a55a761d83' {
  243. recordfail
  244. load_video
  245. insmod gzio
  246. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  247. insmod part_msdos
  248. insmod ext2
  249. set root='hd0,msdos1'
  250. if [ x$feature_platform_search_hint = xy ]; then
  251. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c13ccd7f-e102-4547-a490-e4a55a761d83
  252. else
  253. search --no-floppy --fs-uuid --set=root c13ccd7f-e102-4547-a490-e4a55a761d83
  254. fi
  255. echo 'Chargement de Linux 4.4.0-31-generic…'
  256. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=c13ccd7f-e102-4547-a490-e4a55a761d83 ro recovery nomodeset
  257. echo 'Chargement du disque mémoire initial…'
  258. initrd /boot/initrd.img-4.4.0-31-generic
  259. }
  260. }
  261. ### END /etc/grub.d/10_linux ###
  262. ### BEGIN /etc/grub.d/20_linux_xen ###
  263. ### END /etc/grub.d/20_linux_xen ###
  264. ### BEGIN /etc/grub.d/20_memtest86+ ###
  265. menuentry 'Memory test (memtest86+)' {
  266. insmod part_msdos
  267. insmod ext2
  268. set root='hd0,msdos1'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c13ccd7f-e102-4547-a490-e4a55a761d83
  271. else
  272. search --no-floppy --fs-uuid --set=root c13ccd7f-e102-4547-a490-e4a55a761d83
  273. fi
  274. knetbsd /boot/memtest86+.elf
  275. }
  276. menuentry 'Memory test (memtest86+, serial console 115200)' {
  277. insmod part_msdos
  278. insmod ext2
  279. set root='hd0,msdos1'
  280. if [ x$feature_platform_search_hint = xy ]; then
  281. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 c13ccd7f-e102-4547-a490-e4a55a761d83
  282. else
  283. search --no-floppy --fs-uuid --set=root c13ccd7f-e102-4547-a490-e4a55a761d83
  284. fi
  285. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  286. }
  287. ### END /etc/grub.d/20_memtest86+ ###
  288. ### BEGIN /etc/grub.d/30_os-prober ###
  289. ### END /etc/grub.d/30_os-prober ###
  290. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  291. ### END /etc/grub.d/30_uefi-firmware ###
  292. ### BEGIN /etc/grub.d/40_custom ###
  293. # This file provides an easy way to add custom menu entries. Simply type the
  294. # menu entries you want to add after this comment. Be careful not to change
  295. # the 'exec tail' line above.
  296. ### END /etc/grub.d/40_custom ###
  297. ### BEGIN /etc/grub.d/41_custom ###
  298. if [ -f ${config_directory}/custom.cfg ]; then
  299. source ${config_directory}/custom.cfg
  300. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  301. source $prefix/custom.cfg;
  302. fi
  303. ### END /etc/grub.d/41_custom ###
  304. --------------------------------------------------------------------------------
  305. =============================== sda1/etc/fstab: ================================
  306. --------------------------------------------------------------------------------
  307. # /etc/fstab: static file system information.
  308. #
  309. # Use 'blkid' to print the universally unique identifier for a
  310. # device; this may be used with UUID= as a more robust way to name devices
  311. # that works even if disks are added and removed. See fstab(5).
  312. #
  313. # <file system> <mount point> <type> <options> <dump> <pass>
  314. # / was on /dev/sda1 during installation
  315. UUID=c13ccd7f-e102-4547-a490-e4a55a761d83 / ext4 errors=remount-ro 0 1
  316. # swap was on /dev/sdc4 during installation
  317. UUID=c0769590-f558-4be0-b707-61b58b50ca5e none swap sw 0 0
  318. --------------------------------------------------------------------------------
  319. =================== sda1: Location of files loaded by Grub: ====================
  320. GiB - GB File Fragment(s)
  321. 1.403888702 = 1.507414016 boot/grub/grub.cfg 1
  322. 1.561504364 = 1.676652544 boot/grub/i386-pc/core.img 1
  323. 1.530738831 = 1.643618304 boot/vmlinuz-4.4.0-31-generic 1
  324. 1.530738831 = 1.643618304 vmlinuz 1
  325. 3.071285248 = 3.297767424 boot/initrd.img-4.4.0-31-generic 3
  326. 3.071285248 = 3.297767424 initrd.img 3
  327. ADDITIONAL INFORMATION :
  328. =================== log of boot-info 2017-01-30__15h55 ===================
  329. boot-info version : 4ppa40
  330. boot-sav version : 4ppa40
  331. glade2script version : 3.2.3~ppa1
  332. boot-sav-extra version : 4ppa40
  333. boot-info is executed in installed-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, i686)
  334. CPU op-mode(s): 32-bit
  335. BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic root=UUID=c13ccd7f-e102-4547-a490-e4a55a761d83 ro quiet splash vt.handoff=7
  336. =================== os-prober:
  337. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.1 LTS CurrentSession:linux
  338. =================== blkid:
  339. /dev/sda1: UUID="c13ccd7f-e102-4547-a490-e4a55a761d83" TYPE="ext4" PARTUUID="8a13c157-01"
  340. /dev/sdb1: UUID="69d50800-6818-4bae-bd55-303953e93ce1" TYPE="ext4" PARTUUID="805de370-01"
  341. /dev/sdb2: UUID="0c8adecd-1a39-43c8-9172-31cb43a3fc66" TYPE="ext4" PARTUUID="805de370-02"
  342. /dev/sdb3: UUID="32f2216a-f36d-4a13-be41-6200109d0be5" TYPE="ext4" PARTUUID="805de370-03"
  343. /dev/sdb4: UUID="c0769590-f558-4be0-b707-61b58b50ca5e" TYPE="swap" PARTUUID="805de370-04"
  344. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  345. =================== /etc/grub.d/ :
  346. drwxr-xr-x 2 root root 4096 Jul 20 2016 grub.d
  347. total 76
  348. -rwxr-xr-x 1 root root 9791 Jun 17 2016 00_header
  349. -rwxr-xr-x 1 root root 6258 Mär 15 2016 05_debian_theme
  350. -rwxr-xr-x 1 root root 12261 Jun 17 2016 10_linux
  351. -rwxr-xr-x 1 root root 11082 Jun 17 2016 20_linux_xen
  352. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  353. -rwxr-xr-x 1 root root 11692 Jun 17 2016 30_os-prober
  354. -rwxr-xr-x 1 root root 1418 Jun 17 2016 30_uefi-firmware
  355. -rwxr-xr-x 1 root root 214 Jun 17 2016 40_custom
  356. -rwxr-xr-x 1 root root 216 Jun 17 2016 41_custom
  357. -rw-r--r-- 1 root root 483 Jun 17 2016 README
  358. =================== /etc/default/grub :
  359. # If you change this file, run 'update-grub' afterwards to update
  360. # /boot/grub/grub.cfg.
  361. # For full documentation of the options in this file, see:
  362. # info -f grub -n 'Simple configuration'
  363. GRUB_DEFAULT=0
  364. GRUB_HIDDEN_TIMEOUT=0
  365. GRUB_HIDDEN_TIMEOUT_QUIET=true
  366. GRUB_TIMEOUT=10
  367. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  368. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  369. GRUB_CMDLINE_LINUX=""
  370. # Uncomment to enable BadRAM filtering, modify to suit your needs
  371. # This works with Linux (no patch required) and with any kernel that obtains
  372. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  373. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  374. # Uncomment to disable graphical terminal (grub-pc only)
  375. #GRUB_TERMINAL=console
  376. # The resolution used on graphical terminal
  377. # note that you can use only modes which your graphic card supports via VBE
  378. # you can see them in real GRUB with the command `vbeinfo'
  379. #GRUB_GFXMODE=640x480
  380. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  381. #GRUB_DISABLE_LINUX_UUID=true
  382. # Uncomment to disable generation of recovery mode menu entries
  383. #GRUB_DISABLE_RECOVERY="true"
  384. # Uncomment to get a beep at grub start
  385. #GRUB_INIT_TUNE="480 440 1"
  386. =================== UEFI/Legacy mode:
  387. This installed-session is not EFI-compatible.
  388. SecureBoot disabled.
  389. =================== PARTITIONS & DISKS:
  390. 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, not-far, .
  391. sdb1 : sdb, 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, not-far, /media/loulive/69d50800-6818-4bae-bd55-303953e93ce1.
  392. sdb2 : sdb, 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, not-far, /media/loulive/0c8adecd-1a39-43c8-9172-31cb43a3fc66.
  393. sdb3 : sdb, 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, not-far, /media/loulive/32f2216a-f36d-4a13-be41-6200109d0be5.
  394. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  395. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, no-os, 2048 sectors * 512 bytes
  396. =================== parted -l:
  397. Model: ATA SILICONMOTION SM (scsi)
  398. Disk /dev/sda: 4001MB
  399. Sector size (logical/physical): 512B/512B
  400. Partition Table: msdos
  401. Disk Flags:
  402. Number Start End Size Type File system Flags
  403. 1 1049kB 4000MB 3999MB primary ext4 boot
  404. Model: USB2.0 CardReader SD0 (scsi)
  405. Disk /dev/sdb: 7948MB
  406. Sector size (logical/physical): 512B/512B
  407. Partition Table: msdos
  408. Disk Flags:
  409. Number Start End Size Type File system Flags
  410. 1 1049kB 5730MB 5729MB primary ext4
  411. 2 5730MB 6313MB 583MB primary ext4
  412. 3 6313MB 6340MB 26.2MB primary ext4
  413. 4 6340MB 7948MB 1609MB primary linux-swap(v1)
  414. =================== parted -lm:
  415. BYT;
  416. /dev/sda:4001MB:scsi:512:512:msdos:ATA SILICONMOTION SM:;
  417. 1:1049kB:4000MB:3999MB:ext4::boot;
  418. BYT;
  419. /dev/sdb:7948MB:scsi:512:512:msdos:USB2.0 CardReader SD0:;
  420. 1:1049kB:5730MB:5729MB:ext4::;
  421. 2:5730MB:6313MB:583MB:ext4::;
  422. 3:6313MB:6340MB:26.2MB:ext4::;
  423. 4:6340MB:7948MB:1609MB:linux-swap(v1)::;
  424. =================== lsblk:
  425. KNAME TYPE FSTYPE SIZE LABEL
  426. sda disk 3,7G
  427. sda1 part ext4 3,7G
  428. sdb disk 7,4G
  429. sdb1 part ext4 5,3G
  430. sdb2 part ext4 556M
  431. sdb3 part ext4 25M
  432. sdb4 part swap 1,5G
  433. KNAME ROTA RO RM STATE MOUNTPOINT
  434. sda 1 0 0 running
  435. sda1 1 0 0 /
  436. sdb 1 0 1 running
  437. sdb1 1 0 1 /media/loulive/69d50800-6818-4bae-bd55-303953e93ce1
  438. sdb2 1 0 1 /media/loulive/0c8adecd-1a39-43c8-9172-31cb43a3fc66
  439. sdb3 1 0 1 /media/loulive/32f2216a-f36d-4a13-be41-6200109d0be5
  440. sdb4 1 0 1 [SWAP]
  441. =================== mount:
  442. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  443. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  444. udev on /dev type devtmpfs (rw,nosuid,relatime,size=490084k,nr_inodes=122521,mode=755)
  445. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  446. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=101548k,mode=755)
  447. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  448. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  449. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  450. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  451. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  452. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  453. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  454. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  455. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  456. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  457. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  458. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  459. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  460. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  461. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  462. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  463. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  464. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=26,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  465. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  466. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  467. mqueue on /dev/mqueue type mqueue (rw,relatime)
  468. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  469. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=101548k,mode=700,uid=1000,gid=1000)
  470. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  471. /dev/sdb3 on /media/loulive/32f2216a-f36d-4a13-be41-6200109d0be5 type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  472. /dev/sdb2 on /media/loulive/0c8adecd-1a39-43c8-9172-31cb43a3fc66 type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  473. /dev/sdb1 on /media/loulive/69d50800-6818-4bae-bd55-303953e93ce1 type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
  474. =================== ls:
  475. /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 size slaves stat subsystem trace uevent
  476. /sys/block/sdb (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 sdb1 sdb2 sdb3 sdb4 size slaves stat subsystem trace uevent
  477. /dev (filtered): agpgart autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sdb2 sdb3 sdb4 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  478. ls /dev/mapper: control
  479. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  480. =================== df -Th:
  481. Filesystem Type Size Used Avail Use% Mounted on
  482. udev devtmpfs 479M 0 479M 0% /dev
  483. tmpfs tmpfs 100M 5.0M 95M 5% /run
  484. /dev/sda1 ext4 3.7G 2.6G 859M 76% /
  485. tmpfs tmpfs 496M 0 496M 0% /dev/shm
  486. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  487. tmpfs tmpfs 496M 0 496M 0% /sys/fs/cgroup
  488. tmpfs tmpfs 100M 12K 100M 1% /run/user/1000
  489. /dev/sdb3 ext4 24M 311K 22M 2% /media/loulive/32f2216a-f36d-4a13-be41-6200109d0be5
  490. /dev/sdb2 ext4 532M 432K 492M 1% /media/loulive/0c8adecd-1a39-43c8-9172-31cb43a3fc66
  491. /dev/sdb1 ext4 5.2G 11M 4.9G 1% /media/loulive/69d50800-6818-4bae-bd55-303953e93ce1
  492. =================== fdisk -l:
  493. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  494. Units: sectors of 1 * 512 = 512 bytes
  495. Sector size (logical/physical): 512 bytes / 4096 bytes
  496. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  497. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  498. Units: sectors of 1 * 512 = 512 bytes
  499. Sector size (logical/physical): 512 bytes / 4096 bytes
  500. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  501. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  502. Units: sectors of 1 * 512 = 512 bytes
  503. Sector size (logical/physical): 512 bytes / 4096 bytes
  504. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  505. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  506. Units: sectors of 1 * 512 = 512 bytes
  507. Sector size (logical/physical): 512 bytes / 4096 bytes
  508. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  509. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  510. Units: sectors of 1 * 512 = 512 bytes
  511. Sector size (logical/physical): 512 bytes / 4096 bytes
  512. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  513. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  514. Units: sectors of 1 * 512 = 512 bytes
  515. Sector size (logical/physical): 512 bytes / 4096 bytes
  516. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  517. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  518. Units: sectors of 1 * 512 = 512 bytes
  519. Sector size (logical/physical): 512 bytes / 4096 bytes
  520. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  521. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  522. Units: sectors of 1 * 512 = 512 bytes
  523. Sector size (logical/physical): 512 bytes / 4096 bytes
  524. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  525. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  526. Units: sectors of 1 * 512 = 512 bytes
  527. Sector size (logical/physical): 512 bytes / 4096 bytes
  528. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  529. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  530. Units: sectors of 1 * 512 = 512 bytes
  531. Sector size (logical/physical): 512 bytes / 4096 bytes
  532. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  533. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  534. Units: sectors of 1 * 512 = 512 bytes
  535. Sector size (logical/physical): 512 bytes / 4096 bytes
  536. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  537. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  538. Units: sectors of 1 * 512 = 512 bytes
  539. Sector size (logical/physical): 512 bytes / 4096 bytes
  540. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  541. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  542. Units: sectors of 1 * 512 = 512 bytes
  543. Sector size (logical/physical): 512 bytes / 4096 bytes
  544. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  545. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  546. Units: sectors of 1 * 512 = 512 bytes
  547. Sector size (logical/physical): 512 bytes / 4096 bytes
  548. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  549. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  550. Units: sectors of 1 * 512 = 512 bytes
  551. Sector size (logical/physical): 512 bytes / 4096 bytes
  552. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  553. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  554. Units: sectors of 1 * 512 = 512 bytes
  555. Sector size (logical/physical): 512 bytes / 4096 bytes
  556. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  557. Disk /dev/sda: 3.7 GiB, 4001292288 bytes, 7815024 sectors
  558. Units: sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 512 bytes
  560. I/O size (minimum/optimal): 512 bytes / 512 bytes
  561. Disklabel type: dos
  562. Disk identifier: 0x8a13c157
  563. Device Boot Start End Sectors Size Id Type
  564. /dev/sda1 * 2048 7812594 7810547 3.7G 83 Linux
  565. Disk /dev/sdb: 7.4 GiB, 7948206080 bytes, 15523840 sectors
  566. Units: sectors of 1 * 512 = 512 bytes
  567. Sector size (logical/physical): 512 bytes / 512 bytes
  568. I/O size (minimum/optimal): 512 bytes / 512 bytes
  569. Disklabel type: dos
  570. Disk identifier: 0x805de370
  571. Device Boot Start End Sectors Size Id Type
  572. /dev/sdb1 2048 11192319 11190272 5.3G 83 Linux
  573. /dev/sdb2 11192320 12331007 1138688 556M 83 Linux
  574. /dev/sdb3 12331008 12382207 51200 25M 83 Linux
  575. /dev/sdb4 12382208 15523839 3141632 1.5G 82 Linux swap / Solaris
  576. =================== Suggested repair
  577. The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBRs of all disks (except USB without OS).
  578. Additional repair would be performed: unhide-bootmenu-10s
  579. =================== Final advice in case of suggested repair
  580. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sda (4001MB) !
  581. =================== User settings
  582. The settings chosen by the user will not act on the boot.
  583. paste.ubuntu.com ko (), using paste.debian
  584. paste.debian.net ko (), using paste2