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