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: Trisquel GNU/Linux Belenos (7.0)
  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: Unknown
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. sda6: __________________________________________________________________________
  26. File system: xfs
  27. Boot sector type: -
  28. Boot sector info:
  29. Operating System:
  30. Boot files:
  31. sdb: ___________________________________________________________________________
  32. File system: vfat
  33. Boot sector type: SYSLINUX 4.07 2013-07-25
  34. Boot sector info: Syslinux looks at sector 62202 of /dev/sdb for its
  35. second stage. SYSLINUX is installed in the /uui
  36. directory. No errors found in the Boot Parameter Block.
  37. Operating System:
  38. Boot files:
  39. ============================ Drive/Partition Info: =============================
  40. Drive: sda _____________________________________________________________________
  41. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  42. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  43. Units = sectors of 1 * 512 = 512 bytes
  44. Sector size (logical/physical): 512 bytes / 4096 bytes
  45. Partition Boot Start Sector End Sector # of Sectors Id System
  46. /dev/sda1 * 2,048 39,063,551 39,061,504 83 Linux
  47. /dev/sda2 39,065,598 976,771,071 937,705,474 5 Extended
  48. /dev/sda5 39,065,600 63,684,607 24,619,008 82 Linux swap / Solaris
  49. /dev/sda6 63,686,656 976,771,071 913,084,416 83 Linux
  50. "blkid" output: ________________________________________________________________
  51. Device UUID TYPE LABEL
  52. /dev/sda1 fa709728-9573-461a-9177-f14753271cb6 ext4
  53. /dev/sda5 f1a7514e-b424-436b-8e30-27cb51e10b2f swap
  54. /dev/sda6 d66583a6-89fa-4056-9353-35f69b1cfbfa xfs
  55. /dev/sdb 1AEB-2D3D vfat UUI
  56. ========================= "ls -l /dev/disk/by-id" output: ======================
  57. total 0
  58. lrwxrwxrwx 1 root root 9 Nov 22 20:48 ata-WDC_WD5000LPCX-75VHAT0_WX81A957J5F1 -> ../../sda
  59. lrwxrwxrwx 1 root root 10 Nov 22 20:43 ata-WDC_WD5000LPCX-75VHAT0_WX81A957J5F1-part1 -> ../../sda1
  60. lrwxrwxrwx 1 root root 10 Nov 22 20:43 ata-WDC_WD5000LPCX-75VHAT0_WX81A957J5F1-part2 -> ../../sda2
  61. lrwxrwxrwx 1 root root 10 Nov 22 20:43 ata-WDC_WD5000LPCX-75VHAT0_WX81A957J5F1-part5 -> ../../sda5
  62. lrwxrwxrwx 1 root root 10 Nov 22 20:43 ata-WDC_WD5000LPCX-75VHAT0_WX81A957J5F1-part6 -> ../../sda6
  63. lrwxrwxrwx 1 root root 9 Nov 22 20:47 usb-Generic_Flash_Disk_F2877BF6-0:0 -> ../../sdb
  64. lrwxrwxrwx 1 root root 9 Nov 22 20:43 usb-Generic_USB2.0-CRW_20100201396000000 -> ../../sdc
  65. lrwxrwxrwx 1 root root 9 Nov 22 20:48 wwn-0x50014ee6062d753c -> ../../sda
  66. lrwxrwxrwx 1 root root 10 Nov 22 20:43 wwn-0x50014ee6062d753c-part1 -> ../../sda1
  67. lrwxrwxrwx 1 root root 10 Nov 22 20:43 wwn-0x50014ee6062d753c-part2 -> ../../sda2
  68. lrwxrwxrwx 1 root root 10 Nov 22 20:43 wwn-0x50014ee6062d753c-part5 -> ../../sda5
  69. lrwxrwxrwx 1 root root 10 Nov 22 20:43 wwn-0x50014ee6062d753c-part6 -> ../../sda6
  70. ================================ Mount points: =================================
  71. Device Mount_Point Type Options
  72. /dev/sda1 / ext4 (rw,relatime,errors=remount-ro)
  73. /dev/sda6 /home xfs (rw,relatime)
  74. =========================== sda1/boot/grub/grub.cfg: ===========================
  75. --------------------------------------------------------------------------------
  76. #
  77. # DO NOT EDIT THIS FILE
  78. #
  79. # It is automatically generated by grub-mkconfig using templates
  80. # from /etc/grub.d and settings from /etc/default/grub
  81. #
  82. ### BEGIN /etc/grub.d/00_header ###
  83. if [ -s $prefix/grubenv ]; then
  84. set have_grubenv=true
  85. load_env
  86. fi
  87. if [ "${next_entry}" ] ; then
  88. set default="${next_entry}"
  89. set next_entry=
  90. save_env next_entry
  91. set boot_once=true
  92. else
  93. set default="0"
  94. fi
  95. if [ x"${feature_menuentry_id}" = xy ]; then
  96. menuentry_id_option="--id"
  97. else
  98. menuentry_id_option=""
  99. fi
  100. export menuentry_id_option
  101. if [ "${prev_saved_entry}" ]; then
  102. set saved_entry="${prev_saved_entry}"
  103. save_env saved_entry
  104. set prev_saved_entry=
  105. save_env prev_saved_entry
  106. set boot_once=true
  107. fi
  108. function savedefault {
  109. if [ -z "${boot_once}" ]; then
  110. saved_entry="${chosen}"
  111. save_env saved_entry
  112. fi
  113. }
  114. function recordfail {
  115. set recordfail=1
  116. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  117. }
  118. function load_video {
  119. if [ x$feature_all_video_module = xy ]; then
  120. insmod all_video
  121. else
  122. insmod efi_gop
  123. insmod efi_uga
  124. insmod ieee1275_fb
  125. insmod vbe
  126. insmod vga
  127. insmod video_bochs
  128. insmod video_cirrus
  129. fi
  130. }
  131. if [ x$feature_default_font_path = xy ] ; then
  132. font=unicode
  133. else
  134. insmod part_msdos
  135. insmod ext2
  136. set root='hd0,msdos1'
  137. if [ x$feature_platform_search_hint = xy ]; then
  138. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fa709728-9573-461a-9177-f14753271cb6
  139. else
  140. search --no-floppy --fs-uuid --set=root fa709728-9573-461a-9177-f14753271cb6
  141. fi
  142. font="/usr/share/grub/unicode.pf2"
  143. fi
  144. if loadfont $font ; then
  145. set gfxmode=auto
  146. load_video
  147. insmod gfxterm
  148. set locale_dir=$prefix/locale
  149. set lang=en_US
  150. insmod gettext
  151. fi
  152. terminal_output gfxterm
  153. if [ "${recordfail}" = 1 ] ; then
  154. set timeout=10
  155. else
  156. if [ x$feature_timeout_style = xy ] ; then
  157. set timeout_style=menu
  158. set timeout=10
  159. # Fallback normal timeout code in case the timeout_style feature is
  160. # unavailable.
  161. else
  162. set timeout=10
  163. fi
  164. fi
  165. ### END /etc/grub.d/00_header ###
  166. ### BEGIN /etc/grub.d/01_PASSWORD ###
  167. set superusers=grub
  168. password grub 24127
  169. ### END /etc/grub.d/01_PASSWORD ###
  170. ### BEGIN /etc/grub.d/05_debian_theme ###
  171. set menu_color_normal=white/black
  172. set menu_color_highlight=black/light-gray
  173. ### END /etc/grub.d/05_debian_theme ###
  174. ### BEGIN /etc/grub.d/06_trisquel_theme ###
  175. set menu_color_normal=white/black
  176. set menu_color_highlight=black/light-gray
  177. ### END /etc/grub.d/06_trisquel_theme ###
  178. ### BEGIN /etc/grub.d/10_linux ###
  179. function gfxmode {
  180. set gfxpayload="${1}"
  181. if [ "${1}" = "keep" ]; then
  182. set vt_handoff=vt.handoff=7
  183. else
  184. set vt_handoff=
  185. fi
  186. }
  187. if [ "${recordfail}" != 1 ]; then
  188. if [ -e ${prefix}/gfxblacklist.txt ]; then
  189. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  190. if [ ${match} = 0 ]; then
  191. set linux_gfx_mode=keep
  192. else
  193. set linux_gfx_mode=text
  194. fi
  195. else
  196. set linux_gfx_mode=text
  197. fi
  198. else
  199. set linux_gfx_mode=keep
  200. fi
  201. else
  202. set linux_gfx_mode=text
  203. fi
  204. export linux_gfx_mode
  205. menuentry 'Trisquel GNU/Linux' --class trisquel --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-simple-fa709728-9573-461a-9177-f14753271cb6' {
  206. recordfail
  207. load_video
  208. gfxmode $linux_gfx_mode
  209. insmod gzio
  210. insmod part_msdos
  211. insmod ext2
  212. set root='hd0,msdos1'
  213. if [ x$feature_platform_search_hint = xy ]; then
  214. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fa709728-9573-461a-9177-f14753271cb6
  215. else
  216. search --no-floppy --fs-uuid --set=root fa709728-9573-461a-9177-f14753271cb6
  217. fi
  218. linux /boot/vmlinuz-3.13.0-101-lowlatency root=UUID=fa709728-9573-461a-9177-f14753271cb6 ro quiet splash nomdmonddf nomdmonisw $vt_handoff
  219. initrd /boot/initrd.img-3.13.0-101-lowlatency
  220. }
  221. submenu 'Advanced options for Trisquel GNU/Linux' $menuentry_id_option 'gnulinux-advanced-fa709728-9573-461a-9177-f14753271cb6' {
  222. menuentry 'Trisquel GNU/Linux, with Linux-Libre 3.13.0-101-lowlatency' --class trisquel --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.13.0-101-lowlatency-advanced-fa709728-9573-461a-9177-f14753271cb6' {
  223. recordfail
  224. load_video
  225. gfxmode $linux_gfx_mode
  226. insmod gzio
  227. insmod part_msdos
  228. insmod ext2
  229. set root='hd0,msdos1'
  230. if [ x$feature_platform_search_hint = xy ]; then
  231. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fa709728-9573-461a-9177-f14753271cb6
  232. else
  233. search --no-floppy --fs-uuid --set=root fa709728-9573-461a-9177-f14753271cb6
  234. fi
  235. echo 'Loading Linux 3.13.0-101-lowlatency ...'
  236. linux /boot/vmlinuz-3.13.0-101-lowlatency root=UUID=fa709728-9573-461a-9177-f14753271cb6 ro quiet splash nomdmonddf nomdmonisw $vt_handoff
  237. echo 'Loading initial ramdisk ...'
  238. initrd /boot/initrd.img-3.13.0-101-lowlatency
  239. }
  240. menuentry 'Trisquel GNU/Linux, with Linux-Libre 3.13.0-101-lowlatency (recovery mode)' --class trisquel --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.13.0-101-lowlatency-recovery-fa709728-9573-461a-9177-f14753271cb6' {
  241. recordfail
  242. load_video
  243. insmod gzio
  244. insmod part_msdos
  245. insmod ext2
  246. set root='hd0,msdos1'
  247. if [ x$feature_platform_search_hint = xy ]; then
  248. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fa709728-9573-461a-9177-f14753271cb6
  249. else
  250. search --no-floppy --fs-uuid --set=root fa709728-9573-461a-9177-f14753271cb6
  251. fi
  252. echo 'Loading Linux 3.13.0-101-lowlatency ...'
  253. linux /boot/vmlinuz-3.13.0-101-lowlatency root=UUID=fa709728-9573-461a-9177-f14753271cb6 ro single nomodeset
  254. echo 'Loading initial ramdisk ...'
  255. initrd /boot/initrd.img-3.13.0-101-lowlatency
  256. }
  257. menuentry 'Trisquel GNU/Linux, with Linux-Libre 3.13.0-39-lowlatency' --class trisquel --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.13.0-39-lowlatency-advanced-fa709728-9573-461a-9177-f14753271cb6' {
  258. recordfail
  259. load_video
  260. gfxmode $linux_gfx_mode
  261. insmod gzio
  262. insmod part_msdos
  263. insmod ext2
  264. set root='hd0,msdos1'
  265. if [ x$feature_platform_search_hint = xy ]; then
  266. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fa709728-9573-461a-9177-f14753271cb6
  267. else
  268. search --no-floppy --fs-uuid --set=root fa709728-9573-461a-9177-f14753271cb6
  269. fi
  270. echo 'Loading Linux 3.13.0-39-lowlatency ...'
  271. linux /boot/vmlinuz-3.13.0-39-lowlatency root=UUID=fa709728-9573-461a-9177-f14753271cb6 ro quiet splash nomdmonddf nomdmonisw $vt_handoff
  272. echo 'Loading initial ramdisk ...'
  273. initrd /boot/initrd.img-3.13.0-39-lowlatency
  274. }
  275. menuentry 'Trisquel GNU/Linux, with Linux-Libre 3.13.0-39-lowlatency (recovery mode)' --class trisquel --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.13.0-39-lowlatency-recovery-fa709728-9573-461a-9177-f14753271cb6' {
  276. recordfail
  277. load_video
  278. insmod gzio
  279. insmod part_msdos
  280. insmod ext2
  281. set root='hd0,msdos1'
  282. if [ x$feature_platform_search_hint = xy ]; then
  283. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fa709728-9573-461a-9177-f14753271cb6
  284. else
  285. search --no-floppy --fs-uuid --set=root fa709728-9573-461a-9177-f14753271cb6
  286. fi
  287. echo 'Loading Linux 3.13.0-39-lowlatency ...'
  288. linux /boot/vmlinuz-3.13.0-39-lowlatency root=UUID=fa709728-9573-461a-9177-f14753271cb6 ro single nomodeset
  289. echo 'Loading initial ramdisk ...'
  290. initrd /boot/initrd.img-3.13.0-39-lowlatency
  291. }
  292. }
  293. ### END /etc/grub.d/10_linux ###
  294. ### BEGIN /etc/grub.d/20_linux_xen ###
  295. ### END /etc/grub.d/20_linux_xen ###
  296. ### BEGIN /etc/grub.d/30_os-prober ###
  297. ### END /etc/grub.d/30_os-prober ###
  298. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  299. ### END /etc/grub.d/30_uefi-firmware ###
  300. ### BEGIN /etc/grub.d/40_custom ###
  301. # This file provides an easy way to add custom menu entries. Simply type the
  302. # menu entries you want to add after this comment. Be careful not to change
  303. # the 'exec tail' line above.
  304. ### END /etc/grub.d/40_custom ###
  305. ### BEGIN /etc/grub.d/41_custom ###
  306. if [ -f ${config_directory}/custom.cfg ]; then
  307. source ${config_directory}/custom.cfg
  308. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  309. source $prefix/custom.cfg;
  310. fi
  311. ### END /etc/grub.d/41_custom ###
  312. --------------------------------------------------------------------------------
  313. =============================== sda1/etc/fstab: ================================
  314. --------------------------------------------------------------------------------
  315. # /etc/fstab: static file system information.
  316. #
  317. # Use 'blkid' to print the universally unique identifier for a
  318. # device; this may be used with UUID= as a more robust way to name devices
  319. # that works even if disks are added and removed. See fstab(5).
  320. #
  321. # <file system> <mount point> <type> <options> <dump> <pass>
  322. # / was on /dev/sda1 during installation
  323. UUID=fa709728-9573-461a-9177-f14753271cb6 / ext4 relatime,errors=remount-ro 0 1
  324. # /home was on /dev/sda6 during installation
  325. UUID=d66583a6-89fa-4056-9353-35f69b1cfbfa /home xfs relatime 0 2
  326. # swap was on /dev/sda5 during installation
  327. UUID=f1a7514e-b424-436b-8e30-27cb51e10b2f none swap sw 0 0
  328. --------------------------------------------------------------------------------
  329. =================== sda1: Location of files loaded by Grub: ====================
  330. GiB - GB File Fragment(s)
  331. 16.177970886 = 17.370963968 boot/grub/grub.cfg 1
  332. 10.296665192 = 11.055960064 boot/grub/i386-pc/core.img 1
  333. 13.514247894 = 14.510813184 boot/vmlinuz-3.13.0-101-lowlatency 1
  334. 10.294502258 = 11.053637632 boot/vmlinuz-3.13.0-39-lowlatency 1
  335. 13.514247894 = 14.510813184 vmlinuz 1
  336. 10.294502258 = 11.053637632 vmlinuz.old 1
  337. 13.647911072 = 14.654332928 boot/initrd.img-3.13.0-101-lowlatency 2
  338. 13.007251740 = 13.966430208 boot/initrd.img-3.13.0-39-lowlatency 3
  339. 13.647911072 = 14.654332928 initrd.img 2
  340. 13.007251740 = 13.966430208 initrd.img.old 3
  341. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  342. Unknown BootLoader on sda2
  343. 00000000 01 00 00 00 00 00 00 00 00 00 00 00 ff ff ff 00 |................|
  344. 00000010 c0 34 1b 17 00 00 00 00 00 00 00 00 ff ff ff ff |.4..............|
  345. 00000020 ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  346. 00000030 d0 ff 1a 17 00 00 00 00 a0 fc 1a 17 00 00 00 00 |................|
  347. 00000040 58 0d e1 39 82 7f 00 00 00 00 00 00 00 00 00 00 |X..9............|
  348. 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 bb 37 |...............7|
  349. 00000060 00 00 00 00 00 00 00 00 10 05 1b 17 00 00 00 00 |................|
  350. 00000070 80 9b 3b 17 00 00 00 00 e0 b6 1a 17 00 00 00 00 |..;.............|
  351. 00000080 18 00 01 00 00 00 00 00 ff ff ff ff 00 00 00 00 |................|
  352. 00000090 00 00 00 00 00 00 00 00 21 00 00 00 00 00 00 00 |........!.......|
  353. 000000a0 c0 9f 04 02 00 00 00 00 b0 9f 04 02 00 00 00 00 |................|
  354. 000000b0 00 00 00 00 00 00 00 00 61 00 00 00 00 00 00 00 |........a.......|
  355. 000000c0 20 fd 1a 17 00 00 00 00 08 00 00 00 00 00 00 00 | ...............|
  356. 000000d0 70 fd 1a 17 00 00 00 00 70 fd 1a 17 00 00 00 00 |p.......p.......|
  357. 000000e0 70 ff 1a 17 00 00 00 00 38 fd 1a 17 00 00 00 00 |p.......8.......|
  358. 000000f0 70 fd 1a 17 00 00 00 00 70 fd 1a 17 00 00 00 00 |p.......p.......|
  359. 00000100 70 ff 1a 17 00 00 00 00 38 fd 1a 17 00 00 00 00 |p.......8.......|
  360. 00000110 00 00 00 00 00 00 00 00 51 00 00 00 00 00 00 00 |........Q.......|
  361. 00000120 78 bb 20 36 82 7f 00 00 78 bb 20 36 82 7f 00 00 |x. 6....x. 6....|
  362. 00000130 00 00 00 00 00 00 00 00 70 fd 1a 17 00 00 00 00 |........p.......|
  363. 00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  364. *
  365. 00000160 00 00 00 00 00 00 00 00 11 02 00 00 00 00 00 00 |................|
  366. 00000170 30 37 1b 17 00 00 00 00 78 bb 20 36 82 7f 00 00 |07......x. 6....|
  367. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  368. *
  369. 000001a0 a0 01 00 00 00 00 00 00 00 02 00 00 00 00 00 00 |................|
  370. 000001b0 68 bd 20 36 82 7f 00 00 68 bd 20 36 82 7f 00 fe |h. 6....h. 6....|
  371. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 a8 77 01 00 fe |............w...|
  372. 000001d0 ff ff 05 fe ff ff 02 a8 77 01 00 98 6c 36 00 00 |........w...l6..|
  373. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  374. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  375. 00000200
  376. ========= Devices which don't seem to have a corresponding hard drive: =========
  377. sdc
  378. =============================== StdErr Messages: ===============================
  379. File descriptor 9 (/proc/2195/mounts) leaked on lvs invocation. Parent PID 10000: bash
  380. File descriptor 63 (pipe:[20934]) leaked on lvs invocation. Parent PID 10000: bash
  381. No volume groups found
  382. mdadm: No arrays found in config file or automatically
  383. ADDITIONAL INFORMATION :
  384. =================== log of boot-repair 2016-11-22__20h47 ===================
  385. boot-repair version : 4ppa40
  386. boot-sav version : 4ppa40
  387. glade2script version : 3.2.3~ppa1
  388. boot-sav-extra version : 4ppa40
  389. File descriptor 9 (/proc/2195/mounts) leaked on lvs invocation. Parent PID 4019: /bin/sh
  390. No volume groups found
  391. boot-repair is executed in installed-session (Trisquel GNU/Linux 7.0, Belenos, belenos, Trisquel, x86_64)
  392. CPU op-mode(s): 32-bit, 64-bit
  393. BOOT_IMAGE=/boot/vmlinuz-3.13.0-101-lowlatency root=UUID=fa709728-9573-461a-9177-f14753271cb6 ro quiet splash nomdmonddf nomdmonisw
  394. sdb may have broken partition table.
  395. sdb may have broken partition table.
  396. =================== os-prober:
  397. /dev/sda1:The OS now in use - Trisquel GNU/Linux 7.0, Belenos CurrentSession:linux
  398. =================== blkid:
  399. /dev/sda1: UUID="fa709728-9573-461a-9177-f14753271cb6" TYPE="ext4"
  400. /dev/sda5: UUID="f1a7514e-b424-436b-8e30-27cb51e10b2f" TYPE="swap"
  401. /dev/sda6: UUID="d66583a6-89fa-4056-9353-35f69b1cfbfa" TYPE="xfs"
  402. /dev/sdb: LABEL="UUI" UUID="1AEB-2D3D" TYPE="vfat"
  403. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  404. Warning: extended partition does not start at a cylinder boundary.
  405. DOS and Linux will interpret the contents differently.
  406. =================== /etc/grub.d/ :
  407. drwxr-xr-x 2 root root 4096 nov 21 23:32 grub.d
  408. total 80
  409. -rwxr-xr-x 1 root root 9791 ago 4 12:46 00_header
  410. -rwx--x--x 1 root root 462 nov 21 19:03 01_PASSWORD
  411. -rwxr-xr-x 1 root root 6068 ago 31 2014 05_debian_theme
  412. -rwxr-xr-x 1 root root 1525 ago 31 2010 06_trisquel_theme
  413. -rwxr-xr-x 1 root root 11524 ago 4 12:46 10_linux
  414. -rwxr-xr-x 1 root root 10412 ago 31 2014 20_linux_xen
  415. -rwxr-xr-x 1 root root 11729 ago 4 12:46 30_os-prober
  416. -rwxr-xr-x 1 root root 1418 ago 4 12:46 30_uefi-firmware
  417. -rwxr-xr-x 1 root root 214 ago 31 2014 40_custom
  418. -rwxr-xr-x 1 root root 216 ago 31 2014 41_custom
  419. -rw-r--r-- 1 root root 483 ago 31 2014 README
  420. =================== /etc/default/grub :
  421. # If you change this file, run 'update-grub' afterwards to update
  422. # /boot/grub/grub.cfg.
  423. # For full documentation of the options in this file, see:
  424. # info -f grub -n 'Simple configuration'
  425. GRUB_DEFAULT=0
  426. GRUB_TIMEOUT=10
  427. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  428. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  429. GRUB_CMDLINE_LINUX=""
  430. # Uncomment to enable BadRAM filtering, modify to suit your needs
  431. # This works with Linux-Libre (no patch required) and with any kernel that obtains
  432. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  433. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  434. # Uncomment to disable graphical terminal (grub-pc only)
  435. #GRUB_TERMINAL=console
  436. # The resolution used on graphical terminal
  437. # note that you can use only modes which your graphic card supports via VBE
  438. # you can see them in real GRUB with the command `vbeinfo'
  439. #GRUB_GFXMODE=640x480
  440. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  441. #GRUB_DISABLE_LINUX_UUID=true
  442. # Uncomment to disable generation of recovery mode menu entries
  443. #GRUB_DISABLE_RECOVERY="true"
  444. # Uncomment to get a beep at grub start
  445. #GRUB_INIT_TUNE="480 440 1"
  446. # Trisquel comes without kernel recovery entries to improve security.
  447. #GRUB_DISABLE_RECOVERY=true
  448. =================== sda1/etc/mdadm/mdadm.conf :
  449. # mdadm.conf
  450. #
  451. # Please refer to mdadm.conf(5) for information about this file.
  452. #
  453. # by default (built-in), scan all partitions (/proc/partitions) and all
  454. # containers for MD superblocks. alternatively, specify devices to scan, using
  455. # wildcards if desired.
  456. #DEVICE partitions containers
  457. # auto-create devices with Debian standard permissions
  458. CREATE owner=root group=disk mode=0660 auto=yes
  459. # automatically tag new arrays as belonging to the local system
  460. HOMEHOST <system>
  461. # instruct the monitoring daemon where to send mail alerts
  462. MAILADDR root
  463. # definitions of existing MD arrays
  464. # This file was auto-generated on Sun, 02 Nov 2014 18:06:39 +0000
  465. # by mkconf $Id$
  466. =================== sda1/proc/mdstat :
  467. Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
  468. unused devices: <none>
  469. =================== UEFI/Legacy mode:
  470. This installed-session is not in EFI-mode.
  471. EFI in dmesg.
  472. [ 0.000000] ACPI: UEFI 000000007a8a05a0 000042 (v01 DELL WN09 00000000 00000000)
  473. SecureBoot disabled.
  474. =================== PARTITIONS & DISKS:
  475. sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , 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, not-far, .
  476. sda6 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /home.
  477. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  478. =================== parted -l:
  479. Model: ATA WDC WD5000LPCX-7 (scsi)
  480. Disk /dev/sda: 500GB
  481. Sector size (logical/physical): 512B/4096B
  482. Partition Table: msdos
  483. Number Start End Size Type File system Flags
  484. 1 1049kB 20.0GB 20.0GB primary ext4 boot
  485. 2 20.0GB 500GB 480GB extended
  486. 5 20.0GB 32.6GB 12.6GB logical linux-swap(v1)
  487. 6 32.6GB 500GB 467GB logical xfs
  488. Model: Generic Flash Disk (scsi)
  489. Disk /dev/sdb: 8179MB
  490. Sector size (logical/physical): 512B/512B
  491. Partition Table: loop
  492. Number Start End Size File system Flags
  493. 1 0.00B 8179MB 8179MB fat32
  494. =================== parted -lm:
  495. BYT;
  496. /dev/sda:500GB:scsi:512:4096:msdos:ATA WDC WD5000LPCX-7;
  497. 1:1049kB:20.0GB:20.0GB:ext4::boot;
  498. 2:20.0GB:500GB:480GB:::;
  499. 5:20.0GB:32.6GB:12.6GB:linux-swap(v1)::;
  500. 6:32.6GB:500GB:467GB:xfs::;
  501. BYT;
  502. /dev/sdb:8179MB:scsi:512:512:loop:Generic Flash Disk;
  503. 1:0.00B:8179MB:8179MB:fat32::;
  504. =================== lsblk:
  505. KNAME TYPE FSTYPE SIZE LABEL
  506. sda disk 465,8G
  507. sda1 part ext4 18,6G
  508. sda2 part 1K
  509. sda5 part swap 11,8G
  510. sda6 part xfs 435,4G
  511. sdb disk vfat 7,6G UUI
  512. KNAME ROTA RO RM STATE MOUNTPOINT
  513. sda 1 0 0 running
  514. sda1 1 0 0 /
  515. sda2 1 0 0
  516. sda5 1 0 0 [SWAP]
  517. sda6 1 0 0 /home
  518. sdb 1 0 1 running
  519. =================== mount:
  520. /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro)
  521. proc on /proc type proc (rw,noexec,nosuid,nodev)
  522. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  523. none on /sys/fs/cgroup type tmpfs (rw)
  524. none on /sys/fs/fuse/connections type fusectl (rw)
  525. none on /sys/kernel/debug type debugfs (rw)
  526. none on /sys/kernel/security type securityfs (rw)
  527. udev on /dev type devtmpfs (rw,mode=0755)
  528. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  529. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  530. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  531. none on /run/shm type tmpfs (rw,nosuid,nodev)
  532. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  533. none on /sys/fs/pstore type pstore (rw)
  534. /dev/sda6 on /home type xfs (rw,relatime)
  535. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  536. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=rcl)
  537. =================== ls:
  538. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda5 sda6 size slaves stat subsystem trace uevent
  539. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  540. /sys/block/sdc (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  541. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk ecryptfs fd full fuse hpet input kmsg kvm log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 rts51x0 sda sda1 sda2 sda5 sda6 sdb sdc sg0 sg1 sg2 shm snapshot snd stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhci vhost-net video0 zero
  542. ls /dev/mapper: control
  543. ls: cannot access : No such file or directory
  544. =================== df -Th:
  545. Filesystem Type Size Used Avail Use% Mounted on
  546. udev devtmpfs 1.9G 12K 1.9G 1% /dev
  547. tmpfs tmpfs 387M 1.2M 386M 1% /run
  548. /dev/sda1 ext4 19G 5.7G 12G 33% /
  549. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  550. none tmpfs 5.0M 0 5.0M 0% /run/lock
  551. none tmpfs 1.9G 112K 1.9G 1% /run/shm
  552. none tmpfs 100M 28K 100M 1% /run/user
  553. /dev/sda6 xfs 436G 88M 436G 1% /home
  554. =================== fdisk -l:
  555. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  556. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  557. Units = sectors of 1 * 512 = 512 bytes
  558. Sector size (logical/physical): 512 bytes / 4096 bytes
  559. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  560. Disk identifier: 0x000b509c
  561. Device Boot Start End Blocks Id System
  562. /dev/sda1 * 2048 39063551 19530752 83 Linux
  563. /dev/sda2 39065598 976771071 468852737 5 Extended
  564. Partition 2 does not start on physical sector boundary.
  565. /dev/sda5 39065600 63684607 12309504 82 Linux swap / Solaris
  566. /dev/sda6 63686656 976771071 456542208 83 Linux
  567. Disk /dev/sdb: 8178 MB, 8178892800 bytes
  568. 252 heads, 62 sectors/track, 1022 cylinders, total 15974400 sectors
  569. Units = sectors of 1 * 512 = 512 bytes
  570. Sector size (logical/physical): 512 bytes / 512 bytes
  571. I/O size (minimum/optimal): 512 bytes / 512 bytes
  572. Disk identifier: 0x20ac7dda
  573. This doesn't look like a partition table
  574. Probably you selected the wrong device.
  575. Device Boot Start End Blocks Id System
  576. /dev/sdb1 ? 3224498923 3657370039 216435558+ 7 HPFS/NTFS/exFAT
  577. /dev/sdb2 ? 3272020941 5225480974 976730017 16 Hidden FAT16
  578. /dev/sdb3 ? 0 0 0 6f Unknown
  579. /dev/sdb4 50200576 974536369 462167897 0 Empty
  580. Partition table entries are not in disk order
  581. =================== Recommended repair
  582. The default repair of the Boot-Repair utility will reinstall the grub2 of sda1 into the MBR of sda.
  583. Additional repair will be performed: unhide-bootmenu-10s
  584. Fixed file rights of /etc/grub.d/01_PASSWORD Please report this message to [email protected]
  585. *******lspci -nnk | grep -iA3 vga
  586. 00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:22b1] (rev 21)
  587. Subsystem: Dell Device [1028:06ac]
  588. 00:10.0 SD Host controller [0805]: Intel Corporation Device [8086:2294] (rev 21)
  589. Subsystem: Dell Device [1028:06ac]
  590. *******
  591. grub-install --version
  592. grub-install (GRUB) 2.02~beta2-9ubuntu1.12+7.0trisquel5,grub-install (GRUB) 2.
  593. Reinstall the GRUB of sda1 into the MBR of sda
  594. Installing for i386-pc platform.
  595. Installation finished. No error reported.
  596. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  597. update-grub
  598. Generating grub configuration file ...
  599. Found linux image: /boot/vmlinuz-3.13.0-101-lowlatency
  600. Found initrd image: /boot/initrd.img-3.13.0-101-lowlatency
  601. Found linux image: /boot/vmlinuz-3.13.0-39-lowlatency
  602. Found initrd image: /boot/initrd.img-3.13.0-39-lowlatency
  603. File descriptor 9 (/proc/2195/mounts) leaked on lvs invocation. Parent PID 8700: /bin/sh
  604. File descriptor 63 (pipe:[20934]) leaked on lvs invocation. Parent PID 8700: /bin/sh
  605. No volume groups found
  606. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  607. Boot successfully repaired.
  608. You can now reboot your computer.