1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  2. ============================= Boot Info Summary: ===============================
  3. => No boot loader is installed in the MBR of /dev/sda.
  4. => Syslinux MBR (3.00-3.35) is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: vfat
  7. Boot sector type: FAT32
  8. Boot sector info: No errors found in the Boot Parameter Block.
  9. Operating System:
  10. Boot files:
  11. sda2: __________________________________________________________________________
  12. File system: ext2
  13. Boot sector type: -
  14. Boot sector info:
  15. Operating System:
  16. Boot files: /grub/grub.cfg
  17. sda3: __________________________________________________________________________
  18. File system: LVM2_member
  19. Boot sector type: -
  20. Boot sector info:
  21. sdb1: __________________________________________________________________________
  22. File system: vfat
  23. Boot sector type: SYSLINUX 4.07
  24. Boot sector info: Syslinux looks at sector 32776 of /dev/sdb1 for its
  25. second stage. The integrity check of Syslinux failed.
  26. No errors found in the Boot Parameter Block.
  27. Operating System:
  28. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  29. /EFI/BOOT/grubx64.efi /ldlinux.sys
  30. netrunner-vg-root': ____________________________________________________________
  31. File system:
  32. Boot sector type: Unknown
  33. Boot sector info:
  34. Mounting failed: mount: unknown filesystem type ''
  35. netrunner-vg-swap_1': __________________________________________________________
  36. File system:
  37. Boot sector type: Unknown
  38. Boot sector info:
  39. Mounting failed: mount: unknown filesystem type ''
  40. mount: unknown filesystem type ''
  41. ============================ Drive/Partition Info: =============================
  42. Drive: sda _____________________________________________________________________
  43. Disk /dev/sda: 750.2 GB, 750156374016 bytes
  44. 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  45. Units = sectors of 1 * 512 = 512 bytes
  46. Sector size (logical/physical): 512 bytes / 4096 bytes
  47. Partition Boot Start Sector End Sector # of Sectors Id System
  48. /dev/sda1 1 1,465,149,167 1,465,149,167 ee GPT
  49. GUID Partition Table detected.
  50. Partition Start Sector End Sector # of Sectors System
  51. /dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
  52. /dev/sda2 1,050,624 1,550,335 499,712 Data partition (Linux)
  53. /dev/sda3 1,550,336 1,465,147,391 1,463,597,056 Logical Volume Manager (LVM) partition (Linux)
  54. Drive: sdb _____________________________________________________________________
  55. Disk /dev/sdb: 8027 MB, 8027897856 bytes
  56. 255 heads, 63 sectors/track, 976 cylinders, total 15679488 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/sdb1 * 2,048 15,679,487 15,677,440 c W95 FAT32 (LBA)
  61. "blkid" output: ________________________________________________________________
  62. Device UUID TYPE LABEL
  63. /dev/loop0 squashfs
  64. /dev/mapper/netrunner--vg-root 78cb9c38-7d50-44bf-a614-330171037c0f ext4
  65. /dev/mapper/netrunner--vg-swap_1 775dbe60-dfd9-4793-8017-7563a590b02e swap
  66. /dev/sda1 E44E-C95A vfat
  67. /dev/sda2 e350180a-4fa4-413d-99b0-038fe062ca13 ext2
  68. /dev/sda3 ePXf60-kVm2-6gBO-j3Ws-W5lM-Q6UK-4wJT1c LVM2_member
  69. /dev/sdb1 5439-9F4F vfat NETRUNNER14
  70. ========================= "ls -R /dev/mapper/" output: =========================
  71. /dev/mapper:
  72. control
  73. netrunner--vg-root
  74. netrunner--vg-swap_1
  75. ================================ Mount points: =================================
  76. Device Mount_Point Type Options
  77. /dev/loop0 /rofs squashfs (ro,noatime)
  78. /dev/sda1 /mnt/fat32 vfat (rw)
  79. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  80. ============================= sda2/grub/grub.cfg: ==============================
  81. --------------------------------------------------------------------------------
  82. #
  83. # DO NOT EDIT THIS FILE
  84. #
  85. # It is automatically generated by grub-mkconfig using templates
  86. # from /etc/grub.d and settings from /etc/default/grub
  87. #
  88. ### BEGIN /etc/grub.d/00_header ###
  89. if [ -s $prefix/grubenv ]; then
  90. set have_grubenv=true
  91. load_env
  92. fi
  93. if [ "${next_entry}" ] ; then
  94. set default="${next_entry}"
  95. set next_entry=
  96. save_env next_entry
  97. set boot_once=true
  98. else
  99. set default="0"
  100. fi
  101. if [ x"${feature_menuentry_id}" = xy ]; then
  102. menuentry_id_option="--id"
  103. else
  104. menuentry_id_option=""
  105. fi
  106. export menuentry_id_option
  107. if [ "${prev_saved_entry}" ]; then
  108. set saved_entry="${prev_saved_entry}"
  109. save_env saved_entry
  110. set prev_saved_entry=
  111. save_env prev_saved_entry
  112. set boot_once=true
  113. fi
  114. function savedefault {
  115. if [ -z "${boot_once}" ]; then
  116. saved_entry="${chosen}"
  117. save_env saved_entry
  118. fi
  119. }
  120. function recordfail {
  121. set recordfail=1
  122. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  123. }
  124. function load_video {
  125. if [ x$feature_all_video_module = xy ]; then
  126. insmod all_video
  127. else
  128. insmod efi_gop
  129. insmod efi_uga
  130. insmod ieee1275_fb
  131. insmod vbe
  132. insmod vga
  133. insmod video_bochs
  134. insmod video_cirrus
  135. fi
  136. }
  137. if [ x$feature_default_font_path = xy ] ; then
  138. font=unicode
  139. else
  140. insmod part_gpt
  141. insmod lvm
  142. insmod ext2
  143. set root='lvmid/RoFawt-I5gv-LE7G-C7uB-zpFg-mVtk-ljiEOK/KZ27br-UR1F-azdR-YLnq-I84l-k5H2-mfrp0m'
  144. if [ x$feature_platform_search_hint = xy ]; then
  145. search --no-floppy --fs-uuid --set=root --hint='lvmid/RoFawt-I5gv-LE7G-C7uB-zpFg-mVtk-ljiEOK/KZ27br-UR1F-azdR-YLnq-I84l-k5H2-mfrp0m' 78cb9c38-7d50-44bf-a614-330171037c0f
  146. else
  147. search --no-floppy --fs-uuid --set=root 78cb9c38-7d50-44bf-a614-330171037c0f
  148. fi
  149. font="/usr/share/grub/unicode.pf2"
  150. fi
  151. if loadfont $font ; then
  152. set gfxmode=auto
  153. load_video
  154. insmod gfxterm
  155. set locale_dir=$prefix/locale
  156. set lang=en_CA
  157. insmod gettext
  158. fi
  159. terminal_output gfxterm
  160. if [ "${recordfail}" = 1 ] ; then
  161. set timeout=-1
  162. else
  163. if [ x$feature_timeout_style = xy ] ; then
  164. set timeout_style=hidden
  165. set timeout=0
  166. # Fallback hidden-timeout code in case the timeout_style feature is
  167. # unavailable.
  168. elif sleep --interruptible 0 ; then
  169. set timeout=0
  170. fi
  171. fi
  172. ### END /etc/grub.d/00_header ###
  173. ### BEGIN /etc/grub.d/05_debian_theme ###
  174. set menu_color_normal=cyan/blue
  175. set menu_color_highlight=white/blue
  176. ### END /etc/grub.d/05_debian_theme ###
  177. ### BEGIN /etc/grub.d/10_linux ###
  178. function gfxmode {
  179. set gfxpayload="${1}"
  180. if [ "${1}" = "keep" ]; then
  181. set vt_handoff=vt.handoff=7
  182. else
  183. set vt_handoff=
  184. fi
  185. }
  186. if [ "${recordfail}" != 1 ]; then
  187. if [ -e ${prefix}/gfxblacklist.txt ]; then
  188. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  189. if [ ${match} = 0 ]; then
  190. set linux_gfx_mode=keep
  191. else
  192. set linux_gfx_mode=text
  193. fi
  194. else
  195. set linux_gfx_mode=text
  196. fi
  197. else
  198. set linux_gfx_mode=keep
  199. fi
  200. else
  201. set linux_gfx_mode=text
  202. fi
  203. export linux_gfx_mode
  204. menuentry 'Netrunner GNU/Linux' --class netrunner --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-78cb9c38-7d50-44bf-a614-330171037c0f' {
  205. recordfail
  206. load_video
  207. gfxmode $linux_gfx_mode
  208. insmod gzio
  209. insmod part_gpt
  210. insmod ext2
  211. set root='hd0,gpt2'
  212. if [ x$feature_platform_search_hint = xy ]; then
  213. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 e350180a-4fa4-413d-99b0-038fe062ca13
  214. else
  215. search --no-floppy --fs-uuid --set=root e350180a-4fa4-413d-99b0-038fe062ca13
  216. fi
  217. linux /vmlinuz-3.13.0-24-generic.efi.signed root=/dev/mapper/netrunner--vg-root ro quiet splash $vt_handoff
  218. initrd /initrd.img-3.13.0-24-generic
  219. }
  220. submenu 'Advanced options for Netrunner GNU/Linux' $menuentry_id_option 'gnulinux-advanced-78cb9c38-7d50-44bf-a614-330171037c0f' {
  221. menuentry 'Netrunner GNU/Linux, with Linux 3.13.0-24-generic' --class netrunner --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-advanced-78cb9c38-7d50-44bf-a614-330171037c0f' {
  222. recordfail
  223. load_video
  224. gfxmode $linux_gfx_mode
  225. insmod gzio
  226. insmod part_gpt
  227. insmod ext2
  228. set root='hd0,gpt2'
  229. if [ x$feature_platform_search_hint = xy ]; then
  230. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 e350180a-4fa4-413d-99b0-038fe062ca13
  231. else
  232. search --no-floppy --fs-uuid --set=root e350180a-4fa4-413d-99b0-038fe062ca13
  233. fi
  234. echo 'Loading Linux 3.13.0-24-generic ...'
  235. linux /vmlinuz-3.13.0-24-generic.efi.signed root=/dev/mapper/netrunner--vg-root ro quiet splash $vt_handoff
  236. echo 'Loading initial ramdisk ...'
  237. initrd /initrd.img-3.13.0-24-generic
  238. }
  239. menuentry 'Netrunner GNU/Linux, with Linux 3.13.0-24-generic (recovery mode)' --class netrunner --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-24-generic-recovery-78cb9c38-7d50-44bf-a614-330171037c0f' {
  240. recordfail
  241. load_video
  242. insmod gzio
  243. insmod part_gpt
  244. insmod ext2
  245. set root='hd0,gpt2'
  246. if [ x$feature_platform_search_hint = xy ]; then
  247. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 e350180a-4fa4-413d-99b0-038fe062ca13
  248. else
  249. search --no-floppy --fs-uuid --set=root e350180a-4fa4-413d-99b0-038fe062ca13
  250. fi
  251. echo 'Loading Linux 3.13.0-24-generic ...'
  252. linux /vmlinuz-3.13.0-24-generic.efi.signed root=/dev/mapper/netrunner--vg-root ro recovery nomodeset
  253. echo 'Loading initial ramdisk ...'
  254. initrd /initrd.img-3.13.0-24-generic
  255. }
  256. }
  257. ### END /etc/grub.d/10_linux ###
  258. ### BEGIN /etc/grub.d/20_linux_xen ###
  259. ### END /etc/grub.d/20_linux_xen ###
  260. ### BEGIN /etc/grub.d/20_memtest86+ ###
  261. ### END /etc/grub.d/20_memtest86+ ###
  262. ### BEGIN /etc/grub.d/30_os-prober ###
  263. ### END /etc/grub.d/30_os-prober ###
  264. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  265. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  266. fwsetup
  267. }
  268. ### END /etc/grub.d/30_uefi-firmware ###
  269. ### BEGIN /etc/grub.d/40_custom ###
  270. # This file provides an easy way to add custom menu entries. Simply type the
  271. # menu entries you want to add after this comment. Be careful not to change
  272. # the 'exec tail' line above.
  273. ### END /etc/grub.d/40_custom ###
  274. ### BEGIN /etc/grub.d/41_custom ###
  275. if [ -f ${config_directory}/custom.cfg ]; then
  276. source ${config_directory}/custom.cfg
  277. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  278. source $prefix/custom.cfg;
  279. fi
  280. ### END /etc/grub.d/41_custom ###
  281. --------------------------------------------------------------------------------
  282. =================== sda2: Location of files loaded by Grub: ====================
  283. GiB - GB File Fragment(s)
  284. =========================== sdb1/boot/grub/grub.cfg: ===========================
  285. --------------------------------------------------------------------------------
  286. if loadfont /boot/grub/font.pf2 ; then
  287. set gfxmode=auto
  288. insmod efi_gop
  289. insmod efi_uga
  290. insmod gfxterm
  291. terminal_output gfxterm
  292. fi
  293. set menu_color_normal=white/black
  294. set menu_color_highlight=black/light-gray
  295. menuentry "Start Netrunner" {
  296. set gfxpayload=keep
  297. linux /casper/vmlinuz.efi file=/cdrom/preseed/netrunner.seed boot=casper quiet splash --
  298. initrd /casper/initrd.lz
  299. }
  300. menuentry "Check disc for defects" {
  301. set gfxpayload=keep
  302. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash --
  303. initrd /casper/initrd.lz
  304. }
  305. --------------------------------------------------------------------------------
  306. ============================== sdb1/syslinux.cfg: ==============================
  307. --------------------------------------------------------------------------------
  308. DEFAULT loadconfig
  309. LABEL loadconfig
  310. CONFIG /isolinux/isolinux.cfg
  311. APPEND /isolinux/
  312. --------------------------------------------------------------------------------
  313. =================== sdb1: Location of files loaded by Grub: ====================
  314. GiB - GB File Fragment(s)
  315. ================= sdb1: Location of files loaded by Syslinux: ==================
  316. GiB - GB File Fragment(s)
  317. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  318. Unknown BootLoader on netrunner-vg-root'
  319. Unknown BootLoader on netrunner-vg-swap_1'
  320. =============================== StdErr Messages: ===============================
  321. cat: /tmp/BootInfo-Tj5TDYtu/Tmp_Log: No such file or directory
  322. cat: /tmp/BootInfo-Tj5TDYtu/Tmp_Log: No such file or directory
  323. cat: /tmp/BootInfo-Tj5TDYtu/Tmp_Log: No such file or directory
  324. File descriptor 9 (/proc/15020/mounts) leaked on lvscan invocation. Parent PID 29247: bash
  325. File descriptor 63 (pipe:[315128]) leaked on lvscan invocation. Parent PID 29247: bash
  326. File descriptor 9 (/proc/15020/mounts) leaked on lvdisplay invocation. Parent PID 29254: bash
  327. File descriptor 63 (pipe:[315128]) leaked on lvdisplay invocation. Parent PID 29254: bash
  328. skip_dev_dir: Couldn't split up device name netrunner-vg-root'
  329. Volume group name netrunner-vg-root' has invalid characters
  330. Skipping volume group netrunner-vg-root'
  331. File descriptor 9 (/proc/15020/mounts) leaked on lvdisplay invocation. Parent PID 29257: bash
  332. File descriptor 63 (pipe:[315128]) leaked on lvdisplay invocation. Parent PID 29257: bash
  333. skip_dev_dir: Couldn't split up device name netrunner-vg-root'
  334. Volume group name netrunner-vg-root' has invalid characters
  335. Skipping volume group netrunner-vg-root'
  336. File descriptor 9 (/proc/15020/mounts) leaked on lvchange invocation. Parent PID 28468: bash
  337. File descriptor 63 (pipe:[315128]) leaked on lvchange invocation. Parent PID 28468: bash
  338. skip_dev_dir: Couldn't split up device name netrunner-vg-root'
  339. Volume group name netrunner-vg-root' has invalid characters
  340. Skipping volume group netrunner-vg-root'
  341. hexdump: /dev/mapper/netrunner-vg-root': No such file or directory
  342. hexdump: /dev/mapper/netrunner-vg-root': No such file or directory
  343. File descriptor 9 (/proc/15020/mounts) leaked on lvdisplay invocation. Parent PID 29289: bash
  344. File descriptor 63 (pipe:[315128]) leaked on lvdisplay invocation. Parent PID 29289: bash
  345. skip_dev_dir: Couldn't split up device name netrunner-vg-swap_1'
  346. Volume group name netrunner-vg-swap_1' has invalid characters
  347. Skipping volume group netrunner-vg-swap_1'
  348. File descriptor 9 (/proc/15020/mounts) leaked on lvdisplay invocation. Parent PID 29292: bash
  349. File descriptor 63 (pipe:[315128]) leaked on lvdisplay invocation. Parent PID 29292: bash
  350. skip_dev_dir: Couldn't split up device name netrunner-vg-swap_1'
  351. Volume group name netrunner-vg-swap_1' has invalid characters
  352. Skipping volume group netrunner-vg-swap_1'
  353. File descriptor 9 (/proc/15020/mounts) leaked on lvchange invocation. Parent PID 28468: bash
  354. File descriptor 63 (pipe:[315128]) leaked on lvchange invocation. Parent PID 28468: bash
  355. skip_dev_dir: Couldn't split up device name netrunner-vg-swap_1'
  356. Volume group name netrunner-vg-swap_1' has invalid characters
  357. Skipping volume group netrunner-vg-swap_1'
  358. hexdump: /dev/mapper/netrunner-vg-swap_1': No such file or directory
  359. hexdump: /dev/mapper/netrunner-vg-swap_1': No such file or directory
  360. ADDITIONAL INFORMATION :
  361. =================== log of boot-repair 2014-11-07__15h26 ===================
  362. boot-repair version : 3.199~ppa40~saucy
  363. boot-sav version : 3.199~ppa40~saucy
  364. glade2script version : 3.2.2~ppa47~saucy
  365. boot-sav-extra version : 3.199~ppa40~saucy
  366. BLKID BEFORE LVM ACTIVATION:
  367. /dev/loop0: TYPE="squashfs"
  368. /dev/sda1: UUID="E44E-C95A" TYPE="vfat"
  369. /dev/sda2: UUID="e350180a-4fa4-413d-99b0-038fe062ca13" TYPE="ext2"
  370. /dev/sda3: UUID="ePXf60-kVm2-6gBO-j3Ws-W5lM-Q6UK-4wJT1c" TYPE="LVM2_member"
  371. /dev/mapper/netrunner--vg-root: UUID="78cb9c38-7d50-44bf-a614-330171037c0f" TYPE="ext4"
  372. /dev/mapper/netrunner--vg-swap_1: UUID="775dbe60-dfd9-4793-8017-7563a590b02e" TYPE="swap"
  373. /dev/sdb1: LABEL="NETRUNNER14" UUID="5439-9F4F" TYPE="vfat"
  374. MODPROBE
  375. VGSCAN
  376. File descriptor 9 (/proc/15020/mounts) leaked on vgscan invocation. Parent PID 15030: /bin/bash
  377. Reading all physical volumes. This may take a while...
  378. Found volume group "netrunner-vg" using metadata type lvm2
  379. VGCHANGE
  380. File descriptor 9 (/proc/15020/mounts) leaked on vgchange invocation. Parent PID 15030: /bin/bash
  381. 2 logical volume(s) in volume group "netrunner-vg" now active
  382. File descriptor 9 (/proc/15020/mounts) leaked on lvscan invocation. Parent PID 15030: /bin/bash
  383. LVSCAN:
  384. ACTIVE '/dev/netrunner-vg/root' [690.42 GiB] inherit
  385. ACTIVE '/dev/netrunner-vg/swap_1' [7.47 GiB] inherit
  386. Is there RAID on this computer? no
  387. File descriptor 9 (/proc/15020/mounts) leaked on vgs invocation. Parent PID 16744: grub-probe
  388. File descriptor 9 (/proc/15020/mounts) leaked on vgs invocation. Parent PID 16744: grub-probe
  389. boot-repair is executed in live-session (Netrunner 14 (Frontier), frontier-14, Netrunner, x86_64)
  390. ls: cannot access /home/usr/.config: No such file or directory
  391. CPU op-mode(s): 32-bit, 64-bit
  392. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/netrunner.seed boot=casper quiet splash --
  393. [dmraid -sa -c] no
  394. [dmraid -sa -c] raid
  395. [dmraid -sa -c] disks
  396. Set sda as corresponding disk of mapper/netrunner--vg-root
  397. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  398. Disk /dev/mapper/netrunner--vg-root doesn't contain a valid partition table
  399. Disk /dev/mapper/netrunner--vg-swap_1 doesn't contain a valid partition table
  400. =================== os-prober:
  401. /dev/mapper/netrunner--vg-root:Netrunner 14 (Frontier) (14):Netrunner:linux
  402. =================== blkid:
  403. /dev/loop0: TYPE="squashfs"
  404. /dev/sda1: UUID="E44E-C95A" TYPE="vfat"
  405. /dev/sda2: UUID="e350180a-4fa4-413d-99b0-038fe062ca13" TYPE="ext2"
  406. /dev/sda3: UUID="ePXf60-kVm2-6gBO-j3Ws-W5lM-Q6UK-4wJT1c" TYPE="LVM2_member"
  407. /dev/mapper/netrunner--vg-root: UUID="78cb9c38-7d50-44bf-a614-330171037c0f" TYPE="ext4"
  408. /dev/mapper/netrunner--vg-swap_1: UUID="775dbe60-dfd9-4793-8017-7563a590b02e" TYPE="swap"
  409. /dev/sdb1: LABEL="NETRUNNER14" UUID="5439-9F4F" TYPE="vfat"
  410. [dmraid -sa -c] no
  411. [dmraid -sa -c] raid
  412. [dmraid -sa -c] disks
  413. Set sda as corresponding disk of mapper/netrunner--vg-root
  414. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  415. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU Parted.
  416. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  417. No mapper/netrunner--vg-root/etc/default/grub
  418. =================== mapper/netrunner--vg-root/etc/grub.d/ :
  419. drwxr-xr-x 2 root root 4096 Apr 16 2014 grub.d
  420. total 76
  421. -rwxr-xr-x 1 root root 9424 Apr 11 2014 00_header
  422. -rwxr-xr-x 1 root root 6058 Apr 10 2014 05_debian_theme
  423. -rwxr-xr-x 1 root root 11608 Apr 11 2014 10_linux
  424. -rwxr-xr-x 1 root root 10412 Apr 11 2014 20_linux_xen
  425. -rwxr-xr-x 1 root root 1992 Mar 12 2014 20_memtest86+
  426. -rwxr-xr-x 1 root root 11692 Apr 11 2014 30_os-prober
  427. -rwxr-xr-x 1 root root 1416 Apr 11 2014 30_uefi-firmware
  428. -rwxr-xr-x 1 root root 214 Apr 11 2014 40_custom
  429. -rwxr-xr-x 1 root root 216 Apr 11 2014 41_custom
  430. -rw-r--r-- 1 root root 483 Apr 11 2014 README
  431. /boot/efi detected in the fstab of mapper/netrunner--vg-root: UUID=E44E-C95A (sda1)
  432. /boot detected in the fstab of mapper/netrunner--vg-root: UUID=e350180a-4fa4-413d-99b0-038fe062ca13 (sda2)
  433. =================== UEFI/Legacy mode:
  434. Unusual EFI: Please report this message to [email protected]
  435. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  436. SecureBoot enabled.
  437. =================== PARTITIONS & DISKS:
  438. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/fat32.
  439. sda2 : sda, is-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda2.
  440. mapper/netrunner--vg-root : sda, not-sepboot, no-grubenv grub1, signed grub-pc , update-grub, 64, no-boot, is-os, not--efi--part, fstab-has-goodBOOT, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, /mnt/boot-sav/mapper/netrunner--vg-root.
  441. sda : GPT, no-BIOS_boot, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  442. =================== parted -l:
  443. Model: ATA TOSHIBA MQ01ABD0 (scsi)
  444. Disk /dev/sda: 750GB
  445. Sector size (logical/physical): 512B/4096B
  446. Partition Table: gpt
  447. Number Start End Size File system Name Flags
  448. 1 1049kB 538MB 537MB fat32 boot
  449. 2 538MB 794MB 256MB ext2
  450. 3 794MB 750GB 749GB lvm
  451. Model: Lexar JumpDrive (scsi)
  452. Disk /dev/sdb: 8028MB
  453. Sector size (logical/physical): 512B/512B
  454. Partition Table: msdos
  455. Number Start End Size Type File system Flags
  456. 1 1049kB 8028MB 8027MB primary fat32 boot, lba
  457. Model: Linux device-mapper (linear) (dm)
  458. Disk /dev/mapper/netrunner--vg-swap_1: 8024MB
  459. Sector size (logical/physical): 512B/4096B
  460. Partition Table: loop
  461. Number Start End Size File system Flags
  462. 1 0.00B 8024MB 8024MB linux-swap(v1)
  463. Model: Linux device-mapper (linear) (dm)
  464. Disk /dev/mapper/netrunner--vg-root: 741GB
  465. Sector size (logical/physical): 512B/4096B
  466. Partition Table: loop
  467. Number Start End Size File system Flags
  468. 1 0.00B 741GB 741GB ext4
  469. =================== parted -lm:
  470. BYT;
  471. /dev/sda:750GB:scsi:512:4096:gpt:ATA TOSHIBA MQ01ABD0;
  472. 1:1049kB:538MB:537MB:fat32::boot;
  473. 2:538MB:794MB:256MB:ext2::;
  474. 3:794MB:750GB:749GB:::lvm;
  475. BYT;
  476. /dev/sdb:8028MB:scsi:512:512:msdos:Lexar JumpDrive;
  477. 1:1049kB:8028MB:8027MB:fat32::boot, lba;
  478. BYT;
  479. /dev/mapper/netrunner--vg-swap_1:8024MB:dm:512:4096:loop:Linux device-mapper (linear);
  480. 1:0.00B:8024MB:8024MB:linux-swap(v1)::;
  481. BYT;
  482. /dev/mapper/netrunner--vg-root:741GB:dm:512:4096:loop:Linux device-mapper (linear);
  483. 1:0.00B:741GB:741GB:ext4::;
  484. =================== mount:
  485. /cow on / type overlayfs (rw)
  486. proc on /proc type proc (rw,noexec,nosuid,nodev)
  487. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  488. udev on /dev type devtmpfs (rw,mode=0755)
  489. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  490. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  491. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  492. /dev/loop0 on /rofs type squashfs (ro,noatime)
  493. none on /sys/fs/cgroup type tmpfs (rw)
  494. none on /sys/fs/fuse/connections type fusectl (rw)
  495. none on /sys/kernel/debug type debugfs (rw)
  496. none on /sys/kernel/security type securityfs (rw)
  497. none on /sys/firmware/efi/efivars type efivarfs (rw)
  498. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  499. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  500. none on /run/shm type tmpfs (rw,nosuid,nodev)
  501. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  502. none on /sys/fs/pstore type pstore (rw)
  503. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  504. /dev/sda1 on /mnt/fat32 type vfat (rw)
  505. /dev/sda2 on /mnt/boot-sav/sda2 type ext2 (rw)
  506. /dev/mapper/netrunner--vg-root on /mnt/boot-sav/mapper/netrunner--vg-root type ext4 (rw)
  507. =================== ls:
  508. /sys/block/dm-0 (filtered): alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  509. /sys/block/dm-1 (filtered): alignment_offset bdi capability dev discard_alignment dm ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  510. /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 size slaves stat subsystem trace uevent
  511. /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
  512. /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
  513. /dev (filtered): autofs block bsg btrfs-control bus cdrom char console core cpu cpu_dma_latency cuse disk dm-0 dm-1 dri ecryptfs fb0 fd freefall full fuse hidraw0 hidraw1 hpet input kmsg log mapper mcelog mem net netrunner-vg network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sdb1 sg0 sg1 sg2 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb v4l vboxdrv vboxdrvu vboxnetctl vboxusb vga_arbiter vhost-net video0 zero
  514. ls /dev/mapper: control netrunner--vg-root netrunner--vg-swap_1
  515. =================== hexdump -n512 -C /dev/sda1
  516. 00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
  517. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  518. 00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
  519. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  520. 00000040 80 01 29 5a c9 4e e4 4e 4f 20 4e 41 4d 45 20 20 |..)Z.N.NO NAME |
  521. 00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
  522. 00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
  523. 00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
  524. 00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
  525. 00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
  526. 000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
  527. 000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
  528. 000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
  529. 000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
  530. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  531. *
  532. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  533. 00000200
  534. ls /mnt/boot-sav/sda2/1:
  535. ls /mnt/boot-sav/sda2: abi-3.13.0-24-generic
  536. config-3.13.0-24-generic
  537. efi
  538. grub
  539. initrd.img-3.13.0-24-generic
  540. lost+found
  541. memtest86+.bin
  542. memtest86+.elf
  543. memtest86+_multiboot.bin
  544. System.map-3.13.0-24-generic
  545. vmlinuz-3.13.0-24-generic
  546. vmlinuz-3.13.0-24-generic.efi.signed . Please report this message to [email protected]
  547. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  548. Disk /dev/mapper/netrunner--vg-root doesn't contain a valid partition table
  549. Disk /dev/mapper/netrunner--vg-swap_1 doesn't contain a valid partition table
  550. =================== df -Th:
  551. Filesystem Type Size Used Avail Use% Mounted on
  552. /cow overlayfs 3.7G 662M 3.0G 18% /
  553. udev devtmpfs 3.6G 12K 3.6G 1% /dev
  554. tmpfs tmpfs 739M 1.4M 738M 1% /run
  555. /dev/sdb1 vfat 7.5G 1.4G 6.1G 19% /cdrom
  556. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  557. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  558. tmpfs tmpfs 3.7G 112K 3.7G 1% /tmp
  559. none tmpfs 5.0M 0 5.0M 0% /run/lock
  560. none tmpfs 3.7G 88K 3.7G 1% /run/shm
  561. none tmpfs 100M 20K 100M 1% /run/user
  562. /dev/sda1 vfat 511M 4.0K 511M 1% /mnt/fat32
  563. /dev/sda2 ext2 237M 46M 180M 21% /mnt/boot-sav/sda2
  564. /dev/mapper/netrunner--vg-root ext4 680G 4.7G 641G 1% /mnt/boot-sav/mapper/netrunner--vg-root
  565. =================== fdisk -l:
  566. Disk /dev/sda: 750.2 GB, 750156374016 bytes
  567. 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
  568. Units = sectors of 1 * 512 = 512 bytes
  569. Sector size (logical/physical): 512 bytes / 4096 bytes
  570. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  571. Disk identifier: 0x33044d6f
  572. Device Boot Start End Blocks Id System
  573. /dev/sda1 1 1465149167 732574583+ ee GPT
  574. Partition 1 does not start on physical sector boundary.
  575. Disk /dev/mapper/netrunner--vg-root: 741.3 GB, 741334843392 bytes
  576. 255 heads, 63 sectors/track, 90128 cylinders, total 1447919616 sectors
  577. Units = sectors of 1 * 512 = 512 bytes
  578. Sector size (logical/physical): 512 bytes / 4096 bytes
  579. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  580. Disk identifier: 0x00000000
  581. Disk /dev/mapper/netrunner--vg-swap_1: 8023 MB, 8023703552 bytes
  582. 255 heads, 63 sectors/track, 975 cylinders, total 15671296 sectors
  583. Units = sectors of 1 * 512 = 512 bytes
  584. Sector size (logical/physical): 512 bytes / 4096 bytes
  585. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  586. Disk identifier: 0x00000000
  587. Disk /dev/sdb: 8027 MB, 8027897856 bytes
  588. 255 heads, 63 sectors/track, 976 cylinders, total 15679488 sectors
  589. Units = sectors of 1 * 512 = 512 bytes
  590. Sector size (logical/physical): 512 bytes / 512 bytes
  591. I/O size (minimum/optimal): 512 bytes / 512 bytes
  592. Disk identifier: 0x01d052e9
  593. Device Boot Start End Blocks Id System
  594. /dev/sdb1 * 2048 15679487 7838720 c W95 FAT32 (LBA)
  595. /boot detected. Please check the options.
  596. (debug) reinstall grub2 place-in-MBR no-BIOS_boot (mapper/netrunner--vg-root)
  597. =================== Repair blocked
  598. GPT detected. Please create a BIOS-Boot partition (>1MB, unformatted filesystem, bios_grub flag). This can be performed via tools such as Gparted. Then try again.
  599. (debug) reinstall grub2 place-in-MBR no-BIOS_boot (mapper/netrunner--vg-root)
  600. =================== Repair blockers
  601. GPT detected. Please create a BIOS-Boot partition (>1MB, unformatted filesystem, bios_grub flag). This can be performed via tools such as Gparted. Then try again.
  602. =================== Advice displayed in case of recommended repair
  603. The boot of your PC is in EFI mode, but no EFI partition was detected. You may want to retry after creating a EFI partition (FAT32, 100MB~250MB, start of the disk, boot flag).
  604. Do you want to continue?The boot of your PC is in EFI mode, but no EFI partition was detected. You may want to retry after creating a EFI partition (FAT32, 100MB~250MB, start of the disk, boot flag).
  605. Do you want to continue?
  606. =================== Default settings
  607. Recommended-Repair
  608. This setting would purge (in order to enable-raid enable-lvm) and reinstall the grub2 of mapper/netrunner--vg-root into the MBR of sda, using the following options: sda2/boot,
  609. Additional repair would be performed: unhide-bootmenu-10s
  610. =================== Settings chosen by the user
  611. Boot-Info
  612. This setting will not act on the MBR.
  613. No change has been performed on your computer.