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. for (,msdos1)/boot/grub on this drive.
  6. sda1: __________________________________________________________________________
  7. File system: ext4
  8. Boot sector type: -
  9. Boot sector info:
  10. Operating System: Linux Mint 13 Maya
  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: 500.1 GB, 500106780160 bytes
  23. 255 heads, 63 sectors/track, 60801 cylinders, total 976771055 sectors
  24. Units = sectors of 1 * 512 = 512 bytes
  25. Sector size (logical/physical): 512 bytes / 4096 bytes
  26. Partition Boot Start Sector End Sector # of Sectors Id System
  27. /dev/sda1 * 2,048 970,481,663 970,479,616 83 Linux
  28. /dev/sda2 970,483,710 976,769,023 6,285,314 5 Extended
  29. /dev/sda5 970,483,712 976,769,023 6,285,312 82 Linux swap / Solaris
  30. "blkid" output: ________________________________________________________________
  31. Device UUID TYPE LABEL
  32. /dev/sda1 ce320dba-94c0-4ead-9ce8-8dddf8656e5f ext4
  33. /dev/sda5 51812ae2-cf81-4f3c-b1b5-5e9eaadfa55c 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 ce320dba-94c0-4ead-9ce8-8dddf8656e5f
  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 ce320dba-94c0-4ead-9ce8-8dddf8656e5f
  86. set locale_dir=($root)/boot/grub/locale
  87. set lang=pt_PT
  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/06_mint_theme ###
  102. set menu_color_normal=white/black
  103. set menu_color_highlight=white/light-gray
  104. ### END /etc/grub.d/06_mint_theme ###
  105. ### BEGIN /etc/grub.d/10_linux ###
  106. function gfxmode {
  107. set gfxpayload="$1"
  108. if [ "$1" = "keep" ]; then
  109. set vt_handoff=vt.handoff=7
  110. else
  111. set vt_handoff=
  112. fi
  113. }
  114. if [ ${recordfail} != 1 ]; then
  115. if [ -e ${prefix}/gfxblacklist.txt ]; then
  116. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  117. if [ ${match} = 0 ]; then
  118. set linux_gfx_mode=keep
  119. else
  120. set linux_gfx_mode=text
  121. fi
  122. else
  123. set linux_gfx_mode=text
  124. fi
  125. else
  126. set linux_gfx_mode=keep
  127. fi
  128. else
  129. set linux_gfx_mode=text
  130. fi
  131. export linux_gfx_mode
  132. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  133. menuentry 'Linux Mint 13 Xfce 32-bit, 3.2.0-23-generic (/dev/sda1)' --class linuxmint --class gnu-linux --class gnu --class os {
  134. recordfail
  135. gfxmode $linux_gfx_mode
  136. insmod gzio
  137. insmod part_msdos
  138. insmod ext2
  139. set root='(hd0,msdos1)'
  140. search --no-floppy --fs-uuid --set=root ce320dba-94c0-4ead-9ce8-8dddf8656e5f
  141. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=ce320dba-94c0-4ead-9ce8-8dddf8656e5f ro quiet splash $vt_handoff
  142. initrd /boot/initrd.img-3.2.0-23-generic
  143. }
  144. menuentry 'Linux Mint 13 Xfce 32-bit, 3.2.0-23-generic (/dev/sda1) -- recovery mode' --class linuxmint --class gnu-linux --class gnu --class os {
  145. recordfail
  146. insmod gzio
  147. insmod part_msdos
  148. insmod ext2
  149. set root='(hd0,msdos1)'
  150. search --no-floppy --fs-uuid --set=root ce320dba-94c0-4ead-9ce8-8dddf8656e5f
  151. echo 'Loading Linux 3.2.0-23-generic ...'
  152. linux /boot/vmlinuz-3.2.0-23-generic root=UUID=ce320dba-94c0-4ead-9ce8-8dddf8656e5f ro recovery nomodeset
  153. echo 'Loading initial ramdisk ...'
  154. initrd /boot/initrd.img-3.2.0-23-generic
  155. }
  156. ### END /etc/grub.d/10_linux ###
  157. ### BEGIN /etc/grub.d/10_lupin ###
  158. ### END /etc/grub.d/10_lupin ###
  159. ### BEGIN /etc/grub.d/20_linux_xen ###
  160. ### END /etc/grub.d/20_linux_xen ###
  161. ### BEGIN /etc/grub.d/20_memtest86+ ###
  162. menuentry "Memory test (memtest86+)" {
  163. insmod part_msdos
  164. insmod ext2
  165. set root='(hd0,msdos1)'
  166. search --no-floppy --fs-uuid --set=root ce320dba-94c0-4ead-9ce8-8dddf8656e5f
  167. linux16 /boot/memtest86+.bin
  168. }
  169. menuentry "Memory test (memtest86+, serial console 115200)" {
  170. insmod part_msdos
  171. insmod ext2
  172. set root='(hd0,msdos1)'
  173. search --no-floppy --fs-uuid --set=root ce320dba-94c0-4ead-9ce8-8dddf8656e5f
  174. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  175. }
  176. ### END /etc/grub.d/20_memtest86+ ###
  177. ### BEGIN /etc/grub.d/30_os-prober ###
  178. ### END /etc/grub.d/30_os-prober ###
  179. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  180. ### END /etc/grub.d/30_uefi-firmware ###
  181. ### BEGIN /etc/grub.d/40_custom ###
  182. # This file provides an easy way to add custom menu entries. Simply type the
  183. # menu entries you want to add after this comment. Be careful not to change
  184. # the 'exec tail' line above.
  185. ### END /etc/grub.d/40_custom ###
  186. ### BEGIN /etc/grub.d/41_custom ###
  187. if [ -f $prefix/custom.cfg ]; then
  188. source $prefix/custom.cfg;
  189. fi
  190. ### END /etc/grub.d/41_custom ###
  191. --------------------------------------------------------------------------------
  192. =============================== sda1/etc/fstab: ================================
  193. --------------------------------------------------------------------------------
  194. # /etc/fstab: static file system information.
  195. #
  196. # Use 'blkid' to print the universally unique identifier for a
  197. # device; this may be used with UUID= as a more robust way to name devices
  198. # that works even if disks are added and removed. See fstab(5).
  199. #
  200. # <file system> <mount point> <type> <options> <dump> <pass>
  201. proc /proc proc nodev,noexec,nosuid 0 0
  202. # / was on /dev/sda1 during installation
  203. UUID=ce320dba-94c0-4ead-9ce8-8dddf8656e5f / ext4 errors=remount-ro 0 1
  204. # swap was on /dev/sda5 during installation
  205. UUID=51812ae2-cf81-4f3c-b1b5-5e9eaadfa55c none swap sw 0 0
  206. --------------------------------------------------------------------------------
  207. =================== sda1: Location of files loaded by Grub: ====================
  208. GiB - GB File Fragment(s)
  209. 284.132873535 = 305.085349888 boot/grub/grub.cfg 1
  210. 400.138713837 = 429.645672448 boot/grub/core.img 1
  211. 316.133823395 = 339.446108160 boot/vmlinuz-3.2.0-23-generic 1
  212. 316.133823395 = 339.446108160 vmlinuz 1
  213. 0.568832397 = 0.610779136 boot/initrd.img-3.2.0-23-generic 2
  214. 0.568832397 = 0.610779136 initrd.img 2
  215. 0.568832397 = 0.610779136 initrd.img.old 2
  216. ========= Devices which don't seem to have a corresponding hard drive: =========
  217. sdb sdc sdd sde
  218. ADDITIONAL INFORMATION :
  219. =================== log of boot-repair 2014-08-27__17h35 ===================
  220. boot-repair version : 3.199~ppa40~precise
  221. boot-sav version : 3.199~ppa40~precise
  222. glade2script version : 3.2.2~ppa45~precise
  223. boot-sav-extra version : 3.199~ppa40~precise
  224. boot-repair is executed in installed-session (Linux Mint 13 Maya, maya, LinuxMint, i686)
  225. CPU op-mode(s): 32-bit, 64-bit
  226. BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic root=UUID=ce320dba-94c0-4ead-9ce8-8dddf8656e5f ro quiet splash
  227. =================== os-prober:
  228. /dev/sda1:O OS atualmente em uso - Linux Mint 13 Maya CurrentSession:linux
  229. =================== blkid:
  230. /dev/sda1: UUID="ce320dba-94c0-4ead-9ce8-8dddf8656e5f" TYPE="ext4"
  231. /dev/sda5: UUID="51812ae2-cf81-4f3c-b1b5-5e9eaadfa55c" TYPE="swap"
  232. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  233. Warning: extended partition does not start at a cylinder boundary.
  234. DOS and Linux will interpret the contents differently.
  235. =================== /etc/grub.d/ :
  236. drwxr-xr-x 2 root root 4096 Ago 27 14:46 grub.d
  237. total 80
  238. -rwxr-xr-x 1 root root 7806 Jul 25 23:16 00_header
  239. -rwxr-xr-x 1 root root 5522 Abr 17 2012 05_debian_theme
  240. -rwxr-xr-x 1 root root 1183 Out 23 2011 06_mint_theme
  241. -rwxr-xr-x 1 root root 7500 Ago 27 15:51 10_linux
  242. -rwxr-xr-x 1 root root 7500 Ago 27 13:56 10_linux.dpkg-old
  243. -rwxr-xr-x 1 root root 6693 Jan 18 2012 10_lupin
  244. -rwxr-xr-x 1 root root 6449 Jul 25 23:16 20_linux_xen
  245. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  246. -rwxr-xr-x 1 root root 6675 Jul 25 23:16 30_os-prober
  247. -rwxr-xr-x 1 root root 1388 Jul 25 23:16 30_uefi-firmware
  248. -rwxr-xr-x 1 root root 214 Abr 17 2012 40_custom
  249. -rwxr-xr-x 1 root root 95 Abr 17 2012 41_custom
  250. -rw-r--r-- 1 root root 483 Abr 17 2012 README
  251. =================== /etc/default/grub :
  252. # If you change this file, run 'update-grub' afterwards to update
  253. # /boot/grub/grub.cfg.
  254. # For full documentation of the options in this file, see:
  255. # info -f grub -n 'Simple configuration'
  256. GRUB_DEFAULT=0
  257. GRUB_HIDDEN_TIMEOUT=0
  258. GRUB_HIDDEN_TIMEOUT_QUIET=true
  259. GRUB_TIMEOUT=10
  260. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  261. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  262. GRUB_CMDLINE_LINUX=""
  263. # Uncomment to enable BadRAM filtering, modify to suit your needs
  264. # This works with Linux (no patch required) and with any kernel that obtains
  265. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  266. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  267. # Uncomment to disable graphical terminal (grub-pc only)
  268. #GRUB_TERMINAL=console
  269. # The resolution used on graphical terminal
  270. # note that you can use only modes which your graphic card supports via VBE
  271. # you can see them in real GRUB with the command `vbeinfo'
  272. #GRUB_GFXMODE=640x480
  273. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  274. #GRUB_DISABLE_LINUX_UUID=true
  275. # Uncomment to disable generation of recovery mode menu entries
  276. #GRUB_DISABLE_RECOVERY="true"
  277. # Uncomment to get a beep at grub start
  278. #GRUB_INIT_TUNE="480 440 1"
  279. =================== UEFI/Legacy mode:
  280. This installed-session is not EFI-compatible.
  281. SecureBoot disabled.
  282. =================== PARTITIONS & DISKS:
  283. sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 32, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, .
  284. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  285. =================== parted -l:
  286. Model: ATA TOSHIBA DT01ACA0 (scsi)
  287. Disk /dev/sda: 500GB
  288. Sector size (logical/physical): 512B/4096B
  289. Partition Table: msdos
  290. Number Start End Size Type File system Flags
  291. 1 1049kB 497GB 497GB primary ext4 boot
  292. 2 497GB 500GB 3218MB extended
  293. 5 497GB 500GB 3218MB logical linux-swap(v1)
  294. =================== parted -lm:
  295. BYT;
  296. /dev/sda:500GB:scsi:512:4096:msdos:ATA TOSHIBA DT01ACA0;
  297. 1:1049kB:497GB:497GB:ext4::boot;
  298. 2:497GB:500GB:3218MB:::;
  299. 5:497GB:500GB:3218MB:linux-swap(v1)::;
  300. =================== mount:
  301. /dev/sda1 on / type ext4 (rw,errors=remount-ro)
  302. proc on /proc type proc (rw,noexec,nosuid,nodev)
  303. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  304. none on /sys/fs/fuse/connections type fusectl (rw)
  305. none on /sys/kernel/debug type debugfs (rw)
  306. none on /sys/kernel/security type securityfs (rw)
  307. udev on /dev type devtmpfs (rw,mode=0755)
  308. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  309. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  310. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  311. none on /run/shm type tmpfs (rw,nosuid,nodev)
  312. binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
  313. gvfs-fuse-daemon on /home/paulo/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=paulo)
  314. =================== ls:
  315. /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
  316. /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 size slaves stat subsystem trace uevent
  317. /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
  318. /sys/block/sdd (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
  319. /sys/block/sde (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
  320. /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
  321. /dev (filtered): agpgart autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dvd dvdrw ecryptfs fd full fuse hidraw0 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 sdb sdc sdd sde sg0 sg1 sg2 sg3 sg4 sg5 shm snapshot snd sr0 stderr stdin stdout uinput urandom usbmon0 usbmon1 usbmon2 usbmon3 usbmon4 usbmon5 vga_arbiter zero
  322. ls /dev/mapper: control
  323. =================== df -Th:
  324. Filesystem Type Size Used Avail Use% Mounted on
  325. /dev/sda1 ext4 463G 11G 429G 3% /
  326. udev devtmpfs 1.5G 12K 1.5G 1% /dev
  327. tmpfs tmpfs 303M 940K 302M 1% /run
  328. none tmpfs 5.0M 0 5.0M 0% /run/lock
  329. none tmpfs 1.5G 84K 1.5G 1% /run/shm
  330. =================== fdisk -l:
  331. Disk /dev/sda: 500.1 GB, 500106780160 bytes
  332. 255 heads, 63 sectors/track, 60801 cylinders, total 976771055 sectors
  333. Units = sectors of 1 * 512 = 512 bytes
  334. Sector size (logical/physical): 512 bytes / 4096 bytes
  335. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  336. Disk identifier: 0x0007b72a
  337. Device Boot Start End Blocks Id System
  338. /dev/sda1 * 2048 970481663 485239808 83 Linux
  339. /dev/sda2 970483710 976769023 3142657 5 Extended
  340. Partition 2 does not start on physical sector boundary.
  341. /dev/sda5 970483712 976769023 3142656 82 Linux swap / Solaris
  342. =================== Recommended repair
  343. Recommended-Repair
  344. This setting will reinstall the grub2 of sda1 into the MBR of sda.
  345. Additional repair will be performed: unhide-bootmenu-10s
  346. Unhide GRUB boot menu in sda1/etc/default/grub
  347. *******lspci -nnk | grep -iA3 vga
  348. 02:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV710 [Radeon HD 4550] [1002:9540]
  349. Subsystem: Gigabyte Technology Co., Ltd Device [1458:21ae]
  350. Kernel modules: radeon
  351. 02:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] RV710/730 HDMI Audio [Radeon HD 4000 series] [1002:aa38]
  352. *******
  353. grub-install.real (GRUB) 1.99-21ubuntu3.16,grub-install.
  354. Reinstall the GRUB of sda1 into the MBR of sda
  355. grub-install /dev/sda: Installation finished. No error reported.
  356. exit code of grub-install /dev/sda:0
  357. update-grub
  358. Generating grub.cfg ...
  359. Found linux image: /boot/vmlinuz-3.2.0-23-generic
  360. Found initrd image: /boot/initrd.img-3.2.0-23-generic
  361. Found memtest86+ image: /boot/memtest86+.bin
  362. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  363. O arranque foi restaurado com êxito.
  364. Agora você pode reiniciar o computador.
  365. Os ficheiros de inicialização de [O OS atualmente em uso - Linux Mint 13 Maya] encontram-se longe do início do disco. A sua BIOS pode não os detectar. Pode voltar a tentar após ter criado uma partição /boot (EXT4, >200MB, início do disco). Isto pode ser feito via ferramentas como gParted. Depois seleccione esta partição através da opção [Partição /boot separada :] de [Reparador de inicialização]. (https://help.ubuntu.com/community/BootPartition)