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 /boot/grub. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk search_fs_uuid
  9. ---------------------------------------------------------------------------
  10. config script
  11. ---------------------------------------------------------------------------
  12. search.fs_uuid dd26cc99-8daa-4006-9186-efdde8d039f1 root hd1,msdos1
  13. set prefix=($root)'/boot/grub'
  14. ---------------------------------------------------------------------------
  15. => Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
  16. the same hard drive for core.img. core.img is at this location and looks
  17. for (,msdos1)/boot/grub. It also embeds following components:
  18. modules
  19. ---------------------------------------------------------------------------
  20. fshelp ext2 part_msdos biosdisk
  21. ---------------------------------------------------------------------------
  22. sda1: __________________________________________________________________________
  23. File system: swap
  24. Boot sector type: -
  25. Boot sector info:
  26. sda2: __________________________________________________________________________
  27. File system: vfat
  28. Boot sector type: FAT32
  29. Boot sector info: No errors found in the Boot Parameter Block.
  30. Operating System:
  31. Boot files:
  32. sdb1: __________________________________________________________________________
  33. File system: ext4
  34. Boot sector type: -
  35. Boot sector info:
  36. Operating System: Ubuntu 16.04.2 LTS
  37. Boot files: /boot/grub/grub.cfg /etc/fstab
  38. /boot/grub/i386-pc/core.img
  39. ============================ Drive/Partition Info: =============================
  40. Drive: sda _____________________________________________________________________
  41. Disk /dev/sda: 3.7 GiB, 4001292288 bytes, 7815024 sectors
  42. Units: sectors of 1 * 512 = 512 bytes
  43. Sector size (logical/physical): 512 bytes / 512 bytes
  44. I/O size (minimum/optimal): 512 bytes / 512 bytes
  45. Disklabel type: dos
  46. Partition Boot Start Sector End Sector # of Sectors Id System
  47. /dev/sda1 268,288 7,815,023 7,546,736 82 Linux swap / Solaris
  48. /dev/sda2 2,048 268,287 266,240 b W95 FAT32
  49. Drive: sdb _____________________________________________________________________
  50. Disk /dev/sdb: 14.5 GiB, 15590227968 bytes, 30449664 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 30,447,615 30,445,568 83 Linux
  57. "blkid" output: ________________________________________________________________
  58. Device UUID TYPE LABEL
  59. /dev/sda1 3bf2003f-fd1f-4351-b960-7e0c08fa9f84 swap
  60. /dev/sda2 5276-EE96 vfat
  61. /dev/sdb1 dd26cc99-8daa-4006-9186-efdde8d039f1 ext4
  62. ========================= "ls -l /dev/disk/by-id" output: ======================
  63. total 0
  64. lrwxrwxrwx 1 root root 9 Feb 15 12:38 ata-SILICONMOTION_SM223AC_64202317830694674211 -> ../../sda
  65. lrwxrwxrwx 1 root root 10 Feb 15 12:38 ata-SILICONMOTION_SM223AC_64202317830694674211-part1 -> ../../sda1
  66. lrwxrwxrwx 1 root root 10 Feb 15 12:38 ata-SILICONMOTION_SM223AC_64202317830694674211-part2 -> ../../sda2
  67. lrwxrwxrwx 1 root root 9 Feb 15 12:38 usb-USB2.0_CardReader_SD0_146030377350-0:0 -> ../../sdb
  68. lrwxrwxrwx 1 root root 10 Feb 15 12:38 usb-USB2.0_CardReader_SD0_146030377350-0:0-part1 -> ../../sdb1
  69. ================================ Mount points: =================================
  70. Device Mount_Point Type Options
  71. /dev/sdb1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  72. =========================== sdb1/boot/grub/grub.cfg: ===========================
  73. --------------------------------------------------------------------------------
  74. #
  75. # DO NOT EDIT THIS FILE
  76. #
  77. # It is automatically generated by grub-mkconfig using templates
  78. # from /etc/grub.d and settings from /etc/default/grub
  79. #
  80. ### BEGIN /etc/grub.d/00_header ###
  81. if [ -s $prefix/grubenv ]; then
  82. set have_grubenv=true
  83. load_env
  84. fi
  85. if [ "${next_entry}" ] ; then
  86. set default="${next_entry}"
  87. set next_entry=
  88. save_env next_entry
  89. set boot_once=true
  90. else
  91. set default="0"
  92. fi
  93. if [ x"${feature_menuentry_id}" = xy ]; then
  94. menuentry_id_option="--id"
  95. else
  96. menuentry_id_option=""
  97. fi
  98. export menuentry_id_option
  99. if [ "${prev_saved_entry}" ]; then
  100. set saved_entry="${prev_saved_entry}"
  101. save_env saved_entry
  102. set prev_saved_entry=
  103. save_env prev_saved_entry
  104. set boot_once=true
  105. fi
  106. function savedefault {
  107. if [ -z "${boot_once}" ]; then
  108. saved_entry="${chosen}"
  109. save_env saved_entry
  110. fi
  111. }
  112. function recordfail {
  113. set recordfail=1
  114. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  115. }
  116. function load_video {
  117. if [ x$feature_all_video_module = xy ]; then
  118. insmod all_video
  119. else
  120. insmod efi_gop
  121. insmod efi_uga
  122. insmod ieee1275_fb
  123. insmod vbe
  124. insmod vga
  125. insmod video_bochs
  126. insmod video_cirrus
  127. fi
  128. }
  129. if [ x$feature_default_font_path = xy ] ; then
  130. font=unicode
  131. else
  132. insmod part_msdos
  133. insmod ext2
  134. set root='hd1,msdos1'
  135. if [ x$feature_platform_search_hint = xy ]; then
  136. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 dd26cc99-8daa-4006-9186-efdde8d039f1
  137. else
  138. search --no-floppy --fs-uuid --set=root dd26cc99-8daa-4006-9186-efdde8d039f1
  139. fi
  140. font="/usr/share/grub/unicode.pf2"
  141. fi
  142. if loadfont $font ; then
  143. set gfxmode=auto
  144. load_video
  145. insmod gfxterm
  146. set locale_dir=$prefix/locale
  147. set lang=fr_FR
  148. insmod gettext
  149. fi
  150. terminal_output gfxterm
  151. if [ "${recordfail}" = 1 ] ; then
  152. set timeout=10
  153. else
  154. if [ x$feature_timeout_style = xy ] ; then
  155. set timeout_style=menu
  156. set timeout=10
  157. # Fallback normal timeout code in case the timeout_style feature is
  158. # unavailable.
  159. else
  160. set timeout=10
  161. fi
  162. fi
  163. ### END /etc/grub.d/00_header ###
  164. ### BEGIN /etc/grub.d/05_debian_theme ###
  165. set menu_color_normal=white/black
  166. set menu_color_highlight=black/light-gray
  167. ### END /etc/grub.d/05_debian_theme ###
  168. ### BEGIN /etc/grub.d/10_linux ###
  169. function gfxmode {
  170. set gfxpayload="${1}"
  171. if [ "${1}" = "keep" ]; then
  172. set vt_handoff=vt.handoff=7
  173. else
  174. set vt_handoff=
  175. fi
  176. }
  177. if [ "${recordfail}" != 1 ]; then
  178. if [ -e ${prefix}/gfxblacklist.txt ]; then
  179. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  180. if [ ${match} = 0 ]; then
  181. set linux_gfx_mode=keep
  182. else
  183. set linux_gfx_mode=text
  184. fi
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=keep
  190. fi
  191. else
  192. set linux_gfx_mode=text
  193. fi
  194. export linux_gfx_mode
  195. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-dd26cc99-8daa-4006-9186-efdde8d039f1' {
  196. recordfail
  197. load_video
  198. gfxmode $linux_gfx_mode
  199. insmod gzio
  200. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  201. insmod part_msdos
  202. insmod ext2
  203. set root='hd1,msdos1'
  204. if [ x$feature_platform_search_hint = xy ]; then
  205. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 dd26cc99-8daa-4006-9186-efdde8d039f1
  206. else
  207. search --no-floppy --fs-uuid --set=root dd26cc99-8daa-4006-9186-efdde8d039f1
  208. fi
  209. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=dd26cc99-8daa-4006-9186-efdde8d039f1 ro quiet splash $vt_handoff
  210. initrd /boot/initrd.img-4.4.0-62-generic
  211. }
  212. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-dd26cc99-8daa-4006-9186-efdde8d039f1' {
  213. menuentry 'Ubuntu, with Linux 4.4.0-62-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-advanced-dd26cc99-8daa-4006-9186-efdde8d039f1' {
  214. recordfail
  215. load_video
  216. gfxmode $linux_gfx_mode
  217. insmod gzio
  218. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  219. insmod part_msdos
  220. insmod ext2
  221. set root='hd1,msdos1'
  222. if [ x$feature_platform_search_hint = xy ]; then
  223. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 dd26cc99-8daa-4006-9186-efdde8d039f1
  224. else
  225. search --no-floppy --fs-uuid --set=root dd26cc99-8daa-4006-9186-efdde8d039f1
  226. fi
  227. echo 'Loading Linux 4.4.0-62-generic ...'
  228. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=dd26cc99-8daa-4006-9186-efdde8d039f1 ro quiet splash $vt_handoff
  229. echo 'Loading initial ramdisk ...'
  230. initrd /boot/initrd.img-4.4.0-62-generic
  231. }
  232. menuentry 'Ubuntu, with Linux 4.4.0-62-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-init-upstart-dd26cc99-8daa-4006-9186-efdde8d039f1' {
  233. recordfail
  234. load_video
  235. gfxmode $linux_gfx_mode
  236. insmod gzio
  237. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  238. insmod part_msdos
  239. insmod ext2
  240. set root='hd1,msdos1'
  241. if [ x$feature_platform_search_hint = xy ]; then
  242. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 dd26cc99-8daa-4006-9186-efdde8d039f1
  243. else
  244. search --no-floppy --fs-uuid --set=root dd26cc99-8daa-4006-9186-efdde8d039f1
  245. fi
  246. echo 'Loading Linux 4.4.0-62-generic ...'
  247. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=dd26cc99-8daa-4006-9186-efdde8d039f1 ro quiet splash $vt_handoff init=/sbin/upstart
  248. echo 'Loading initial ramdisk ...'
  249. initrd /boot/initrd.img-4.4.0-62-generic
  250. }
  251. menuentry 'Ubuntu, with Linux 4.4.0-62-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-62-generic-recovery-dd26cc99-8daa-4006-9186-efdde8d039f1' {
  252. recordfail
  253. load_video
  254. insmod gzio
  255. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  256. insmod part_msdos
  257. insmod ext2
  258. set root='hd1,msdos1'
  259. if [ x$feature_platform_search_hint = xy ]; then
  260. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 dd26cc99-8daa-4006-9186-efdde8d039f1
  261. else
  262. search --no-floppy --fs-uuid --set=root dd26cc99-8daa-4006-9186-efdde8d039f1
  263. fi
  264. echo 'Loading Linux 4.4.0-62-generic ...'
  265. linux /boot/vmlinuz-4.4.0-62-generic root=UUID=dd26cc99-8daa-4006-9186-efdde8d039f1 ro recovery nomodeset
  266. echo 'Loading initial ramdisk ...'
  267. initrd /boot/initrd.img-4.4.0-62-generic
  268. }
  269. menuentry 'Ubuntu, with 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-dd26cc99-8daa-4006-9186-efdde8d039f1' {
  270. recordfail
  271. load_video
  272. gfxmode $linux_gfx_mode
  273. insmod gzio
  274. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  275. insmod part_msdos
  276. insmod ext2
  277. set root='hd1,msdos1'
  278. if [ x$feature_platform_search_hint = xy ]; then
  279. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 dd26cc99-8daa-4006-9186-efdde8d039f1
  280. else
  281. search --no-floppy --fs-uuid --set=root dd26cc99-8daa-4006-9186-efdde8d039f1
  282. fi
  283. echo 'Loading Linux 4.4.0-31-generic ...'
  284. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=dd26cc99-8daa-4006-9186-efdde8d039f1 ro quiet splash $vt_handoff
  285. echo 'Loading initial ramdisk ...'
  286. initrd /boot/initrd.img-4.4.0-31-generic
  287. }
  288. menuentry 'Ubuntu, with Linux 4.4.0-31-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-31-generic-init-upstart-dd26cc99-8daa-4006-9186-efdde8d039f1' {
  289. recordfail
  290. load_video
  291. gfxmode $linux_gfx_mode
  292. insmod gzio
  293. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  294. insmod part_msdos
  295. insmod ext2
  296. set root='hd1,msdos1'
  297. if [ x$feature_platform_search_hint = xy ]; then
  298. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 dd26cc99-8daa-4006-9186-efdde8d039f1
  299. else
  300. search --no-floppy --fs-uuid --set=root dd26cc99-8daa-4006-9186-efdde8d039f1
  301. fi
  302. echo 'Loading Linux 4.4.0-31-generic ...'
  303. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=dd26cc99-8daa-4006-9186-efdde8d039f1 ro quiet splash $vt_handoff init=/sbin/upstart
  304. echo 'Loading initial ramdisk ...'
  305. initrd /boot/initrd.img-4.4.0-31-generic
  306. }
  307. 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-dd26cc99-8daa-4006-9186-efdde8d039f1' {
  308. recordfail
  309. load_video
  310. insmod gzio
  311. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  312. insmod part_msdos
  313. insmod ext2
  314. set root='hd1,msdos1'
  315. if [ x$feature_platform_search_hint = xy ]; then
  316. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 dd26cc99-8daa-4006-9186-efdde8d039f1
  317. else
  318. search --no-floppy --fs-uuid --set=root dd26cc99-8daa-4006-9186-efdde8d039f1
  319. fi
  320. echo 'Loading Linux 4.4.0-31-generic ...'
  321. linux /boot/vmlinuz-4.4.0-31-generic root=UUID=dd26cc99-8daa-4006-9186-efdde8d039f1 ro recovery nomodeset
  322. echo 'Loading initial ramdisk ...'
  323. initrd /boot/initrd.img-4.4.0-31-generic
  324. }
  325. }
  326. ### END /etc/grub.d/10_linux ###
  327. ### BEGIN /etc/grub.d/20_linux_xen ###
  328. ### END /etc/grub.d/20_linux_xen ###
  329. ### BEGIN /etc/grub.d/30_os-prober ###
  330. ### END /etc/grub.d/30_os-prober ###
  331. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  332. ### END /etc/grub.d/30_uefi-firmware ###
  333. ### BEGIN /etc/grub.d/40_custom ###
  334. # This file provides an easy way to add custom menu entries. Simply type the
  335. # menu entries you want to add after this comment. Be careful not to change
  336. # the 'exec tail' line above.
  337. ### END /etc/grub.d/40_custom ###
  338. ### BEGIN /etc/grub.d/41_custom ###
  339. if [ -f ${config_directory}/custom.cfg ]; then
  340. source ${config_directory}/custom.cfg
  341. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  342. source $prefix/custom.cfg;
  343. fi
  344. ### END /etc/grub.d/41_custom ###
  345. --------------------------------------------------------------------------------
  346. =============================== sdb1/etc/fstab: ================================
  347. --------------------------------------------------------------------------------
  348. # /etc/fstab: static file system information.
  349. #
  350. # Use 'blkid' to print the universally unique identifier for a
  351. # device; this may be used with UUID= as a more robust way to name devices
  352. # that works even if disks are added and removed. See fstab(5).
  353. #
  354. # <file system> <mount point> <type> <options> <dump> <pass>
  355. # / was on /dev/sdc1 during installation
  356. UUID=dd26cc99-8daa-4006-9186-efdde8d039f1 / ext4 errors=remount-ro 0 1
  357. # swap was on /dev/sda1 during installation
  358. UUID=3bf2003f-fd1f-4351-b960-7e0c08fa9f84 none swap sw 0 0
  359. --------------------------------------------------------------------------------
  360. =================== sdb1: Location of files loaded by Grub: ====================
  361. GiB - GB File Fragment(s)
  362. 0.186103821 = 0.199827456 boot/grub/grub.cfg 1
  363. 10.617256165 = 11.400192000 boot/grub/i386-pc/core.img 1
  364. 1.394020081 = 1.496817664 boot/vmlinuz-4.4.0-31-generic 1
  365. 0.679195404 = 0.729280512 boot/vmlinuz-4.4.0-62-generic 1
  366. 0.679195404 = 0.729280512 vmlinuz 1
  367. 1.394020081 = 1.496817664 vmlinuz.old 1
  368. 3.746166229 = 4.022415360 boot/initrd.img-4.4.0-31-generic 1
  369. 0.949798584 = 1.019838464 boot/initrd.img-4.4.0-62-generic 4
  370. 0.949798584 = 1.019838464 initrd.img 4
  371. 3.746166229 = 4.022415360 initrd.img.old 1
  372. ADDITIONAL INFORMATION :
  373. =================== log of boot-info 2017-02-15__12h38 ===================
  374. boot-info version : 4ppa40
  375. boot-sav version : 4ppa40
  376. glade2script version : 3.2.3~ppa1
  377. boot-sav-extra version : 4ppa40
  378. boot-info is executed in installed-session (Ubuntu 16.04.2 LTS, xenial, Ubuntu, i686)
  379. CPU op-mode(s): 32-bit
  380. BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic root=UUID=dd26cc99-8daa-4006-9186-efdde8d039f1 ro quiet splash vt.handoff=7
  381. =================== os-prober:
  382. /dev/sdb1:L'OS actuellement utilisé - Ubuntu 16.04.2 LTS CurrentSession:linux
  383. =================== blkid:
  384. /dev/sda1: UUID="3bf2003f-fd1f-4351-b960-7e0c08fa9f84" TYPE="swap" PARTUUID="000279b0-01"
  385. /dev/sda2: UUID="5276-EE96" TYPE="vfat" PARTUUID="000279b0-02"
  386. /dev/sdb1: UUID="dd26cc99-8daa-4006-9186-efdde8d039f1" TYPE="ext4" PARTUUID="f3ada25b-01"
  387. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  388. =================== /etc/grub.d/ :
  389. drwxr-xr-x 2 root root 4096 Feb 12 11:43 grub.d
  390. drwxr-xr-x 2 root root 4096 Feb 12 11:40 grub.d.bak
  391. total 72
  392. -rwxr-xr-x 1 root root 9791 Jan 13 17:33 00_header
  393. -rwxr-xr-x 1 root root 6258 Mär 15 2016 05_debian_theme
  394. -rwxr-xr-x 1 root root 12261 Jan 13 17:33 10_linux
  395. -rwxr-xr-x 1 root root 11082 Jan 13 17:33 20_linux_xen
  396. -rwxr-xr-x 1 root root 11692 Jan 13 17:33 30_os-prober
  397. -rwxr-xr-x 1 root root 1418 Jan 13 17:33 30_uefi-firmware
  398. -rwxr-xr-x 1 root root 214 Jan 13 17:33 40_custom
  399. -rwxr-xr-x 1 root root 216 Jan 13 17:33 41_custom
  400. -rw-r--r-- 1 root root 483 Jan 13 17:33 README
  401. =================== /etc/default/grub :
  402. # If you change this file, run 'update-grub' afterwards to update
  403. # /boot/grub/grub.cfg.
  404. # For full documentation of the options in this file, see:
  405. # info -f grub -n 'Simple configuration'
  406. GRUB_DEFAULT=0
  407. #GRUB_HIDDEN_TIMEOUT=0
  408. GRUB_HIDDEN_TIMEOUT_QUIET=true
  409. GRUB_TIMEOUT=10
  410. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  411. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  412. GRUB_CMDLINE_LINUX=""
  413. # Uncomment to enable BadRAM filtering, modify to suit your needs
  414. # This works with Linux (no patch required) and with any kernel that obtains
  415. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  416. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  417. # Uncomment to disable graphical terminal (grub-pc only)
  418. #GRUB_TERMINAL=console
  419. # The resolution used on graphical terminal
  420. # note that you can use only modes which your graphic card supports via VBE
  421. # you can see them in real GRUB with the command `vbeinfo'
  422. #GRUB_GFXMODE=640x480
  423. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  424. #GRUB_DISABLE_LINUX_UUID=true
  425. # Uncomment to disable generation of recovery mode menu entries
  426. #GRUB_DISABLE_RECOVERY="true"
  427. # Uncomment to get a beep at grub start
  428. #GRUB_INIT_TUNE="480 440 1"
  429. =================== UEFI/Legacy mode:
  430. This installed-session is not EFI-compatible.
  431. SecureBoot disabled.
  432. =================== PARTITIONS & DISKS:
  433. sdb1 : sdb, not-sepboot, grubenv-ok grub2, signed 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, .
  434. sda2 : sda, not-sepboot, 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, /mnt/boot-sav/sda2.
  435. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, has-os, 2048 sectors * 512 bytes
  436. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, no-os, 2048 sectors * 512 bytes
  437. =================== parted -l:
  438. Model: ATA SILICONMOTION SM (scsi)
  439. Disk /dev/sda: 4001MB
  440. Sector size (logical/physical): 512B/512B
  441. Partition Table: msdos
  442. Disk Flags:
  443. Number Start End Size Type File system Flags
  444. 2 1049kB 137MB 136MB primary fat32
  445. 1 137MB 4001MB 3864MB primary linux-swap(v1)
  446. Model: USB2.0 CardReader SD0 (scsi)
  447. Disk /dev/sdb: 15.6GB
  448. Sector size (logical/physical): 512B/512B
  449. Partition Table: msdos
  450. Disk Flags:
  451. Number Start End Size Type File system Flags
  452. 1 1049kB 15.6GB 15.6GB primary ext4 boot
  453. =================== parted -lm:
  454. BYT;
  455. /dev/sda:4001MB:scsi:512:512:msdos:ATA SILICONMOTION SM:;
  456. 2:1049kB:137MB:136MB:fat32::;
  457. 1:137MB:4001MB:3864MB:linux-swap(v1)::;
  458. BYT;
  459. /dev/sdb:15.6GB:scsi:512:512:msdos:USB2.0 CardReader SD0:;
  460. 1:1049kB:15.6GB:15.6GB:ext4::boot;
  461. =================== lsblk:
  462. KNAME TYPE FSTYPE SIZE LABEL
  463. sda disk 3,7G
  464. sda1 part swap 3,6G
  465. sda2 part vfat 130M
  466. sdb disk 14,5G
  467. sdb1 part ext4 14,5G
  468. KNAME ROTA RO RM STATE MOUNTPOINT
  469. sda 1 0 0 running
  470. sda1 1 0 0 [SWAP]
  471. sda2 1 0 0 /mnt/boot-sav/sda2
  472. sdb 1 0 1 running
  473. sdb1 1 0 1 /
  474. =================== mount:
  475. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  476. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  477. udev on /dev type devtmpfs (rw,nosuid,relatime,size=489008k,nr_inodes=122252,mode=755)
  478. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  479. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=101544k,mode=755)
  480. /dev/sdb1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  481. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  482. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  483. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  484. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  485. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  486. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  487. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  488. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  489. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  490. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  491. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  492. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  493. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  494. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  495. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  496. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  497. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  498. mqueue on /dev/mqueue type mqueue (rw,relatime)
  499. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  500. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  501. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  502. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=101544k,mode=700,uid=1000,gid=1000)
  503. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  504. /dev/sda2 on /mnt/boot-sav/sda2 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  505. =================== ls:
  506. /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 size slaves stat subsystem trace uevent
  507. /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 size slaves stat subsystem trace uevent
  508. /dev (filtered): agpgart autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse 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 sda2 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  509. ls /dev/mapper: control
  510. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  511. =================== hexdump -n512 -C /dev/sda2
  512. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 01 20 00 |.X.mkfs.fat... .|
  513. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  514. 00000020 00 10 04 00 00 08 00 00 00 00 00 00 02 00 00 00 |................|
  515. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  516. 00000040 80 01 29 96 ee 76 52 20 20 20 20 20 20 20 20 20 |..)..vR |
  517. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  518. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  519. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  520. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  521. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  522. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  523. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  524. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  525. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  526. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  527. *
  528. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  529. 00000200
  530. =================== df -Th:
  531. Filesystem Type Size Used Avail Use% Mounted on
  532. udev devtmpfs 478M 0 478M 0% /dev
  533. tmpfs tmpfs 100M 5.0M 95M 5% /run
  534. /dev/sdb1 ext4 15G 4.0G 9.5G 30% /
  535. tmpfs tmpfs 496M 13M 484M 3% /dev/shm
  536. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  537. tmpfs tmpfs 496M 0 496M 0% /sys/fs/cgroup
  538. tmpfs tmpfs 100M 36K 100M 1% /run/user/1000
  539. /dev/sda2 vfat 128M 512 128M 1% /mnt/boot-sav/sda2
  540. =================== fdisk -l:
  541. Disk /dev/ram0: 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/ram1: 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/ram2: 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/ram3: 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/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  558. Units: sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 4096 bytes
  560. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  561. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  562. Units: sectors of 1 * 512 = 512 bytes
  563. Sector size (logical/physical): 512 bytes / 4096 bytes
  564. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  565. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  566. Units: sectors of 1 * 512 = 512 bytes
  567. Sector size (logical/physical): 512 bytes / 4096 bytes
  568. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  569. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  570. Units: sectors of 1 * 512 = 512 bytes
  571. Sector size (logical/physical): 512 bytes / 4096 bytes
  572. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  573. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  574. Units: sectors of 1 * 512 = 512 bytes
  575. Sector size (logical/physical): 512 bytes / 4096 bytes
  576. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  577. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  578. Units: sectors of 1 * 512 = 512 bytes
  579. Sector size (logical/physical): 512 bytes / 4096 bytes
  580. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  581. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  582. Units: sectors of 1 * 512 = 512 bytes
  583. Sector size (logical/physical): 512 bytes / 4096 bytes
  584. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  585. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  586. Units: sectors of 1 * 512 = 512 bytes
  587. Sector size (logical/physical): 512 bytes / 4096 bytes
  588. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  589. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  590. Units: sectors of 1 * 512 = 512 bytes
  591. Sector size (logical/physical): 512 bytes / 4096 bytes
  592. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  593. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  594. Units: sectors of 1 * 512 = 512 bytes
  595. Sector size (logical/physical): 512 bytes / 4096 bytes
  596. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  597. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  598. Units: sectors of 1 * 512 = 512 bytes
  599. Sector size (logical/physical): 512 bytes / 4096 bytes
  600. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  601. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  602. Units: sectors of 1 * 512 = 512 bytes
  603. Sector size (logical/physical): 512 bytes / 4096 bytes
  604. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  605. Disk /dev/sda: 3.7 GiB, 4001292288 bytes, 7815024 sectors
  606. Units: sectors of 1 * 512 = 512 bytes
  607. Sector size (logical/physical): 512 bytes / 512 bytes
  608. I/O size (minimum/optimal): 512 bytes / 512 bytes
  609. Disklabel type: dos
  610. Disk identifier: 0x000279b0
  611. Device Boot Start End Sectors Size Id Type
  612. /dev/sda1 268288 7815023 7546736 3.6G 82 Linux swap / Solaris
  613. /dev/sda2 2048 268287 266240 130M b W95 FAT32
  614. Partition table entries are not in disk order.
  615. Disk /dev/sdb: 14.5 GiB, 15590227968 bytes, 30449664 sectors
  616. Units: sectors of 1 * 512 = 512 bytes
  617. Sector size (logical/physical): 512 bytes / 512 bytes
  618. I/O size (minimum/optimal): 512 bytes / 512 bytes
  619. Disklabel type: dos
  620. Disk identifier: 0xf3ada25b
  621. Device Boot Start End Sectors Size Id Type
  622. /dev/sdb1 * 2048 30447615 30445568 14.5G 83 Linux
  623. =================== Suggested repair
  624. The default repair of the Boot-Repair utility would purge (in order to) and reinstall the grub2 of sdb1 into the MBRs of all disks (except USB without OS).
  625. Additional repair would be performed: unhide-bootmenu-10s
  626. =================== Final advice in case of suggested repair
  627. N'oubliez pas de régler votre BIOS pour qu'il amorce sur le disque sdb (15.6GB) !
  628. =================== User settings
  629. The settings chosen by the user will not act on the boot.
  630. paste.ubuntu.com ko (), using paste.debian
  631. paste.debian.net ko (), using paste2