1. Boot Info Script 0.61.full + Boot-Repair extra info [Boot-Info November 20th 2012]
  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. for (,msdos1)/boot/grub on this drive.
  6. sda1: __________________________________________________________________________
  7. File system: ext4
  8. Boot sector type: -
  9. Boot sector info:
  10. Operating System: Peppermint Three
  11. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  12. sda2: __________________________________________________________________________
  13. File system: Extended Partition
  14. Boot sector type: -
  15. Boot sector info:
  16. sda5: __________________________________________________________________________
  17. File system: swap
  18. Boot sector type: -
  19. Boot sector info:
  20. ============================ Drive/Partition Info: =============================
  21. Drive: sda _____________________________________________________________________
  22. Disk /dev/sda: 30.0 GB, 30005821440 bytes
  23. 255 heads, 63 sectors/track, 3648 cylinders, total 58605120 sectors
  24. Units = sectors of 1 * 512 = 512 bytes
  25. Sector size (logical/physical): 512 bytes / 512 bytes
  26. Partition Boot Start Sector End Sector # of Sectors Id System
  27. /dev/sda1 * 2,048 54,411,263 54,409,216 83 Linux
  28. /dev/sda2 54,413,310 58,603,519 4,190,210 5 Extended
  29. /dev/sda5 54,413,312 58,603,519 4,190,208 82 Linux swap / Solaris
  30. "blkid" output: ________________________________________________________________
  31. Device UUID TYPE LABEL
  32. /dev/sda1 d21626cb-5189-4b3f-9537-bccdf5fbbe24 ext4
  33. /dev/sda5 a84d29c6-a563-4cae-b094-d0bcc0800722 swap
  34. ================================ Mount points: =================================
  35. Device Mount_Point Type Options
  36. /dev/sda1 / ext4 (rw,errors=remount-ro)
  37. =========================== sda1/boot/grub/grub.cfg: ===========================
  38. --------------------------------------------------------------------------------
  39. #
  40. # DO NOT EDIT THIS FILE
  41. #
  42. # It is automatically generated by grub-mkconfig using templates
  43. # from /etc/grub.d and settings from /etc/default/grub
  44. #
  45. ### BEGIN /etc/grub.d/00_header ###
  46. if [ -s $prefix/grubenv ]; then
  47. set have_grubenv=true
  48. load_env
  49. fi
  50. set default="0"
  51. if [ "${prev_saved_entry}" ]; then
  52. set saved_entry="${prev_saved_entry}"
  53. save_env saved_entry
  54. set prev_saved_entry=
  55. save_env prev_saved_entry
  56. set boot_once=true
  57. fi
  58. function savedefault {
  59. if [ -z "${boot_once}" ]; then
  60. saved_entry="${chosen}"
  61. save_env saved_entry
  62. fi
  63. }
  64. function recordfail {
  65. set recordfail=1
  66. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  67. }
  68. function load_video {
  69. insmod vbe
  70. insmod vga
  71. insmod video_bochs
  72. insmod video_cirrus
  73. }
  74. insmod part_msdos
  75. insmod ext2
  76. set root='(hd0,msdos1)'
  77. search --no-floppy --fs-uuid --set=root d21626cb-5189-4b3f-9537-bccdf5fbbe24
  78. if loadfont /usr/share/grub/unicode.pf2 ; then
  79. set gfxmode=auto
  80. load_video
  81. insmod gfxterm
  82. insmod part_msdos
  83. insmod ext2
  84. set root='(hd0,msdos1)'
  85. search --no-floppy --fs-uuid --set=root d21626cb-5189-4b3f-9537-bccdf5fbbe24
  86. set locale_dir=($root)/boot/grub/locale
  87. set lang=en_US
  88. insmod gettext
  89. fi
  90. terminal_output gfxterm
  91. if [ "${recordfail}" = 1 ]; then
  92. set timeout=10
  93. else
  94. set timeout=10
  95. fi
  96. ### END /etc/grub.d/00_header ###
  97. ### BEGIN /etc/grub.d/05_debian_theme ###
  98. set menu_color_normal=white/black
  99. set menu_color_highlight=black/light-gray
  100. ### END /etc/grub.d/05_debian_theme ###
  101. ### BEGIN /etc/grub.d/10_linux ###
  102. function gfxmode {
  103. set gfxpayload="${1}"
  104. if [ "${1}" = "keep" ]; then
  105. set vt_handoff=vt.handoff=7
  106. else
  107. set vt_handoff=
  108. fi
  109. }
  110. if [ "${recordfail}" != 1 ]; then
  111. if [ -e ${prefix}/gfxblacklist.txt ]; then
  112. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  113. if [ ${match} = 0 ]; then
  114. set linux_gfx_mode=keep
  115. else
  116. set linux_gfx_mode=text
  117. fi
  118. else
  119. set linux_gfx_mode=text
  120. fi
  121. else
  122. set linux_gfx_mode=keep
  123. fi
  124. else
  125. set linux_gfx_mode=text
  126. fi
  127. export linux_gfx_mode
  128. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  129. menuentry 'Peppermint, with Linux 3.2.0-23-generic' --class peppermint --class gnu-linux --class gnu --class os {
  130. recordfail
  131. gfxmode $linux_gfx_mode
  132. insmod gzio
  133. insmod part_msdos
  134. insmod ext2
  135. set root='(hd0,msdos1)'
  136. search --no-floppy --fs-uuid --set=root d21626cb-5189-4b3f-9537-bccdf5fbbe24
  137. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=d21626cb-5189-4b3f-9537-bccdf5fbbe24 ro quiet splash $vt_handoff
  138. initrd /boot/initrd.img-3.2.0-23-generic
  139. }
  140. menuentry 'Peppermint, with Linux 3.2.0-23-generic (recovery mode)' --class peppermint --class gnu-linux --class gnu --class os {
  141. recordfail
  142. insmod gzio
  143. insmod part_msdos
  144. insmod ext2
  145. set root='(hd0,msdos1)'
  146. search --no-floppy --fs-uuid --set=root d21626cb-5189-4b3f-9537-bccdf5fbbe24
  147. echo 'Loading Linux 3.2.0-23-generic ...'
  148. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=d21626cb-5189-4b3f-9537-bccdf5fbbe24 ro recovery nomodeset
  149. echo 'Loading initial ramdisk ...'
  150. initrd /boot/initrd.img-3.2.0-23-generic
  151. }
  152. ### END /etc/grub.d/10_linux ###
  153. ### BEGIN /etc/grub.d/20_linux_xen ###
  154. ### END /etc/grub.d/20_linux_xen ###
  155. ### BEGIN /etc/grub.d/20_memtest86+ ###
  156. menuentry "Memory test (memtest86+)" {
  157. insmod part_msdos
  158. insmod ext2
  159. set root='(hd0,msdos1)'
  160. search --no-floppy --fs-uuid --set=root d21626cb-5189-4b3f-9537-bccdf5fbbe24
  161. linux16 /boot/memtest86+.bin
  162. }
  163. menuentry "Memory test (memtest86+, serial console 115200)" {
  164. insmod part_msdos
  165. insmod ext2
  166. set root='(hd0,msdos1)'
  167. search --no-floppy --fs-uuid --set=root d21626cb-5189-4b3f-9537-bccdf5fbbe24
  168. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  169. }
  170. ### END /etc/grub.d/20_memtest86+ ###
  171. ### BEGIN /etc/grub.d/30_os-prober ###
  172. ### END /etc/grub.d/30_os-prober ###
  173. ### BEGIN /etc/grub.d/40_custom ###
  174. # This file provides an easy way to add custom menu entries. Simply type the
  175. # menu entries you want to add after this comment. Be careful not to change
  176. # the 'exec tail' line above.
  177. ### END /etc/grub.d/40_custom ###
  178. ### BEGIN /etc/grub.d/41_custom ###
  179. if [ -f $prefix/custom.cfg ]; then
  180. source $prefix/custom.cfg;
  181. fi
  182. ### END /etc/grub.d/41_custom ###
  183. --------------------------------------------------------------------------------
  184. =============================== sda1/etc/fstab: ================================
  185. --------------------------------------------------------------------------------
  186. # /etc/fstab: static file system information.
  187. #
  188. # Use 'blkid' to print the universally unique identifier for a
  189. # device; this may be used with UUID= as a more robust way to name devices
  190. # that works even if disks are added and removed. See fstab(5).
  191. #
  192. # <file system> <mount point> <type> <options> <dump> <pass>
  193. proc /proc proc nodev,noexec,nosuid 0 0
  194. # / was on /dev/sda1 during installation
  195. UUID=d21626cb-5189-4b3f-9537-bccdf5fbbe24 / ext4 errors=remount-ro 0 1
  196. # swap was on /dev/sda5 during installation
  197. UUID=a84d29c6-a563-4cae-b094-d0bcc0800722 none swap sw 0 0
  198. /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
  199. --------------------------------------------------------------------------------
  200. =================== sda1: Location of files loaded by Grub: ====================
  201. GiB - GB File Fragment(s)
  202. 6.238075256 = 6.698082304 boot/grub/core.img 1
  203. 2.166015625 = 2.325741568 boot/grub/grub.cfg 1
  204. 1.032226562 = 1.108344832 boot/initrd.img-3.2.0-23-generic 2
  205. 22.519691467 = 24.180334592 boot/vmlinuz-3.2.0-23-generic 1
  206. 1.032226562 = 1.108344832 initrd.img 2
  207. 22.519691467 = 24.180334592 vmlinuz 1
  208. ADDITIONAL INFORMATION :
  209. =================== log of boot-repair 2012-11-26__19h12 ===================
  210. boot-repair version : 3.195~ppa7~precise
  211. boot-sav version : 3.195~ppa7~precise
  212. glade2script-gtk2 version : 3.0.5-1
  213. boot-sav-extra version : 3.195~ppa7~precise
  214. boot-repair is executed in installed-session (Peppermint Three, precise, Peppermint, i686)
  215. CPU op-mode(s): 32-bit
  216. BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic root=UUID=d21626cb-5189-4b3f-9537-bccdf5fbbe24 ro quiet splash vt.handoff=7
  217. =================== os-prober:
  218. /dev/sda1:The OS now in use - Peppermint Three CurrentSession:linux
  219. =================== blkid:
  220. /dev/sda1: UUID="d21626cb-5189-4b3f-9537-bccdf5fbbe24" TYPE="ext4"
  221. /dev/sda5: UUID="a84d29c6-a563-4cae-b094-d0bcc0800722" TYPE="swap"
  222. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  223. Warning: extended partition does not start at a cylinder boundary.
  224. DOS and Linux will interpret the contents differently.
  225. =================== /etc/default/grub :
  226. # If you change this file, run 'update-grub' afterwards to update
  227. # /boot/grub/grub.cfg.
  228. # For full documentation of the options in this file, see:
  229. # info -f grub -n 'Simple configuration'
  230. GRUB_DEFAULT=0
  231. GRUB_HIDDEN_TIMEOUT=0
  232. GRUB_HIDDEN_TIMEOUT_QUIET=true
  233. GRUB_TIMEOUT=10
  234. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  235. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  236. GRUB_CMDLINE_LINUX=""
  237. # Uncomment to enable BadRAM filtering, modify to suit your needs
  238. # This works with Linux (no patch required) and with any kernel that obtains
  239. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  240. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  241. # Uncomment to disable graphical terminal (grub-pc only)
  242. #GRUB_TERMINAL=console
  243. # The resolution used on graphical terminal
  244. # note that you can use only modes which your graphic card supports via VBE
  245. # you can see them in real GRUB with the command `vbeinfo'
  246. #GRUB_GFXMODE=640x480
  247. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  248. #GRUB_DISABLE_LINUX_UUID=true
  249. # Uncomment to disable generation of recovery mode menu entries
  250. #GRUB_DISABLE_RECOVERY="true"
  251. # Uncomment to get a beep at grub start
  252. #GRUB_INIT_TUNE="480 440 1"
  253. =================== /etc/grub.d/ :
  254. drwxr-xr-x 2 root root 4096 Oct 1 16:07 grub.d
  255. total 56
  256. -rwxr-xr-x 1 root root 6743 Sep 12 17:19 00_header
  257. -rwxr-xr-x 1 root root 5522 Apr 17 2012 05_debian_theme
  258. -rwxr-xr-x 1 root root 7407 May 17 2012 10_linux
  259. -rwxr-xr-x 1 root root 6335 Apr 17 2012 20_linux_xen
  260. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  261. -rwxr-xr-x 1 root root 7603 Apr 17 2012 30_os-prober
  262. -rwxr-xr-x 1 root root 214 Apr 17 2012 40_custom
  263. -rwxr-xr-x 1 root root 95 Apr 17 2012 41_custom
  264. -rw-r--r-- 1 root root 483 Apr 17 2012 README
  265. ls: cannot access : No such file or directory
  266. =================== UEFI/Legacy mode:
  267. This installed-session is not EFI-compatible.
  268. SecureBoot disabled.
  269. =================== PARTITIONS & DISKS:
  270. sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc, update-grub, 32, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, .
  271. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  272. =================== parted -l:
  273. Model: ATA TOSHIBA MK3017GA (scsi)
  274. Disk /dev/sda: 30.0GB
  275. Sector size (logical/physical): 512B/512B
  276. Partition Table: msdos
  277. Number Start End Size Type File system Flags
  278. 1 1049kB 27.9GB 27.9GB primary ext4 boot
  279. 2 27.9GB 30.0GB 2145MB extended
  280. 5 27.9GB 30.0GB 2145MB logical linux-swap(v1)
  281. =================== parted -lm:
  282. BYT;
  283. /dev/sda:30.0GB:scsi:512:512:msdos:ATA TOSHIBA MK3017GA;
  284. 1:1049kB:27.9GB:27.9GB:ext4::boot;
  285. 2:27.9GB:30.0GB:2145MB:::;
  286. 5:27.9GB:30.0GB:2145MB:linux-swap(v1)::;
  287. =================== mount:
  288. /dev/sda1 on / type ext4 (rw,errors=remount-ro)
  289. proc on /proc type proc (rw,noexec,nosuid,nodev)
  290. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  291. none on /sys/fs/fuse/connections type fusectl (rw)
  292. none on /sys/kernel/debug type debugfs (rw)
  293. none on /sys/kernel/security type securityfs (rw)
  294. udev on /dev type devtmpfs (rw,mode=0755)
  295. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  296. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  297. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  298. none on /run/shm type tmpfs (rw,nosuid,nodev)
  299. gvfs-fuse-daemon on /home/rich/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=rich)
  300. =================== ls:
  301. /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
  302. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
  303. /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
  304. /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 fd0 full fuse 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 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 vga_arbiter zero
  305. ls /dev/mapper: control
  306. =================== df -Th:
  307. Filesystem Type Size Used Avail Use% Mounted on
  308. /dev/sda1 ext4 26G 2.4G 23G 10% /
  309. udev devtmpfs 1000M 12K 1000M 1% /dev
  310. tmpfs tmpfs 403M 752K 402M 1% /run
  311. none tmpfs 5.0M 0 5.0M 0% /run/lock
  312. none tmpfs 1007M 0 1007M 0% /run/shm
  313. =================== fdisk -l:
  314. Disk /dev/sda: 30.0 GB, 30005821440 bytes
  315. 255 heads, 63 sectors/track, 3648 cylinders, total 58605120 sectors
  316. Units = sectors of 1 * 512 = 512 bytes
  317. Sector size (logical/physical): 512 bytes / 512 bytes
  318. I/O size (minimum/optimal): 512 bytes / 512 bytes
  319. Disk identifier: 0x000a0480
  320. Device Boot Start End Blocks Id System
  321. /dev/sda1 * 2048 54411263 27204608 83 Linux
  322. /dev/sda2 54413310 58603519 2095105 5 Extended
  323. /dev/sda5 54413312 58603519 2095104 82 Linux swap / Solaris
  324. =================== Recommended repair
  325. Recommended-Repair
  326. This setting will reinstall the grub2 of sda1 into the MBR of sda.
  327. Additional repair will be performed: unhide-bootmenu-10s
  328. Unhide GRUB boot menu in sda1/etc/default/grub
  329. grub-install (GRUB) 1.99-21ubuntu3.4,grub-install (GRUB) 1.
  330. Reinstall the GRUB of sda1 into the MBR of sda
  331. grub-install /dev/sda: Installation finished. No error reported.
  332. exit code of grub-install /dev/sda:0
  333. update-grub
  334. Generating grub.cfg ...
  335. Found linux image: /boot/vmlinuz-3.2.0-23-generic
  336. Found initrd image: /boot/initrd.img-3.2.0-23-generic
  337. Found memtest86+ image: /boot/memtest86+.bin
  338. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  339. Boot successfully repaired.
  340. You can now reboot your computer.