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: ext4
  8. Boot sector type: -
  9. Boot sector info:
  10. Operating System: Netrunner 13.12 (Enigma-II)
  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: swap
  19. Boot sector type: -
  20. Boot sector info:
  21. sda3: __________________________________________________________________________
  22. File system: ext4
  23. Boot sector type: Grub2 (v1.99-2.00)
  24. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda3
  25. and looks at sector 628897792 of the same hard drive
  26. for core.img. core.img is at this location and looks
  27. in partition 94 for .
  28. Operating System:
  29. Boot files: /grub/grub.cfg /grub/i386-pc/core.img
  30. ============================ Drive/Partition Info: =============================
  31. Drive: sda _____________________________________________________________________
  32. Disk /dev/sda: 323.9 GB, 323928170496 bytes
  33. 255 heads, 63 sectors/track, 39382 cylinders, total 632672208 sectors
  34. Units = sectors of 1 * 512 = 512 bytes
  35. Sector size (logical/physical): 512 bytes / 512 bytes
  36. Partition Boot Start Sector End Sector # of Sectors Id System
  37. /dev/sda1 * 2,048 628,623,141 628,621,094 83 Linux
  38. /dev/sda2 630,579,198 632,670,207 2,091,010 5 Extended
  39. /dev/sda5 630,579,200 632,670,207 2,091,008 82 Linux swap / Solaris
  40. /dev/sda3 628,623,360 630,577,151 1,953,792 83 Linux
  41. "blkid" output: ________________________________________________________________
  42. Device UUID TYPE LABEL
  43. /dev/loop0 squashfs
  44. /dev/sda1 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1 ext4
  45. /dev/sda3 41007408-9829-4d76-a6bd-284f9b9b21e3 ext4
  46. /dev/sda5 965cb54e-a5fa-4391-a43e-3e92aac0264a swap
  47. /dev/sr0 iso9660 Linux Mint 15 Xfce 32-bit
  48. ================================ Mount points: =================================
  49. Device Mount_Point Type Options
  50. /dev/loop0 /rofs squashfs (ro,noatime)
  51. /dev/sda1 /media/mint/7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1 ext4 (rw,nosuid,nodev,uhelper=udisks2)
  52. /dev/sda3 /media/mint/41007408-9829-4d76-a6bd-284f9b9b21e3 ext4 (rw,nosuid,nodev,uhelper=udisks2)
  53. /dev/sr0 /cdrom iso9660 (ro,noatime)
  54. =========================== sda1/boot/grub/grub.cfg: ===========================
  55. --------------------------------------------------------------------------------
  56. #
  57. # DO NOT EDIT THIS FILE
  58. #
  59. # It is automatically generated by grub-mkconfig using templates
  60. # from /etc/grub.d and settings from /etc/default/grub
  61. #
  62. ### BEGIN /etc/grub.d/00_header ###
  63. if [ -s $prefix/grubenv ]; then
  64. set have_grubenv=true
  65. load_env
  66. fi
  67. set default="0"
  68. if [ x"${feature_menuentry_id}" = xy ]; then
  69. menuentry_id_option="--id"
  70. else
  71. menuentry_id_option=""
  72. fi
  73. export menuentry_id_option
  74. if [ "${prev_saved_entry}" ]; then
  75. set saved_entry="${prev_saved_entry}"
  76. save_env saved_entry
  77. set prev_saved_entry=
  78. save_env prev_saved_entry
  79. set boot_once=true
  80. fi
  81. function savedefault {
  82. if [ -z "${boot_once}" ]; then
  83. saved_entry="${chosen}"
  84. save_env saved_entry
  85. fi
  86. }
  87. function recordfail {
  88. set recordfail=1
  89. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  90. }
  91. function load_video {
  92. if [ x$feature_all_video_module = xy ]; then
  93. insmod all_video
  94. else
  95. insmod efi_gop
  96. insmod efi_uga
  97. insmod ieee1275_fb
  98. insmod vbe
  99. insmod vga
  100. insmod video_bochs
  101. insmod video_cirrus
  102. fi
  103. }
  104. if [ x$feature_default_font_path = xy ] ; then
  105. font=unicode
  106. else
  107. insmod part_msdos
  108. insmod ext2
  109. set root='hd0,msdos1'
  110. if [ x$feature_platform_search_hint = xy ]; then
  111. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  112. else
  113. search --no-floppy --fs-uuid --set=root 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  114. fi
  115. font="/usr/share/grub/unicode.pf2"
  116. fi
  117. if loadfont $font ; then
  118. set gfxmode=auto
  119. load_video
  120. insmod gfxterm
  121. set locale_dir=$prefix/locale
  122. set lang=en_US
  123. insmod gettext
  124. fi
  125. terminal_output gfxterm
  126. if [ "${recordfail}" = 1 ]; then
  127. set timeout=10
  128. else
  129. set timeout=10
  130. fi
  131. ### END /etc/grub.d/00_header ###
  132. ### BEGIN /etc/grub.d/05_debian_theme ###
  133. set menu_color_normal=cyan/blue
  134. set menu_color_highlight=white/blue
  135. ### END /etc/grub.d/05_debian_theme ###
  136. ### BEGIN /etc/grub.d/10_linux ###
  137. function gfxmode {
  138. set gfxpayload="${1}"
  139. if [ "${1}" = "keep" ]; then
  140. set vt_handoff=vt.handoff=7
  141. else
  142. set vt_handoff=
  143. fi
  144. }
  145. if [ "${recordfail}" != 1 ]; then
  146. if [ -e ${prefix}/gfxblacklist.txt ]; then
  147. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  148. if [ ${match} = 0 ]; then
  149. set linux_gfx_mode=keep
  150. else
  151. set linux_gfx_mode=text
  152. fi
  153. else
  154. set linux_gfx_mode=text
  155. fi
  156. else
  157. set linux_gfx_mode=keep
  158. fi
  159. else
  160. set linux_gfx_mode=text
  161. fi
  162. export linux_gfx_mode
  163. menuentry 'Netrunner GNU/Linux' --class netrunner --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1' {
  164. recordfail
  165. load_video
  166. gfxmode $linux_gfx_mode
  167. insmod gzio
  168. insmod part_msdos
  169. insmod ext2
  170. set root='hd0,msdos1'
  171. if [ x$feature_platform_search_hint = xy ]; then
  172. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  173. else
  174. search --no-floppy --fs-uuid --set=root 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  175. fi
  176. linux /boot/vmlinuz-3.11.0-15-generic root=UUID=7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1 ro quiet splash $vt_handoff
  177. initrd /boot/initrd.img-3.11.0-15-generic
  178. }
  179. submenu 'Advanced options for Netrunner GNU/Linux' $menuentry_id_option 'gnulinux-advanced-7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1' {
  180. menuentry 'Netrunner GNU/Linux, with Linux 3.11.0-15-generic' --class netrunner --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-15-generic-advanced-7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1' {
  181. recordfail
  182. load_video
  183. gfxmode $linux_gfx_mode
  184. insmod gzio
  185. insmod part_msdos
  186. insmod ext2
  187. set root='hd0,msdos1'
  188. if [ x$feature_platform_search_hint = xy ]; then
  189. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  190. else
  191. search --no-floppy --fs-uuid --set=root 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  192. fi
  193. echo 'Loading Linux 3.11.0-15-generic ...'
  194. linux /boot/vmlinuz-3.11.0-15-generic root=UUID=7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1 ro quiet splash $vt_handoff
  195. echo 'Loading initial ramdisk ...'
  196. initrd /boot/initrd.img-3.11.0-15-generic
  197. }
  198. menuentry 'Netrunner GNU/Linux, with Linux 3.11.0-15-generic (recovery mode)' --class netrunner --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-15-generic-recovery-7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1' {
  199. recordfail
  200. load_video
  201. insmod gzio
  202. insmod part_msdos
  203. insmod ext2
  204. set root='hd0,msdos1'
  205. if [ x$feature_platform_search_hint = xy ]; then
  206. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  207. else
  208. search --no-floppy --fs-uuid --set=root 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  209. fi
  210. echo 'Loading Linux 3.11.0-15-generic ...'
  211. linux /boot/vmlinuz-3.11.0-15-generic root=UUID=7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1 ro recovery nomodeset
  212. echo 'Loading initial ramdisk ...'
  213. initrd /boot/initrd.img-3.11.0-15-generic
  214. }
  215. }
  216. ### END /etc/grub.d/10_linux ###
  217. ### BEGIN /etc/grub.d/20_linux_xen ###
  218. ### END /etc/grub.d/20_linux_xen ###
  219. ### BEGIN /etc/grub.d/20_memtest86+ ###
  220. menuentry 'Memory test (memtest86+)' {
  221. insmod part_msdos
  222. insmod ext2
  223. set root='hd0,msdos1'
  224. if [ x$feature_platform_search_hint = xy ]; then
  225. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  226. else
  227. search --no-floppy --fs-uuid --set=root 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  228. fi
  229. linux16 /boot/memtest86+.bin
  230. }
  231. menuentry 'Memory test (memtest86+, serial console 115200)' {
  232. insmod part_msdos
  233. insmod ext2
  234. set root='hd0,msdos1'
  235. if [ x$feature_platform_search_hint = xy ]; then
  236. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  237. else
  238. search --no-floppy --fs-uuid --set=root 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  239. fi
  240. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  241. }
  242. ### END /etc/grub.d/20_memtest86+ ###
  243. ### BEGIN /etc/grub.d/30_os-prober ###
  244. ### END /etc/grub.d/30_os-prober ###
  245. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  246. ### END /etc/grub.d/30_uefi-firmware ###
  247. ### BEGIN /etc/grub.d/40_custom ###
  248. # This file provides an easy way to add custom menu entries. Simply type the
  249. # menu entries you want to add after this comment. Be careful not to change
  250. # the 'exec tail' line above.
  251. ### END /etc/grub.d/40_custom ###
  252. ### BEGIN /etc/grub.d/41_custom ###
  253. if [ -f ${config_directory}/custom.cfg ]; then
  254. source ${config_directory}/custom.cfg
  255. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  256. source $prefix/custom.cfg;
  257. fi
  258. ### END /etc/grub.d/41_custom ###
  259. --------------------------------------------------------------------------------
  260. =============================== sda1/etc/fstab: ================================
  261. --------------------------------------------------------------------------------
  262. # /etc/fstab: static file system information.
  263. #
  264. # Use 'blkid' to print the universally unique identifier for a
  265. # device; this may be used with UUID= as a more robust way to name devices
  266. # that works even if disks are added and removed. See fstab(5).
  267. #
  268. # <file system> <mount point> <type> <options> <dump> <pass>
  269. # / was on /dev/sda1 during installation
  270. UUID=7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1 / ext4 errors=remount-ro 0 1
  271. # /boot was on /dev/sda3 during installation
  272. #UUID=41007408-9829-4d76-a6bd-284f9b9b21e3 /boot ext4 defaults 0 2
  273. # swap was on /dev/sda5 during installation
  274. UUID=965cb54e-a5fa-4391-a43e-3e92aac0264a none swap sw 0 0
  275. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  276. --------------------------------------------------------------------------------
  277. =================== sda1: Location of files loaded by Grub: ====================
  278. GiB - GB File Fragment(s)
  279. ?? = ?? boot/grub/grub.cfg 1
  280. 254.159221649 = 272.901386240 boot/grub/i386-pc/core.img 1
  281. 272.135139465 = 292.202881024 boot/vmlinuz-3.11.0-15-generic 1
  282. 272.135139465 = 292.202881024 vmlinuz 1
  283. 1.836090088 = 1.971486720 boot/initrd.img-3.11.0-15-generic 2
  284. 1.836090088 = 1.971486720 initrd.img 2
  285. ============================= sda3/grub/grub.cfg: ==============================
  286. --------------------------------------------------------------------------------
  287. #
  288. # DO NOT EDIT THIS FILE
  289. #
  290. # It is automatically generated by grub-mkconfig using templates
  291. # from /etc/grub.d and settings from /etc/default/grub
  292. #
  293. ### BEGIN /etc/grub.d/00_header ###
  294. if [ -s $prefix/grubenv ]; then
  295. set have_grubenv=true
  296. load_env
  297. fi
  298. set default="0"
  299. if [ x"${feature_menuentry_id}" = xy ]; then
  300. menuentry_id_option="--id"
  301. else
  302. menuentry_id_option=""
  303. fi
  304. export menuentry_id_option
  305. if [ "${prev_saved_entry}" ]; then
  306. set saved_entry="${prev_saved_entry}"
  307. save_env saved_entry
  308. set prev_saved_entry=
  309. save_env prev_saved_entry
  310. set boot_once=true
  311. fi
  312. function savedefault {
  313. if [ -z "${boot_once}" ]; then
  314. saved_entry="${chosen}"
  315. save_env saved_entry
  316. fi
  317. }
  318. function recordfail {
  319. set recordfail=1
  320. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  321. }
  322. function load_video {
  323. if [ x$feature_all_video_module = xy ]; then
  324. insmod all_video
  325. else
  326. insmod efi_gop
  327. insmod efi_uga
  328. insmod ieee1275_fb
  329. insmod vbe
  330. insmod vga
  331. insmod video_bochs
  332. insmod video_cirrus
  333. fi
  334. }
  335. if [ x$feature_default_font_path = xy ] ; then
  336. font=unicode
  337. else
  338. insmod part_msdos
  339. insmod ext2
  340. set root='hd0,msdos1'
  341. if [ x$feature_platform_search_hint = xy ]; then
  342. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  343. else
  344. search --no-floppy --fs-uuid --set=root 7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  345. fi
  346. font="/usr/share/grub/unicode.pf2"
  347. fi
  348. if loadfont $font ; then
  349. set gfxmode=auto
  350. load_video
  351. insmod gfxterm
  352. set locale_dir=$prefix/locale
  353. set lang=en_US
  354. insmod gettext
  355. fi
  356. terminal_output gfxterm
  357. if [ "${recordfail}" = 1 ]; then
  358. set timeout=-1
  359. else
  360. set timeout=10
  361. fi
  362. ### END /etc/grub.d/00_header ###
  363. ### BEGIN /etc/grub.d/05_debian_theme ###
  364. set menu_color_normal=cyan/blue
  365. set menu_color_highlight=white/blue
  366. ### END /etc/grub.d/05_debian_theme ###
  367. ### BEGIN /etc/grub.d/10_linux ###
  368. function gfxmode {
  369. set gfxpayload="${1}"
  370. if [ "${1}" = "keep" ]; then
  371. set vt_handoff=vt.handoff=7
  372. else
  373. set vt_handoff=
  374. fi
  375. }
  376. if [ "${recordfail}" != 1 ]; then
  377. if [ -e ${prefix}/gfxblacklist.txt ]; then
  378. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  379. if [ ${match} = 0 ]; then
  380. set linux_gfx_mode=keep
  381. else
  382. set linux_gfx_mode=text
  383. fi
  384. else
  385. set linux_gfx_mode=text
  386. fi
  387. else
  388. set linux_gfx_mode=keep
  389. fi
  390. else
  391. set linux_gfx_mode=text
  392. fi
  393. export linux_gfx_mode
  394. menuentry 'Netrunner GNU/Linux' --class netrunner --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1' {
  395. recordfail
  396. load_video
  397. gfxmode $linux_gfx_mode
  398. insmod gzio
  399. insmod part_msdos
  400. insmod ext2
  401. set root='hd0,msdos3'
  402. if [ x$feature_platform_search_hint = xy ]; then
  403. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 41007408-9829-4d76-a6bd-284f9b9b21e3
  404. else
  405. search --no-floppy --fs-uuid --set=root 41007408-9829-4d76-a6bd-284f9b9b21e3
  406. fi
  407. linux /vmlinuz-3.11.0-15-generic root=UUID=7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1 ro quiet splash $vt_handoff
  408. initrd /initrd.img-3.11.0-15-generic
  409. }
  410. submenu 'Advanced options for Netrunner GNU/Linux' $menuentry_id_option 'gnulinux-advanced-7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1' {
  411. menuentry 'Netrunner GNU/Linux, with Linux 3.11.0-15-generic' --class netrunner --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-15-generic-advanced-7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1' {
  412. recordfail
  413. load_video
  414. gfxmode $linux_gfx_mode
  415. insmod gzio
  416. insmod part_msdos
  417. insmod ext2
  418. set root='hd0,msdos3'
  419. if [ x$feature_platform_search_hint = xy ]; then
  420. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 41007408-9829-4d76-a6bd-284f9b9b21e3
  421. else
  422. search --no-floppy --fs-uuid --set=root 41007408-9829-4d76-a6bd-284f9b9b21e3
  423. fi
  424. echo 'Loading Linux 3.11.0-15-generic ...'
  425. linux /vmlinuz-3.11.0-15-generic root=UUID=7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1 ro quiet splash $vt_handoff
  426. echo 'Loading initial ramdisk ...'
  427. initrd /initrd.img-3.11.0-15-generic
  428. }
  429. menuentry 'Netrunner GNU/Linux, with Linux 3.11.0-15-generic (recovery mode)' --class netrunner --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-15-generic-recovery-7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1' {
  430. recordfail
  431. load_video
  432. insmod gzio
  433. insmod part_msdos
  434. insmod ext2
  435. set root='hd0,msdos3'
  436. if [ x$feature_platform_search_hint = xy ]; then
  437. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 41007408-9829-4d76-a6bd-284f9b9b21e3
  438. else
  439. search --no-floppy --fs-uuid --set=root 41007408-9829-4d76-a6bd-284f9b9b21e3
  440. fi
  441. echo 'Loading Linux 3.11.0-15-generic ...'
  442. linux /vmlinuz-3.11.0-15-generic root=UUID=7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1 ro recovery nomodeset
  443. echo 'Loading initial ramdisk ...'
  444. initrd /initrd.img-3.11.0-15-generic
  445. }
  446. }
  447. ### END /etc/grub.d/10_linux ###
  448. ### BEGIN /etc/grub.d/20_linux_xen ###
  449. ### END /etc/grub.d/20_linux_xen ###
  450. ### BEGIN /etc/grub.d/20_memtest86+ ###
  451. menuentry 'Memory test (memtest86+)' {
  452. insmod part_msdos
  453. insmod ext2
  454. set root='hd0,msdos3'
  455. if [ x$feature_platform_search_hint = xy ]; then
  456. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 41007408-9829-4d76-a6bd-284f9b9b21e3
  457. else
  458. search --no-floppy --fs-uuid --set=root 41007408-9829-4d76-a6bd-284f9b9b21e3
  459. fi
  460. linux16 /memtest86+.bin
  461. }
  462. menuentry 'Memory test (memtest86+, serial console 115200)' {
  463. insmod part_msdos
  464. insmod ext2
  465. set root='hd0,msdos3'
  466. if [ x$feature_platform_search_hint = xy ]; then
  467. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 41007408-9829-4d76-a6bd-284f9b9b21e3
  468. else
  469. search --no-floppy --fs-uuid --set=root 41007408-9829-4d76-a6bd-284f9b9b21e3
  470. fi
  471. linux16 /memtest86+.bin console=ttyS0,115200n8
  472. }
  473. ### END /etc/grub.d/20_memtest86+ ###
  474. ### BEGIN /etc/grub.d/30_os-prober ###
  475. if [ "x${timeout}" != "x-1" ]; then
  476. if keystatus; then
  477. if keystatus --shift; then
  478. set timeout=-1
  479. else
  480. set timeout=0
  481. fi
  482. else
  483. if sleep --interruptible 3 ; then
  484. set timeout=0
  485. fi
  486. fi
  487. fi
  488. ### END /etc/grub.d/30_os-prober ###
  489. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  490. ### END /etc/grub.d/30_uefi-firmware ###
  491. ### BEGIN /etc/grub.d/40_custom ###
  492. # This file provides an easy way to add custom menu entries. Simply type the
  493. # menu entries you want to add after this comment. Be careful not to change
  494. # the 'exec tail' line above.
  495. ### END /etc/grub.d/40_custom ###
  496. ### BEGIN /etc/grub.d/41_custom ###
  497. if [ -f ${config_directory}/custom.cfg ]; then
  498. source ${config_directory}/custom.cfg
  499. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  500. source $prefix/custom.cfg;
  501. fi
  502. ### END /etc/grub.d/41_custom ###
  503. --------------------------------------------------------------------------------
  504. =================== sda3: Location of files loaded by Grub: ====================
  505. GiB - GB File Fragment(s)
  506. 299.881416321 = 321.995218944 grub/grub.cfg 1
  507. 299.881862640 = 321.995698176 grub/i386-pc/core.img 1
  508. 299.912502289 = 322.028597248 vmlinuz-3.11.0-15-generic 1
  509. 299.945465088 = 322.063990784 initrd.img-3.11.0-15-generic 2
  510. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  511. Unknown BootLoader on sda2
  512. 00000000 41 1d 47 ae 41 ba 7a e1 41 8e 14 7b 41 28 00 00 |A.G.A.z.A..{A(..|
  513. 00000010 41 10 7a e1 42 02 99 9a 3e b8 51 ec 41 bb 5c 29 |A.z.B...>.Q.A.\)|
  514. 00000020 40 17 ae 14 41 24 7a e1 41 96 3d 71 42 05 e1 48 |@...A$z.A.=qB..H|
  515. 00000030 40 d9 99 9a 42 1a 5c 29 41 34 cc cd 41 e7 ae 14 |@...B.\)A4..A...|
  516. 00000040 3f b7 0a 3d 40 bb d7 0a 41 2e e1 48 41 4e 66 66 |?..=@...A..HANff|
  517. 00000050 40 bb 33 33 40 c7 0a 3d 40 af ae 14 40 a4 cc cd |@.33@..=@...@...|
  518. 00000060 40 c0 a3 d7 40 85 1e b8 41 86 cc cd 41 89 70 a4 |@[email protected].|
  519. 00000070 3f 26 66 66 40 b4 cc cd 41 d2 f5 c3 3f b5 c2 8f |?&[email protected]...?...|
  520. 00000080 41 98 28 f6 3f 70 a3 d7 41 96 a3 d7 3f ae 14 7b |A.(.?p..A...?..{|
  521. 00000090 40 d1 99 9a 41 f7 ae 14 41 ea 00 00 41 c5 33 33 |@...A...A...A.33|
  522. 000000a0 41 2f 5c 29 42 89 b3 33 41 90 14 7b 40 08 f5 c3 |A/\)B..3A..{@...|
  523. 000000b0 42 3d 85 1f 40 4b 85 1f 40 bb d7 0a 3f bd 70 a4 |B=..@K..@...?.p.|
  524. 000000c0 41 89 85 1f 40 96 14 7b 41 77 ae 14 41 dc 66 66 |A...@..{Aw..A.ff|
  525. 000000d0 41 de 14 7b 41 8b 5c 29 41 84 00 00 3c 23 d7 0a |A..{A.\)A...<#..|
  526. 000000e0 41 9b 33 33 3f af 5c 29 41 40 00 00 41 ac f5 c3 |A.33?.\)[email protected]...|
  527. 000000f0 41 f8 00 00 41 75 1e b8 41 b0 7a e1 40 88 00 00 |A...Au..A.z.@...|
  528. 00000100 41 18 7a e1 42 5f e1 48 41 4a e1 48 41 52 14 7b |A.z.B_.HAJ.HAR.{|
  529. 00000110 41 c7 eb 85 40 bf 5c 29 3f ec cc cd 40 18 51 ec |A...@.\)[email protected].|
  530. 00000120 42 24 a3 d7 42 19 51 ec 3e 0f 5c 29 40 a8 00 00 |B$..B.Q.>.\)@...|
  531. 00000130 41 2a 8f 5c 41 52 b8 52 42 44 14 7b 40 7d 70 a4 |A*.\AR.RBD.{@}p.|
  532. 00000140 40 aa 8f 5c 41 41 99 9a 40 28 51 ec 42 2b 8f 5c |@..\AA..@(Q.B+.\|
  533. 00000150 41 5f d7 0a 3f c0 00 00 40 63 33 33 41 c4 a3 d7 |A_..?...@c33A...|
  534. 00000160 42 08 b8 52 3f a7 ae 14 3f ae 14 7b 41 59 eb 85 |B..R?...?..{AY..|
  535. 00000170 41 b5 99 9a 41 04 f5 c3 41 1d 1e b8 41 49 99 9a |A...A...A...AI..|
  536. 00000180 41 78 28 f6 3e 85 1e b8 42 8c e6 66 41 b8 8f 5c |Ax(.>...B..fA..\|
  537. 00000190 41 86 3d 71 40 ee b8 52 41 67 ae 14 41 3a 66 66 |A.=[email protected]:ff|
  538. 000001a0 41 18 00 00 3f 66 66 66 40 c8 00 00 41 e2 e1 48 |[email protected]|
  539. 000001b0 41 18 f5 c3 3f d8 51 ec 40 b0 51 ec 41 84 00 fe |[email protected]...|
  540. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 e8 1f 00 00 00 |................|
  541. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  542. *
  543. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  544. 00000200
  545. =============================== StdErr Messages: ===============================
  546. cat: write error: Broken pipe
  547. cat: write error: Broken pipe
  548. File descriptor 8 (/proc/4363/mounts) leaked on lvscan invocation. Parent PID 12750: bash
  549. No volume groups found
  550. ADDITIONAL INFORMATION :
  551. =================== log of boot-repair 2014-05-20__23h57 ===================
  552. boot-repair version : 3.199~ppa40~raring
  553. boot-sav version : 3.199~ppa40~raring
  554. glade2script version : 3.2.2~ppa45~raring
  555. boot-sav-extra version : 3.199~ppa40~raring
  556. boot-repair is executed in live-session (Linux Mint 15 Olivia, olivia, LinuxMint, i686)
  557. ls: cannot access /home/usr/.config: No such file or directory
  558. CPU op-mode(s): 32-bit
  559. file=/cdrom/preseed/mint.seed boot=casper xforcevesa nomodeset b43.blacklist=yes initrd=/casper/initrd.lz ramdisk_size=1048576 root=/dev/ram rw noapic noapci nosplash irqpoll -- BOOT_IMAGE=/casper/vmlinuz
  560. =================== os-prober:
  561. /dev/sda1:Netrunner 13.12 (Enigma-II) (13.12):Netrunner:linux
  562. =================== blkid:
  563. /dev/loop0: TYPE="squashfs"
  564. /dev/sda1: UUID="7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1" TYPE="ext4"
  565. /dev/sda3: UUID="41007408-9829-4d76-a6bd-284f9b9b21e3" TYPE="ext4"
  566. /dev/sda5: UUID="965cb54e-a5fa-4391-a43e-3e92aac0264a" TYPE="swap"
  567. /dev/sr0: LABEL="Linux Mint 15 Xfce 32-bit" TYPE="iso9660"
  568. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  569. Warning: extended partition does not start at a cylinder boundary.
  570. DOS and Linux will interpret the contents differently.
  571. =================== /media/mint/7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1/etc/grub.d/ :
  572. drwxr-xr-x 2 root root 4096 Nov 9 2013 grub.d
  573. total 72
  574. -rwxr-xr-x 1 root root 7850 Sep 18 2013 00_header
  575. -rwxr-xr-x 1 root root 5949 Aug 15 2013 05_debian_theme
  576. -rwxr-xr-x 1 root root 11479 Sep 18 2013 10_linux
  577. -rwxr-xr-x 1 root root 10258 Sep 18 2013 20_linux_xen
  578. -rwxr-xr-x 1 root root 1798 Jun 17 2013 20_memtest86+
  579. -rwxr-xr-x 1 root root 11531 Sep 18 2013 30_os-prober
  580. -rwxr-xr-x 1 root root 1426 Sep 18 2013 30_uefi-firmware
  581. -rwxr-xr-x 1 root root 214 Sep 18 2013 40_custom
  582. -rwxr-xr-x 1 root root 216 Sep 18 2013 41_custom
  583. -rw-r--r-- 1 root root 483 Sep 18 2013 README
  584. =================== /media/mint/7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1/etc/default/grub :
  585. # If you change this file, run 'update-grub' afterwards to update
  586. # /boot/grub/grub.cfg.
  587. # For full documentation of the options in this file, see:
  588. # info -f grub -n 'Simple configuration'
  589. GRUB_DEFAULT=0
  590. GRUB_HIDDEN_TIMEOUT=0
  591. GRUB_HIDDEN_TIMEOUT_QUIET=true
  592. GRUB_TIMEOUT=10
  593. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  594. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  595. GRUB_CMDLINE_LINUX=""
  596. # Uncomment to enable BadRAM filtering, modify to suit your needs
  597. # This works with Linux (no patch required) and with any kernel that obtains
  598. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  599. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  600. # Uncomment to disable graphical terminal (grub-pc only)
  601. #GRUB_TERMINAL=console
  602. # The resolution used on graphical terminal
  603. # note that you can use only modes which your graphic card supports via VBE
  604. # you can see them in real GRUB with the command `vbeinfo'
  605. #GRUB_GFXMODE=640x480
  606. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  607. #GRUB_DISABLE_LINUX_UUID=true
  608. # Uncomment to disable generation of recovery mode menu entries
  609. #GRUB_DISABLE_RECOVERY="true"
  610. # Uncomment to get a beep at grub start
  611. #GRUB_INIT_TUNE="480 440 1"
  612. /boot detected in the fstab of sda1: UUID=41007408-9829-4d76-a6bd-284f9b9b21e3 (sda3)
  613. =================== UEFI/Legacy mode:
  614. This live-session is not EFI-compatible.
  615. SecureBoot maybe enabled.
  616. =================== PARTITIONS & DISKS:
  617. sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, with-boot, is-os, not--efi--part, fstab-has-goodBOOT, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /media/mint/7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1.
  618. sda3 : sda, is-sepboot, grubenv-ok nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /media/mint/41007408-9829-4d76-a6bd-284f9b9b21e3.
  619. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  620. =================== parted -l:
  621. Model: ATA Maxtor 5A320J0 (scsi)
  622. Disk /dev/sda: 324GB
  623. Sector size (logical/physical): 512B/512B
  624. Partition Table: msdos
  625. Number Start End Size Type File system Flags
  626. 1 1049kB 322GB 322GB primary ext4 boot
  627. 3 322GB 323GB 1000MB primary ext4
  628. 2 323GB 324GB 1071MB extended
  629. 5 323GB 324GB 1071MB logical linux-swap(v1)
  630. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  631. has been opened read-only.
  632. Error: Invalid partition table - recursive partition on /dev/sr0.
  633. =================== parted -lm:
  634. BYT;
  635. /dev/sda:324GB:scsi:512:512:msdos:ATA Maxtor 5A320J0;
  636. 1:1049kB:322GB:322GB:ext4::boot;
  637. 3:322GB:323GB:1000MB:ext4::;
  638. 2:323GB:324GB:1071MB:::;
  639. 5:323GB:324GB:1071MB:linux-swap(v1)::;
  640. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  641. has been opened read-only.
  642. Error: Invalid partition table - recursive partition on /dev/sr0.
  643. =================== mount:
  644. /cow on / type overlayfs (rw)
  645. proc on /proc type proc (rw,noexec,nosuid,nodev)
  646. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  647. udev on /dev type devtmpfs (rw,mode=0755)
  648. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  649. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  650. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  651. /dev/loop0 on /rofs type squashfs (ro,noatime)
  652. none on /sys/fs/cgroup type tmpfs (rw)
  653. none on /sys/fs/fuse/connections type fusectl (rw)
  654. none on /sys/kernel/debug type debugfs (rw)
  655. none on /sys/kernel/security type securityfs (rw)
  656. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  657. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  658. none on /run/shm type tmpfs (rw,nosuid,nodev)
  659. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  660. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  661. gvfsd-fuse on /run/user/mint/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=mint)
  662. /dev/sda1 on /media/mint/7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1 type ext4 (rw,nosuid,nodev,uhelper=udisks2)
  663. /dev/sda3 on /media/mint/41007408-9829-4d76-a6bd-284f9b9b21e3 type ext4 (rw,nosuid,nodev,uhelper=udisks2)
  664. =================== ls:
  665. /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
  666. /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 sda5 size slaves stat subsystem trace uevent
  667. /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
  668. /dev (filtered): agpgart alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dvd dvdrw ecryptfs fd fd0 full fuse hidraw0 hidraw1 hpet input kmsg log lp0 mapper mcelog mem net network_latency network_throughput null oldmem parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom usb vga_arbiter vhost-net zero
  669. ls /dev/mapper: control
  670. =================== df -Th:
  671. Filesystem Type Size Used Avail Use% Mounted on
  672. /cow overlayfs 502M 188M 315M 38% /
  673. udev devtmpfs 486M 12K 486M 1% /dev
  674. tmpfs tmpfs 101M 864K 100M 1% /run
  675. /dev/sr0 iso9660 946M 946M 0 100% /cdrom
  676. /dev/loop0 squashfs 908M 908M 0 100% /rofs
  677. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  678. tmpfs tmpfs 502M 12K 502M 1% /tmp
  679. none tmpfs 5.0M 0 5.0M 0% /run/lock
  680. none tmpfs 502M 80K 502M 1% /run/shm
  681. none tmpfs 100M 16K 100M 1% /run/user
  682. /dev/sda1 ext4 295G 4.7G 276G 2% /media/mint/7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1
  683. /dev/sda3 ext4 923M 38M 838M 5% /media/mint/41007408-9829-4d76-a6bd-284f9b9b21e3
  684. =================== fdisk -l:
  685. Disk /dev/sda: 323.9 GB, 323928170496 bytes
  686. 255 heads, 63 sectors/track, 39382 cylinders, total 632672208 sectors
  687. Units = sectors of 1 * 512 = 512 bytes
  688. Sector size (logical/physical): 512 bytes / 512 bytes
  689. I/O size (minimum/optimal): 512 bytes / 512 bytes
  690. Disk identifier: 0x000b6cdc
  691. Device Boot Start End Blocks Id System
  692. /dev/sda1 * 2048 628623141 314310547 83 Linux
  693. /dev/sda2 630579198 632670207 1045505 5 Extended
  694. /dev/sda3 628623360 630577151 976896 83 Linux
  695. /dev/sda5 630579200 632670207 1045504 82 Linux swap / Solaris
  696. Partition table entries are not in disk order
  697. /boot detected. Please check the options.
  698. =================== Recommended repair
  699. Recommended-Repair
  700. This setting will reinstall the grub2 of sda1 into the MBR of sda.
  701. Additional repair will be performed: unhide-bootmenu-10s
  702. /boot removed in sda1/fstab
  703. Unhide GRUB boot menu in sda1/etc/default/grub
  704. *******lspci -nnk | grep -iA3 vga
  705. 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV5 [Riva TNT2 Model 64 / Model 64 Pro] [10de:002d] (rev 15)
  706. Subsystem: VISIONTEK Device [1545:0002]
  707. 02:0a.0 Multimedia audio controller [0401]: Ensoniq ES1371 [AudioPCI-97] [1274:1371] (rev 09)
  708. Subsystem: Ensoniq Creative Sound Blaster AudioPCI64V, AudioPCI128 [1274:1371]
  709. *******
  710. grub-install (GRUB) 2.00-19ubuntu2.1,grub-install (GRUB) 2.
  711. Reinstall the GRUB of sda1 into the MBR of sda
  712. Installation finished. No error reported.
  713. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  714. chroot /media/mint/7de8bb72-2711-4ee2-b7ec-a7ee03ca31d1 update-grub
  715. Generating grub.cfg ...
  716. Found linux image: /boot/vmlinuz-3.11.0-15-generic
  717. Found initrd image: /boot/initrd.img-3.11.0-15-generic
  718. Found memtest86+ image: /boot/memtest86+.bin
  719. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  720. Boot successfully repaired.
  721. You can now reboot your computer.