1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Nov2014]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos1)/boot/grub.
  6. sda1: __________________________________________________________________________
  7. File system: ext4
  8. Boot sector type: -
  9. Boot sector info:
  10. Operating System: Zorin OS 9
  11. Boot files: /boot/grub/grub.cfg /etc/fstab
  12. /boot/grub/i386-pc/core.img
  13. sda2: __________________________________________________________________________
  14. File system: Extended Partition
  15. Boot sector type: Unknown
  16. Boot sector info:
  17. sda5: __________________________________________________________________________
  18. File system: ntfs
  19. Boot sector type: Windows 2000/XP: NTFS
  20. Boot sector info: According to the info in the boot sector, sda5 starts
  21. at sector 63.
  22. Operating System: Windows XP
  23. Boot files: /boot.ini /ntldr /NTDETECT.COM
  24. sda6: __________________________________________________________________________
  25. File system: swap
  26. Boot sector type: -
  27. Boot sector info:
  28. ============================ Drive/Partition Info: =============================
  29. Drive: sda _____________________________________________________________________
  30. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  31. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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 * 63 371,093,812 371,093,750 83 Linux
  36. /dev/sda2 371,095,550 488,375,999 117,280,450 f W95 Extended (LBA)
  37. /dev/sda5 429,302,223 488,375,999 59,073,777 7 NTFS / exFAT / HPFS
  38. /dev/sda6 371,095,552 429,301,759 58,206,208 82 Linux swap / Solaris
  39. "blkid" output: ________________________________________________________________
  40. Device UUID TYPE LABEL
  41. /dev/sda1 4abe63d4-1702-4aa1-81e4-50a558e69755 ext4
  42. /dev/sda5 46384A45384A33E9 ntfs
  43. /dev/sda6 71be00f0-f953-4cb1-8b65-82ecced90248 swap
  44. /dev/zram0 0a8241aa-59d0-4e6a-96f9-ec7e4e335939 swap
  45. ========================= "ls -l /dev/disk/by-id" output: ======================
  46. total 0
  47. lrwxrwxrwx 1 root root 9 Dec 22 12:21 ata-ASUS_DRW-20B1ST -> ../../sr0
  48. lrwxrwxrwx 1 root root 9 Dec 22 12:22 ata-SAMSUNG_HD252HJ_S17HJ90QA11026 -> ../../sda
  49. lrwxrwxrwx 1 root root 10 Dec 22 12:21 ata-SAMSUNG_HD252HJ_S17HJ90QA11026-part1 -> ../../sda1
  50. lrwxrwxrwx 1 root root 10 Dec 22 12:21 ata-SAMSUNG_HD252HJ_S17HJ90QA11026-part2 -> ../../sda2
  51. lrwxrwxrwx 1 root root 10 Dec 22 12:22 ata-SAMSUNG_HD252HJ_S17HJ90QA11026-part5 -> ../../sda5
  52. lrwxrwxrwx 1 root root 10 Dec 22 12:21 ata-SAMSUNG_HD252HJ_S17HJ90QA11026-part6 -> ../../sda6
  53. lrwxrwxrwx 1 root root 9 Dec 22 12:22 wwn-0x50000f000b1a0162 -> ../../sda
  54. lrwxrwxrwx 1 root root 10 Dec 22 12:21 wwn-0x50000f000b1a0162-part1 -> ../../sda1
  55. lrwxrwxrwx 1 root root 10 Dec 22 12:21 wwn-0x50000f000b1a0162-part2 -> ../../sda2
  56. lrwxrwxrwx 1 root root 10 Dec 22 12:22 wwn-0x50000f000b1a0162-part5 -> ../../sda5
  57. lrwxrwxrwx 1 root root 10 Dec 22 12:21 wwn-0x50000f000b1a0162-part6 -> ../../sda6
  58. ================================ Mount points: =================================
  59. Device Mount_Point Type Options
  60. /dev/sda1 / ext4 (rw,errors=remount-ro)
  61. =========================== sda1/boot/grub/grub.cfg: ===========================
  62. --------------------------------------------------------------------------------
  63. #
  64. # DO NOT EDIT THIS FILE
  65. #
  66. # It is automatically generated by grub-mkconfig using templates
  67. # from /etc/grub.d and settings from /etc/default/grub
  68. #
  69. ### BEGIN /etc/grub.d/00_header ###
  70. if [ -s $prefix/grubenv ]; then
  71. set have_grubenv=true
  72. load_env
  73. fi
  74. if [ "${next_entry}" ] ; then
  75. set default="${next_entry}"
  76. set next_entry=
  77. save_env next_entry
  78. set boot_once=true
  79. else
  80. set default="0"
  81. fi
  82. if [ x"${feature_menuentry_id}" = xy ]; then
  83. menuentry_id_option="--id"
  84. else
  85. menuentry_id_option=""
  86. fi
  87. export menuentry_id_option
  88. if [ "${prev_saved_entry}" ]; then
  89. set saved_entry="${prev_saved_entry}"
  90. save_env saved_entry
  91. set prev_saved_entry=
  92. save_env prev_saved_entry
  93. set boot_once=true
  94. fi
  95. function savedefault {
  96. if [ -z "${boot_once}" ]; then
  97. saved_entry="${chosen}"
  98. save_env saved_entry
  99. fi
  100. }
  101. function recordfail {
  102. set recordfail=1
  103. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  104. }
  105. function load_video {
  106. if [ x$feature_all_video_module = xy ]; then
  107. insmod all_video
  108. else
  109. insmod efi_gop
  110. insmod efi_uga
  111. insmod ieee1275_fb
  112. insmod vbe
  113. insmod vga
  114. insmod video_bochs
  115. insmod video_cirrus
  116. fi
  117. }
  118. if [ x$feature_default_font_path = xy ] ; then
  119. font=unicode
  120. else
  121. insmod part_msdos
  122. insmod ext2
  123. set root='hd0,msdos1'
  124. if [ x$feature_platform_search_hint = xy ]; then
  125. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4abe63d4-1702-4aa1-81e4-50a558e69755
  126. else
  127. search --no-floppy --fs-uuid --set=root 4abe63d4-1702-4aa1-81e4-50a558e69755
  128. fi
  129. font="/usr/share/grub/unicode.pf2"
  130. fi
  131. if loadfont $font ; then
  132. set gfxmode=auto
  133. load_video
  134. insmod gfxterm
  135. set locale_dir=$prefix/locale
  136. set lang=en_US
  137. insmod gettext
  138. fi
  139. terminal_output gfxterm
  140. insmod part_msdos
  141. insmod ext2
  142. set root='hd0,msdos1'
  143. if [ x$feature_platform_search_hint = xy ]; then
  144. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4abe63d4-1702-4aa1-81e4-50a558e69755
  145. else
  146. search --no-floppy --fs-uuid --set=root 4abe63d4-1702-4aa1-81e4-50a558e69755
  147. fi
  148. insmod gfxmenu
  149. loadfont ($root)/boot/grub/themes/Zorin/Roboto-18.pf2
  150. insmod png
  151. set theme=($root)/boot/grub/themes/Zorin/theme.txt
  152. export theme
  153. if [ "${recordfail}" = 1 ] ; then
  154. set timeout=10
  155. else
  156. if [ x$feature_timeout_style = xy ] ; then
  157. set timeout_style=menu
  158. set timeout=10
  159. # Fallback normal timeout code in case the timeout_style feature is
  160. # unavailable.
  161. else
  162. set timeout=10
  163. fi
  164. fi
  165. ### END /etc/grub.d/00_header ###
  166. ### BEGIN /etc/grub.d/05_debian_theme ###
  167. set menu_color_normal=white/black
  168. set menu_color_highlight=black/light-gray
  169. if background_color 0,0,0; then
  170. clear
  171. fi
  172. ### END /etc/grub.d/05_debian_theme ###
  173. ### BEGIN /etc/grub.d/10_linux ###
  174. function gfxmode {
  175. set gfxpayload="${1}"
  176. if [ "${1}" = "keep" ]; then
  177. set vt_handoff=vt.handoff=7
  178. else
  179. set vt_handoff=
  180. fi
  181. }
  182. if [ "${recordfail}" != 1 ]; then
  183. if [ -e ${prefix}/gfxblacklist.txt ]; then
  184. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  185. if [ ${match} = 0 ]; then
  186. set linux_gfx_mode=keep
  187. else
  188. set linux_gfx_mode=text
  189. fi
  190. else
  191. set linux_gfx_mode=text
  192. fi
  193. else
  194. set linux_gfx_mode=keep
  195. fi
  196. else
  197. set linux_gfx_mode=text
  198. fi
  199. export linux_gfx_mode
  200. menuentry 'Zorin' --class zorin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4abe63d4-1702-4aa1-81e4-50a558e69755' {
  201. recordfail
  202. savedefault
  203. load_video
  204. gfxmode $linux_gfx_mode
  205. insmod gzio
  206. insmod part_msdos
  207. insmod ext2
  208. set root='hd0,msdos1'
  209. if [ x$feature_platform_search_hint = xy ]; then
  210. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4abe63d4-1702-4aa1-81e4-50a558e69755
  211. else
  212. search --no-floppy --fs-uuid --set=root 4abe63d4-1702-4aa1-81e4-50a558e69755
  213. fi
  214. linux /boot/vmlinuz-3.13.0-43-generic root=UUID=4abe63d4-1702-4aa1-81e4-50a558e69755 ro quiet splash $vt_handoff
  215. initrd /boot/initrd.img-3.13.0-43-generic
  216. }
  217. submenu 'Advanced options for Zorin' $menuentry_id_option 'gnulinux-advanced-4abe63d4-1702-4aa1-81e4-50a558e69755' {
  218. menuentry 'Zorin, with Linux 3.13.0-43-generic' --class zorin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-43-generic-advanced-4abe63d4-1702-4aa1-81e4-50a558e69755' {
  219. recordfail
  220. savedefault
  221. load_video
  222. gfxmode $linux_gfx_mode
  223. insmod gzio
  224. insmod part_msdos
  225. insmod ext2
  226. set root='hd0,msdos1'
  227. if [ x$feature_platform_search_hint = xy ]; then
  228. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4abe63d4-1702-4aa1-81e4-50a558e69755
  229. else
  230. search --no-floppy --fs-uuid --set=root 4abe63d4-1702-4aa1-81e4-50a558e69755
  231. fi
  232. echo 'Loading Linux 3.13.0-43-generic ...'
  233. linux /boot/vmlinuz-3.13.0-43-generic root=UUID=4abe63d4-1702-4aa1-81e4-50a558e69755 ro quiet splash $vt_handoff
  234. echo 'Loading initial ramdisk ...'
  235. initrd /boot/initrd.img-3.13.0-43-generic
  236. }
  237. menuentry 'Zorin, with Linux 3.13.0-43-generic (recovery mode)' --class zorin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-43-generic-recovery-4abe63d4-1702-4aa1-81e4-50a558e69755' {
  238. recordfail
  239. load_video
  240. insmod gzio
  241. insmod part_msdos
  242. insmod ext2
  243. set root='hd0,msdos1'
  244. if [ x$feature_platform_search_hint = xy ]; then
  245. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4abe63d4-1702-4aa1-81e4-50a558e69755
  246. else
  247. search --no-floppy --fs-uuid --set=root 4abe63d4-1702-4aa1-81e4-50a558e69755
  248. fi
  249. echo 'Loading Linux 3.13.0-43-generic ...'
  250. linux /boot/vmlinuz-3.13.0-43-generic root=UUID=4abe63d4-1702-4aa1-81e4-50a558e69755 ro recovery nomodeset
  251. echo 'Loading initial ramdisk ...'
  252. initrd /boot/initrd.img-3.13.0-43-generic
  253. }
  254. menuentry 'Zorin, with Linux 3.13.0-32-generic' --class zorin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced-4abe63d4-1702-4aa1-81e4-50a558e69755' {
  255. recordfail
  256. savedefault
  257. load_video
  258. gfxmode $linux_gfx_mode
  259. insmod gzio
  260. insmod part_msdos
  261. insmod ext2
  262. set root='hd0,msdos1'
  263. if [ x$feature_platform_search_hint = xy ]; then
  264. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4abe63d4-1702-4aa1-81e4-50a558e69755
  265. else
  266. search --no-floppy --fs-uuid --set=root 4abe63d4-1702-4aa1-81e4-50a558e69755
  267. fi
  268. echo 'Loading Linux 3.13.0-32-generic ...'
  269. linux /boot/vmlinuz-3.13.0-32-generic root=UUID=4abe63d4-1702-4aa1-81e4-50a558e69755 ro quiet splash $vt_handoff
  270. echo 'Loading initial ramdisk ...'
  271. initrd /boot/initrd.img-3.13.0-32-generic
  272. }
  273. menuentry 'Zorin, with Linux 3.13.0-32-generic (recovery mode)' --class zorin --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-recovery-4abe63d4-1702-4aa1-81e4-50a558e69755' {
  274. recordfail
  275. load_video
  276. insmod gzio
  277. insmod part_msdos
  278. insmod ext2
  279. set root='hd0,msdos1'
  280. if [ x$feature_platform_search_hint = xy ]; then
  281. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4abe63d4-1702-4aa1-81e4-50a558e69755
  282. else
  283. search --no-floppy --fs-uuid --set=root 4abe63d4-1702-4aa1-81e4-50a558e69755
  284. fi
  285. echo 'Loading Linux 3.13.0-32-generic ...'
  286. linux /boot/vmlinuz-3.13.0-32-generic root=UUID=4abe63d4-1702-4aa1-81e4-50a558e69755 ro recovery nomodeset
  287. echo 'Loading initial ramdisk ...'
  288. initrd /boot/initrd.img-3.13.0-32-generic
  289. }
  290. }
  291. ### END /etc/grub.d/10_linux ###
  292. ### BEGIN /etc/grub.d/20_linux_xen ###
  293. ### END /etc/grub.d/20_linux_xen ###
  294. ### BEGIN /etc/grub.d/20_memtest86+ ###
  295. menuentry 'Memory test (memtest86+)' {
  296. insmod part_msdos
  297. insmod ext2
  298. set root='hd0,msdos1'
  299. if [ x$feature_platform_search_hint = xy ]; then
  300. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4abe63d4-1702-4aa1-81e4-50a558e69755
  301. else
  302. search --no-floppy --fs-uuid --set=root 4abe63d4-1702-4aa1-81e4-50a558e69755
  303. fi
  304. knetbsd /boot/memtest86+.elf
  305. }
  306. menuentry 'Memory test (memtest86+, serial console 115200)' {
  307. insmod part_msdos
  308. insmod ext2
  309. set root='hd0,msdos1'
  310. if [ x$feature_platform_search_hint = xy ]; then
  311. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 4abe63d4-1702-4aa1-81e4-50a558e69755
  312. else
  313. search --no-floppy --fs-uuid --set=root 4abe63d4-1702-4aa1-81e4-50a558e69755
  314. fi
  315. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  316. }
  317. ### END /etc/grub.d/20_memtest86+ ###
  318. ### BEGIN /etc/grub.d/30_os-prober ###
  319. menuentry 'Windows NT/2000/XP (loader) (on /dev/sda5)' --class windows --class os $menuentry_id_option 'osprober-chain-46384A45384A33E9' {
  320. savedefault
  321. insmod part_msdos
  322. insmod ntfs
  323. set root='hd0,msdos5'
  324. if [ x$feature_platform_search_hint = xy ]; then
  325. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 46384A45384A33E9
  326. else
  327. search --no-floppy --fs-uuid --set=root 46384A45384A33E9
  328. fi
  329. parttool ${root} hidden-
  330. drivemap -s (hd0) ${root}
  331. chainloader +1
  332. }
  333. set timeout_style=menu
  334. if [ "${timeout}" = 0 ]; then
  335. set timeout=10
  336. fi
  337. ### END /etc/grub.d/30_os-prober ###
  338. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  339. ### END /etc/grub.d/30_uefi-firmware ###
  340. ### BEGIN /etc/grub.d/40_custom ###
  341. # This file provides an easy way to add custom menu entries. Simply type the
  342. # menu entries you want to add after this comment. Be careful not to change
  343. # the 'exec tail' line above.
  344. ### END /etc/grub.d/40_custom ###
  345. ### BEGIN /etc/grub.d/41_custom ###
  346. if [ -f ${config_directory}/custom.cfg ]; then
  347. source ${config_directory}/custom.cfg
  348. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  349. source $prefix/custom.cfg;
  350. fi
  351. ### END /etc/grub.d/41_custom ###
  352. --------------------------------------------------------------------------------
  353. =============================== sda1/etc/fstab: ================================
  354. --------------------------------------------------------------------------------
  355. # /etc/fstab: static file system information.
  356. #
  357. # Use 'blkid' to print the universally unique identifier for a
  358. # device; this may be used with UUID= as a more robust way to name devices
  359. # that works even if disks are added and removed. See fstab(5).
  360. #
  361. # <file system> <mount point> <type> <options> <dump> <pass>
  362. # / was on /dev/sda1 during installation
  363. UUID=4abe63d4-1702-4aa1-81e4-50a558e69755 / ext4 errors=remount-ro 0 1
  364. # swap was on /dev/sda6 during installation
  365. UUID=71be00f0-f953-4cb1-8b65-82ecced90248 none swap sw 0 0
  366. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  367. --------------------------------------------------------------------------------
  368. ================================ sda5/boot.ini: ================================
  369. --------------------------------------------------------------------------------
  370. [boot loader]
  371. timeout=30
  372. default=multi(0)disk(0)rdisk(0)partition(3)\WINDOWS
  373. [operating systems]
  374. multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Windows" /noexecute=optin /fastdetect
  375. multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Windows" /noexecute=optin /fastdetect
  376. multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Windows" /noexecute=optin /fastdetect
  377. multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Windows" /noexecute=optin /fastdetect
  378. multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Windows" /noexecute=optin /fastdetect
  379. --------------------------------------------------------------------------------
  380. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  381. Unknown BootLoader on sda2
  382. 00000000 d7 d8 da 00 d7 d8 da 00 d7 d8 da 00 d7 d8 da 00 |................|
  383. *
  384. 000001b0 d7 d8 da 00 d7 d8 da 00 d7 d8 da 00 d7 d8 00 fe |................|
  385. 000001c0 ff ff 07 fe ff ff d1 29 78 03 f1 64 85 03 00 fe |.......)x..d....|
  386. 000001d0 ff ff 05 fe ff ff 01 00 00 00 01 28 78 03 00 00 |...........(x...|
  387. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  388. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  389. 00000200
  390. =============================== StdErr Messages: ===============================
  391. cat: write error: Broken pipe
  392. File descriptor 9 (/proc/1850/mounts) leaked on lvs invocation. Parent PID 8588: bash
  393. File descriptor 63 (pipe:[17425]) leaked on lvs invocation. Parent PID 8588: bash
  394. No volume groups found
  395. ADDITIONAL INFORMATION :
  396. =================== log of boot-repair 2014-12-22__12h22 ===================
  397. boot-repair version : 4ppa26
  398. boot-sav version : 4ppa26
  399. glade2script version : 3.2.2~ppa47~saucy
  400. boot-sav-extra version : 4ppa26
  401. File descriptor 9 (/proc/1850/mounts) leaked on lvs invocation. Parent PID 3400: /bin/sh
  402. No volume groups found
  403. boot-repair is executed in installed-session (Zorin OS 9, trusty, Zorin, i686)
  404. CPU op-mode(s): 32-bit, 64-bit
  405. BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic root=UUID=4abe63d4-1702-4aa1-81e4-50a558e69755 ro quiet splash
  406. =================== os-prober:
  407. /dev/sda1:The OS now in use - Zorin OS 9 CurrentSession:linux
  408. /dev/sda5:Windows NT/2000/XP (loader):Windows:chain
  409. =================== blkid:
  410. /dev/sda1: UUID="4abe63d4-1702-4aa1-81e4-50a558e69755" TYPE="ext4"
  411. /dev/sda5: UUID="46384A45384A33E9" TYPE="ntfs"
  412. /dev/sda6: UUID="71be00f0-f953-4cb1-8b65-82ecced90248" TYPE="swap"
  413. /dev/zram0: UUID="0a8241aa-59d0-4e6a-96f9-ec7e4e335939" TYPE="swap"
  414. 1 disks with OS, 2 OS : 1 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  415. Warning: extended partition does not start at a cylinder boundary.
  416. DOS and Linux will interpret the contents differently.
  417. =================== /etc/grub.d/ :
  418. drwxr-xr-x 2 root root 4096 iul 23 02:05 grub.d
  419. total 76
  420. -rwxr-xr-x 1 root root 9424 mai 15 2014 00_header
  421. -rwxr-xr-x 1 root root 5975 aug 11 04:32 05_debian_theme
  422. -rwxr-xr-x 1 root root 11614 aug 11 04:32 10_linux
  423. -rwxr-xr-x 1 root root 10412 mai 15 2014 20_linux_xen
  424. -rwxr-xr-x 1 root root 1992 mar 12 2014 20_memtest86+
  425. -rwxr-xr-x 1 root root 11692 mai 15 2014 30_os-prober
  426. -rwxr-xr-x 1 root root 1416 mai 15 2014 30_uefi-firmware
  427. -rwxr-xr-x 1 root root 214 mai 15 2014 40_custom
  428. -rwxr-xr-x 1 root root 216 mai 15 2014 41_custom
  429. -rw-r--r-- 1 root root 483 mai 15 2014 README
  430. =================== /etc/default/grub :
  431. # If you change this file, run 'update-grub' afterwards to update
  432. # /boot/grub/grub.cfg.
  433. # For full documentation of the options in this file, see:
  434. # info -f grub -n 'Simple configuration'
  435. GRUB_DEFAULT=0
  436. #GRUB_HIDDEN_TIMEOUT=0
  437. GRUB_HIDDEN_TIMEOUT_QUIET=true
  438. GRUB_TIMEOUT=10
  439. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  440. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  441. GRUB_CMDLINE_LINUX=""
  442. GRUB_SAVEDEFAULT=true
  443. # Uncomment to enable BadRAM filtering, modify to suit your needs
  444. # This works with Linux (no patch required) and with any kernel that obtains
  445. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  446. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  447. # Uncomment to disable graphical terminal (grub-pc only)
  448. #GRUB_TERMINAL=console
  449. # The resolution used on graphical terminal
  450. # note that you can use only modes which your graphic card supports via VBE
  451. # you can see them in real GRUB with the command `vbeinfo'
  452. #GRUB_GFXMODE=640x480
  453. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  454. #GRUB_DISABLE_LINUX_UUID=true
  455. # Uncomment to disable generation of recovery mode menu entries
  456. #GRUB_DISABLE_RECOVERY="true"
  457. # Uncomment to get a beep at grub start
  458. #GRUB_INIT_TUNE="480 440 1"
  459. GRUB_THEME=/boot/grub/themes/Zorin/theme.txt
  460. =================== UEFI/Legacy mode:
  461. This installed-session is not EFI-compatible.
  462. SecureBoot disabled.
  463. =================== PARTITIONS & DISKS:
  464. sda1 : 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, .
  465. sda5 : 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, ntldr, 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/sda5.
  466. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  467. =================== parted -l:
  468. Model: ATA SAMSUNG HD252HJ (scsi)
  469. Disk /dev/sda: 250GB
  470. Sector size (logical/physical): 512B/512B
  471. Partition Table: msdos
  472. Number Start End Size Type File system Flags
  473. 1 32.3kB 190GB 190GB primary ext4 boot
  474. 2 190GB 250GB 60.0GB extended lba
  475. 6 190GB 220GB 29.8GB logical linux-swap(v1)
  476. 5 220GB 250GB 30.2GB logical ntfs
  477. Error: /dev/zram0: unrecognised disk label
  478. =================== parted -lm:
  479. BYT;
  480. /dev/sda:250GB:scsi:512:512:msdos:ATA SAMSUNG HD252HJ;
  481. 1:32.3kB:190GB:190GB:ext4::boot;
  482. 2:190GB:250GB:60.0GB:::lba;
  483. 6:190GB:220GB:29.8GB:linux-swap(v1)::;
  484. 5:220GB:250GB:30.2GB:ntfs::;
  485. Error: /dev/zram0: unrecognised disk label
  486. =================== lsblk:
  487. NAME TYPE FSTYPE SIZE LABEL MODEL UUID
  488. sda disk 232.9G SAMSUNG HD2
  489. |-sda1 part ext4 177G 4abe63d4-1702-4aa1-81e4-50a558e69755
  490. |-sda2 part 1K
  491. |-sda5 part ntfs 28.2G 46384A45384A33E9
  492. `-sda6 part swap 27.8G 71be00f0-f953-4cb1-8b65-82ecced90248
  493. sr0 rom 1024M DRW-20B1ST
  494. zram0 disk swap 1.5G 0a8241aa-59d0-4e6a-96f9-ec7e4e335939
  495. KNAME ROTA RO RM STATE MOUNTPOINT
  496. sda 1 0 0 running
  497. sda1 1 0 0 /
  498. sda2 1 0 0
  499. sda5 1 0 0 /mnt/boot-sav/sda5
  500. sda6 1 0 0 [SWAP]
  501. sr0 1 0 1 running
  502. zram0 0 0 0 [SWAP]
  503. =================== mount:
  504. /dev/sda1 on / type ext4 (rw,errors=remount-ro)
  505. proc on /proc type proc (rw,noexec,nosuid,nodev)
  506. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  507. none on /sys/fs/cgroup type tmpfs (rw)
  508. none on /sys/fs/fuse/connections type fusectl (rw)
  509. none on /sys/kernel/debug type debugfs (rw)
  510. none on /sys/kernel/security type securityfs (rw)
  511. udev on /dev type devtmpfs (rw,mode=0755)
  512. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  513. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  514. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  515. none on /run/shm type tmpfs (rw,nosuid,nodev)
  516. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  517. none on /sys/fs/pstore type pstore (rw)
  518. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  519. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  520. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=cristi)
  521. /dev/sda5 on /mnt/boot-sav/sda5 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  522. =================== ls:
  523. /sys/block/fd0 (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
  524. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda5 sda6 size slaves stat subsystem trace uevent
  525. /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
  526. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu_dma_latency cuse disk dri ecryptfs fd fd0 full fuse hidraw0 hidraw1 hpet input kmsg log lp0 mapper mcelog mem net network_latency network_throughput null nvidia0 nvidiactl parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb vga_arbiter vhci vhost-net zero
  527. ls /dev/mapper: control
  528. =================== hexdump -n512 -C /dev/sda5
  529. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  530. 00000010 00 00 00 00 00 f8 00 00 3f 00 f0 00 3f 00 00 00 |........?...?...|
  531. 00000020 00 00 00 00 80 00 80 00 f0 64 85 03 00 00 00 00 |.........d......|
  532. 00000030 00 00 0c 00 00 00 00 00 4f 56 38 00 00 00 00 00 |........OV8.....|
  533. 00000040 f6 00 00 00 01 00 00 00 e9 33 4a 38 45 4a 38 46 |.........3J8EJ8F|
  534. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb b8 c0 07 |.....3.....|....|
  535. 00000060 8e d8 e8 16 00 b8 00 0d 8e c0 33 db c6 06 0e 00 |..........3.....|
  536. 00000070 10 e8 53 00 68 00 0d 68 6a 02 cb 8a 16 24 00 b4 |..S.h..hj....$..|
  537. 00000080 08 cd 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 |...s......f...@f|
  538. 00000090 0f b6 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f |.....?.......Af.|
  539. 000000a0 b7 c9 66 f7 e1 66 a3 20 00 c3 b4 41 bb aa 55 8a |..f..f. ...A..U.|
  540. 000000b0 16 24 00 cd 13 72 0f 81 fb 55 aa 75 09 f6 c1 01 |.$...r...U.u....|
  541. 000000c0 74 04 fe 06 14 00 c3 66 60 1e 06 66 a1 10 00 66 |t......f`..f...f|
  542. 000000d0 03 06 1c 00 66 3b 06 20 00 0f 82 3a 00 1e 66 6a |....f;. ...:..fj|
  543. 000000e0 00 66 50 06 53 66 68 10 00 01 00 80 3e 14 00 00 |.fP.Sfh.....>...|
  544. 000000f0 0f 85 0c 00 e8 b3 ff 80 3e 14 00 00 0f 84 61 00 |........>.....a.|
  545. 00000100 b4 42 8a 16 24 00 16 1f 8b f4 cd 13 66 58 5b 07 |.B..$.......fX[.|
  546. 00000110 66 58 66 58 1f eb 2d 66 33 d2 66 0f b7 0e 18 00 |fXfX..-f3.f.....|
  547. 00000120 66 f7 f1 fe c2 8a ca 66 8b d0 66 c1 ea 10 f7 36 |f......f..f....6|
  548. 00000130 1a 00 86 d6 8a 16 24 00 8a e8 c0 e4 06 0a cc b8 |......$.........|
  549. 00000140 01 02 cd 13 0f 82 19 00 8c c0 05 20 00 8e c0 66 |........... ...f|
  550. 00000150 ff 06 10 00 ff 0e 0e 00 0f 85 6f ff 07 1f 66 61 |..........o...fa|
  551. 00000160 c3 a0 f8 01 e8 09 00 a0 fb 01 e8 03 00 fb eb fe |................|
  552. 00000170 b4 01 8b f0 ac 3c 00 74 09 b4 0e bb 07 00 cd 10 |.....<.t........|
  553. 00000180 eb f2 c3 0d 0a 41 20 64 69 73 6b 20 72 65 61 64 |.....A disk read|
  554. 00000190 20 65 72 72 6f 72 20 6f 63 63 75 72 72 65 64 00 | error occurred.|
  555. 000001a0 0d 0a 4e 54 4c 44 52 20 69 73 20 6d 69 73 73 69 |..NTLDR is missi|
  556. 000001b0 6e 67 00 0d 0a 4e 54 4c 44 52 20 69 73 20 63 6f |ng...NTLDR is co|
  557. 000001c0 6d 70 72 65 73 73 65 64 00 0d 0a 50 72 65 73 73 |mpressed...Press|
  558. 000001d0 20 43 74 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f | Ctrl+Alt+Del to|
  559. 000001e0 20 72 65 73 74 61 72 74 0d 0a 00 00 00 00 00 00 | restart........|
  560. 000001f0 00 00 00 00 00 00 00 00 83 a0 b3 c9 00 00 55 aa |..............U.|
  561. 00000200
  562. =================== df -Th:
  563. Filesystem Type Size Used Avail Use% Mounted on
  564. /dev/sda1 ext4 175G 4.1G 162G 3% /
  565. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  566. udev devtmpfs 1.5G 12K 1.5G 1% /dev
  567. tmpfs tmpfs 303M 1.4M 302M 1% /run
  568. none tmpfs 5.0M 0 5.0M 0% /run/lock
  569. none tmpfs 1.5G 0 1.5G 0% /run/shm
  570. none tmpfs 100M 4.0K 100M 1% /run/user
  571. /dev/sda5 fuseblk 29G 15G 14G 51% /mnt/boot-sav/sda5
  572. =================== fdisk -l:
  573. Disk /dev/sda: 250.1 GB, 250059350016 bytes
  574. 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
  575. Units = sectors of 1 * 512 = 512 bytes
  576. Sector size (logical/physical): 512 bytes / 512 bytes
  577. I/O size (minimum/optimal): 512 bytes / 512 bytes
  578. Disk identifier: 0x6377cde8
  579. Device Boot Start End Blocks Id System
  580. /dev/sda1 * 63 371093812 185546875 83 Linux
  581. /dev/sda2 371095550 488375999 58640225 f W95 Ext'd (LBA)
  582. /dev/sda5 429302223 488375999 29536888+ 7 HPFS/NTFS/exFAT
  583. /dev/sda6 371095552 429301759 29103104 82 Linux swap / Solaris
  584. Partition table entries are not in disk order
  585. =================== Suggested repair
  586. The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
  587. Additional repair would be performed: unhide-bootmenu-10s fix-windows-boot
  588. =================== Final advice in case of suggested repair
  589. The boot files of [The OS now in use - Zorin OS 9] 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)
  590. =================== User settings
  591. The settings chosen by the user will not act on the boot.