1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 23Dec2013]
  2. ============================= Boot Info Summary: ===============================
  3. => Windows 7/8/2012 is installed in the MBR of /dev/sda.
  4. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: ntfs
  7. Boot sector type: Windows 7/2008: NTFS
  8. Boot sector info: No errors found in the Boot Parameter Block.
  9. Operating System:
  10. Boot files: /bootmgr /Boot/BCD
  11. sda2: __________________________________________________________________________
  12. File system: ntfs
  13. Boot sector type: Windows 7/2008: NTFS
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System: Windows 7
  16. Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
  17. sda3: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: -
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: ext4
  23. Boot sector type: -
  24. Boot sector info:
  25. Operating System: elementary OS Luna
  26. Boot files: /boot/grub/grub.cfg /etc/fstab
  27. sda6: __________________________________________________________________________
  28. File system: swap
  29. Boot sector type: -
  30. Boot sector info:
  31. sda7: __________________________________________________________________________
  32. File system: ext4
  33. Boot sector type: -
  34. Boot sector info:
  35. Operating System:
  36. Boot files:
  37. sdb1: __________________________________________________________________________
  38. File system: vfat
  39. Boot sector type: SYSLINUX 4.07 2013-07-25
  40. Boot sector info: Syslinux looks at sector 32864 of /dev/sdb1 for its
  41. second stage. SYSLINUX is installed in the /uui
  42. directory. No errors found in the Boot Parameter Block.
  43. Operating System:
  44. Boot files: /boot/grub/grub.cfg /EFI/BOOT/grubx64.efi
  45. ============================ Drive/Partition Info: =============================
  46. Drive: sda _____________________________________________________________________
  47. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  48. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  49. Units = sectors of 1 * 512 = 512 bytes
  50. Sector size (logical/physical): 512 bytes / 512 bytes
  51. Partition Boot Start Sector End Sector # of Sectors Id System
  52. /dev/sda1 * 2,048 206,847 204,800 7 NTFS / exFAT / HPFS
  53. /dev/sda2 206,848 508,143,615 507,936,768 7 NTFS / exFAT / HPFS
  54. /dev/sda3 508,145,662 976,771,071 468,625,410 5 Extended
  55. /dev/sda5 508,145,664 531,580,927 23,435,264 83 Linux
  56. /dev/sda6 531,582,976 543,299,583 11,716,608 82 Linux swap / Solaris
  57. /dev/sda7 543,301,632 976,771,071 433,469,440 83 Linux
  58. Drive: sdb _____________________________________________________________________
  59. Disk /dev/sdb: 32.7 GB, 32717537280 bytes
  60. 255 heads, 63 sectors/track, 3977 cylinders, total 63901440 sectors
  61. Units = sectors of 1 * 512 = 512 bytes
  62. Sector size (logical/physical): 512 bytes / 512 bytes
  63. Partition Boot Start Sector End Sector # of Sectors Id System
  64. /dev/sdb1 * 2,048 63,901,439 63,899,392 c W95 FAT32 (LBA)
  65. "blkid" output: ________________________________________________________________
  66. Device UUID TYPE LABEL
  67. /dev/loop0 squashfs
  68. /dev/sda1 761676481676097F ntfs System Reserved
  69. /dev/sda2 8C6279CB6279BA92 ntfs
  70. /dev/sda5 f371421f-c286-49d1-b929-0d1507c18ac0 ext4
  71. /dev/sda6 5ed82ab2-0d39-4de6-b73a-8b33458ca200 swap
  72. /dev/sda7 508cd9d4-0184-4f14-b881-b48a699d3f46 ext4
  73. /dev/sdb1 CE68-0134 vfat UUI
  74. ================================ Mount points: =================================
  75. Device Mount_Point Type Options
  76. /dev/loop0 /rofs squashfs (ro,noatime)
  77. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  78. =========================== sda5/boot/grub/grub.cfg: ===========================
  79. --------------------------------------------------------------------------------
  80. #
  81. # DO NOT EDIT THIS FILE
  82. #
  83. # It is automatically generated by grub-mkconfig using templates
  84. # from /etc/grub.d and settings from /etc/default/grub
  85. #
  86. ### BEGIN /etc/grub.d/00_header ###
  87. if [ -s $prefix/grubenv ]; then
  88. set have_grubenv=true
  89. load_env
  90. fi
  91. set default="0"
  92. if [ "${prev_saved_entry}" ]; then
  93. set saved_entry="${prev_saved_entry}"
  94. save_env saved_entry
  95. set prev_saved_entry=
  96. save_env prev_saved_entry
  97. set boot_once=true
  98. fi
  99. function savedefault {
  100. if [ -z "${boot_once}" ]; then
  101. saved_entry="${chosen}"
  102. save_env saved_entry
  103. fi
  104. }
  105. function recordfail {
  106. set recordfail=1
  107. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  108. }
  109. function load_video {
  110. insmod efi_gop
  111. insmod efi_uga
  112. insmod video_bochs
  113. insmod video_cirrus
  114. }
  115. insmod part_msdos
  116. insmod ext2
  117. set root='(hd0,msdos5)'
  118. search --no-floppy --fs-uuid --set=root f371421f-c286-49d1-b929-0d1507c18ac0
  119. if loadfont /usr/share/grub/unicode.pf2 ; then
  120. set gfxmode=auto
  121. load_video
  122. insmod gfxterm
  123. insmod part_msdos
  124. insmod ext2
  125. set root='(hd0,msdos5)'
  126. search --no-floppy --fs-uuid --set=root f371421f-c286-49d1-b929-0d1507c18ac0
  127. set locale_dir=($root)/boot/grub/locale
  128. set lang=en_GB
  129. insmod gettext
  130. fi
  131. terminal_output gfxterm
  132. if [ "${recordfail}" = 1 ] ; then
  133. set timeout=-1
  134. else
  135. set timeout=10
  136. fi
  137. ### END /etc/grub.d/00_header ###
  138. ### BEGIN /etc/grub.d/05_debian_theme ###
  139. set menu_color_normal=white/black
  140. set menu_color_highlight=black/light-gray
  141. if background_color 0,0,0; then
  142. clear
  143. fi
  144. ### END /etc/grub.d/05_debian_theme ###
  145. ### BEGIN /etc/grub.d/10_linux ###
  146. function gfxmode {
  147. set gfxpayload="${1}"
  148. if [ "${1}" = "keep" ]; then
  149. set vt_handoff=vt.handoff=7
  150. else
  151. set vt_handoff=
  152. fi
  153. }
  154. if [ "${recordfail}" != 1 ]; then
  155. if [ -e ${prefix}/gfxblacklist.txt ]; then
  156. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  157. if [ ${match} = 0 ]; then
  158. set linux_gfx_mode=keep
  159. else
  160. set linux_gfx_mode=text
  161. fi
  162. else
  163. set linux_gfx_mode=text
  164. fi
  165. else
  166. set linux_gfx_mode=keep
  167. fi
  168. else
  169. set linux_gfx_mode=text
  170. fi
  171. export linux_gfx_mode
  172. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  173. menuentry 'elementary OS, with Linux 3.2.0-51-generic' --class elementary --class gnu-linux --class gnu --class os {
  174. recordfail
  175. gfxmode $linux_gfx_mode
  176. insmod gzio
  177. insmod part_msdos
  178. insmod ext2
  179. set root='(hd0,msdos5)'
  180. search --no-floppy --fs-uuid --set=root f371421f-c286-49d1-b929-0d1507c18ac0
  181. linux /boot/vmlinuz-3.2.0-51-generic root=UUID=f371421f-c286-49d1-b929-0d1507c18ac0 ro quiet splash $vt_handoff
  182. initrd /boot/initrd.img-3.2.0-51-generic
  183. }
  184. menuentry 'elementary OS, with Linux 3.2.0-51-generic (recovery mode)' --class elementary --class gnu-linux --class gnu --class os {
  185. recordfail
  186. insmod gzio
  187. insmod part_msdos
  188. insmod ext2
  189. set root='(hd0,msdos5)'
  190. search --no-floppy --fs-uuid --set=root f371421f-c286-49d1-b929-0d1507c18ac0
  191. echo 'Loading Linux 3.2.0-51-generic ...'
  192. linux /boot/vmlinuz-3.2.0-51-generic root=UUID=f371421f-c286-49d1-b929-0d1507c18ac0 ro recovery nomodeset
  193. echo 'Loading initial ramdisk ...'
  194. initrd /boot/initrd.img-3.2.0-51-generic
  195. }
  196. ### END /etc/grub.d/10_linux ###
  197. ### BEGIN /etc/grub.d/20_linux_xen ###
  198. ### END /etc/grub.d/20_linux_xen ###
  199. ### BEGIN /etc/grub.d/30_os-prober ###
  200. menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os {
  201. insmod part_msdos
  202. insmod ntfs
  203. set root='(hd0,msdos1)'
  204. search --no-floppy --fs-uuid --set=root 761676481676097F
  205. chainloader +1
  206. }
  207. set timeout_style=menu
  208. if [ "${timeout}" = 0 ]; then
  209. set timeout=10
  210. fi
  211. ### END /etc/grub.d/30_os-prober ###
  212. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  213. ### END /etc/grub.d/30_uefi-firmware ###
  214. ### BEGIN /etc/grub.d/40_custom ###
  215. # This file provides an easy way to add custom menu entries. Simply type the
  216. # menu entries you want to add after this comment. Be careful not to change
  217. # the 'exec tail' line above.
  218. ### END /etc/grub.d/40_custom ###
  219. ### BEGIN /etc/grub.d/41_custom ###
  220. if [ -f $prefix/custom.cfg ]; then
  221. source $prefix/custom.cfg;
  222. fi
  223. ### END /etc/grub.d/41_custom ###
  224. --------------------------------------------------------------------------------
  225. =============================== sda5/etc/fstab: ================================
  226. --------------------------------------------------------------------------------
  227. # /etc/fstab: static file system information.
  228. #
  229. # Use 'blkid' to print the universally unique identifier for a
  230. # device; this may be used with UUID= as a more robust way to name devices
  231. # that works even if disks are added and removed. See fstab(5).
  232. #
  233. # <file system> <mount point> <type> <options> <dump> <pass>
  234. proc /proc proc nodev,noexec,nosuid 0 0
  235. # / was on /dev/sda5 during installation
  236. UUID=f371421f-c286-49d1-b929-0d1507c18ac0 / ext4 errors=remount-ro 0 1
  237. # /home was on /dev/sda7 during installation
  238. UUID=508cd9d4-0184-4f14-b881-b48a699d3f46 /home ext4 defaults 0 2
  239. # swap was on /dev/sda6 during installation
  240. UUID=5ed82ab2-0d39-4de6-b73a-8b33458ca200 none swap sw 0 0
  241. --------------------------------------------------------------------------------
  242. =================== sda5: Location of files loaded by Grub: ====================
  243. GiB - GB File Fragment(s)
  244. 247.119594574 = 265.342644224 boot/grub/grub.cfg 1
  245. 246.560947418 = 264.742801408 boot/vmlinuz-3.2.0-51-generic 1
  246. 246.560947418 = 264.742801408 vmlinuz 1
  247. 243.755859375 = 261.730861056 boot/initrd.img-3.2.0-51-generic 3
  248. 243.755859375 = 261.730861056 initrd.img 3
  249. =========================== sdb1/boot/grub/grub.cfg: ===========================
  250. --------------------------------------------------------------------------------
  251. if loadfont /boot/grub/font.pf2 ; then
  252. set gfxmode=auto
  253. insmod efi_gop
  254. insmod efi_uga
  255. insmod gfxterm
  256. terminal_output gfxterm
  257. fi
  258. set menu_color_normal=white/black
  259. set menu_color_highlight=black/light-gray
  260. menuentry "Try elementary OS without installing" {
  261. set gfxpayload=keep
  262. linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper quiet splash --
  263. initrd /casper/initrd.lz
  264. }
  265. menuentry "Install elementary OS" {
  266. set gfxpayload=keep
  267. linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper only-ubiquity quiet splash --
  268. initrd /casper/initrd.lz
  269. }
  270. menuentry "Check disc for defects" {
  271. set gfxpayload=keep
  272. linux /casper/vmlinuz cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper integrity-check quiet splash --
  273. initrd /casper/initrd.lz
  274. }
  275. --------------------------------------------------------------------------------
  276. =================== sdb1: Location of files loaded by Grub: ====================
  277. GiB - GB File Fragment(s)
  278. ?? = ?? boot/grub/grub.cfg 1
  279. ========= Devices which don't seem to have a corresponding hard drive: =========
  280. sdc
  281. ADDITIONAL INFORMATION :
  282. =================== log of boot-repair 2014-08-21__14h39 ===================
  283. boot-repair version : 3.199~ppa40~precise
  284. boot-sav version : 3.199~ppa40~precise
  285. glade2script version : 3.2.2~ppa45~precise
  286. boot-sav-extra version : 3.199~ppa40~precise
  287. boot-repair is executed in live-session (elementary OS Luna, luna, elementary OS, x86_64)
  288. ls: cannot access /home/usr/.config: No such file or directory
  289. CPU op-mode(s): 32-bit, 64-bit
  290. BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid boot=casper quiet splash --
  291. =================== os-prober:
  292. /dev/sda1:Windows 7 (loader):Windows:chain
  293. /dev/sda2:Windows 7 (loader):Windows1:chain
  294. /dev/sda5:elementary OS Luna (0.2):elementaryOS:linux
  295. =================== blkid:
  296. /dev/loop0: TYPE="squashfs"
  297. /dev/sda1: LABEL="System Reserved" UUID="761676481676097F" TYPE="ntfs"
  298. /dev/sda2: UUID="8C6279CB6279BA92" TYPE="ntfs"
  299. /dev/sda5: UUID="f371421f-c286-49d1-b929-0d1507c18ac0" TYPE="ext4"
  300. /dev/sda6: UUID="5ed82ab2-0d39-4de6-b73a-8b33458ca200" TYPE="swap"
  301. /dev/sda7: UUID="508cd9d4-0184-4f14-b881-b48a699d3f46" TYPE="ext4"
  302. /dev/sdb1: LABEL="UUI" UUID="CE68-0134" TYPE="vfat"
  303. 1 disks with OS, 3 OS : 1 Linux, 0 MacOS, 2 Windows, 0 unknown type OS.
  304. Warning: extended partition does not start at a cylinder boundary.
  305. DOS and Linux will interpret the contents differently.
  306. =================== sda5/etc/grub.d/ :
  307. drwxr-xr-x 2 root root 4096 Aug 21 13:45 grub.d
  308. total 56
  309. -rwxr-xr-x 1 root root 7806 Jul 25 22:11 00_header
  310. -rwxr-xr-x 1 root root 5522 Jul 19 2013 05_debian_theme
  311. -rwxr-xr-x 1 root root 7877 Jul 25 22:11 10_linux
  312. -rwxr-xr-x 1 root root 6449 Jul 25 22:11 20_linux_xen
  313. -rwxr-xr-x 1 root root 6675 Jul 25 22:11 30_os-prober
  314. -rwxr-xr-x 1 root root 1388 Jul 19 2013 30_uefi-firmware
  315. -rwxr-xr-x 1 root root 214 Jul 19 2013 40_custom
  316. -rwxr-xr-x 1 root root 95 Jul 19 2013 41_custom
  317. -rw-r--r-- 1 root root 483 Jul 19 2013 README
  318. =================== sda5/etc/default/grub :
  319. # If you change this file, run 'update-grub' afterwards to update
  320. # /boot/grub/grub.cfg.
  321. # For full documentation of the options in this file, see:
  322. # info -f grub -n 'Simple configuration'
  323. GRUB_DEFAULT=0
  324. #GRUB_HIDDEN_TIMEOUT=0
  325. GRUB_HIDDEN_TIMEOUT_QUIET=true
  326. GRUB_TIMEOUT=10
  327. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  328. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  329. GRUB_CMDLINE_LINUX=""
  330. # Uncomment to enable BadRAM filtering, modify to suit your needs
  331. # This works with Linux (no patch required) and with any kernel that obtains
  332. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  333. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  334. # Uncomment to disable graphical terminal (grub-pc only)
  335. #GRUB_TERMINAL=console
  336. # The resolution used on graphical terminal
  337. # note that you can use only modes which your graphic card supports via VBE
  338. # you can see them in real GRUB with the command `vbeinfo'
  339. #GRUB_GFXMODE=640x480
  340. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  341. #GRUB_DISABLE_LINUX_UUID=true
  342. # Uncomment to disable generation of recovery mode menu entries
  343. #GRUB_DISABLE_RECOVERY="true"
  344. # Uncomment to get a beep at grub start
  345. #GRUB_INIT_TUNE="480 440 1"
  346. ls /sys/firmware/efi/vars : WdtPersistentData-78ce2354-cfbc-4643-aeba-07a27fa892bf,WarmResetFlag-8be4df61-93ca-11d2-aa0d-00e098032b8c,UsbSupport-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,USB_POINT-8be4df61-93ca-11d2-aa0d-00e098032b8c,UsbMassDevValid-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,UsbMassDevNum-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,UnauthorSecDataChanged-8be4df61-93ca-11d2-aa0d-00e098032b8c,UHDPMHDPStatus-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,TvtHkAction-8be4df61-93ea-11d2-aa0d-00e098032b8c,TURBOFLAG-9e821a54-f39c-4978-a360-04fc750d512f,Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c,TdtAdvancedSetupDataVar-7b77fb8b-1e0d-4d7e-953f-3980a261e076,SystemLoadDefautType-8be4df61-93ca-11d2-aa0d-00e098032b8c,SysSecuritycrcError-8be4df61-93ca-11d2-aa0d-00e098032b8c,SysPwdInvalidError-8be4df61-93ca-11d2-aa0d-00e098032b8c,STOREUNLOCKHDP-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,STOREPOPPASSWORD-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,STOREASSERTIDSTATUS-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824,SMBIOSMFGTRIANGLE-c3af0d99-9701-42f0-81ee-1ca3aeb55a80,SMBIOSMFG-8be4df61-93ca-11d2-aa0d-00e098032b8c,SLD_Flag-3bd3f999-a31c-4448-be85-72ae545645a2,SioSerialPortsLocationVar-560bf58a-1e0d-4d7e-953f-2980a261e031,SetupSnbPpmFeatures-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,SetupDataChecksumError-8be4df61-93ca-11d2-aa0d-00e098032b8c,SerialPortsEnabledVar-560bf58a-1e0d-4d7e-953f-2980a261e031,SbAslBufferPtrVar-01f33c25-764d-43ea-aeea-6b5a41f3f3e8,SataPortStatus-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,S3SS-4bafc2b4-02dc-4104-b236-d6f1b98d9e84,RtcWakeData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,RestoreSetupDataFlag-8be4df61-93ca-11d2-aa0d-00e098032b8c,PNP0510_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0510_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_VV-560bf58a-1e0d-4d7e-953f-2980a261e031,PNP0501_0_NV-560bf58a-1e0d-4d7e-953f-2980a261e031,PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c,PciSerialPortsLocationVar-560bf58a-1e0d-4d7e-953f-2980a261e031,PchS3Peim-e6c2f70a-b604-4877-85ba-deec89e117eb,PchInit-e6c2f70a-b604-4877-85ba-deec89e117eb,PassWordInputData-8be4df61-93ca-11d2-aa0d-00e098032b8c,OldLegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,OemExBootOrder4-ef7eae21-2830-4fb0-98af-11960cadbb4b,OemExBootOrder3-ef7eae21-2830-4fb0-98af-11960cadbb4b,OemExBootOrder2-ef7eae21-2830-4fb0-98af-11960cadbb4b,OemExBootOrder1-ef7eae21-2830-4fb0-98af-11960cadbb4b,OemCpuData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,OA3MSDMvariable-8be4df61-93ca-11d2-aa0d-00e098032b8c,new_var,NetworkStackVar-d1405d16-7afc-4695-bb12-41459d3695a2,NBPlatformData-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,MrcS3Resume-87f22dcb-7304-4105-bb7c-317143ccc23b,MonotonicCounter-8be4df61-93ca-11d2-aa0d-00e098032b8c,MemCeil.-8be4df61-93ca-11d2-aa0d-00e098032b8c,LmRandomNumber-76c13653-2664-4bfe-a0df-eb33d18eb1db,LENEDUSUPPORT-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,LegacyDevOrder-a56074db-65fe-45f7-bd21-2d2bdd8e9652,LastWarmResetFlag-8be4df61-93ca-11d2-aa0d-00e098032b8c,LastSystemLoadDefautType-8be4df61-93ca-11d2-aa0d-00e098032b8c,LastRestoreSetupDataFlag-8be4df61-93ca-11d2-aa0d-00e098032b8c,LastInNvramDefault-8be4df61-93ca-11d2-aa0d-00e098032b8c,LastEvtLog-97e95fe6-e433-4533-bf1e-7ba83bf5486f,LastCheckSum-9a65e656-d797-4fd6-9db8-0f0163b5c398,LastBoot-b540a530-6978-4da7-91cb-7207d764d262,LangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c,Lang-8be4df61-93ca-11d2-aa0d-00e098032b8c,iSCSIBootFlag-8be4df61-93ca-11d2-aa0d-00e098032b8c,InvalidMailBox-8be4df61-93ca-11d2-aa0d-00e098032b8c,InRestoreSetup-8be4df61-93ca-11d2-aa0d-00e098032b8c,IdeSecStatus-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,IccAdvancedSetupDataVar-7b77fb8b-1e0d-4d7e-953f-3980a261e077,HTTFLAG-9702313e-3b1f-4601-96be-c59a726a372c,HobRomImage-dde1bc72-d45e-4209-ab85-14462d2f5074,HDDSerialNumBootNow-8be4df61-93ca-11d2-aa0d-00e098032b8c,HddSecPassword-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HddSecParameterBufferAddr-ca3b07c1-4fee-49f4-a2c1-e8c089b94aee,HddSecInfoAddr-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,HddFixInfoAddr-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,FastLegacyBootOption-b540a530-6978-4da7-91cb-7207d764d262,FastEfiBootOption-b540a530-6978-4da7-91cb-7207d764d262,ErrOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ErrOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,del_var,DefaultOemExBootOrder4-ef7eae21-2830-4fb0-98af-11960cadbb4b,DefaultOemExBootOrder3-ef7eae21-2830-4fb0-98af-11960cadbb4b,DefaultOemExBootOrder2-ef7eae21-2830-4fb0-98af-11960cadbb4b,DefaultOemExBootOrder1-ef7eae21-2830-4fb0-98af-11960cadbb4b,DebuggerSerialPortsEnabledVar-97ca1a5b-b760-4d1f-a54b-d19092032c90,CurrentBootSequence-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConInDev-8be4df61-93ca-11d2-aa0d-00e098032b8c,ConIn-8be4df61-93ca-11d2-aa0d-00e098032b8c,ChassisErrorFlag-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c,BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0004-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c,Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c,BIOSVer-8be4df61-93ca-11d2-aa0d-00e098032b8c,BIOSUpdateNVRAMFlag-001dae89-a757-4380-bff0-5756cf65c349,BIOSSetupDataChangedFlag-3faa879c-67a8-44b9-83d4-b1524411b90f,BbsIndexFirstHdd-8be4df61-93ca-11d2-aa0d-00e098032b8c,ATAConfigErrorFlag-8be4df61-93ca-11d2-aa0d-00e098032b8c,AssetIdStorageAddr-ca3b07c1-4fee-49f4-a2c1-e8c089b94aee,AssetIdHDPFlag-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9,AMITSESetup-c811fa38-42c8-4579-a9bb-60e94eddfb34,AFUPswFlag-8be4df61-93ca-11d2-aa0d-00e098032b8c,AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e,
  347. Please report this message to [email protected]
  348. =================== UEFI/Legacy mode:
  349. Unusual EFI: Please report this message to [email protected]
  350. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  351. SecureBoot maybe enabled. (maybe sec-boot, Please report this message to [email protected])
  352. =================== PARTITIONS & DISKS:
  353. sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  354. sda2 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, is-winboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
  355. sda5 : sda, not-sepboot, grubenv-ok grub2, grub-efi , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /mnt/boot-sav/sda5.
  356. sda7 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda7.
  357. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  358. =================== parted -l:
  359. Model: ATA WDC WD5000AAKX-0 (scsi)
  360. Disk /dev/sda: 500GB
  361. Sector size (logical/physical): 512B/512B
  362. Partition Table: msdos
  363. Number Start End Size Type File system Flags
  364. 1 1049kB 106MB 105MB primary ntfs boot
  365. 2 106MB 260GB 260GB primary ntfs
  366. 3 260GB 500GB 240GB extended
  367. 5 260GB 272GB 12.0GB logical ext4
  368. 6 272GB 278GB 5999MB logical linux-swap(v1)
  369. 7 278GB 500GB 222GB logical ext4
  370. Model: hp USB Flash Drive (scsi)
  371. Disk /dev/sdb: 32.7GB
  372. Sector size (logical/physical): 512B/512B
  373. Partition Table: msdos
  374. Number Start End Size Type File system Flags
  375. 1 1049kB 32.7GB 32.7GB primary fat32 boot, lba
  376. =================== parted -lm:
  377. BYT;
  378. /dev/sda:500GB:scsi:512:512:msdos:ATA WDC WD5000AAKX-0;
  379. 1:1049kB:106MB:105MB:ntfs::boot;
  380. 2:106MB:260GB:260GB:ntfs::;
  381. 3:260GB:500GB:240GB:::;
  382. 5:260GB:272GB:12.0GB:ext4::;
  383. 6:272GB:278GB:5999MB:linux-swap(v1)::;
  384. 7:278GB:500GB:222GB:ext4::;
  385. BYT;
  386. /dev/sdb:32.7GB:scsi:512:512:msdos:hp USB Flash Drive;
  387. 1:1049kB:32.7GB:32.7GB:fat32::boot, lba;
  388. =================== mount:
  389. /cow on / type overlayfs (rw)
  390. proc on /proc type proc (rw,noexec,nosuid,nodev)
  391. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  392. udev on /dev type devtmpfs (rw,mode=0755)
  393. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  394. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  395. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  396. /dev/loop0 on /rofs type squashfs (ro,noatime)
  397. none on /sys/fs/fuse/connections type fusectl (rw)
  398. none on /sys/kernel/debug type debugfs (rw)
  399. none on /sys/kernel/security type securityfs (rw)
  400. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  401. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  402. none on /run/shm type tmpfs (rw,nosuid,nodev)
  403. gvfs-fuse-daemon on /home/elementary/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=elementary)
  404. /dev/sda1 on /mnt/boot-sav/sda1 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  405. /dev/sda2 on /mnt/boot-sav/sda2 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
  406. /dev/sda5 on /mnt/boot-sav/sda5 type ext4 (rw)
  407. /dev/sda7 on /mnt/boot-sav/sda7 type ext4 (rw)
  408. =================== ls:
  409. /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 sda6 sda7 size slaves stat subsystem trace uevent
  410. /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
  411. /sys/block/sdc (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  412. /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
  413. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hidraw4 hpet input kmsg log mapper mcelog mei mem net network_latency network_throughput null oldmem port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sda5 sda6 sda7 sdb sdb1 sdc sg0 sg1 sg2 sg3 shm snapshot snd sr0 stderr stdin stdout uinput urandom usb usbmon0 usbmon1 usbmon2 vga_arbiter zero
  414. ls /dev/mapper: control
  415. =================== hexdump -n512 -C /dev/sda1
  416. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  417. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  418. 00000020 00 00 00 00 80 00 80 00 ff 1f 03 00 00 00 00 00 |................|
  419. 00000030 55 21 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |U!..............|
  420. 00000040 f6 00 00 00 01 00 00 00 7f 09 76 16 48 76 16 76 |..........v.Hv.v|
  421. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  422. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  423. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  424. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  425. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  426. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  427. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  428. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  429. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  430. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  431. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  432. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  433. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  434. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  435. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  436. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  437. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  438. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  439. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  440. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  441. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  442. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  443. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  444. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  445. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  446. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  447. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  448. 00000200
  449. =================== hexdump -n512 -C /dev/sda2
  450. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  451. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 28 03 00 |........?....(..|
  452. 00000020 00 00 00 00 80 00 80 00 ff 7f 46 1e 00 00 00 00 |..........F.....|
  453. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  454. 00000040 f6 00 00 00 01 00 00 00 92 ba 79 62 cb 79 62 8c |..........yb.yb.|
  455. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  456. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  457. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  458. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  459. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  460. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  461. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  462. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  463. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  464. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  465. 000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|
  466. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  467. 00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|
  468. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  469. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  470. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  471. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  472. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|
  473. 00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|
  474. 00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |
  475. 00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |
  476. 000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|
  477. 000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|
  478. 000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|
  479. 000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|
  480. 000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|
  481. 000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|
  482. 00000200
  483. =================== df -Th:
  484. Filesystem Type Size Used Avail Use% Mounted on
  485. /cow overlayfs 1.9G 293M 1.6G 16% /
  486. udev devtmpfs 1.9G 12K 1.9G 1% /dev
  487. tmpfs tmpfs 770M 888K 770M 1% /run
  488. /dev/sdb1 vfat 31G 698M 30G 3% /cdrom
  489. /dev/loop0 squashfs 652M 652M 0 100% /rofs
  490. tmpfs tmpfs 1.9G 16K 1.9G 1% /tmp
  491. none tmpfs 5.0M 0 5.0M 0% /run/lock
  492. none tmpfs 1.9G 560K 1.9G 1% /run/shm
  493. /dev/sda1 fuseblk 100M 25M 76M 25% /mnt/boot-sav/sda1
  494. /dev/sda2 fuseblk 243G 51G 192G 21% /mnt/boot-sav/sda2
  495. /dev/sda5 ext4 11G 2.3G 8.3G 22% /mnt/boot-sav/sda5
  496. /dev/sda7 ext4 204G 189M 193G 1% /mnt/boot-sav/sda7
  497. =================== fdisk -l:
  498. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  499. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  500. Units = sectors of 1 * 512 = 512 bytes
  501. Sector size (logical/physical): 512 bytes / 512 bytes
  502. I/O size (minimum/optimal): 512 bytes / 512 bytes
  503. Disk identifier: 0x7117e8a7
  504. Device Boot Start End Blocks Id System
  505. /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
  506. /dev/sda2 206848 508143615 253968384 7 HPFS/NTFS/exFAT
  507. /dev/sda3 508145662 976771071 234312705 5 Extended
  508. /dev/sda5 508145664 531580927 11717632 83 Linux
  509. /dev/sda6 531582976 543299583 5858304 82 Linux swap / Solaris
  510. /dev/sda7 543301632 976771071 216734720 83 Linux
  511. Disk /dev/sdb: 32.7 GB, 32717537280 bytes
  512. 255 heads, 63 sectors/track, 3977 cylinders, total 63901440 sectors
  513. Units = sectors of 1 * 512 = 512 bytes
  514. Sector size (logical/physical): 512 bytes / 512 bytes
  515. I/O size (minimum/optimal): 512 bytes / 512 bytes
  516. Disk identifier: 0x0018fed8
  517. Device Boot Start End Blocks Id System
  518. /dev/sdb1 * 2048 63901439 31949696 c W95 FAT32 (LBA)
  519. =================== Default settings
  520. Recommended-Repair
  521. This setting would purge (in order to fix packages) and reinstall the grub2 of sda5 into the MBR of sda.
  522. Additional repair would be performed: unhide-bootmenu-10s
  523. =================== Settings chosen by the user
  524. Boot-Info
  525. This setting will not act on the MBR.
  526. No change has been performed on your computer.