1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v1.99) 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. in partition 94 for .
  6. sda1: __________________________________________________________________________
  7. File system: vfat
  8. Boot sector type: Dell Utility: FAT16
  9. Boot sector info: No errors found in the Boot Parameter Block.
  10. Operating System:
  11. Boot files: /DELLBIO.BIN /DELLRMK.BIN /COMMAND.COM
  12. sda2: __________________________________________________________________________
  13. File system: ntfs
  14. Boot sector type: Windows 7/2008: NTFS
  15. Boot sector info: No errors found in the Boot Parameter Block.
  16. Operating System: Windows Vista
  17. Boot files: /Windows/System32/winload.exe
  18. sda3: __________________________________________________________________________
  19. File system: ntfs
  20. Boot sector type: Windows 7/2008: NTFS
  21. Boot sector info: No errors found in the Boot Parameter Block.
  22. Operating System: Windows 7
  23. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  24. sda4: __________________________________________________________________________
  25. File system: Extended Partition
  26. Boot sector type: Unknown
  27. Boot sector info:
  28. sda5: __________________________________________________________________________
  29. File system: ntfs
  30. Boot sector type: Windows Vista: NTFS
  31. Boot sector info: According to the info in the boot sector, sda5 starts
  32. at sector 63.
  33. Operating System:
  34. Boot files:
  35. sda6: __________________________________________________________________________
  36. File system: ext4
  37. Boot sector type: -
  38. Boot sector info:
  39. Operating System: Linux Mint 16 Petra
  40. Boot files: /boot/grub/grub.cfg /etc/fstab
  41. /boot/grub/i386-pc/core.img
  42. sda7: __________________________________________________________________________
  43. File system: swap
  44. Boot sector type: -
  45. Boot sector info:
  46. sda8: __________________________________________________________________________
  47. File system: ext4
  48. Boot sector type: -
  49. Boot sector info:
  50. Operating System:
  51. Boot files:
  52. ============================ Drive/Partition Info: =============================
  53. Drive: sda _____________________________________________________________________
  54. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  55. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  56. Units = sectors of 1 * 512 = 512 bytes
  57. Sector size (logical/physical): 512 bytes / 512 bytes
  58. Partition Boot Start Sector End Sector # of Sectors Id System
  59. /dev/sda1 63 240,974 240,912 de Dell Utility
  60. /dev/sda2 241,664 31,698,943 31,457,280 7 NTFS / exFAT / HPFS
  61. /dev/sda3 * 31,698,944 341,891,063 310,192,120 7 NTFS / exFAT / HPFS
  62. /dev/sda4 341,891,070 976,771,071 634,880,002 f W95 Extended (LBA)
  63. /dev/sda5 456,663,760 976,771,071 520,107,312 7 NTFS / exFAT / HPFS
  64. /dev/sda6 341,891,072 390,723,583 48,832,512 83 Linux
  65. /dev/sda7 390,725,632 400,492,543 9,766,912 82 Linux swap / Solaris
  66. /dev/sda8 400,494,592 456,663,039 56,168,448 83 Linux
  67. "blkid" output: ________________________________________________________________
  68. Device UUID TYPE LABEL
  69. /dev/sda1 07D9-0B0D vfat DellUtility
  70. /dev/sda2 3E9EE9EA9EE99AA3 ntfs RECOVERY
  71. /dev/sda3 568AED358AED1273 ntfs OS
  72. /dev/sda5 F64CB9E34CB99F35 ntfs VARU
  73. /dev/sda6 2b84467a-6b34-4e89-9444-bcfc23b6a0ff ext4
  74. /dev/sda7 4ceebcfd-6b3d-48d9-a4b9-722e53f016fb swap
  75. /dev/sda8 cf872ee5-5547-4f10-80d2-01f30cb2990b ext4
  76. /dev/sr1 iso9660 EMT Internet
  77. ================================ Mount points: =================================
  78. Device Mount_Point Type Options
  79. /dev/sda5 /media/hirax/VARU fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  80. /dev/sda6 / ext4 (rw,errors=remount-ro)
  81. /dev/sda8 /home ext4 (rw)
  82. =========================== sda6/boot/grub/grub.cfg: ===========================
  83. --------------------------------------------------------------------------------
  84. #
  85. # DO NOT EDIT THIS FILE
  86. #
  87. # It is automatically generated by grub-mkconfig using templates
  88. # from /etc/grub.d and settings from /etc/default/grub
  89. #
  90. ### BEGIN /etc/grub.d/00_header ###
  91. if [ -s $prefix/grubenv ]; then
  92. set have_grubenv=true
  93. load_env
  94. fi
  95. set default="0"
  96. if [ x"${feature_menuentry_id}" = xy ]; then
  97. menuentry_id_option="--id"
  98. else
  99. menuentry_id_option=""
  100. fi
  101. export menuentry_id_option
  102. if [ "${prev_saved_entry}" ]; then
  103. set saved_entry="${prev_saved_entry}"
  104. save_env saved_entry
  105. set prev_saved_entry=
  106. save_env prev_saved_entry
  107. set boot_once=true
  108. fi
  109. function savedefault {
  110. if [ -z "${boot_once}" ]; then
  111. saved_entry="${chosen}"
  112. save_env saved_entry
  113. fi
  114. }
  115. function recordfail {
  116. set recordfail=1
  117. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  118. }
  119. function load_video {
  120. if [ x$feature_all_video_module = xy ]; then
  121. insmod all_video
  122. else
  123. insmod efi_gop
  124. insmod efi_uga
  125. insmod ieee1275_fb
  126. insmod vbe
  127. insmod vga
  128. insmod video_bochs
  129. insmod video_cirrus
  130. fi
  131. }
  132. if [ x$feature_default_font_path = xy ] ; then
  133. font=unicode
  134. else
  135. insmod part_msdos
  136. insmod ext2
  137. set root='hd0,msdos6'
  138. if [ x$feature_platform_search_hint = xy ]; then
  139. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 2b84467a-6b34-4e89-9444-bcfc23b6a0ff
  140. else
  141. search --no-floppy --fs-uuid --set=root 2b84467a-6b34-4e89-9444-bcfc23b6a0ff
  142. fi
  143. font="/usr/share/grub/unicode.pf2"
  144. fi
  145. if loadfont $font ; then
  146. set gfxmode=auto
  147. load_video
  148. insmod gfxterm
  149. set locale_dir=$prefix/locale
  150. set lang=et_EE
  151. insmod gettext
  152. fi
  153. terminal_output gfxterm
  154. if [ "${recordfail}" = 1 ]; then
  155. set timeout=10
  156. else
  157. set timeout=10
  158. fi
  159. ### END /etc/grub.d/00_header ###
  160. ### BEGIN /etc/grub.d/05_debian_theme ###
  161. set menu_color_normal=white/black
  162. set menu_color_highlight=black/light-gray
  163. if background_color 0,0,0; then
  164. clear
  165. fi
  166. ### END /etc/grub.d/05_debian_theme ###
  167. ### BEGIN /etc/grub.d/06_mint_theme ###
  168. set menu_color_normal=white/black
  169. set menu_color_highlight=white/light-gray
  170. ### END /etc/grub.d/06_mint_theme ###
  171. ### BEGIN /etc/grub.d/10_linux ###
  172. function gfxmode {
  173. set gfxpayload="$1"
  174. if [ "$1" = "keep" ]; then
  175. set vt_handoff=vt.handoff=7
  176. else
  177. set vt_handoff=
  178. fi
  179. }
  180. if [ ${recordfail} != 1 ]; then
  181. if [ -e ${prefix}/gfxblacklist.txt ]; then
  182. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  183. if [ ${match} = 0 ]; then
  184. set linux_gfx_mode=keep
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. else
  192. set linux_gfx_mode=keep
  193. fi
  194. else
  195. set linux_gfx_mode=text
  196. fi
  197. export linux_gfx_mode
  198. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  199. menuentry 'Linux Mint 16 KDE 64-bit, 3.11.0-12-generic (/dev/sda6)' --class ubuntu --class gnu-linux --class gnu --class os {
  200. recordfail
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. insmod part_msdos
  204. insmod ext2
  205. set root='hd0,msdos6'
  206. if [ x$feature_platform_search_hint = xy ]; then
  207. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 2b84467a-6b34-4e89-9444-bcfc23b6a0ff
  208. else
  209. search --no-floppy --fs-uuid --set=root 2b84467a-6b34-4e89-9444-bcfc23b6a0ff
  210. fi
  211. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=2b84467a-6b34-4e89-9444-bcfc23b6a0ff ro quiet radeon.dpm=1
  212. initrd /boot/initrd.img-3.11.0-12-generic
  213. }
  214. menuentry 'Linux Mint 16 KDE 64-bit, 3.11.0-12-generic (/dev/sda6) -- recovery mode' --class ubuntu --class gnu-linux --class gnu --class os {
  215. recordfail
  216. insmod gzio
  217. insmod part_msdos
  218. insmod ext2
  219. set root='hd0,msdos6'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 2b84467a-6b34-4e89-9444-bcfc23b6a0ff
  222. else
  223. search --no-floppy --fs-uuid --set=root 2b84467a-6b34-4e89-9444-bcfc23b6a0ff
  224. fi
  225. echo 'Loading Linux 3.11.0-12-generic ...'
  226. linux /boot/vmlinuz-3.11.0-12-generic root=UUID=2b84467a-6b34-4e89-9444-bcfc23b6a0ff ro recovery nomodeset
  227. echo 'Loading initial ramdisk ...'
  228. initrd /boot/initrd.img-3.11.0-12-generic
  229. }
  230. ### END /etc/grub.d/10_linux ###
  231. ### BEGIN /etc/grub.d/20_linux_xen ###
  232. ### END /etc/grub.d/20_linux_xen ###
  233. ### BEGIN /etc/grub.d/20_memtest86+ ###
  234. menuentry 'Memory test (memtest86+)' {
  235. insmod part_msdos
  236. insmod ext2
  237. set root='hd0,msdos6'
  238. if [ x$feature_platform_search_hint = xy ]; then
  239. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 2b84467a-6b34-4e89-9444-bcfc23b6a0ff
  240. else
  241. search --no-floppy --fs-uuid --set=root 2b84467a-6b34-4e89-9444-bcfc23b6a0ff
  242. fi
  243. linux16 /boot/memtest86+.bin
  244. }
  245. menuentry 'Memory test (memtest86+, serial console 115200)' {
  246. insmod part_msdos
  247. insmod ext2
  248. set root='hd0,msdos6'
  249. if [ x$feature_platform_search_hint = xy ]; then
  250. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6 2b84467a-6b34-4e89-9444-bcfc23b6a0ff
  251. else
  252. search --no-floppy --fs-uuid --set=root 2b84467a-6b34-4e89-9444-bcfc23b6a0ff
  253. fi
  254. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  255. }
  256. ### END /etc/grub.d/20_memtest86+ ###
  257. ### BEGIN /etc/grub.d/30_os-prober ###
  258. menuentry 'Windows 7 (loader) (on /dev/sda3)' --class windows --class os $menuentry_id_option 'osprober-chain-568AED358AED1273' {
  259. insmod part_msdos
  260. insmod ntfs
  261. set root='hd0,msdos3'
  262. if [ x$feature_platform_search_hint = xy ]; then
  263. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 568AED358AED1273
  264. else
  265. search --no-floppy --fs-uuid --set=root 568AED358AED1273
  266. fi
  267. chainloader +1
  268. }
  269. ### END /etc/grub.d/30_os-prober ###
  270. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  271. ### END /etc/grub.d/30_uefi-firmware ###
  272. ### BEGIN /etc/grub.d/40_custom ###
  273. # This file provides an easy way to add custom menu entries. Simply type the
  274. # menu entries you want to add after this comment. Be careful not to change
  275. # the 'exec tail' line above.
  276. ### END /etc/grub.d/40_custom ###
  277. ### BEGIN /etc/grub.d/41_custom ###
  278. if [ -f ${config_directory}/custom.cfg ]; then
  279. source ${config_directory}/custom.cfg
  280. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  281. source $prefix/custom.cfg;
  282. fi
  283. ### END /etc/grub.d/41_custom ###
  284. --------------------------------------------------------------------------------
  285. =============================== sda6/etc/fstab: ================================
  286. --------------------------------------------------------------------------------
  287. # /etc/fstab: static file system information.
  288. #
  289. # Use 'blkid' to print the universally unique identifier for a
  290. # device; this may be used with UUID= as a more robust way to name devices
  291. # that works even if disks are added and removed. See fstab(5).
  292. #
  293. # <file system> <mount point> <type> <options> <dump> <pass>
  294. # / was on /dev/sda6 during installation
  295. UUID=2b84467a-6b34-4e89-9444-bcfc23b6a0ff / ext4 errors=remount-ro 0 1
  296. # /home was on /dev/sda8 during installation
  297. UUID=cf872ee5-5547-4f10-80d2-01f30cb2990b /home ext4 defaults 0 2
  298. # swap was on /dev/sda7 during installation
  299. UUID=4ceebcfd-6b3d-48d9-a4b9-722e53f016fb none swap sw 0 0
  300. --------------------------------------------------------------------------------
  301. =================== sda6: Location of files loaded by Grub: ====================
  302. GiB - GB File Fragment(s)
  303. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  304. Unknown BootLoader on sda4
  305. 00000000 81 59 00 00 82 59 00 00 83 59 00 00 fe ff ff ff |.Y...Y...Y......|
  306. 00000010 fe ff ff ff fe ff ff ff fe ff ff ff 88 59 00 00 |.............Y..|
  307. 00000020 fe ff ff ff 8a 59 00 00 8b 59 00 00 8c 59 00 00 |.....Y...Y...Y..|
  308. 00000030 8d 59 00 00 8e 59 00 00 8f 59 00 00 fe ff ff ff |.Y...Y...Y......|
  309. 00000040 fe ff ff ff fe ff ff ff 93 59 00 00 fe ff ff ff |.........Y......|
  310. 00000050 fe ff ff ff fe ff ff ff 97 59 00 00 98 59 00 00 |.........Y...Y..|
  311. 00000060 99 59 00 00 9a 59 00 00 9b 59 00 00 9c 59 00 00 |.Y...Y...Y...Y..|
  312. 00000070 9d 59 00 00 9e 59 00 00 9f 59 00 00 a0 59 00 00 |.Y...Y...Y...Y..|
  313. 00000080 fe ff ff ff fe ff ff ff fe ff ff ff fe ff ff ff |................|
  314. 00000090 a5 59 00 00 a6 59 00 00 a7 59 00 00 a8 59 00 00 |.Y...Y...Y...Y..|
  315. 000000a0 a9 59 00 00 aa 59 00 00 ab 59 00 00 ac 59 00 00 |.Y...Y...Y...Y..|
  316. 000000b0 ad 59 00 00 ae 59 00 00 af 59 00 00 b0 59 00 00 |.Y...Y...Y...Y..|
  317. 000000c0 b1 59 00 00 b2 59 00 00 b3 59 00 00 b4 59 00 00 |.Y...Y...Y...Y..|
  318. 000000d0 b5 59 00 00 b6 59 00 00 b7 59 00 00 fe ff ff ff |.Y...Y...Y......|
  319. 000000e0 fe ff ff ff ba 59 00 00 bb 59 00 00 bc 59 00 00 |.....Y...Y...Y..|
  320. 000000f0 bd 59 00 00 be 59 00 00 bf 59 00 00 c0 59 00 00 |.Y...Y...Y...Y..|
  321. 00000100 c1 59 00 00 c2 59 00 00 c3 59 00 00 c4 59 00 00 |.Y...Y...Y...Y..|
  322. 00000110 c5 59 00 00 c6 59 00 00 c7 59 00 00 c8 59 00 00 |.Y...Y...Y...Y..|
  323. 00000120 c9 59 00 00 ca 59 00 00 cb 59 00 00 cc 59 00 00 |.Y...Y...Y...Y..|
  324. 00000130 cd 59 00 00 ce 59 00 00 cf 59 00 00 d0 59 00 00 |.Y...Y...Y...Y..|
  325. 00000140 d1 59 00 00 d2 59 00 00 d3 59 00 00 d4 59 00 00 |.Y...Y...Y...Y..|
  326. 00000150 d5 59 00 00 d6 59 00 00 fe ff ff ff fe ff ff ff |.Y...Y..........|
  327. 00000160 d9 59 00 00 da 59 00 00 db 59 00 00 dc 59 00 00 |.Y...Y...Y...Y..|
  328. 00000170 dd 59 00 00 de 59 00 00 df 59 00 00 e0 59 00 00 |.Y...Y...Y...Y..|
  329. 00000180 e1 59 00 00 e2 59 00 00 fe ff ff ff fe ff ff ff |.Y...Y..........|
  330. 00000190 fe ff ff ff fe ff ff ff e7 59 00 00 fe ff ff ff |.........Y......|
  331. 000001a0 e9 59 00 00 ea 59 00 00 eb 59 00 00 ec 59 00 00 |.Y...Y...Y...Y..|
  332. 000001b0 ed 59 00 00 ee 59 00 00 fe ff ff ff fe ff 00 fe |.Y...Y..........|
  333. 000001c0 ff ff 07 fe ff ff d2 4a d7 06 30 35 00 1f 00 fe |.......J..05....|
  334. 000001d0 ff ff 05 fe ff ff 01 00 00 00 01 20 e9 02 00 00 |........... ....|
  335. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  336. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  337. 00000200
  338. ========= Devices which don't seem to have a corresponding hard drive: =========
  339. sdb
  340. =============================== StdErr Messages: ===============================
  341. cat: /tmp/BootInfo-LHtxEd2y/Tmp_Log: No such file or directory
  342. File descriptor 10 (/proc/24071/mounts) leaked on lvscan invocation. Parent PID 5984: bash
  343. No volume groups found
  344. ADDITIONAL INFORMATION :
  345. =================== log of boot-repair 2014-06-02__01h17 ===================
  346. boot-repair version : 3.199~ppa40~saucy
  347. boot-sav version : 3.199~ppa40~saucy
  348. glade2script version : 3.2.2~ppa47~saucy
  349. boot-sav-extra version :
  350. File descriptor 10 (/proc/24071/mounts) leaked on lvs invocation. Parent PID 25552: /bin/sh
  351. No volume groups found
  352. boot-repair is executed in installed-session (Linux Mint 16 Petra, petra, LinuxMint, x86_64)
  353. CPU op-mode(s): 32-bit, 64-bit
  354. BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic root=UUID=2b84467a-6b34-4e89-9444-bcfc23b6a0ff ro quiet radeon.dpm=1
  355. =================== os-prober:
  356. /dev/sda6:The OS now in use - Linux Mint 16 Petra CurrentSession:linux
  357. /dev/sda3:Windows 7 (loader):Windows:chain
  358. =================== blkid:
  359. /dev/sda1: SEC_TYPE="msdos" LABEL="DellUtility" UUID="07D9-0B0D" TYPE="vfat"
  360. /dev/sda2: LABEL="RECOVERY" UUID="3E9EE9EA9EE99AA3" TYPE="ntfs"
  361. /dev/sda3: LABEL="OS" UUID="568AED358AED1273" TYPE="ntfs"
  362. /dev/sda5: LABEL="VARU" UUID="F64CB9E34CB99F35" TYPE="ntfs"
  363. /dev/sda6: UUID="2b84467a-6b34-4e89-9444-bcfc23b6a0ff" TYPE="ext4"
  364. /dev/sda7: UUID="4ceebcfd-6b3d-48d9-a4b9-722e53f016fb" TYPE="swap"
  365. /dev/sda8: UUID="cf872ee5-5547-4f10-80d2-01f30cb2990b" TYPE="ext4"
  366. /dev/sr1: LABEL="EMT Internet" TYPE="iso9660"
  367. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  368. Windows not detected by os-prober on sda2.
  369. Hoiatus: extended partitsioon ei alga silindri piirilt.
  370. DOS ja Linux interpreteerivad selle sisu erinevalt.
  371. =================== /etc/grub.d/ :
  372. drwxr-xr-x 2 root root 4096 mai 9 01:38 grub.d
  373. kokku 72
  374. -rwxr-xr-x 1 root root 7850 okt 10 2013 00_header
  375. -rwxr-xr-x 1 root root 5949 aug 15 2013 05_debian_theme
  376. -rwxr-xr-x 1 root root 1183 okt 23 2011 06_mint_theme
  377. -rwxr-xr-x 1 root root 7500 mai 31 22:59 10_linux
  378. -rwxr-xr-x 1 root root 10258 okt 10 2013 20_linux_xen
  379. -rwxr-xr-x 1 root root 1798 juuni 17 2013 20_memtest86+
  380. -rwxr-xr-x 1 root root 11531 okt 10 2013 30_os-prober
  381. -rwxr-xr-x 1 root root 1426 okt 10 2013 30_uefi-firmware
  382. -rwxr-xr-x 1 root root 214 okt 10 2013 40_custom
  383. -rwxr-xr-x 1 root root 216 okt 10 2013 41_custom
  384. -rw-r--r-- 1 root root 483 okt 10 2013 README
  385. =================== /etc/default/grub :
  386. # If you change this file, run 'update-grub' afterwards to update
  387. # /boot/grub/grub.cfg.
  388. # For full documentation of the options in this file, see:
  389. # info -f grub -n 'Simple configuration'
  390. GRUB_DEFAULT=0
  391. #GRUB_HIDDEN_TIMEOUT=0
  392. GRUB_HIDDEN_TIMEOUT_QUIET=true
  393. GRUB_TIMEOUT=10
  394. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  395. GRUB_CMDLINE_LINUX_DEFAULT="quiet radeon.dpm=1"
  396. GRUB_CMDLINE_LINUX=""
  397. # Uncomment to enable BadRAM filtering, modify to suit your needs
  398. # This works with Linux (no patch required) and with any kernel that obtains
  399. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  400. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  401. # Uncomment to disable graphical terminal (grub-pc only)
  402. #GRUB_TERMINAL=console
  403. # The resolution used on graphical terminal
  404. # note that you can use only modes which your graphic card supports via VBE
  405. # you can see them in real GRUB with the command `vbeinfo'
  406. #GRUB_GFXMODE=640x480
  407. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  408. #GRUB_DISABLE_LINUX_UUID=true
  409. # Uncomment to disable generation of recovery mode menu entries
  410. #GRUB_DISABLE_RECOVERY="true"
  411. # Uncomment to get a beep at grub start
  412. #GRUB_INIT_TUNE="480 440 1"
  413. =================== UEFI/Legacy mode:
  414. This installed-session is not in EFI-mode.
  415. SecureBoot disabled.
  416. =================== PARTITIONS & DISKS:
  417. sda6 : 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, farbios, .
  418. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  419. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
  420. sda3 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /media/hirax/OS.
  421. sda5 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /media/hirax/VARU.
  422. sda8 : 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.
  423. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  424. =================== parted -l:
  425. Model: ATA ST9500325AS (scsi)
  426. Disk /dev/sda: 500GB
  427. Sector size (logical/physical): 512B/512B
  428. Partition Table: msdos
  429. Number Start End Size Type File system Flags
  430. 1 32.3kB 123MB 123MB primary fat16 diag
  431. 2 124MB 16.2GB 16.1GB primary ntfs
  432. 3 16.2GB 175GB 159GB primary ntfs boot
  433. 4 175GB 500GB 325GB extended lba
  434. 6 175GB 200GB 25.0GB logical ext4
  435. 7 200GB 205GB 5001MB logical linux-swap(v1)
  436. 8 205GB 234GB 28.8GB logical ext4
  437. 5 234GB 500GB 266GB logical ntfs
  438. Warning: Unable to open /dev/sr1 read-write (Read-only file system). /dev/sr1
  439. has been opened read-only.
  440. Warning: The driver descriptor says the physical block size is 512 bytes, but
  441. Linux says it is 2048 bytes.
  442. =================== parted -lm:
  443. BYT;
  444. /dev/sda:500GB:scsi:512:512:msdos:ATA ST9500325AS;
  445. 1:32.3kB:123MB:123MB:fat16::diag;
  446. 2:124MB:16.2GB:16.1GB:ntfs::;
  447. 3:16.2GB:175GB:159GB:ntfs::boot;
  448. 4:175GB:500GB:325GB:::lba;
  449. 6:175GB:200GB:25.0GB:ext4::;
  450. 7:200GB:205GB:5001MB:linux-swap(v1)::;
  451. 8:205GB:234GB:28.8GB:ext4::;
  452. 5:234GB:500GB:266GB:ntfs::;
  453. Warning: Unable to open /dev/sr1 read-write (Read-only file system). /dev/sr1
  454. has been opened read-only.
  455. Warning: The driver descriptor says the physical block size is 512 bytes, but
  456. Linux says it is 2048 bytes.
  457. =================== mount:
  458. /dev/sda6 on / type ext4 (rw,errors=remount-ro)
  459. proc on /proc type proc (rw,noexec,nosuid,nodev)
  460. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  461. none on /sys/fs/cgroup type tmpfs (rw)
  462. none on /sys/fs/fuse/connections type fusectl (rw)
  463. none on /sys/kernel/debug type debugfs (rw)
  464. none on /sys/kernel/security type securityfs (rw)
  465. udev on /dev type devtmpfs (rw,mode=0755)
  466. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  467. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  468. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  469. none on /run/shm type tmpfs (rw,nosuid,nodev)
  470. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  471. none on /sys/fs/pstore type pstore (rw)
  472. /dev/sda8 on /home type ext4 (rw)
  473. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  474. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  475. /dev/sda3 on /media/hirax/OS type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  476. /dev/sda5 on /media/hirax/VARU type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  477. /dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw)
  478. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  479. =================== ls:
  480. /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 sda5 sda6 sda7 sda8 size slaves stat subsystem trace uevent
  481. /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
  482. /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
  483. /sys/block/sr1 (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
  484. /dev (filtered): autofs block bsg btrfs-control bus cdc-wdm0 cdrom char console core cpu cpu_dma_latency disk dri ecryptfs fb0 fd full fuse fw0 hidraw0 hpet input kmsg log mapper mcelog mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sdb serial sg0 sg1 sg2 sg3 shm snapshot snd sr0 sr1 stderr stdin stdout zero uinput urandom v4l vga_arbiter vhost-net video0
  485. ls /dev/mapper: control
  486. =================== hexdump -n512 -C /dev/sda1
  487. 00000000 eb 54 90 44 65 6c 6c 20 38 2e 30 00 02 04 01 00 |.T.Dell 8.0.....|
  488. 00000010 02 00 02 00 00 f8 eb 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
  489. 00000020 10 ad 03 00 80 01 29 0d 0b d9 07 44 65 6c 6c 55 |......)....DellU|
  490. 00000030 74 69 6c 69 74 79 46 41 54 31 36 20 20 20 10 00 |tilityFAT16 ..|
  491. 00000040 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  492. 00000050 00 00 00 00 00 00 33 c0 8e d0 bc 00 07 fc b9 80 |......3.........|
  493. 00000060 00 8e d8 be 00 7c b8 00 20 8e c0 33 ff f3 66 a5 |.....|.. ..3..f.|
  494. 00000070 ea 75 00 00 20 8e d8 be cc 01 b8 01 02 b9 01 00 |.u.. ...........|
  495. 00000080 b6 00 8a 16 24 00 bb 00 02 cd 13 0f 82 0c 01 80 |....$...........|
  496. 00000090 3e c2 03 06 74 0e c6 06 c2 03 06 b8 01 03 cd 13 |>...t...........|
  497. 000000a0 0f 82 f7 00 66 0f b7 06 0e 00 66 03 06 1c 00 66 |....f.....f....f|
  498. 000000b0 0f b7 0e 16 00 66 d1 e1 66 03 c1 66 a3 46 00 66 |.....f..f..f.F.f|
  499. 000000c0 0f b7 0e 11 00 89 0e 52 00 83 c1 0f c1 e9 04 88 |.......R........|
  500. 000000d0 0e 40 00 66 03 c1 66 a3 4e 00 b8 00 30 a3 44 00 |[email protected].|
  501. 000000e0 8e c0 e8 d4 00 33 db b9 0b 00 be e1 01 8b fb f3 |.....3..........|
  502. 000000f0 a6 74 0f 83 c3 20 ff 0e 52 00 75 eb be d7 01 e9 |.t... ..R.u.....|
  503. 00000100 99 00 26 8b 47 1a a3 54 00 a1 16 00 a3 52 00 66 |..&.G..T.....R.f|
  504. 00000110 0f b7 06 0e 00 66 03 06 1c 00 66 a3 46 00 a1 52 |.....f....f.F..R|
  505. 00000120 00 3d 40 00 76 02 b0 40 a2 40 00 e8 8b 00 66 0f |.=@.v..@[email protected].|
  506. 00000130 b6 06 40 00 66 01 06 46 00 29 06 52 00 74 09 c1 |[email protected].).R.t..|
  507. 00000140 e0 05 01 06 44 00 eb d6 c7 06 44 00 70 00 a0 0d |....D.....D.p...|
  508. 00000150 00 a2 40 00 66 0f b7 06 54 00 66 83 e8 02 66 0f |[email protected].|
  509. 00000160 b6 0e 0d 00 66 f7 e1 66 03 06 4e 00 66 a3 46 00 |....f..f..N.f.F.|
  510. 00000170 e8 46 00 8b 36 54 00 b8 00 30 d1 e6 73 03 05 00 |.F..6T...0..s...|
  511. 00000180 10 8e c0 26 ad 3d f8 ff 73 16 a3 54 00 0f b6 06 |...&.=..s..T....|
  512. 00000190 0d 00 c1 e0 09 01 06 42 00 eb b9 e8 0d 00 eb fe |.......B........|
  513. 000001a0 8a 16 24 00 33 ed ea 00 00 70 00 b4 0e ac bb 07 |..$.3....p......|
  514. 000001b0 00 cd 10 80 3c 00 75 f3 c3 b4 42 8a 16 24 00 be |....<.u...B..$..|
  515. 000001c0 3e 00 cd 13 72 01 c3 be cc 01 eb cf 44 69 73 6b |>...r.......Disk|
  516. 000001d0 20 65 72 72 6f 72 00 4e 6f 20 6c 6f 61 64 65 72 | error.No loader|
  517. 000001e0 00 44 45 4c 4c 42 49 4f 20 42 49 4e 00 00 00 00 |.DELLBIO BIN....|
  518. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  519. 00000200
  520. =================== hexdump -n512 -C /dev/sda2
  521. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  522. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 b0 03 00 |........?.......|
  523. 00000020 00 00 00 00 80 00 80 00 ff ff df 01 00 00 00 00 |................|
  524. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  525. 00000040 f6 00 00 00 01 00 00 00 a3 9a e9 9e ea e9 9e 3e |...............>|
  526. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  527. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  528. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  529. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  530. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  531. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  532. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  533. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  534. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  535. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  536. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  537. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  538. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  539. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  540. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  541. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  542. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  543. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  544. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  545. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  546. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  547. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  548. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  549. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  550. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  551. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  552. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  553. 00000200
  554. =================== hexdump -n512 -C /dev/sda3
  555. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  556. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 b0 e3 01 |........?.......|
  557. 00000020 00 00 00 00 80 00 80 00 f7 27 7d 12 00 00 00 00 |.........'}.....|
  558. 00000030 00 00 0c 00 00 00 00 00 ed 10 f1 01 00 00 00 00 |................|
  559. 00000040 f6 00 00 00 01 00 00 00 73 12 ed 8a 35 ed 8a 56 |........s...5..V|
  560. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  561. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  562. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  563. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  564. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  565. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  566. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  567. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  568. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  569. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  570. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  571. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  572. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  573. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  574. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  575. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  576. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  577. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  578. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  579. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  580. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  581. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  582. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  583. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  584. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  585. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  586. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  587. 00000200
  588. =================== hexdump -n512 -C /dev/sda5
  589. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  590. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
  591. 00000020 00 00 00 00 80 00 80 00 2f 35 00 1f 00 00 00 00 |......../5......|
  592. 00000030 45 93 ed 02 00 00 00 00 25 df 45 02 00 00 00 00 |E.......%.E.....|
  593. 00000040 f6 00 00 00 01 00 00 00 35 9f b9 4c e3 b9 4c f6 |........5..L..L.|
  594. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  595. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  596. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  597. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 d2 00 1e 83 ec |U.u.....u.......|
  598. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  599. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  600. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  601. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  602. 000000d0 40 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |@.+.w......f#.u-|
  603. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  604. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  605. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a e9 6a 01 |U...h..fa.....j.|
  606. 00000110 90 90 66 60 1e 06 66 a1 11 00 66 03 06 1c 00 1e |..f`..f...f.....|
  607. 00000120 66 68 00 00 00 00 66 50 06 53 68 01 00 68 10 00 |fh....fP.Sh..h..|
  608. 00000130 b4 42 8a 16 0e 00 16 1f 8b f4 cd 13 66 59 5b 5a |.B..........fY[Z|
  609. 00000140 66 59 66 59 1f 0f 82 16 00 66 ff 06 11 00 03 16 |fYfY.....f......|
  610. 00000150 0f 00 8e c2 ff 0e 16 00 75 bc 07 1f 66 61 c3 a0 |........u...fa..|
  611. 00000160 f8 01 e8 08 00 a0 fb 01 e8 02 00 eb fe b4 01 8b |................|
  612. 00000170 f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 |..<.t...........|
  613. 00000180 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 20 65 72 |..A disk read er|
  614. 00000190 72 6f 72 20 6f 63 63 75 72 72 65 64 00 0d 0a 42 |ror occurred...B|
  615. 000001a0 4f 4f 54 4d 47 52 20 69 73 20 6d 69 73 73 69 6e |OOTMGR is missin|
  616. 000001b0 67 00 0d 0a 42 4f 4f 54 4d 47 52 20 69 73 20 63 |g...BOOTMGR is c|
  617. 000001c0 6f 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 |ompressed...Pres|
  618. 000001d0 73 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 |s Ctrl+Alt+Del t|
  619. 000001e0 6f 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 |o restart.......|
  620. 000001f0 00 00 00 00 00 00 00 00 80 9d b2 ca 00 00 55 aa |..............U.|
  621. 00000200
  622. =================== df -Th:
  623. Filesystem Type Size Used Avail Use% Mounted on
  624. /dev/sda6 ext4 23G 8.0G 14G 37% /
  625. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  626. udev devtmpfs 1.9G 12K 1.9G 1% /dev
  627. tmpfs tmpfs 392M 1.4M 391M 1% /run
  628. none tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  629. none tmpfs 2.0G 84K 2.0G 1% /run/shm
  630. none tmpfs 100M 8.0K 100M 1% /run/user
  631. /dev/sda8 ext4 27G 1.5G 24G 6% /home
  632. /dev/sda3 fuseblk 148G 80G 69G 54% /media/hirax/OS
  633. /dev/sda5 fuseblk 249G 117G 132G 48% /media/hirax/VARU
  634. /dev/sda1 vfat 118M 8.6M 109M 8% /mnt/boot-sav/sda1
  635. /dev/sda2 fuseblk 15G 7.1G 8.0G 48% /mnt/boot-sav/sda2
  636. =================== fdisk -l:
  637. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  638. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  639. Units = sectors of 1 * 512 = 512 bytes
  640. Sector size (logical/physical): 512 bytes / 512 bytes
  641. I/O size (minimum/optimal): 512 bytes / 512 bytes
  642. Disk identifier: 0x28000000
  643. Device Boot Start End Blocks Id System
  644. /dev/sda1 63 240974 120456 de Dell Utility
  645. /dev/sda2 241664 31698943 15728640 7 HPFS/NTFS/exFAT
  646. /dev/sda3 * 31698944 341891063 155096060 7 HPFS/NTFS/exFAT
  647. /dev/sda4 341891070 976771071 317440001 f W95 Ext'd (LBA)
  648. /dev/sda5 456663760 976771071 260053656 7 HPFS/NTFS/exFAT
  649. /dev/sda6 341891072 390723583 24416256 83 Linux
  650. /dev/sda7 390725632 400492543 4883456 82 Linux swap / Solaris
  651. /dev/sda8 400494592 456663039 28084224 83 Linux
  652. Partition table entries are not in disk order
  653. =================== Recommended repair
  654. Recommended-Repair
  655. This setting will reinstall the grub2 of sda6 into the MBR of sda.
  656. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  657. Quantity of real Windows: 2
  658. *******lspci -nnk | grep -iA3 vga
  659. 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV710/M92 [Mobility Radeon HD 4530/4570/545v] [1002:9553]
  660. Subsystem: Dell Mobility Radeon HD 4570 [1028:02be]
  661. Kernel driver in use: radeon
  662. 01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] RV710/730 HDMI Audio [Radeon HD 4000 series] [1002:aa38]
  663. *******
  664. grub-install (GRUB) 2.00-19ubuntu2.1,grub-install (GRUB) 2.
  665. Reinstall the GRUB of sda6 into the MBR of sda
  666. /usr/sbin/grub-bios-setup: warning: Sector 32 is already in use by the program `FlexNet'; avoiding it. This software may cause boot or other problems in future. Please ask its authors not to store data in the boot track.
  667. /usr/sbin/grub-bios-setup: warning: Sector 33 is already in use by the program `FlexNet'; avoiding it. This software may cause boot or other problems in future. Please ask its authors not to store data in the boot track.
  668. Installation finished. No error reported.
  669. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  670. FlexNet detected. Please backup your data before this operation. Do you want to continue? yes
  671. dd if=/dev/sda of=/var/log/boot-sav/log/2014-06-02__01h17boot-repair04/sda/before_wiping.img bs=512 count=62 seek=1
  672. 62+0 kirjet sisse
  673. 62+0 kirjet välja
  674. WIPE sda : 62 sectors * 512 bytes
  675. dd if=/dev/zero of=/dev/sda bs=512 count=62 seek=1
  676. 62+0 kirjet sisse
  677. 62+0 kirjet välja
  678. Installation finished. No error reported.
  679. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  680. update-grub
  681. Generating grub.cfg ...
  682. Found linux image: /boot/vmlinuz-3.11.0-12-generic
  683. Found initrd image: /boot/initrd.img-3.11.0-12-generic
  684. Found memtest86+ image: /boot/memtest86+.bin
  685. File descriptor 10 (/proc/24071/mounts) leaked on lvs invocation. Parent PID 938: /bin/sh
  686. No volume groups found
  687. Found Windows 7 (loader) on /dev/sda3
  688. Unhide GRUB boot menu in sda6/boot/grub/grub.cfg
  689. Boot successfully repaired.
  690. You can now reboot your computer.
  691. The boot files of [The OS now in use - Linux Mint 16 Petra] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)
  692. pastebinit packages needed
  693. dpkg-preconfigure: unable to re-open stdin: No such file or directory