1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 31Jan2013]
  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. in partition 1 for (,msdos5)/boot/grub.
  6. => Grub2 (v2.00) is installed in the MBR of /dev/sdb and looks at sector 1 of
  7. the same hard drive for core.img. core.img is at this location and uses an
  8. embedded config file:
  9. ---------------------------------------------------------------------------
  10. search.fs_uuid 77e22413-557a-407a-b163-96e2afa0b532 root hd0,msdos5
  11. set prefix=($root)/boot/grub
  12. ---------------------------------------------------------------------------
  13. -----.
  14. sda1: __________________________________________________________________________
  15. File system: ntfs
  16. Boot sector type: Windows 7/2008: NTFS
  17. Boot sector info: No errors found in the Boot Parameter Block.
  18. Operating System:
  19. Boot files: /bootmgr /Boot/BCD
  20. sda2: __________________________________________________________________________
  21. File system: ntfs
  22. Boot sector type: Windows 7/2008: NTFS
  23. Boot sector info: No errors found in the Boot Parameter Block.
  24. Operating System: Windows 7
  25. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  26. sda3: __________________________________________________________________________
  27. File system: ntfs
  28. Boot sector type: Windows 7/2008: NTFS
  29. Boot sector info: No errors found in the Boot Parameter Block.
  30. Operating System:
  31. Boot files:
  32. sda4: __________________________________________________________________________
  33. File system: Extended Partition
  34. Boot sector type: Unknown
  35. Boot sector info:
  36. sda5: __________________________________________________________________________
  37. File system: ext4
  38. Boot sector type: -
  39. Boot sector info:
  40. Operating System: Linux Mint 14 Nadia
  41. Boot files: /boot/grub/grub.cfg /etc/fstab
  42. /boot/grub/i386-pc/core.img
  43. sda6: __________________________________________________________________________
  44. File system: swap
  45. Boot sector type: -
  46. Boot sector info:
  47. sdb1: __________________________________________________________________________
  48. File system: ntfs
  49. Boot sector type: Windows 2000/XP: NTFS
  50. Boot sector info: No errors found in the Boot Parameter Block.
  51. Operating System:
  52. Boot files:
  53. ============================ Drive/Partition Info: =============================
  54. Drive: sda _____________________________________________________________________
  55. Disk /dev/sda: 160.0 GB, 160041885696 bytes
  56. 255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
  57. Units = sectors of 1 * 512 = 512 bytes
  58. Sector size (logical/physical): 512 bytes / 512 bytes
  59. Partition Boot Start Sector End Sector # of Sectors Id System
  60. /dev/sda1 * 2,048 411,647 409,600 7 NTFS / exFAT / HPFS
  61. /dev/sda2 411,648 107,775,999 107,364,352 7 NTFS / exFAT / HPFS
  62. /dev/sda3 107,776,000 273,580,231 165,804,232 7 NTFS / exFAT / HPFS
  63. /dev/sda4 273,582,078 312,580,095 38,998,018 5 Extended
  64. /dev/sda5 273,582,080 308,389,887 34,807,808 83 Linux
  65. /dev/sda6 308,391,936 312,580,095 4,188,160 82 Linux swap / Solaris
  66. Drive: sdb _____________________________________________________________________
  67. Disk /dev/sdb: 2000.4 GB, 2000398843904 bytes
  68. 255 heads, 63 sectors/track, 243201 cylinders, total 3907028992 sectors
  69. Units = sectors of 1 * 512 = 512 bytes
  70. Sector size (logical/physical): 512 bytes / 512 bytes
  71. Partition Boot Start Sector End Sector # of Sectors Id System
  72. /dev/sdb1 * 63 3,907,024,064 3,907,024,002 7 NTFS / exFAT / HPFS
  73. "blkid" output: ________________________________________________________________
  74. Device UUID TYPE LABEL
  75. /dev/sda1 6EB0575BB057293B ntfs
  76. /dev/sda2 34185662185622E2 ntfs
  77. /dev/sda3 FEC28C44C28BFF61 ntfs DATA
  78. /dev/sda5 77e22413-557a-407a-b163-96e2afa0b532 ext4
  79. /dev/sda6 4909e979-a8d3-4a9f-9d9d-7412b58f7838 swap
  80. /dev/sdb1 01CB9B7E5720E7F0 ntfs SAMSUNG
  81. ================================ Mount points: =================================
  82. Device Mount_Point Type Options
  83. /dev/sda5 / ext4 (rw,errors=remount-ro)
  84. /dev/sdb1 /media/thom/SAMSUNG fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  85. =========================== sda5/boot/grub/grub.cfg: ===========================
  86. --------------------------------------------------------------------------------
  87. #
  88. # DO NOT EDIT THIS FILE
  89. #
  90. # It is automatically generated by grub-mkconfig using templates
  91. # from /etc/grub.d and settings from /etc/default/grub
  92. #
  93. ### BEGIN /etc/grub.d/00_header ###
  94. if [ -s $prefix/grubenv ]; then
  95. set have_grubenv=true
  96. load_env
  97. fi
  98. set default="0"
  99. if [ x"${feature_menuentry_id}" = xy ]; then
  100. menuentry_id_option="--id"
  101. else
  102. menuentry_id_option=""
  103. fi
  104. export menuentry_id_option
  105. if [ "${prev_saved_entry}" ]; then
  106. set saved_entry="${prev_saved_entry}"
  107. save_env saved_entry
  108. set prev_saved_entry=
  109. save_env prev_saved_entry
  110. set boot_once=true
  111. fi
  112. function savedefault {
  113. if [ -z "${boot_once}" ]; then
  114. saved_entry="${chosen}"
  115. save_env saved_entry
  116. fi
  117. }
  118. function recordfail {
  119. set recordfail=1
  120. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  121. }
  122. function load_video {
  123. if [ x$feature_all_video_module = xy ]; then
  124. insmod all_video
  125. else
  126. insmod efi_gop
  127. insmod efi_uga
  128. insmod ieee1275_fb
  129. insmod vbe
  130. insmod vga
  131. insmod video_bochs
  132. insmod video_cirrus
  133. fi
  134. }
  135. if [ x$feature_default_font_path = xy ] ; then
  136. font=unicode
  137. else
  138. insmod part_msdos
  139. insmod ext2
  140. set root='hd0,msdos5'
  141. if [ x$feature_platform_search_hint = xy ]; then
  142. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 77e22413-557a-407a-b163-96e2afa0b532
  143. else
  144. search --no-floppy --fs-uuid --set=root 77e22413-557a-407a-b163-96e2afa0b532
  145. fi
  146. font="/usr/share/grub/unicode.pf2"
  147. fi
  148. if loadfont $font ; then
  149. set gfxmode=auto
  150. load_video
  151. insmod gfxterm
  152. set locale_dir=$prefix/locale
  153. set lang=nl_NL
  154. insmod gettext
  155. fi
  156. terminal_output gfxterm
  157. if [ "${recordfail}" = 1 ]; then
  158. set timeout=10
  159. else
  160. set timeout=10
  161. fi
  162. ### END /etc/grub.d/00_header ###
  163. ### BEGIN /etc/grub.d/05_debian_theme ###
  164. set menu_color_normal=white/black
  165. set menu_color_highlight=black/light-gray
  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 14 Cinnamon 32-bit, 3.5.0-17-generic (/dev/sda5)' --class linuxmint --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,msdos5'
  206. if [ x$feature_platform_search_hint = xy ]; then
  207. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 77e22413-557a-407a-b163-96e2afa0b532
  208. else
  209. search --no-floppy --fs-uuid --set=root 77e22413-557a-407a-b163-96e2afa0b532
  210. fi
  211. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=77e22413-557a-407a-b163-96e2afa0b532 ro quiet splash $vt_handoff
  212. initrd /boot/initrd.img-3.5.0-17-generic
  213. }
  214. menuentry 'Linux Mint 14 Cinnamon 32-bit, 3.5.0-17-generic (/dev/sda5) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
  215. recordfail
  216. insmod gzio
  217. insmod part_msdos
  218. insmod ext2
  219. set root='hd0,msdos5'
  220. if [ x$feature_platform_search_hint = xy ]; then
  221. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 77e22413-557a-407a-b163-96e2afa0b532
  222. else
  223. search --no-floppy --fs-uuid --set=root 77e22413-557a-407a-b163-96e2afa0b532
  224. fi
  225. echo 'Loading Linux 3.5.0-17-generic ...'
  226. linux /boot/vmlinuz-3.5.0-17-generic root=UUID=77e22413-557a-407a-b163-96e2afa0b532 ro recovery nomodeset
  227. echo 'Loading initial ramdisk ...'
  228. initrd /boot/initrd.img-3.5.0-17-generic
  229. }
  230. ### END /etc/grub.d/10_linux ###
  231. ### BEGIN /etc/grub.d/10_lupin ###
  232. ### END /etc/grub.d/10_lupin ###
  233. ### BEGIN /etc/grub.d/20_linux_xen ###
  234. ### END /etc/grub.d/20_linux_xen ###
  235. ### BEGIN /etc/grub.d/20_memtest86+ ###
  236. menuentry "Memory test (memtest86+)" {
  237. insmod part_msdos
  238. insmod ext2
  239. set root='hd0,msdos5'
  240. if [ x$feature_platform_search_hint = xy ]; then
  241. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 77e22413-557a-407a-b163-96e2afa0b532
  242. else
  243. search --no-floppy --fs-uuid --set=root 77e22413-557a-407a-b163-96e2afa0b532
  244. fi
  245. linux16 /boot/memtest86+.bin
  246. }
  247. menuentry "Memory test (memtest86+, serial console 115200)" {
  248. insmod part_msdos
  249. insmod ext2
  250. set root='hd0,msdos5'
  251. if [ x$feature_platform_search_hint = xy ]; then
  252. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 77e22413-557a-407a-b163-96e2afa0b532
  253. else
  254. search --no-floppy --fs-uuid --set=root 77e22413-557a-407a-b163-96e2afa0b532
  255. fi
  256. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  257. }
  258. ### END /etc/grub.d/20_memtest86+ ###
  259. ### BEGIN /etc/grub.d/30_os-prober ###
  260. menuentry 'Windows 7 (loader) (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-chain-6EB0575BB057293B' {
  261. insmod part_msdos
  262. insmod ntfs
  263. set root='hd0,msdos1'
  264. if [ x$feature_platform_search_hint = xy ]; then
  265. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 6EB0575BB057293B
  266. else
  267. search --no-floppy --fs-uuid --set=root 6EB0575BB057293B
  268. fi
  269. chainloader +1
  270. }
  271. menuentry 'Windows 7 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-34185662185622E2' {
  272. insmod part_msdos
  273. insmod ntfs
  274. set root='hd0,msdos2'
  275. if [ x$feature_platform_search_hint = xy ]; then
  276. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 34185662185622E2
  277. else
  278. search --no-floppy --fs-uuid --set=root 34185662185622E2
  279. fi
  280. chainloader +1
  281. }
  282. ### END /etc/grub.d/30_os-prober ###
  283. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  284. ### END /etc/grub.d/30_uefi-firmware ###
  285. ### BEGIN /etc/grub.d/40_custom ###
  286. # This file provides an easy way to add custom menu entries. Simply type the
  287. # menu entries you want to add after this comment. Be careful not to change
  288. # the 'exec tail' line above.
  289. ### END /etc/grub.d/40_custom ###
  290. ### BEGIN /etc/grub.d/41_custom ###
  291. if [ -f ${config_directory}/custom.cfg ]; then
  292. source ${config_directory}/custom.cfg
  293. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  294. source $prefix/custom.cfg;
  295. fi
  296. ### END /etc/grub.d/41_custom ###
  297. --------------------------------------------------------------------------------
  298. =============================== sda5/etc/fstab: ================================
  299. --------------------------------------------------------------------------------
  300. # /etc/fstab: static file system information.
  301. #
  302. # Use 'blkid' to print the universally unique identifier for a
  303. # device; this may be used with UUID= as a more robust way to name devices
  304. # that works even if disks are added and removed. See fstab(5).
  305. #
  306. # <file system> <mount point> <type> <options> <dump> <pass>
  307. proc /proc proc nodev,noexec,nosuid 0 0
  308. # / was on /dev/sda5 during installation
  309. UUID=77e22413-557a-407a-b163-96e2afa0b532 / ext4 errors=remount-ro 0 1
  310. # swap was on /dev/sda6 during installation
  311. UUID=4909e979-a8d3-4a9f-9d9d-7412b58f7838 none swap sw 0 0
  312. --------------------------------------------------------------------------------
  313. =================== sda5: Location of files loaded by Grub: ====================
  314. GiB - GB File Fragment(s)
  315. 138.727439880 = 148.957454336 boot/grub/grub.cfg 1
  316. 138.862506866 = 149.102481408 boot/grub/i386-pc/core.img 1
  317. 131.283138275 = 140.964196352 boot/vmlinuz-3.5.0-17-generic 2
  318. 131.283138275 = 140.964196352 vmlinuz 2
  319. 133.538459778 = 143.385829376 boot/initrd.img-3.5.0-17-generic 1
  320. 133.538459778 = 143.385829376 initrd.img 1
  321. 133.538459778 = 143.385829376 initrd.img.old 1
  322. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  323. Unknown BootLoader on sda4
  324. 00000000 36 03 79 2e 43 d6 8b d0 06 b2 d0 bd ad 42 b0 00 |6.y.C........B..|
  325. 00000010 38 42 6e e4 1c be 1a 7d 2f 14 09 58 02 6b 41 04 |8Bn....}/..X.kA.|
  326. 00000020 a4 c7 9f bc 4a ed f6 e3 bb e9 59 07 3a f4 a1 4c |....J.....Y.:..L|
  327. 00000030 40 1b 35 93 58 51 1b b4 59 20 e8 61 a4 59 2b d5 |@.5.XQ..Y .a.Y+.|
  328. 00000040 4d dd da ed a1 23 0e b1 f1 ae 18 97 41 eb 79 7d |M....#......A.y}|
  329. 00000050 e3 dc 1a f0 80 dc 0c ec 97 30 4b 8d 29 99 7c df |.........0K.).|.|
  330. 00000060 93 e4 8b 1b b7 7a a6 c5 5a 43 cf 3c d1 4c a6 19 |.....z..ZC.<.L..|
  331. 00000070 df d0 3e 86 be 78 25 90 20 77 64 94 f3 f2 33 7e |..>..x%. wd...3~|
  332. 00000080 db e2 94 c8 54 60 9c 79 29 5a fd 2d e7 66 7b 82 |....T`.y)Z.-.f{.|
  333. 00000090 fb 0c 47 59 d4 f6 59 c8 15 e7 03 eb 38 4e d9 fb |..GY..Y.....8N..|
  334. 000000a0 c1 7b fc d3 92 c5 0d 9b 58 81 c7 72 b4 b2 21 fc |.{......X..r..!.|
  335. 000000b0 0e 68 b5 a5 c4 03 ee 10 78 a4 11 df ab 4c f5 49 |.h......x....L.I|
  336. 000000c0 dd c3 6b f7 14 a6 5e 23 cd 63 08 99 8f 45 e6 55 |..k...^#.c...E.U|
  337. 000000d0 59 c5 6d fd ac 0f ac 5e 90 f6 dd 82 fb f3 98 e9 |Y.m....^........|
  338. 000000e0 d9 53 e7 f9 cd 5c 09 16 78 59 bb bc 64 bd dc 2a |.S...\..xY..d..*|
  339. 000000f0 fc 20 25 9a 2c a9 aa 8f 0e 6b 81 6c b0 3c 22 66 |. %.,....k.l.<"f|
  340. 00000100 12 bf 81 7d 08 9b 4e 14 d4 a3 3c c0 9c 72 bc 81 |...}..N...<..r..|
  341. 00000110 ca 72 03 a9 fb c2 fd b4 64 4c b2 46 18 f3 d8 47 |.r......dL.F...G|
  342. 00000120 c9 9e f7 cb 7b 56 a0 bd 0d 3d bc 17 63 26 ba 74 |....{V...=..c&.t|
  343. 00000130 38 cd b2 f1 de 03 5e d7 4d 87 2c 95 97 df df 2a |8.....^.M.,....*|
  344. 00000140 c4 57 fa 60 7c 07 45 d6 79 a8 53 fa 47 9a c9 b2 |.W.`|.E.y.S.G...|
  345. 00000150 1b f6 ed 72 66 22 e1 9e b7 c1 fb a7 30 99 f5 6c |...rf"......0..l|
  346. 00000160 86 7c eb 17 82 bc 74 8d 26 f0 7c ae 5c aa ae fe |.|....t.&.|.\...|
  347. 00000170 61 a9 e6 5b 45 9d 6d 89 f5 46 6a 68 d6 51 fe 1a |a..[E.m..Fjh.Q..|
  348. 00000180 92 80 4c c8 5f 02 ce 87 03 52 73 9b a2 29 7a ec |..L._....Rs..)z.|
  349. 00000190 1c b2 9d 38 2f 3c 39 06 03 54 d7 e1 4a 00 c0 81 |...8/<9..T..J...|
  350. 000001a0 81 e3 dd 93 f9 b9 3f c9 ae ff cd b8 3d ba 11 e8 |......?.....=...|
  351. 000001b0 d4 9b 63 c3 1b 68 3d 58 de ca 61 70 46 c0 00 fe |..c..h=X..apF...|
  352. 000001c0 ff ff 83 fe ff ff 02 00 00 00 00 20 13 02 00 fe |........... ....|
  353. 000001d0 ff ff 05 fe ff ff 02 20 13 02 00 f0 3f 00 00 00 |....... ....?...|
  354. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  355. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  356. 00000200
  357. ========= Devices which don't seem to have a corresponding hard drive: =========
  358. sdc sdd sde sdf
  359. =============================== StdErr Messages: ===============================
  360. cat: write error: Broken pipe
  361. cat: write error: Broken pipe
  362. ADDITIONAL INFORMATION :
  363. =================== log of boot-repair 2013-03-25__13h45 ===================
  364. boot-repair version : 3.197~ppa43~quantal
  365. boot-sav version : 3.197~ppa43~quantal
  366. glade2script version : 3.2.2~ppa45~quantal
  367. boot-sav-extra version : 3.197~ppa43~quantal
  368. boot-repair is executed in installed-session (Linux Mint 14 Nadia, nadia, LinuxMint, i686)
  369. CPU op-mode(s): 32-bit, 64-bit
  370. BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic root=UUID=77e22413-557a-407a-b163-96e2afa0b532 ro quiet splash vt.handoff=7
  371. =================== os-prober:
  372. /dev/sda5:Het nu gebruikte besturingssysteem - Linux Mint 14 Nadia CurrentSession:linux
  373. /dev/sda1:Windows 7 (loader):Windows:chain
  374. =================== blkid:
  375. /dev/sda1: UUID="6EB0575BB057293B" TYPE="ntfs"
  376. /dev/sda2: UUID="34185662185622E2" TYPE="ntfs"
  377. /dev/sda3: LABEL="DATA" UUID="FEC28C44C28BFF61" TYPE="ntfs"
  378. /dev/sda5: UUID="77e22413-557a-407a-b163-96e2afa0b532" TYPE="ext4"
  379. /dev/sda6: UUID="4909e979-a8d3-4a9f-9d9d-7412b58f7838" TYPE="swap"
  380. /dev/sdb1: LABEL="SAMSUNG" UUID="01CB9B7E5720E7F0" TYPE="ntfs"
  381. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  382. Windows not detected by os-prober on sda2.
  383. Waarschuwing: uitgebreide partitie begint niet op een cilindergrens.
  384. DOS en Linux zullen de inhoud verschillend interpreteren.
  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 splash"
  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. =================== /etc/grub.d/ :
  414. drwxr-xr-x 2 root root 4096 mrt 14 17:04 grub.d
  415. totaal 84
  416. -rwxr-xr-x 1 root root 7541 okt 14 19:37 00_header
  417. -rwxr-xr-x 1 root root 5488 okt 4 11:30 05_debian_theme
  418. -rwxr-xr-x 1 root root 1183 okt 23 2011 06_mint_theme
  419. -rwxr-xr-x 1 root root 7500 mrt 25 13:37 10_linux
  420. -rwxr-xr-x 1 root root 10634 okt 1 15:44 10_lupin
  421. -rwxr-xr-x 1 root root 10258 okt 14 19:37 20_linux_xen
  422. -rwxr-xr-x 1 root root 1688 okt 11 16:10 20_memtest86+
  423. -rwxr-xr-x 1 root root 10976 okt 14 19:37 30_os-prober
  424. -rwxr-xr-x 1 root root 1426 okt 14 19:37 30_uefi-firmware
  425. -rwxr-xr-x 1 root root 214 okt 14 19:37 40_custom
  426. -rwxr-xr-x 1 root root 216 okt 14 19:37 41_custom
  427. -rw-r--r-- 1 root root 483 okt 14 19:37 README
  428. =================== UEFI/Legacy mode:
  429. This installed-session is not EFI-compatible.
  430. SecureBoot disabled.
  431. =================== PARTITIONS & DISKS:
  432. sda5 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
  433. sda1 : 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, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  434. 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.
  435. sda3 : 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, /mnt/boot-sav/sda3.
  436. sdb1 : sdb, 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/thom/SAMSUNG.
  437. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  438. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, no-os, 63 sectors * 512 bytes
  439. =================== parted -l:
  440. Model: ATA WDC WD1600JS-60M (scsi)
  441. Disk /dev/sda: 160GB
  442. Sector size (logical/physical): 512B/512B
  443. Partition Table: msdos
  444. Number Start End Size Type File system Flags
  445. 1 1049kB 211MB 210MB primary ntfs boot
  446. 2 211MB 55.2GB 55.0GB primary ntfs
  447. 3 55.2GB 140GB 84.9GB primary ntfs
  448. 4 140GB 160GB 20.0GB extended
  449. 5 140GB 158GB 17.8GB logical ext4
  450. 6 158GB 160GB 2144MB logical linux-swap(v1)
  451. Model: Samsung G3 Station (scsi)
  452. Disk /dev/sdb: 2000GB
  453. Sector size (logical/physical): 512B/512B
  454. Partition Table: msdos
  455. Number Start End Size Type File system Flags
  456. 1 32.3kB 2000GB 2000GB primary ntfs
  457. =================== parted -lm:
  458. BYT;
  459. /dev/sda:160GB:scsi:512:512:msdos:ATA WDC WD1600JS-60M;
  460. 1:1049kB:211MB:210MB:ntfs::boot;
  461. 2:211MB:55.2GB:55.0GB:ntfs::;
  462. 3:55.2GB:140GB:84.9GB:ntfs::;
  463. 4:140GB:160GB:20.0GB:::;
  464. 5:140GB:158GB:17.8GB:ext4::;
  465. 6:158GB:160GB:2144MB:linux-swap(v1)::;
  466. BYT;
  467. /dev/sdb:2000GB:scsi:512:512:msdos:Samsung G3 Station;
  468. 1:32.3kB:2000GB:2000GB:ntfs::;
  469. =================== mount:
  470. /dev/sda5 on / type ext4 (rw,errors=remount-ro)
  471. proc on /proc type proc (rw,noexec,nosuid,nodev)
  472. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  473. none on /sys/fs/fuse/connections type fusectl (rw)
  474. none on /sys/kernel/debug type debugfs (rw)
  475. none on /sys/kernel/security type securityfs (rw)
  476. udev on /dev type devtmpfs (rw,mode=0755)
  477. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  478. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  479. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  480. none on /run/shm type tmpfs (rw,nosuid,nodev)
  481. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  482. gvfsd-fuse on /run/user/thom/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=thom)
  483. /dev/sdb1 on /media/thom/SAMSUNG type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
  484. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  485. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  486. /dev/sda3 on /mnt/boot-sav/sda3 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  487. =================== ls:
  488. /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 size slaves stat subsystem trace uevent
  489. /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 sdb1 size slaves stat subsystem trace uevent
  490. /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
  491. /sys/block/sdd (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
  492. /sys/block/sde (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
  493. /sys/block/sdf (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
  494. /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
  495. /dev (filtered): alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dmmidi dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hpet input kmsg kvm log lp0 mapper mcelog mem midi net network_latency network_throughput null oldmem parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda4 sda5 sda6 sdb sdb1 sdc sdd sde sdf sg0 sg1 sg2 sg3 sg4 sg5 sg6 shm snapshot snd sr0 stderr stdin stdout uinput urandom usb vga_arbiter vhost-net zero
  496. ls /dev/mapper: control
  497. =================== hexdump -n512 -C /dev/sda1
  498. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  499. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  500. 00000020 00 00 00 00 80 00 80 00 ff 3f 06 00 00 00 00 00 |.........?......|
  501. 00000030 aa 42 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |.B..............|
  502. 00000040 f6 00 00 00 01 00 00 00 3b 29 57 b0 5b 57 b0 6e |........;)W.[W.n|
  503. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  504. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  505. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  506. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  507. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  508. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  509. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  510. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  511. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  512. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  513. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  514. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  515. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  516. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  517. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  518. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  519. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  520. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  521. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  522. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  523. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  524. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  525. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  526. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  527. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  528. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  529. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  530. 00000200
  531. =================== hexdump -n512 -C /dev/sda2
  532. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  533. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 48 06 00 |........?....H..|
  534. 00000020 00 00 00 00 80 00 80 00 ff 3f 66 06 00 00 00 00 |.........?f.....|
  535. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  536. 00000040 f6 00 00 00 01 00 00 00 e2 22 56 18 62 56 18 34 |........."V.bV.4|
  537. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  538. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  539. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  540. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  541. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  542. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  543. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  544. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  545. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  546. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  547. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  548. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  549. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  550. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  551. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  552. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  553. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  554. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  555. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  556. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  557. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  558. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  559. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  560. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  561. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  562. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  563. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  564. 00000200
  565. =================== hexdump -n512 -C /dev/sda3
  566. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  567. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 88 6c 06 |........?.....l.|
  568. 00000020 00 00 00 00 80 00 80 00 c0 f8 e1 09 00 00 00 00 |................|
  569. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  570. 00000040 f6 00 00 00 01 00 00 00 61 ff 8b c2 44 8c c2 fe |........a...D...|
  571. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  572. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  573. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  574. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  575. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  576. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  577. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  578. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  579. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  580. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  581. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  582. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  583. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  584. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  585. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  586. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  587. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  588. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  589. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  590. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 53 63 |t.............Sc|
  591. 00000190 68 69 6a 66 66 6f 75 74 00 0d 0a 62 6f 6f 74 6d |hijffout...bootm|
  592. 000001a0 67 72 20 6f 6e 74 62 72 65 65 6b 74 00 0d 0a 62 |gr ontbreekt...b|
  593. 000001b0 6f 6f 74 6d 67 72 20 67 65 63 6f 6d 70 72 69 6d |ootmgr gecomprim|
  594. 000001c0 65 65 72 64 00 0d 0a 44 72 75 6b 20 43 74 72 6c |eerd...Druk Ctrl|
  595. 000001d0 2b 41 6c 74 2b 44 65 6c 65 74 65 20 6f 6d 20 6f |+Alt+Delete om o|
  596. 000001e0 70 6e 69 65 75 77 20 74 65 20 73 74 61 72 74 65 |pnieuw te starte|
  597. 000001f0 6e 0d 0a 00 74 0d 0a 00 8c 99 ad c5 00 00 55 aa |n...t.........U.|
  598. 00000200
  599. =================== hexdump -n512 -C /dev/sdb1
  600. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  601. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
  602. 00000020 00 00 00 00 80 00 80 00 81 74 e0 e8 00 00 00 00 |.........t......|
  603. 00000030 03 00 00 00 00 00 00 00 48 07 8e 0e 00 00 00 00 |........H.......|
  604. 00000040 f6 00 00 00 01 00 00 00 f0 e7 20 57 7e 9b cb 01 |.......... W~...|
  605. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb b8 c0 07 |.....3.....|....|
  606. 00000060 8e d8 e8 16 00 b8 00 0d 8e c0 33 db c6 06 0e 00 |..........3.....|
  607. 00000070 10 e8 53 00 68 00 0d 68 6a 02 cb 8a 16 24 00 b4 |..S.h..hj....$..|
  608. 00000080 08 cd 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 |...s......f...@f|
  609. 00000090 0f b6 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f |.....?.......Af.|
  610. 000000a0 b7 c9 66 f7 e1 66 a3 20 00 c3 b4 41 bb aa 55 8a |..f..f. ...A..U.|
  611. 000000b0 16 24 00 cd 13 72 0f 81 fb 55 aa 75 09 f6 c1 01 |.$...r...U.u....|
  612. 000000c0 74 04 fe 06 14 00 c3 66 60 1e 06 66 a1 10 00 66 |t......f`..f...f|
  613. 000000d0 03 06 1c 00 66 3b 06 20 00 0f 82 3a 00 1e 66 6a |....f;. ...:..fj|
  614. 000000e0 00 66 50 06 53 66 68 10 00 01 00 80 3e 14 00 00 |.fP.Sfh.....>...|
  615. 000000f0 0f 85 0c 00 e8 b3 ff 80 3e 14 00 00 0f 84 61 00 |........>.....a.|
  616. 00000100 b4 42 8a 16 24 00 16 1f 8b f4 cd 13 66 58 5b 07 |.B..$.......fX[.|
  617. 00000110 66 58 66 58 1f eb 2d 66 33 d2 66 0f b7 0e 18 00 |fXfX..-f3.f.....|
  618. 00000120 66 f7 f1 fe c2 8a ca 66 8b d0 66 c1 ea 10 f7 36 |f......f..f....6|
  619. 00000130 1a 00 86 d6 8a 16 24 00 8a e8 c0 e4 06 0a cc b8 |......$.........|
  620. 00000140 01 02 cd 13 0f 82 19 00 8c c0 05 20 00 8e c0 66 |........... ...f|
  621. 00000150 ff 06 10 00 ff 0e 0e 00 0f 85 6f ff 07 1f 66 61 |..........o...fa|
  622. 00000160 c3 a0 f8 01 e8 09 00 a0 fb 01 e8 03 00 fb eb fe |................|
  623. 00000170 b4 01 8b f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 |.....<.t........|
  624. 00000180 eb f2 c3 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 |.....A disk read|
  625. 00000190 20 65 72 72 6f 72 20 6f 63 63 75 72 72 65 64 00 | error occurred.|
  626. 000001a0 0d 0a 4e 54 4c 44 52 20 69 73 20 6d 69 73 73 69 |..NTLDR is missi|
  627. 000001b0 6e 67 00 0d 0a 4e 54 4c 44 52 20 69 73 20 63 6f |ng...NTLDR is co|
  628. 000001c0 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 73 |mpressed...Press|
  629. 000001d0 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f | Ctrl+Alt+Del to|
  630. 000001e0 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 00 | restart........|
  631. 000001f0 00 00 00 00 00 00 00 00 83 a0 b3 c9 00 00 55 aa |..............U.|
  632. 00000200
  633. =================== df -Th:
  634. Filesystem Type Size Used Avail Use% Mounted on
  635. /dev/sda5 ext4 17G 4.0G 12G 26% /
  636. udev devtmpfs 1001M 12K 1001M 1% /dev
  637. tmpfs tmpfs 404M 1.1M 403M 1% /run
  638. none tmpfs 5.0M 0 5.0M 0% /run/lock
  639. none tmpfs 1008M 752K 1008M 1% /run/shm
  640. none tmpfs 100M 20K 100M 1% /run/user
  641. /dev/sdb1 fuseblk 1.9T 352G 1.5T 19% /media/thom/SAMSUNG
  642. /dev/sda1 fuseblk 200M 29M 172M 15% /mnt/boot-sav/sda1
  643. /dev/sda2 fuseblk 52G 41G 11G 80% /mnt/boot-sav/sda2
  644. /dev/sda3 fuseblk 80G 13G 67G 17% /mnt/boot-sav/sda3
  645. =================== fdisk -l:
  646. Disk /dev/sda: 160.0 GB, 160041885696 bytes
  647. 255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
  648. Units = sectors of 1 * 512 = 512 bytes
  649. Sector size (logical/physical): 512 bytes / 512 bytes
  650. I/O size (minimum/optimal): 512 bytes / 512 bytes
  651. Disk identifier: 0x0000bd38
  652. Device Boot Start End Blocks Id System
  653. /dev/sda1 * 2048 411647 204800 7 HPFS/NTFS/exFAT
  654. /dev/sda2 411648 107775999 53682176 7 HPFS/NTFS/exFAT
  655. /dev/sda3 107776000 273580231 82902116 7 HPFS/NTFS/exFAT
  656. /dev/sda4 273582078 312580095 19499009 5 Extended
  657. /dev/sda5 273582080 308389887 17403904 83 Linux
  658. /dev/sda6 308391936 312580095 2094080 82 Linux swap / Solaris
  659. Disk /dev/sdb: 2000.4 GB, 2000398843904 bytes
  660. 255 heads, 63 sectors/track, 243201 cylinders, total 3907028992 sectors
  661. Units = sectors of 1 * 512 = 512 bytes
  662. Sector size (logical/physical): 512 bytes / 512 bytes
  663. I/O size (minimum/optimal): 512 bytes / 512 bytes
  664. Disk identifier: 0x211c16ca
  665. Device Boot Start End Blocks Id System
  666. /dev/sdb1 63 3907024064 1953512001 7 HPFS/NTFS/exFAT
  667. =================== Recommended repair
  668. Recommended-Repair
  669. This setting will reinstall the grub2 of sda5 into the MBRs of all disks (except USB without OS).
  670. The boot flag will be placed on sdb1.
  671. Additional repair will be performed: unhide-bootmenu-10s fix-windows-boot
  672. parted /dev/sdb set 1 boot on
  673. Opmerking: Het kan nodig zijn /etc/fstab bij te werken.
  674. Quantity of real Windows: 1
  675. WinSE in sda2
  676. Copied Win boot files from sda1 to sda2
  677. Reinstall the GRUB of sda5 into all MBRs of disks with OS or not-USB
  678. grub-install.real (GRUB) 2.00-7ubuntu11,grub-install.
  679. Reinstall the GRUB of sda5 into the MBR of sdb
  680. Installation finished. No error reported.
  681. grub-install /dev/sdb: exit code of grub-install /dev/sdb:0
  682. grub-install.real (GRUB) 2.00-7ubuntu11,grub-install.
  683. Reinstall the GRUB of sda5 into the MBR of sda
  684. /usr/sbin/grub-bios-setup: warning: this LDM has no Embedding Partition; embedding won't be possible.
  685. /usr/sbin/grub-bios-setup: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
  686. /usr/sbin/grub-bios-setup: error: will not proceed with blocklists.
  687. grub-install /dev/sda: exit code of grub-install /dev/sda:1
  688. dd if=/dev/sda bs=512 count=1 skip=6 | hd
  689. 00000000 00 9a cf 00 ff ff 00 00 00 92 cf 00 ff ff 00 00 |................|
  690. 00000010 00 9e 00 00 ff ff 00 00 00 92 00 00 27 00 f4 89 |............'...|
  691. 00000020 00 00 fa 31 c0 8e d8 67 66 0f 01 15 1c 8a 00 00 |...1...gf.......|
  692. 00000030 0f 20 c0 66 83 c8 01 0f 22 c0 66 ea 42 8a 00 00 |. .f....".f.B...|
  693. 00000040 08 00 66 b8 10 00 8e d8 8e c0 8e e0 8e e8 8e d0 |..f.............|
  694. 00000050 8b 04 24 a3 f0 1f 00 00 a1 f0 89 00 00 89 c4 89 |..$.............|
  695. 00000060 c5 a1 f0 1f 00 00 89 04 24 31 c0 c3 0f 01 15 1c |........$1......|
  696. 00000070 8a 00 00 89 e0 a3 f0 89 00 00 8b 04 24 a3 f0 1f |............$...|
  697. 00000080 00 00 b8 f0 1f 00 00 89 c4 89 c5 66 b8 20 00 8e |...........f. ..|
  698. 00000090 d8 8e c0 8e e0 8e e8 8e d0 ea a0 8a 00 00 18 00 |................|
  699. 000000a0 0f 20 c0 66 83 e0 fe 0f 22 c0 66 ea b2 8a 00 00 |. .f....".f.....|
  700. 000000b0 00 00 66 31 c0 8e d8 8e c0 8e e0 8e e8 8e d0 fb |..f1............|
  701. 000000c0 66 c3 e8 a5 ff ff ff bf 72 04 89 05 ea f0 ff 00 |f.......r.......|
  702. 000000d0 f0 89 c2 e8 82 00 00 00 38 c2 75 01 c3 55 e8 89 |........8.u..U..|
  703. 000000e0 ff ff ff b8 00 24 84 d2 74 01 40 cd 15 66 e8 2f |.....$[email protected]./|
  704. 000000f0 ff ff ff 5d e8 61 00 00 00 38 c2 75 01 c3 e4 92 |...].a...8.u....|
  705. 00000100 24 fc 84 d2 74 02 0c 02 e6 92 84 d2 74 09 e8 47 |$...t.......t..G|
  706. 00000110 00 00 00 38 c2 75 12 c3 e4 64 24 02 75 fa e4 64 |...8.u...d$.u..d|
  707. 00000120 24 01 74 04 e4 60 eb f6 c3 e8 ea ff ff ff b0 d1 |$.t..`..........|
  708. 00000130 e6 64 e4 64 24 02 75 fa b0 dd 84 d2 74 02 0c 02 |.d.d$.u.....t...|
  709. 00000140 e6 60 e8 d1 ff ff ff b0 ff e6 64 e8 c8 ff ff ff |.`........d.....|
  710. 00000150 e8 05 00 00 00 38 c2 75 84 c3 b9 64 00 00 00 e8 |.....8.u...d....|
  711. 00000160 07 00 00 00 38 c2 74 02 e2 f5 c3 53 51 31 c0 bb |....8.t....SQ1..|
  712. 00000170 00 80 00 00 53 8a 0b 81 c3 00 00 10 00 8a 03 5b |....S..........[|
  713. 00000180 88 c5 fe cd 88 2b e6 80 e6 80 53 81 c3 00 00 10 |.....+....S.....|
  714. 00000190 00 8a 2b 28 e8 34 01 5b 88 0b 59 5b c3 8d 04 83 |..+(.4.[..Y[....|
  715. 000001a0 89 c1 8b 01 8b 55 f4 c1 ea 0b f7 e2 3b 45 f0 76 |.....U......;E.v|
  716. 000001b0 28 89 45 f4 ba 00 08 00 00 2b 11 c1 ea 05 01 11 |(.E......+......|
  717. 000001c0 f8 9c 81 7d f4 00 00 00 01 73 0c c1 65 f0 08 ac |...}.....s..e...|
  718. 000001d0 88 45 f0 c1 65 f4 08 9d c3 29 45 f4 29 45 f0 8b |.E..e....)E.)E..|
  719. 000001e0 11 c1 ea 05 29 11 f9 eb d8 0f b6 c9 31 d2 52 42 |....).......1.RB|
  720. 000001f0 52 50 51 52 01 d0 e8 a2 ff ff ff 5a 59 73 09 8b |RPQR.......ZYs..|
  721. 00000200
  722. dd if=/dev/sda bs=512 count=1 skip=312581807 | hd
  723. 512 bytes (512 B) copied00000000 50 52 49 56 48 45 41 44 00 00 2c c4 00 02 00 0c |PRIVHEAD..,.....|
  724. 00000010 01 cc 93 c2 84 a0 59 5e 00 00 00 00 00 00 00 01 |......Y^........|
  725. 00000020 00 00 00 00 00 00 07 ff 00 00 00 00 00 00 07 40 |...............@|
  726. 00000030 37 64 34 35 62 35 30 33 2d 66 66 62 34 2d 31 31 |7d45b503-ffb4-11|
  727. 00000040 65 30 2d 39 35 32 35 2d 30 30 31 61 34 62 34 37 |e0-9525-001a4b47|
  728. 00000050 35 66 39 38 00 00 00 00 00 00 00 00 00 00 00 00 |5f98............|
  729. 00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  730. 00000070 31 62 37 37 64 61 32 30 2d 63 37 31 37 2d 31 31 |1b77da20-c717-11|
  731. 00000080 64 30 2d 61 35 62 65 2d 30 30 61 30 63 39 31 64 |d0-a5be-00a0c91d|
  732. 00000090 62 37 33 63 00 00 00 00 00 00 00 00 00 00 00 00 |b73c............|
  733. 000000a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  734. 000000b0 37 64 34 35 62 35 30 32 2d 66 66 62 34 2d 31 31 |7d45b502-ffb4-11|
  735. 000000c0 65 30 2d 39 35 32 35 2d 30 30 31 61 34 62 34 37 |e0-9525-001a4b47|
  736. 000000d0 35 66 39 38 00 00 00 00 00 00 00 00 00 00 00 00 |5f98............|
  737. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  738. 000000f0 58 42 4d 43 2d 44 67 30 00 00 00 00 00 00 00 00 |XBMC-Dg0........|
  739. 00000100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  740. 00000110 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  741. 00000120 00 00 3f 00 00 00 00 12 a1 96 71 00 00 00 00 12 |..?.......q.....|
  742. 00000130 a1 96 b0 00 00 00 00 00 00 08 00 00 00 00 00 00 |................|
  743. 00000140 00 00 02 00 00 00 00 00 00 07 fd 00 00 00 01 00 |................|
  744. 00000150 00 00 01 00 00 00 00 00 00 05 c9 00 00 00 00 00 |................|
  745. 00000160 00 00 e0 00 00 bd 38 00 00 00 00 00 00 00 00 00 |......8.........|
  746. 00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  747. *
  748. 00000200
  749. LDM-blocker gedetecteerd. Maak een reservekopie van uw gegevens voordat u deze operatie uitvoert. Wilt u doorgaan? yes
  750. dd if=/dev/zero of=/dev/sda bs=512 seek=312581807 count=1
  751. Installation finished. No error reported.
  752. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  753. update-grub
  754. Generating grub.cfg ...
  755. Found linux image: /boot/vmlinuz-3.5.0-17-generic
  756. Found initrd image: /boot/initrd.img-3.5.0-17-generic
  757. Found memtest86+ image: /boot/memtest86+.bin
  758. Found Windows 7 (loader) on /dev/sda1
  759. Found Windows 7 (loader) on /dev/sda2
  760. Unhide GRUB boot menu in sda5/boot/grub/grub.cfg
  761. Repareren van Boot is geslaagd.
  762. U kunt uw computer nu herstarten.
  763. Vergeet niet uw BIOS zo in te stellen dat er opgestart wordt van schijf sda (160GB)!
  764. De opstartbestanden van [Het nu gebruikte besturingssysteem - Linux Mint 14 Nadia] liggen ver verwijderd van het begin van de schijf. Mogelijk kan de BIOS ze niet vinden. U kunt het opnieuw proberen nadat u een /boot-partitie heeft aangemaakt (EXT4, >200MB, begin van de schijf). Dit kan uitgevoerd worden via hulpmiddelen zoals gParted. Selecteer daarna deze partitie via de optie [Aparte /boot-partitie:] van [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)