1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  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)/grub.
  6. sda1: __________________________________________________________________________
  7. File system: ext4
  8. Boot sector type: -
  9. Boot sector info:
  10. Operating System:
  11. Boot files: /grub/grub.cfg /grub/i386-pc/core.img
  12. sda2: __________________________________________________________________________
  13. File system: ext4
  14. Boot sector type: -
  15. Boot sector info:
  16. Operating System: Linux Mint 17.1 Rebecca
  17. Boot files: /etc/fstab
  18. sda3: __________________________________________________________________________
  19. File system: swap
  20. Boot sector type: -
  21. Boot sector info:
  22. sda4: __________________________________________________________________________
  23. File system: ext4
  24. Boot sector type: -
  25. Boot sector info:
  26. Operating System:
  27. Boot files:
  28. ============================ Drive/Partition Info: =============================
  29. Drive: sda _____________________________________________________________________
  30. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  31. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  32. Units = sectors of 1 * 512 = 512 bytes
  33. Sector size (logical/physical): 512 bytes / 512 bytes
  34. Partition Boot Start Sector End Sector # of Sectors Id System
  35. /dev/sda1 * 2,048 1,025,485 1,023,438 83 Linux
  36. /dev/sda2 17,410,048 68,610,047 51,200,000 83 Linux
  37. /dev/sda3 1,026,048 17,410,047 16,384,000 82 Linux swap / Solaris
  38. /dev/sda4 68,610,048 976,773,119 908,163,072 83 Linux
  39. "blkid" output: ________________________________________________________________
  40. Device UUID TYPE LABEL
  41. /dev/sda1 76b419ee-21dc-485f-bcc0-2eb5bfc0e49e ext4
  42. /dev/sda2 97bf1c82-9cc8-4c3f-8ebb-0e1865e885a9 ext4
  43. /dev/sda3 b80a8e45-a471-4bbb-8bb0-eb0fe7eb8116 swap
  44. /dev/sda4 71437bdb-f979-44ca-aaaa-6dd02ae2e969 ext4
  45. ========================= "ls -l /dev/disk/by-id" output: ======================
  46. total 0
  47. lrwxrwxrwx 1 root root 9 May 19 20:57 ata-HL-DT-ST_DVD+_-RW_GT10N -> ../../sr0
  48. lrwxrwxrwx 1 root root 9 May 19 21:24 ata-ST95005620AS_5YX1JV7Y -> ../../sda
  49. lrwxrwxrwx 1 root root 10 May 19 20:57 ata-ST95005620AS_5YX1JV7Y-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 May 19 20:57 ata-ST95005620AS_5YX1JV7Y-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 May 19 20:57 ata-ST95005620AS_5YX1JV7Y-part3 -> ../../sda3
  52. lrwxrwxrwx 1 root root 10 May 19 20:57 ata-ST95005620AS_5YX1JV7Y-part4 -> ../../sda4
  53. lrwxrwxrwx 1 root root 9 May 19 21:24 wwn-0x5000c50044b4d220 -> ../../sda
  54. lrwxrwxrwx 1 root root 10 May 19 20:57 wwn-0x5000c50044b4d220-part1 -> ../../sda1
  55. lrwxrwxrwx 1 root root 10 May 19 20:57 wwn-0x5000c50044b4d220-part2 -> ../../sda2
  56. lrwxrwxrwx 1 root root 10 May 19 20:57 wwn-0x5000c50044b4d220-part3 -> ../../sda3
  57. lrwxrwxrwx 1 root root 10 May 19 20:57 wwn-0x5000c50044b4d220-part4 -> ../../sda4
  58. ================================ Mount points: =================================
  59. Device Mount_Point Type Options
  60. /dev/sda1 /boot ext4 (rw)
  61. /dev/sda2 / ext4 (rw,errors=remount-ro)
  62. /dev/sda4 /home ext4 (rw)
  63. ============================= sda1/grub/grub.cfg: ==============================
  64. --------------------------------------------------------------------------------
  65. #
  66. # DO NOT EDIT THIS FILE
  67. #
  68. # It is automatically generated by grub-mkconfig using templates
  69. # from /etc/grub.d and settings from /etc/default/grub
  70. #
  71. ### BEGIN /etc/grub.d/00_header ###
  72. if [ -s $prefix/grubenv ]; then
  73. set have_grubenv=true
  74. load_env
  75. fi
  76. if [ "${next_entry}" ] ; then
  77. set default="${next_entry}"
  78. set next_entry=
  79. save_env next_entry
  80. set boot_once=true
  81. else
  82. set default="0"
  83. fi
  84. if [ x"${feature_menuentry_id}" = xy ]; then
  85. menuentry_id_option="--id"
  86. else
  87. menuentry_id_option=""
  88. fi
  89. export menuentry_id_option
  90. if [ "${prev_saved_entry}" ]; then
  91. set saved_entry="${prev_saved_entry}"
  92. save_env saved_entry
  93. set prev_saved_entry=
  94. save_env prev_saved_entry
  95. set boot_once=true
  96. fi
  97. function savedefault {
  98. if [ -z "${boot_once}" ]; then
  99. saved_entry="${chosen}"
  100. save_env saved_entry
  101. fi
  102. }
  103. function recordfail {
  104. set recordfail=1
  105. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  106. }
  107. function load_video {
  108. if [ x$feature_all_video_module = xy ]; then
  109. insmod all_video
  110. else
  111. insmod efi_gop
  112. insmod efi_uga
  113. insmod ieee1275_fb
  114. insmod vbe
  115. insmod vga
  116. insmod video_bochs
  117. insmod video_cirrus
  118. fi
  119. }
  120. if [ x$feature_default_font_path = xy ] ; then
  121. font=unicode
  122. else
  123. insmod part_msdos
  124. insmod ext2
  125. set root='hd0,msdos2'
  126. if [ x$feature_platform_search_hint = xy ]; then
  127. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 97bf1c82-9cc8-4c3f-8ebb-0e1865e885a9
  128. else
  129. search --no-floppy --fs-uuid --set=root 97bf1c82-9cc8-4c3f-8ebb-0e1865e885a9
  130. fi
  131. font="/usr/share/grub/unicode.pf2"
  132. fi
  133. if loadfont $font ; then
  134. set gfxmode=auto
  135. load_video
  136. insmod gfxterm
  137. set locale_dir=$prefix/locale
  138. set lang=en_US
  139. insmod gettext
  140. fi
  141. terminal_output gfxterm
  142. if [ "${recordfail}" = 1 ] ; then
  143. set timeout=-1
  144. else
  145. if [ x$feature_timeout_style = xy ] ; then
  146. set timeout_style=menu
  147. set timeout=30
  148. # Fallback normal timeout code in case the timeout_style feature is
  149. # unavailable.
  150. else
  151. set timeout=30
  152. fi
  153. fi
  154. ### END /etc/grub.d/00_header ###
  155. ### BEGIN /etc/grub.d/05_debian_theme ###
  156. set menu_color_normal=white/black
  157. set menu_color_highlight=black/light-gray
  158. ### END /etc/grub.d/05_debian_theme ###
  159. ### BEGIN /etc/grub.d/06_mint_theme ###
  160. set menu_color_normal=white/black
  161. set menu_color_highlight=white/light-gray
  162. ### END /etc/grub.d/06_mint_theme ###
  163. ### BEGIN /etc/grub.d/10_linux ###
  164. function gfxmode {
  165. set gfxpayload="$1"
  166. if [ "$1" = "keep" ]; then
  167. set vt_handoff=vt.handoff=7
  168. else
  169. set vt_handoff=
  170. fi
  171. }
  172. if [ ${recordfail} != 1 ]; then
  173. if [ -e ${prefix}/gfxblacklist.txt ]; then
  174. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  175. if [ ${match} = 0 ]; then
  176. set linux_gfx_mode=keep
  177. else
  178. set linux_gfx_mode=text
  179. fi
  180. else
  181. set linux_gfx_mode=text
  182. fi
  183. else
  184. set linux_gfx_mode=keep
  185. fi
  186. else
  187. set linux_gfx_mode=text
  188. fi
  189. export linux_gfx_mode
  190. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  191. menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.13.0-37-generic (/dev/sda1)' --class ubuntu --class gnu-linux --class gnu --class os {
  192. recordfail
  193. gfxmode $linux_gfx_mode
  194. insmod gzio
  195. insmod part_msdos
  196. insmod ext2
  197. set root='hd0,msdos1'
  198. if [ x$feature_platform_search_hint = xy ]; then
  199. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b419ee-21dc-485f-bcc0-2eb5bfc0e49e
  200. else
  201. search --no-floppy --fs-uuid --set=root 76b419ee-21dc-485f-bcc0-2eb5bfc0e49e
  202. fi
  203. linux /vmlinuz-3.13.0-37-generic root=UUID=97bf1c82-9cc8-4c3f-8ebb-0e1865e885a9 ro quiet splash nomdmonddf nomdmonisw $vt_handoff
  204. initrd /initrd.img-3.13.0-37-generic
  205. }
  206. menuentry 'Linux Mint 17.1 Cinnamon 64-bit, 3.13.0-37-generic (/dev/sda1) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  207. recordfail
  208. insmod gzio
  209. insmod part_msdos
  210. insmod ext2
  211. set root='hd0,msdos1'
  212. if [ x$feature_platform_search_hint = xy ]; then
  213. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b419ee-21dc-485f-bcc0-2eb5bfc0e49e
  214. else
  215. search --no-floppy --fs-uuid --set=root 76b419ee-21dc-485f-bcc0-2eb5bfc0e49e
  216. fi
  217. echo 'Loading Linux 3.13.0-37-generic ...'
  218. linux /vmlinuz-3.13.0-37-generic root=UUID=97bf1c82-9cc8-4c3f-8ebb-0e1865e885a9 ro recovery nomodeset
  219. echo 'Loading initial ramdisk ...'
  220. initrd /initrd.img-3.13.0-37-generic
  221. }
  222. ### END /etc/grub.d/10_linux ###
  223. ### BEGIN /etc/grub.d/10_lupin ###
  224. ### END /etc/grub.d/10_lupin ###
  225. ### BEGIN /etc/grub.d/20_linux_xen ###
  226. ### END /etc/grub.d/20_linux_xen ###
  227. ### BEGIN /etc/grub.d/20_memtest86+ ###
  228. menuentry 'Memory test (memtest86+)' {
  229. insmod part_msdos
  230. insmod ext2
  231. set root='hd0,msdos1'
  232. if [ x$feature_platform_search_hint = xy ]; then
  233. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b419ee-21dc-485f-bcc0-2eb5bfc0e49e
  234. else
  235. search --no-floppy --fs-uuid --set=root 76b419ee-21dc-485f-bcc0-2eb5bfc0e49e
  236. fi
  237. knetbsd /memtest86+.elf
  238. }
  239. menuentry 'Memory test (memtest86+, serial console 115200)' {
  240. insmod part_msdos
  241. insmod ext2
  242. set root='hd0,msdos1'
  243. if [ x$feature_platform_search_hint = xy ]; then
  244. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 76b419ee-21dc-485f-bcc0-2eb5bfc0e49e
  245. else
  246. search --no-floppy --fs-uuid --set=root 76b419ee-21dc-485f-bcc0-2eb5bfc0e49e
  247. fi
  248. linux16 /memtest86+.bin console=ttyS0,115200n8
  249. }
  250. ### END /etc/grub.d/20_memtest86+ ###
  251. ### BEGIN /etc/grub.d/30_os-prober ###
  252. ### END /etc/grub.d/30_os-prober ###
  253. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  254. ### END /etc/grub.d/30_uefi-firmware ###
  255. ### BEGIN /etc/grub.d/40_custom ###
  256. # This file provides an easy way to add custom menu entries. Simply type the
  257. # menu entries you want to add after this comment. Be careful not to change
  258. # the 'exec tail' line above.
  259. ### END /etc/grub.d/40_custom ###
  260. ### BEGIN /etc/grub.d/41_custom ###
  261. if [ -f ${config_directory}/custom.cfg ]; then
  262. source ${config_directory}/custom.cfg
  263. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  264. source $prefix/custom.cfg;
  265. fi
  266. ### END /etc/grub.d/41_custom ###
  267. --------------------------------------------------------------------------------
  268. =============================== sda2/etc/fstab: ================================
  269. --------------------------------------------------------------------------------
  270. # /etc/fstab: static file system information.
  271. #
  272. # Use 'blkid' to print the universally unique identifier for a
  273. # device; this may be used with UUID= as a more robust way to name devices
  274. # that works even if disks are added and removed. See fstab(5).
  275. #
  276. # <file system> <mount point> <type> <options> <dump> <pass>
  277. # / was on /dev/sda2 during installation
  278. UUID=97bf1c82-9cc8-4c3f-8ebb-0e1865e885a9 / ext4 errors=remount-ro 0 1
  279. # /boot was on /dev/sda1 during installation
  280. #UUID=76b419ee-21dc-485f-bcc0-2eb5bfc0e49e /boot ext4 defaults 0 2
  281. # /home was on /dev/sda4 during installation
  282. UUID=71437bdb-f979-44ca-aaaa-6dd02ae2e969 /home ext4 defaults 0 2
  283. # swap was on /dev/sda3 during installation
  284. UUID=b80a8e45-a471-4bbb-8bb0-eb0fe7eb8116 none swap sw 0 0
  285. # Auto Mount NFS Exports from DS212 @ 192.168.42.1 to /mnt
  286. 192.168.42.1:/ /mnt nfs auto 0 0
  287. UUID=76b419ee-21dc-485f-bcc0-2eb5bfc0e49e /boot ext4 defaults 0 2
  288. --------------------------------------------------------------------------------
  289. =============================== StdErr Messages: ===============================
  290. cat: write error: Broken pipe
  291. File descriptor 9 (/proc/6768/mounts) leaked on lvs invocation. Parent PID 14274: bash
  292. File descriptor 63 (pipe:[40177]) leaked on lvs invocation. Parent PID 14274: bash
  293. No volume groups found
  294. ADDITIONAL INFORMATION :
  295. =================== log of boot-info 2015-05-19__21h24 ===================
  296. boot-info version : 4ppa33
  297. boot-sav version : 4ppa33
  298. glade2script version : 3.2.2~ppa47~saucy
  299. boot-sav-extra version :
  300. File descriptor 9 (/proc/6768/mounts) leaked on lvs invocation. Parent PID 8373: /bin/sh
  301. No volume groups found
  302. boot-info is executed in installed-session (Linux Mint 17.1 Rebecca, rebecca, LinuxMint, x86_64)
  303. CPU op-mode(s): 32-bit, 64-bit
  304. BOOT_IMAGE=/vmlinuz-3.13.0-37-generic root=UUID=97bf1c82-9cc8-4c3f-8ebb-0e1865e885a9 ro quiet splash nomdmonddf nomdmonisw
  305. =================== os-prober:
  306. /dev/sda2:The OS now in use - Linux Mint 17.1 Rebecca CurrentSession:linux
  307. =================== blkid:
  308. /dev/sda1: UUID="76b419ee-21dc-485f-bcc0-2eb5bfc0e49e" TYPE="ext4"
  309. /dev/sda2: UUID="97bf1c82-9cc8-4c3f-8ebb-0e1865e885a9" TYPE="ext4"
  310. /dev/sda3: UUID="b80a8e45-a471-4bbb-8bb0-eb0fe7eb8116" TYPE="swap"
  311. /dev/sda4: UUID="71437bdb-f979-44ca-aaaa-6dd02ae2e969" TYPE="ext4"
  312. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  313. =================== /etc/grub.d/ :
  314. drwxr-xr-x 2 root root 4096 Nov 27 00:46 grub.d
  315. total 88
  316. -rwxr-xr-x 1 root root 9424 May 15 2014 00_header
  317. -rwxr-xr-x 1 root root 6058 May 8 2014 05_debian_theme
  318. -rwxr-xr-x 1 root root 1180 Oct 25 2014 06_mint_theme
  319. -rwxr-xr-x 1 root root 7500 May 19 21:03 10_linux
  320. -rwxr-xr-x 1 root root 10634 Oct 1 2012 10_lupin
  321. -rwxr-xr-x 1 root root 10412 May 15 2014 20_linux_xen
  322. -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
  323. -rwxr-xr-x 1 root root 11692 May 15 2014 30_os-prober
  324. -rwxr-xr-x 1 root root 1416 May 15 2014 30_uefi-firmware
  325. -rwxr-xr-x 1 root root 214 May 15 2014 40_custom
  326. -rwxr-xr-x 1 root root 216 May 15 2014 41_custom
  327. -rw-r--r-- 1 root root 483 May 15 2014 README
  328. =================== /etc/default/grub :
  329. # If you change this file, run 'update-grub' afterwards to update
  330. # /boot/grub/grub.cfg.
  331. # For full documentation of the options in this file, see:
  332. # info -f grub -n 'Simple configuration'
  333. GRUB_DEFAULT=0
  334. #GRUB_HIDDEN_TIMEOUT=0
  335. GRUB_HIDDEN_TIMEOUT_QUIET=true
  336. GRUB_TIMEOUT=30
  337. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  338. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  339. GRUB_CMDLINE_LINUX=""
  340. # Uncomment to enable BadRAM filtering, modify to suit your needs
  341. # This works with Linux (no patch required) and with any kernel that obtains
  342. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  343. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  344. # Uncomment to disable graphical terminal (grub-pc only)
  345. #GRUB_TERMINAL=console
  346. # The resolution used on graphical terminal
  347. # note that you can use only modes which your graphic card supports via VBE
  348. # you can see them in real GRUB with the command `vbeinfo'
  349. #GRUB_GFXMODE=640x480
  350. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  351. #GRUB_DISABLE_LINUX_UUID=true
  352. # Uncomment to disable generation of recovery mode menu entries
  353. #GRUB_DISABLE_RECOVERY="true"
  354. # Uncomment to get a beep at grub start
  355. #GRUB_INIT_TUNE="480 440 1"
  356. /boot detected in the fstab of sda2: UUID=76b419ee-21dc-485f-bcc0-2eb5bfc0e49e (sda1)
  357. =================== sda2/etc/mdadm/mdadm.conf :
  358. # mdadm.conf
  359. #
  360. # Please refer to mdadm.conf(5) for information about this file.
  361. #
  362. # by default (built-in), scan all partitions (/proc/partitions) and all
  363. # containers for MD superblocks. alternatively, specify devices to scan, using
  364. # wildcards if desired.
  365. #DEVICE partitions containers
  366. # auto-create devices with Debian standard permissions
  367. CREATE owner=root group=disk mode=0660 auto=yes
  368. # automatically tag new arrays as belonging to the local system
  369. HOMEHOST <system>
  370. # instruct the monitoring daemon where to send mail alerts
  371. MAILADDR root
  372. # definitions of existing MD arrays
  373. ARRAY /dev/md/2 metadata=1.2 UUID=fe475eaa:9eb5e67f:06219619:606c41c6 name=DS212:2
  374. # This file was auto-generated on Mon, 05 Jan 2015 19:18:59 +0200
  375. # by mkconf $Id$
  376. =================== sda2/proc/mdstat :
  377. Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
  378. unused devices: <none>
  379. =================== UEFI/Legacy mode:
  380. This installed-session is not in EFI-mode.
  381. SecureBoot disabled.
  382. =================== PARTITIONS & DISKS:
  383. sda2 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-has-goodBOOT, 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, .
  384. sda1 : sda, is-sepboot, grubenv-ok nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /boot.
  385. sda4 : 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.
  386. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  387. =================== parted -l:
  388. Model: ATA ST95005620AS (scsi)
  389. Disk /dev/sda: 500GB
  390. Sector size (logical/physical): 512B/512B
  391. Partition Table: msdos
  392. Number Start End Size Type File system Flags
  393. 1 1049kB 525MB 524MB primary ext4 boot
  394. 3 525MB 8914MB 8389MB primary linux-swap(v1)
  395. 2 8914MB 35.1GB 26.2GB primary ext4
  396. 4 35.1GB 500GB 465GB primary ext4
  397. =================== parted -lm:
  398. BYT;
  399. /dev/sda:500GB:scsi:512:512:msdos:ATA ST95005620AS;
  400. 1:1049kB:525MB:524MB:ext4::boot;
  401. 3:525MB:8914MB:8389MB:linux-swap(v1)::;
  402. 2:8914MB:35.1GB:26.2GB:ext4::;
  403. 4:35.1GB:500GB:465GB:ext4::;
  404. =================== lsblk:
  405. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  406. sda disk 465,8G ST95005620AS
  407. sda1 part ext4 499,7M 76b419ee-21dc-485f-bcc0-2eb5bfc0e49e
  408. sda2 part ext4 24,4G 97bf1c82-9cc8-4c3f-8ebb-0e1865e885a9
  409. sda3 part swap 7,8G b80a8e45-a471-4bbb-8bb0-eb0fe7eb8116
  410. sda4 part ext4 433G 71437bdb-f979-44ca-aaaa-6dd02ae2e969
  411. sr0 rom 1024M DVD+-RW GT10
  412. KNAME ROTA RO RM STATE MOUNTPOINT
  413. sda 1 0 0 running
  414. sda1 1 0 0 /boot
  415. sda2 1 0 0 /
  416. sda3 1 0 0 [SWAP]
  417. sda4 1 0 0 /home
  418. sr0 1 0 1 running
  419. =================== mount:
  420. /dev/sda2 on / type ext4 (rw,errors=remount-ro)
  421. proc on /proc type proc (rw,noexec,nosuid,nodev)
  422. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  423. none on /sys/fs/cgroup type tmpfs (rw)
  424. none on /sys/fs/fuse/connections type fusectl (rw)
  425. none on /sys/kernel/debug type debugfs (rw)
  426. none on /sys/kernel/security type securityfs (rw)
  427. udev on /dev type devtmpfs (rw,mode=0755)
  428. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  429. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  430. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  431. none on /run/shm type tmpfs (rw,nosuid,nodev)
  432. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  433. none on /sys/fs/pstore type pstore (rw)
  434. /dev/sda1 on /boot type ext4 (rw)
  435. /dev/sda4 on /home type ext4 (rw)
  436. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  437. rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
  438. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  439. 192.168.42.1:/ on /mnt type nfs (rw,vers=4,addr=192.168.42.1,clientaddr=192.168.42.199)
  440. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=johng)
  441. =================== ls:
  442. /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 sda3 sda4 size slaves stat subsystem trace uevent
  443. /sys/block/sr0 (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
  444. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom v4l vboxdrv vboxdrvu vboxnetctl vboxusb vga_arbiter vhci vhost-net video0 zero
  445. ls /dev/mapper: control
  446. ls: cannot access : No such file or directory
  447. =================== df -Th:
  448. Filesystem Type Size Used Avail Use% Mounted on
  449. /dev/sda2 ext4 24G 15G 8.1G 65% /
  450. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  451. udev devtmpfs 3.8G 12K 3.8G 1% /dev
  452. tmpfs tmpfs 779M 1.3M 778M 1% /run
  453. none tmpfs 5.0M 0 5.0M 0% /run/lock
  454. none tmpfs 3.9G 816K 3.9G 1% /run/shm
  455. none tmpfs 100M 20K 100M 1% /run/user
  456. /dev/sda1 ext4 476M 46M 402M 11% /boot
  457. /dev/sda4 ext4 427G 294G 111G 73% /home
  458. 192.168.42.1:/ nfs 2.4G 720M 1.6G 32% /mnt
  459. =================== fdisk -l:
  460. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  461. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  462. Units = sectors of 1 * 512 = 512 bytes
  463. Sector size (logical/physical): 512 bytes / 512 bytes
  464. I/O size (minimum/optimal): 512 bytes / 512 bytes
  465. Disk identifier: 0x000e45c4
  466. Device Boot Start End Blocks Id System
  467. /dev/sda1 * 2048 1025485 511719 83 Linux
  468. /dev/sda2 17410048 68610047 25600000 83 Linux
  469. /dev/sda3 1026048 17410047 8192000 82 Linux swap / Solaris
  470. /dev/sda4 68610048 976773119 454081536 83 Linux
  471. Partition table entries are not in disk order
  472. =================== Suggested repair
  473. The default repair of the Boot-Repair utility would reinstall the grub2 of sda2 into the MBR of sda, using the following options: sda1/boot,
  474. Additional repair would be performed: unhide-bootmenu-10s
  475. =================== User settings
  476. The settings chosen by the user will not act on the boot.
  477. pastebinit packages needed
  478. dpkg-preconfigure: unable to re-open stdin: No such file or directory