Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.48 KB | None | 0 0
  1. Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 21Sep2017]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  7. the same hard drive for core.img. core.img is at this location and looks
  8. for (,msdos1)/boot/grub. It also embeds following components:
  9.  
  10. modules
  11. ---------------------------------------------------------------------------
  12. fshelp ext2 part_msdos biosdisk
  13. ---------------------------------------------------------------------------
  14.  
  15. sda1: __________________________________________________________________________
  16.  
  17. File system: ext4
  18. Boot sector type: -
  19. Boot sector info:
  20. Operating System: Ubuntu 16.04.3 LTS
  21. Boot files: /boot/grub/grub.cfg /etc/fstab
  22. /boot/grub/i386-pc/core.img
  23.  
  24. sda2: __________________________________________________________________________
  25.  
  26. File system: Extended Partition
  27. Boot sector type: -
  28. Boot sector info:
  29.  
  30. sda5: __________________________________________________________________________
  31.  
  32. File system: swap
  33. Boot sector type: -
  34. Boot sector info:
  35.  
  36. ============================ Drive/Partition Info: =============================
  37.  
  38. Drive: sda _____________________________________________________________________
  39. Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
  40. Units: sectors of 1 * 512 = 512 bytes
  41. Sector size (logical/physical): 512 bytes / 4096 bytes
  42. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  43. Disklabel type: dos
  44.  
  45. Partition Boot Start Sector End Sector # of Sectors Id System
  46.  
  47. /dev/sda1 * 2,048 462,591,999 462,589,952 83 Linux
  48. /dev/sda2 462,594,046 468,860,927 6,266,882 5 Extended
  49. /dev/sda5 462,594,048 468,860,927 6,266,880 82 Linux swap / Solaris
  50.  
  51.  
  52. "blkid" output: ________________________________________________________________
  53.  
  54. Device UUID TYPE LABEL
  55.  
  56. /dev/sda1 6e3d11c3-daa9-457f-8600-9980878ba463 ext4
  57. /dev/sda5 bca198bf-d3ef-4362-b509-c004e2af5e4a swap
  58.  
  59. ========================= "ls -l /dev/disk/by-id" output: ======================
  60.  
  61. total 0
  62. lrwxrwxrwx 1 root root 9 Sep 22 16:06 ata-HL-DT-ST_DVDRAM_GSA-T40N_K0184NH1226 -> ../../sr0
  63. lrwxrwxrwx 1 root root 9 Sep 22 16:13 ata-KINGSTON_SUV400S37240G_50026B767402B1E3 -> ../../sda
  64. lrwxrwxrwx 1 root root 10 Sep 22 16:13 ata-KINGSTON_SUV400S37240G_50026B767402B1E3-part1 -> ../../sda1
  65. lrwxrwxrwx 1 root root 10 Sep 22 16:13 ata-KINGSTON_SUV400S37240G_50026B767402B1E3-part2 -> ../../sda2
  66. lrwxrwxrwx 1 root root 10 Sep 22 16:13 ata-KINGSTON_SUV400S37240G_50026B767402B1E3-part5 -> ../../sda5
  67.  
  68. ================================ Mount points: =================================
  69.  
  70. Device Mount_Point Type Options
  71.  
  72. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro,data=ordered)
  73.  
  74.  
  75. =========================== sda1/boot/grub/grub.cfg: ===========================
  76.  
  77. --------------------------------------------------------------------------------
  78. #
  79. # DO NOT EDIT THIS FILE
  80. #
  81. # It is automatically generated by grub-mkconfig using templates
  82. # from /etc/grub.d and settings from /etc/default/grub
  83. #
  84.  
  85. ### BEGIN /etc/grub.d/00_header ###
  86. if [ -s $prefix/grubenv ]; then
  87. set have_grubenv=true
  88. load_env
  89. fi
  90. if [ "${next_entry}" ] ; then
  91. set default="${next_entry}"
  92. set next_entry=
  93. save_env next_entry
  94. set boot_once=true
  95. else
  96. set default="0"
  97. fi
  98.  
  99. if [ x"${feature_menuentry_id}" = xy ]; then
  100. menuentry_id_option="--id"
  101. else
  102. menuentry_id_option=""
  103. fi
  104.  
  105. export menuentry_id_option
  106.  
  107. if [ "${prev_saved_entry}" ]; then
  108. set saved_entry="${prev_saved_entry}"
  109. save_env saved_entry
  110. set prev_saved_entry=
  111. save_env prev_saved_entry
  112. set boot_once=true
  113. fi
  114.  
  115. function savedefault {
  116. if [ -z "${boot_once}" ]; then
  117. saved_entry="${chosen}"
  118. save_env saved_entry
  119. fi
  120. }
  121. function recordfail {
  122. set recordfail=1
  123. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  124. }
  125. function load_video {
  126. if [ x$feature_all_video_module = xy ]; then
  127. insmod all_video
  128. else
  129. insmod efi_gop
  130. insmod efi_uga
  131. insmod ieee1275_fb
  132. insmod vbe
  133. insmod vga
  134. insmod video_bochs
  135. insmod video_cirrus
  136. fi
  137. }
  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 6e3d11c3-daa9-457f-8600-9980878ba463
  147. else
  148. search --no-floppy --fs-uuid --set=root 6e3d11c3-daa9-457f-8600-9980878ba463
  149. fi
  150. font="/usr/share/grub/unicode.pf2"
  151. fi
  152.  
  153. if loadfont $font ; then
  154. set gfxmode=auto
  155. load_video
  156. insmod gfxterm
  157. set locale_dir=$prefix/locale
  158. set lang=fr_FR
  159. insmod gettext
  160. fi
  161. terminal_output gfxterm
  162. if [ "${recordfail}" = 1 ] ; then
  163. set timeout=30
  164. else
  165. if [ x$feature_timeout_style = xy ] ; then
  166. set timeout_style=hidden
  167. set timeout=0
  168. # Fallback hidden-timeout code in case the timeout_style feature is
  169. # unavailable.
  170. elif sleep --interruptible 0 ; then
  171. set timeout=0
  172. fi
  173. fi
  174. ### END /etc/grub.d/00_header ###
  175.  
  176. ### BEGIN /etc/grub.d/05_debian_theme ###
  177. set menu_color_normal=white/black
  178. set menu_color_highlight=black/light-gray
  179. ### END /etc/grub.d/05_debian_theme ###
  180.  
  181. ### BEGIN /etc/grub.d/10_linux ###
  182. function gfxmode {
  183. set gfxpayload="${1}"
  184. if [ "${1}" = "keep" ]; then
  185. set vt_handoff=vt.handoff=7
  186. else
  187. set vt_handoff=
  188. fi
  189. }
  190. if [ "${recordfail}" != 1 ]; then
  191. if [ -e ${prefix}/gfxblacklist.txt ]; then
  192. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  193. if [ ${match} = 0 ]; then
  194. set linux_gfx_mode=keep
  195. else
  196. set linux_gfx_mode=text
  197. fi
  198. else
  199. set linux_gfx_mode=text
  200. fi
  201. else
  202. set linux_gfx_mode=keep
  203. fi
  204. else
  205. set linux_gfx_mode=text
  206. fi
  207. export linux_gfx_mode
  208. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-6e3d11c3-daa9-457f-8600-9980878ba463' {
  209. recordfail
  210. load_video
  211. gfxmode $linux_gfx_mode
  212. insmod gzio
  213. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  214. insmod part_msdos
  215. insmod ext2
  216. set root='hd0,msdos1'
  217. if [ x$feature_platform_search_hint = xy ]; then
  218. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6e3d11c3-daa9-457f-8600-9980878ba463
  219. else
  220. search --no-floppy --fs-uuid --set=root 6e3d11c3-daa9-457f-8600-9980878ba463
  221. fi
  222. linux /boot/vmlinuz-4.10.0-35-generic root=UUID=6e3d11c3-daa9-457f-8600-9980878ba463 ro quiet splash $vt_handoff
  223. initrd /boot/initrd.img-4.10.0-35-generic
  224. }
  225. submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-6e3d11c3-daa9-457f-8600-9980878ba463' {
  226. menuentry 'Ubuntu, avec Linux 4.10.0-35-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-35-generic-advanced-6e3d11c3-daa9-457f-8600-9980878ba463' {
  227. recordfail
  228. load_video
  229. gfxmode $linux_gfx_mode
  230. insmod gzio
  231. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  232. insmod part_msdos
  233. insmod ext2
  234. set root='hd0,msdos1'
  235. if [ x$feature_platform_search_hint = xy ]; then
  236. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6e3d11c3-daa9-457f-8600-9980878ba463
  237. else
  238. search --no-floppy --fs-uuid --set=root 6e3d11c3-daa9-457f-8600-9980878ba463
  239. fi
  240. echo 'Chargement de Linux 4.10.0-35-generic…'
  241. linux /boot/vmlinuz-4.10.0-35-generic root=UUID=6e3d11c3-daa9-457f-8600-9980878ba463 ro quiet splash $vt_handoff
  242. echo 'Chargement du disque mémoire initial…'
  243. initrd /boot/initrd.img-4.10.0-35-generic
  244. }
  245. menuentry 'Ubuntu, with Linux 4.10.0-35-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-35-generic-init-upstart-6e3d11c3-daa9-457f-8600-9980878ba463' {
  246. recordfail
  247. load_video
  248. gfxmode $linux_gfx_mode
  249. insmod gzio
  250. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  251. insmod part_msdos
  252. insmod ext2
  253. set root='hd0,msdos1'
  254. if [ x$feature_platform_search_hint = xy ]; then
  255. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6e3d11c3-daa9-457f-8600-9980878ba463
  256. else
  257. search --no-floppy --fs-uuid --set=root 6e3d11c3-daa9-457f-8600-9980878ba463
  258. fi
  259. echo 'Chargement de Linux 4.10.0-35-generic…'
  260. linux /boot/vmlinuz-4.10.0-35-generic root=UUID=6e3d11c3-daa9-457f-8600-9980878ba463 ro quiet splash $vt_handoff init=/sbin/upstart
  261. echo 'Chargement du disque mémoire initial…'
  262. initrd /boot/initrd.img-4.10.0-35-generic
  263. }
  264. menuentry 'Ubuntu, with Linux 4.10.0-35-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-35-generic-recovery-6e3d11c3-daa9-457f-8600-9980878ba463' {
  265. recordfail
  266. load_video
  267. insmod gzio
  268. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  269. insmod part_msdos
  270. insmod ext2
  271. set root='hd0,msdos1'
  272. if [ x$feature_platform_search_hint = xy ]; then
  273. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6e3d11c3-daa9-457f-8600-9980878ba463
  274. else
  275. search --no-floppy --fs-uuid --set=root 6e3d11c3-daa9-457f-8600-9980878ba463
  276. fi
  277. echo 'Chargement de Linux 4.10.0-35-generic…'
  278. linux /boot/vmlinuz-4.10.0-35-generic root=UUID=6e3d11c3-daa9-457f-8600-9980878ba463 ro recovery nomodeset
  279. echo 'Chargement du disque mémoire initial…'
  280. initrd /boot/initrd.img-4.10.0-35-generic
  281. }
  282. menuentry 'Ubuntu, avec Linux 4.10.0-28-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-28-generic-advanced-6e3d11c3-daa9-457f-8600-9980878ba463' {
  283. recordfail
  284. load_video
  285. gfxmode $linux_gfx_mode
  286. insmod gzio
  287. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  288. insmod part_msdos
  289. insmod ext2
  290. set root='hd0,msdos1'
  291. if [ x$feature_platform_search_hint = xy ]; then
  292. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6e3d11c3-daa9-457f-8600-9980878ba463
  293. else
  294. search --no-floppy --fs-uuid --set=root 6e3d11c3-daa9-457f-8600-9980878ba463
  295. fi
  296. echo 'Chargement de Linux 4.10.0-28-generic…'
  297. linux /boot/vmlinuz-4.10.0-28-generic root=UUID=6e3d11c3-daa9-457f-8600-9980878ba463 ro quiet splash $vt_handoff
  298. echo 'Chargement du disque mémoire initial…'
  299. initrd /boot/initrd.img-4.10.0-28-generic
  300. }
  301. menuentry 'Ubuntu, with Linux 4.10.0-28-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-28-generic-init-upstart-6e3d11c3-daa9-457f-8600-9980878ba463' {
  302. recordfail
  303. load_video
  304. gfxmode $linux_gfx_mode
  305. insmod gzio
  306. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  307. insmod part_msdos
  308. insmod ext2
  309. set root='hd0,msdos1'
  310. if [ x$feature_platform_search_hint = xy ]; then
  311. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6e3d11c3-daa9-457f-8600-9980878ba463
  312. else
  313. search --no-floppy --fs-uuid --set=root 6e3d11c3-daa9-457f-8600-9980878ba463
  314. fi
  315. echo 'Chargement de Linux 4.10.0-28-generic…'
  316. linux /boot/vmlinuz-4.10.0-28-generic root=UUID=6e3d11c3-daa9-457f-8600-9980878ba463 ro quiet splash $vt_handoff init=/sbin/upstart
  317. echo 'Chargement du disque mémoire initial…'
  318. initrd /boot/initrd.img-4.10.0-28-generic
  319. }
  320. menuentry 'Ubuntu, with Linux 4.10.0-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.10.0-28-generic-recovery-6e3d11c3-daa9-457f-8600-9980878ba463' {
  321. recordfail
  322. load_video
  323. insmod gzio
  324. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  325. insmod part_msdos
  326. insmod ext2
  327. set root='hd0,msdos1'
  328. if [ x$feature_platform_search_hint = xy ]; then
  329. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6e3d11c3-daa9-457f-8600-9980878ba463
  330. else
  331. search --no-floppy --fs-uuid --set=root 6e3d11c3-daa9-457f-8600-9980878ba463
  332. fi
  333. echo 'Chargement de Linux 4.10.0-28-generic…'
  334. linux /boot/vmlinuz-4.10.0-28-generic root=UUID=6e3d11c3-daa9-457f-8600-9980878ba463 ro recovery nomodeset
  335. echo 'Chargement du disque mémoire initial…'
  336. initrd /boot/initrd.img-4.10.0-28-generic
  337. }
  338. }
  339.  
  340. ### END /etc/grub.d/10_linux ###
  341.  
  342. ### BEGIN /etc/grub.d/20_linux_xen ###
  343.  
  344. ### END /etc/grub.d/20_linux_xen ###
  345.  
  346. ### BEGIN /etc/grub.d/20_memtest86+ ###
  347. menuentry 'Memory test (memtest86+)' {
  348. insmod part_msdos
  349. insmod ext2
  350. set root='hd0,msdos1'
  351. if [ x$feature_platform_search_hint = xy ]; then
  352. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6e3d11c3-daa9-457f-8600-9980878ba463
  353. else
  354. search --no-floppy --fs-uuid --set=root 6e3d11c3-daa9-457f-8600-9980878ba463
  355. fi
  356. knetbsd /boot/memtest86+.elf
  357. }
  358. menuentry 'Memory test (memtest86+, serial console 115200)' {
  359. insmod part_msdos
  360. insmod ext2
  361. set root='hd0,msdos1'
  362. if [ x$feature_platform_search_hint = xy ]; then
  363. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6e3d11c3-daa9-457f-8600-9980878ba463
  364. else
  365. search --no-floppy --fs-uuid --set=root 6e3d11c3-daa9-457f-8600-9980878ba463
  366. fi
  367. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  368. }
  369. ### END /etc/grub.d/20_memtest86+ ###
  370.  
  371. ### BEGIN /etc/grub.d/30_os-prober ###
  372. ### END /etc/grub.d/30_os-prober ###
  373.  
  374. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  375. ### END /etc/grub.d/30_uefi-firmware ###
  376.  
  377. ### BEGIN /etc/grub.d/40_custom ###
  378. # This file provides an easy way to add custom menu entries. Simply type the
  379. # menu entries you want to add after this comment. Be careful not to change
  380. # the 'exec tail' line above.
  381. ### END /etc/grub.d/40_custom ###
  382.  
  383. ### BEGIN /etc/grub.d/41_custom ###
  384. if [ -f ${config_directory}/custom.cfg ]; then
  385. source ${config_directory}/custom.cfg
  386. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  387. source $prefix/custom.cfg;
  388. fi
  389. ### END /etc/grub.d/41_custom ###
  390. --------------------------------------------------------------------------------
  391.  
  392. =============================== sda1/etc/fstab: ================================
  393.  
  394. --------------------------------------------------------------------------------
  395. # /etc/fstab: static file system information.
  396. #
  397. # Use 'blkid' to print the universally unique identifier for a
  398. # device; this may be used with UUID= as a more robust way to name devices
  399. # that works even if disks are added and removed. See fstab(5).
  400. #
  401. # <file system> <mount point> <type> <options> <dump> <pass>
  402. # / was on /dev/sda1 during installation
  403. UUID=6e3d11c3-daa9-457f-8600-9980878ba463 / ext4 errors=remount-ro 0 1
  404. # swap was on /dev/sda5 during installation
  405. UUID=bca198bf-d3ef-4362-b509-c004e2af5e4a none swap sw 0 0
  406. --------------------------------------------------------------------------------
  407.  
  408. =================== sda1: Location of files loaded by Grub: ====================
  409.  
  410. GiB - GB File Fragment(s)
  411.  
  412. 108.193843842 = 116.172255232 boot/grub/grub.cfg 1
  413. 152.136810303 = 163.355656192 boot/grub/i386-pc/core.img 1
  414. 1.125053406 = 1.208016896 boot/vmlinuz-4.10.0-28-generic 1
  415. 3.136779785 = 3.368091648 boot/vmlinuz-4.10.0-35-generic 1
  416. 3.136779785 = 3.368091648 vmlinuz 1
  417. 1.125053406 = 1.208016896 vmlinuz.old 1
  418. 3.352535248 = 3.599757312 boot/initrd.img-4.10.0-28-generic 3
  419. 3.461910248 = 3.717197824 boot/initrd.img-4.10.0-35-generic 3
  420. 3.461910248 = 3.717197824 initrd.img 3
  421. 3.352535248 = 3.599757312 initrd.img.old 3
  422.  
  423.  
  424. ADDITIONAL INFORMATION :
  425. =================== log of boot-info 20170922_1613 ===================
  426. boot-info version : 4ppa44
  427. boot-sav version : 4ppa44
  428. glade2script version : 3.2.3~ppa1
  429. boot-sav-extra version : 4ppa44
  430. boot-info is executed in installed-session (Ubuntu 16.04.3 LTS, xenial, Ubuntu, x86_64)
  431. CPU op-mode(s): 32-bit, 64-bit
  432. BOOT_IMAGE=/boot/vmlinuz-4.10.0-35-generic root=UUID=6e3d11c3-daa9-457f-8600-9980878ba463 ro quiet splash vt.handoff=7
  433. Partition 2 does not start on physical sector boundary.
  434.  
  435. =================== os-prober:
  436. /dev/sda1:L'OS actuellement utilisé - Ubuntu 16.04.3 LTS CurrentSession:linux
  437.  
  438. =================== blkid:
  439. /dev/sda1: UUID="6e3d11c3-daa9-457f-8600-9980878ba463" TYPE="ext4" PARTUUID="aa716971-01"
  440. /dev/sda5: UUID="bca198bf-d3ef-4362-b509-c004e2af5e4a" TYPE="swap" PARTUUID="aa716971-05"
  441.  
  442.  
  443. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  444.  
  445. Partition 2 does not start on physical sector boundary.
  446. Partition 2 does not start on physical sector boundary.
  447.  
  448. =================== /etc/grub.d/ :
  449. drwxr-xr-x 2 root root 4096 août 1 13:25 grub.d
  450. total 80
  451. -rwxr-xr-x 1 root root 9791 juin 21 06:11 00_header
  452. -rwxr-xr-x 1 root root 6258 mars 15 2016 05_debian_theme
  453. -rwxr-xr-x 1 root root 12512 juin 21 06:11 10_linux
  454. -rwxr-xr-x 1 root root 11082 juin 21 06:11 20_linux_xen
  455. -rwxr-xr-x 1 root root 1992 janv. 28 2016 20_memtest86+
  456. -rwxr-xr-x 1 root root 11692 juin 21 06:11 30_os-prober
  457. -rwxr-xr-x 1 root root 1418 juin 21 06:11 30_uefi-firmware
  458. -rwxr-xr-x 1 root root 214 juin 21 06:11 40_custom
  459. -rwxr-xr-x 1 root root 216 juin 21 06:11 41_custom
  460. -rw-r--r-- 1 root root 483 juin 21 06:11 README
  461.  
  462.  
  463.  
  464.  
  465. =================== /etc/default/grub :
  466.  
  467. # If you change this file, run 'update-grub' afterwards to update
  468. # /boot/grub/grub.cfg.
  469. # For full documentation of the options in this file, see:
  470. # info -f grub -n 'Simple configuration'
  471.  
  472. GRUB_DEFAULT=0
  473. GRUB_HIDDEN_TIMEOUT=0
  474. GRUB_HIDDEN_TIMEOUT_QUIET=true
  475. GRUB_TIMEOUT=10
  476. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  477. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  478. GRUB_CMDLINE_LINUX=""
  479.  
  480. # Uncomment to enable BadRAM filtering, modify to suit your needs
  481. # This works with Linux (no patch required) and with any kernel that obtains
  482. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  483. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  484.  
  485. # Uncomment to disable graphical terminal (grub-pc only)
  486. #GRUB_TERMINAL=console
  487.  
  488. # The resolution used on graphical terminal
  489. # note that you can use only modes which your graphic card supports via VBE
  490. # you can see them in real GRUB with the command `vbeinfo'
  491. #GRUB_GFXMODE=640x480
  492.  
  493. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  494. #GRUB_DISABLE_LINUX_UUID=true
  495.  
  496. # Uncomment to disable generation of recovery mode menu entries
  497. #GRUB_DISABLE_RECOVERY="true"
  498.  
  499. # Uncomment to get a beep at grub start
  500. #GRUB_INIT_TUNE="480 440 1"
  501.  
  502.  
  503.  
  504.  
  505. =================== UEFI/Legacy mode:
  506. This installed-session is not in EFI-mode.
  507. SecureBoot disabled.
  508.  
  509.  
  510. =================== PARTITIONS & DISKS:
  511. sda1 : sda, not-sepboot, grubenv-ok grub2, no-docgrub, update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
  512.  
  513. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  514.  
  515.  
  516. =================== parted -l:
  517.  
  518. Model: ATA KINGSTON SUV400S (scsi)
  519. Disk /dev/sda: 240GB
  520. Sector size (logical/physical): 512B/4096B
  521. Partition Table: msdos
  522. Disk Flags:
  523.  
  524. Number Start End Size Type File system Flags
  525. 1 1049kB 237GB 237GB primary ext4 boot
  526. 2 237GB 240GB 3209MB extended
  527. 5 237GB 240GB 3209MB logical linux-swap(v1)
  528.  
  529. =================== parted -lm:
  530.  
  531. BYT;
  532. /dev/sda:240GB:scsi:512:4096:msdos:ATA KINGSTON SUV400S:;
  533. 1:1049kB:237GB:237GB:ext4::boot;
  534. 2:237GB:240GB:3209MB:::;
  535. 5:237GB:240GB:3209MB:linux-swap(v1)::;
  536.  
  537. =================== lsblk:
  538. KNAME TYPE FSTYPE SIZE LABEL
  539. sr0 rom 1024M
  540. sda disk 223,6G
  541. sda2 part 1K
  542. sda5 part swap 3G
  543. sda1 part ext4 220,6G
  544.  
  545. KNAME ROTA RO RM STATE MOUNTPOINT
  546. sr0 1 0 1 running
  547. sda 0 0 0 running
  548. sda2 0 0 0
  549. sda5 0 0 0 [SWAP]
  550. sda1 0 0 0 /
  551.  
  552.  
  553. =================== mount:
  554. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  555. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  556. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1511980k,nr_inodes=377995,mode=755)
  557. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  558. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=306872k,mode=755)
  559. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
  560. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  561. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  562. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  563. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  564. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  565. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  566. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  567. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  568. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  569. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  570. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  571. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  572. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  573. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  574. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  575. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  576. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12526)
  577. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  578. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  579. mqueue on /dev/mqueue type mqueue (rw,relatime)
  580. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  581. tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=306872k,mode=700,uid=1000,gid=1000)
  582. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
  583.  
  584.  
  585. =================== ls:
  586. /sys/block/sda (filtered): alignment_offset badblocks 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
  587. /sys/block/sr0 (filtered): alignment_offset badblocks 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
  588. /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 initctl input kmsg lightnvm lirc0 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 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  589. ls /dev/mapper: control
  590. ls: impossible d'accéder à '': Aucun fichier ou dossier de ce type
  591. Partition 2 does not start on physical sector boundary.
  592.  
  593. =================== df -Th:
  594.  
  595. Filesystem Type Size Used Avail Use% Mounted on
  596. udev devtmpfs 1.5G 0 1.5G 0% /dev
  597. tmpfs tmpfs 300M 5.0M 295M 2% /run
  598. /dev/sda1 ext4 217G 4.4G 202G 3% /
  599. tmpfs tmpfs 1.5G 33M 1.5G 3% /dev/shm
  600. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  601. tmpfs tmpfs 1.5G 0 1.5G 0% /sys/fs/cgroup
  602. tmpfs tmpfs 300M 36K 300M 1% /run/user/1000
  603.  
  604. =================== fdisk -l:
  605. Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
  606. Units: sectors of 1 * 512 = 512 bytes
  607. Sector size (logical/physical): 512 bytes / 4096 bytes
  608. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  609. Disklabel type: dos
  610. Disk identifier: 0xaa716971
  611.  
  612. Device Boot Start End Sectors Size Id Type
  613. /dev/sda1 * 2048 462591999 462589952 220.6G 83 Linux
  614. /dev/sda2 462594046 468860927 6266882 3G 5 Extended
  615. /dev/sda5 462594048 468860927 6266880 3G 82 Linux swap / Solaris
  616.  
  617.  
  618.  
  619.  
  620. =================== Suggested repair
  621. The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub2 of sda1 into the MBR of sda.
  622. Additional repair would be performed: unhide-bootmenu-10s
  623.  
  624.  
  625. =================== Final advice in case of suggested repair
  626.  
  627.  
  628. Les fichiers de démarrage de [L'OS actuellement utilisé - Ubuntu 16.04.3 LTS] sont loin du début du disque. Votre BIOS pourrait ne pas les détecter. Vous voudrez peut-être re-essayer après avoir créé une partition /boot (EXT4, >200MB, en début de disque). Cela peut être réalisé via des outils tels que gParted. Puis sélectionnez cette partition via l'option [Partition /boot séparée :] de [Boot-Repair]. (http://doc.ubuntu-fr.org/tutoriel/partition_boot)
  629.  
  630.  
  631. =================== User settings
  632. The settings chosen by the user will not act on the boot.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement