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: Ubuntu 12.04.2 LTS
  11. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  12. sda2: __________________________________________________________________________
  13. File system: Extended Partition
  14. Boot sector type: Unknown
  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, 500107862016 bytes
  23. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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 968,796,159 968,794,112 83 Linux
  28. /dev/sda2 968,798,206 976,771,071 7,972,866 5 Extended
  29. /dev/sda5 968,798,208 976,771,071 7,972,864 82 Linux swap / Solaris
  30. "blkid" output: ________________________________________________________________
  31. Device UUID TYPE LABEL
  32. /dev/loop0 squashfs
  33. /dev/sda1 fd7352c5-e82a-432d-962c-975b2ad9cc37 ext4
  34. /dev/sda5 39a20f8a-ce1b-4fc9-bc06-59cf8cb06de0 swap
  35. ================================ Mount points: =================================
  36. Device Mount_Point Type Options
  37. /dev/sr0 /live/image iso9660 (ro,noatime)
  38. =========================== sda1/boot/grub/grub.cfg: ===========================
  39. --------------------------------------------------------------------------------
  40. #
  41. # DO NOT EDIT THIS FILE
  42. #
  43. # It is automatically generated by grub-mkconfig using templates
  44. # from /etc/grub.d and settings from /etc/default/grub
  45. #
  46. ### BEGIN /etc/grub.d/00_header ###
  47. if [ -s $prefix/grubenv ]; then
  48. set have_grubenv=true
  49. load_env
  50. fi
  51. set default="0"
  52. if [ "${prev_saved_entry}" ]; then
  53. set saved_entry="${prev_saved_entry}"
  54. save_env saved_entry
  55. set prev_saved_entry=
  56. save_env prev_saved_entry
  57. set boot_once=true
  58. fi
  59. function savedefault {
  60. if [ -z "${boot_once}" ]; then
  61. saved_entry="${chosen}"
  62. save_env saved_entry
  63. fi
  64. }
  65. function recordfail {
  66. set recordfail=1
  67. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  68. }
  69. function load_video {
  70. insmod vbe
  71. insmod vga
  72. insmod video_bochs
  73. insmod video_cirrus
  74. }
  75. insmod part_msdos
  76. insmod ext2
  77. set root='(hd0,msdos1)'
  78. search --no-floppy --fs-uuid --set=root fd7352c5-e82a-432d-962c-975b2ad9cc37
  79. if loadfont /usr/share/grub/unicode.pf2 ; then
  80. set gfxmode=auto
  81. load_video
  82. insmod gfxterm
  83. insmod part_msdos
  84. insmod ext2
  85. set root='(hd0,msdos1)'
  86. search --no-floppy --fs-uuid --set=root fd7352c5-e82a-432d-962c-975b2ad9cc37
  87. set locale_dir=($root)/boot/grub/locale
  88. set lang=en_US
  89. insmod gettext
  90. fi
  91. terminal_output gfxterm
  92. if [ "${recordfail}" = 1 ]; then
  93. set timeout=10
  94. else
  95. set timeout=10
  96. fi
  97. ### END /etc/grub.d/00_header ###
  98. ### BEGIN /etc/grub.d/05_debian_theme ###
  99. set menu_color_normal=white/black
  100. set menu_color_highlight=black/light-gray
  101. if background_color 75,75,75; then
  102. clear
  103. fi
  104. ### END /etc/grub.d/05_debian_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 'Ubuntu, with Linux 3.2.0-37-generic-pae' --class ubuntu --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 fd7352c5-e82a-432d-962c-975b2ad9cc37
  141. linux /boot/vmlinuz-3.2.0-37-generic-pae root=UUID=fd7352c5-e82a-432d-962c-975b2ad9cc37 ro quiet splash $vt_handoff
  142. initrd /boot/initrd.img-3.2.0-37-generic-pae
  143. }
  144. menuentry 'Ubuntu, with Linux 3.2.0-37-generic-pae (recovery mode)' --class ubuntu --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 fd7352c5-e82a-432d-962c-975b2ad9cc37
  151. echo 'Loading Linux 3.2.0-37-generic-pae ...'
  152. linux /boot/vmlinuz-3.2.0-37-generic-pae root=UUID=fd7352c5-e82a-432d-962c-975b2ad9cc37 ro recovery nomodeset
  153. echo 'Loading initial ramdisk ...'
  154. initrd /boot/initrd.img-3.2.0-37-generic-pae
  155. }
  156. ### END /etc/grub.d/10_linux ###
  157. ### BEGIN /etc/grub.d/20_linux_xen ###
  158. ### END /etc/grub.d/20_linux_xen ###
  159. ### BEGIN /etc/grub.d/20_memtest86+ ###
  160. menuentry "Memory test (memtest86+)" {
  161. insmod part_msdos
  162. insmod ext2
  163. set root='(hd0,msdos1)'
  164. search --no-floppy --fs-uuid --set=root fd7352c5-e82a-432d-962c-975b2ad9cc37
  165. linux16 /boot/memtest86+.bin
  166. }
  167. menuentry "Memory test (memtest86+, serial console 115200)" {
  168. insmod part_msdos
  169. insmod ext2
  170. set root='(hd0,msdos1)'
  171. search --no-floppy --fs-uuid --set=root fd7352c5-e82a-432d-962c-975b2ad9cc37
  172. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  173. }
  174. ### END /etc/grub.d/20_memtest86+ ###
  175. ### BEGIN /etc/grub.d/30_os-prober ###
  176. ### END /etc/grub.d/30_os-prober ###
  177. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  178. ### END /etc/grub.d/30_uefi-firmware ###
  179. ### BEGIN /etc/grub.d/40_custom ###
  180. # This file provides an easy way to add custom menu entries. Simply type the
  181. # menu entries you want to add after this comment. Be careful not to change
  182. # the 'exec tail' line above.
  183. ### END /etc/grub.d/40_custom ###
  184. ### BEGIN /etc/grub.d/41_custom ###
  185. if [ -f $prefix/custom.cfg ]; then
  186. source $prefix/custom.cfg;
  187. fi
  188. ### END /etc/grub.d/41_custom ###
  189. --------------------------------------------------------------------------------
  190. =============================== sda1/etc/fstab: ================================
  191. --------------------------------------------------------------------------------
  192. # /etc/fstab: static file system information.
  193. #
  194. # Use 'blkid' to print the universally unique identifier for a
  195. # device; this may be used with UUID= as a more robust way to name devices
  196. # that works even if disks are added and removed. See fstab(5).
  197. #
  198. # <file system> <mount point> <type> <options> <dump> <pass>
  199. proc /proc proc nodev,noexec,nosuid 0 0
  200. # / was on /dev/sda1 during installation
  201. UUID=fd7352c5-e82a-432d-962c-975b2ad9cc37 / ext4 errors=remount-ro 0 1
  202. # swap was on /dev/sda5 during installation
  203. UUID=39a20f8a-ce1b-4fc9-bc06-59cf8cb06de0 none swap sw 0 0
  204. --------------------------------------------------------------------------------
  205. =================== sda1: Location of files loaded by Grub: ====================
  206. GiB - GB File Fragment(s)
  207. ?? = ?? boot/grub/core.img 1
  208. ?? = ?? boot/grub/grub.cfg 1
  209. ?? = ?? boot/initrd.img-3.2.0-37-generic-pae 1
  210. ?? = ?? boot/vmlinuz-3.2.0-37-generic-pae 1
  211. ?? = ?? initrd.img 1
  212. ?? = ?? vmlinuz 1
  213. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  214. Unknown BootLoader on sda2
  215. 00000000 c8 1d fb d2 d5 b0 6c fc 07 51 ff e9 86 7d cb f9 |......l..Q...}..|
  216. 00000010 32 6c 5d 58 81 05 ad 12 16 14 3b 28 6a 5d 7b 96 |2l]X......;(j]{.|
  217. 00000020 8a 6a e2 8b c0 43 07 e0 9d 15 f9 d8 3c c7 2f 7c |.j...C......<./||
  218. 00000030 09 05 3f 8d b2 38 f5 1b 6d 42 e2 f9 ca 83 bf 02 |..?..8..mB......|
  219. 00000040 4d b2 e5 b8 4d 72 0a 8e c6 e9 b7 49 1f 8c 14 31 |M...Mr.....I...1|
  220. 00000050 37 f4 1c c0 31 3e 75 b0 e4 c6 a1 de 50 54 41 52 |7...1>u.....PTAR|
  221. 00000060 a7 c0 66 95 18 4f 5e c3 92 5a c3 4f bf 31 05 2e |..f..O^..Z.O.1..|
  222. 00000070 9d 8c 5b 8f 1a 6d 80 4a 8b ef e9 84 ed 09 8b b5 |..[..m.J........|
  223. 00000080 b0 34 05 e2 f8 c1 86 7a f2 89 16 2c f2 68 16 2d |.4.....z...,.h.-|
  224. 00000090 36 24 03 15 08 46 07 eb 7e 85 81 20 96 b6 1c b5 |6$...F..~.. ....|
  225. 000000a0 43 c0 1a 8e d7 23 90 f4 d1 16 88 34 21 29 5c 5f |C....#.....4!)\_|
  226. 000000b0 05 15 86 c3 dc 30 26 f0 54 b5 6c 6c 9b 01 b0 c1 |.....0&.T.ll....|
  227. 000000c0 52 ee f3 9f be 3a 21 09 4a 18 6f c3 60 07 96 96 |R....:!.J.o.`...|
  228. 000000d0 71 0a 4c 69 b9 3a 14 b3 03 f6 55 d2 a3 05 06 a2 |q.Li.:....U.....|
  229. 000000e0 07 0c 38 33 65 57 cb cb 74 be 5b bc fb cb d1 5c |..83eW..t.[....\|
  230. 000000f0 07 5c 6c b4 dc 58 31 aa 85 e2 67 88 68 39 57 78 |.\l..X1...g.h9Wx|
  231. 00000100 17 72 52 2c 89 c5 e2 43 d7 bb 01 52 35 a1 00 6c |.rR,...C...R5..l|
  232. 00000110 eb e7 e1 be 1a a4 ce 38 8f fe 83 4f 93 b2 74 28 |.......8...O..t(|
  233. 00000120 53 f8 a8 b1 8f d0 2d 80 7c 1b 99 0d 2c e3 37 8c |S.....-.|...,.7.|
  234. 00000130 8e 75 7c 23 c2 23 cc a9 9b 50 42 26 94 4c 3f cb |.u|#.#...PB&.L?.|
  235. 00000140 90 f7 a7 b2 a1 96 12 43 13 c7 f4 00 12 1e 0b 50 |.......C.......P|
  236. 00000150 bc 6e 75 49 c5 9e 03 1f 85 16 71 a9 72 ea 9f 2c |.nuI......q.r..,|
  237. 00000160 01 2d 06 78 be 47 b2 cb f7 22 12 57 a8 30 5d e7 |.-.x.G...".W.0].|
  238. 00000170 6d 62 c7 83 60 36 88 c4 96 c2 11 c4 b5 ed c9 0e |mb..`6..........|
  239. 00000180 f0 21 f6 bc 0b e7 b4 7b b3 c3 bf d8 98 9a f1 25 |.!.....{.......%|
  240. 00000190 87 ef 96 a8 fc 16 4e d9 29 ef a5 90 72 0b 3e d0 |......N.)...r.>.|
  241. 000001a0 b1 14 25 f2 b0 ac 76 3f 07 c6 ce 39 3e 5e c5 42 |..%...v?...9>^.B|
  242. 000001b0 4c f6 59 8f e0 25 2a 5f 97 85 70 e6 25 1c 00 fe |L.Y..%*_..p.%...|
  243. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 a8 79 00 00 00 |............y...|
  244. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  245. *
  246. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  247. 00000200
  248. =============================== StdErr Messages: ===============================
  249. File descriptor 7 (pipe:[6675]) leaked on lvscan invocation. Parent PID 7567: bash
  250. File descriptor 8 (pipe:[6675]) leaked on lvscan invocation. Parent PID 7567: bash
  251. No volume groups found
  252. mdadm: No arrays found in config file or automatically
  253. ADDITIONAL INFORMATION :
  254. =================== log of boot-repair 2013-03-07__12h30 ===================
  255. boot-repair version : 3.195~ppa11~lucid
  256. boot-sav version : 3.195~ppa11~lucid
  257. glade2script-gtk2 version : 3.2.2~ppa45~lucid
  258. boot-sav-extra version : 3.195~ppa11~lucid
  259. File descriptor 7 (pipe:[6675]) leaked on lvs invocation. Parent PID 3888: /bin/sh
  260. File descriptor 8 (pipe:[6675]) leaked on lvs invocation. Parent PID 3888: /bin/sh
  261. No volume groups found
  262. boot-repair is executed in live-session (Boot-Repair-Disk 29nov2012, squeeze, Debian, x86_64)
  263. CPU op-mode(s): 32-bit, 64-bit
  264. initrd=/live/initrd2.img boot=live config quiet BOOT_IMAGE=/live/vmlinuz2
  265. =================== os-prober:
  266. =================== blkid:
  267. /dev/sda1: UUID="fd7352c5-e82a-432d-962c-975b2ad9cc37" TYPE="ext4"
  268. /dev/sda5: UUID="39a20f8a-ce1b-4fc9-bc06-59cf8cb06de0" TYPE="swap"
  269. /dev/loop0: TYPE="squashfs"
  270. Linux not detected by os-prober on sda1. Please report this message to [email protected]
  271. Warning: extended partition does not start at a cylinder boundary.
  272. DOS and Linux will interpret the contents differently.
  273. =================== sda1/etc/default/grub :
  274. # If you change this file, run 'update-grub' afterwards to update
  275. # /boot/grub/grub.cfg.
  276. # For full documentation of the options in this file, see:
  277. # info -f grub -n 'Simple configuration'
  278. GRUB_DEFAULT=0
  279. #GRUB_HIDDEN_TIMEOUT=0
  280. GRUB_HIDDEN_TIMEOUT_QUIET=true
  281. GRUB_TIMEOUT=10
  282. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  283. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  284. GRUB_CMDLINE_LINUX=""
  285. # Uncomment to enable BadRAM filtering, modify to suit your needs
  286. # This works with Linux (no patch required) and with any kernel that obtains
  287. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  288. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  289. # Uncomment to disable graphical terminal (grub-pc only)
  290. #GRUB_TERMINAL=console
  291. # The resolution used on graphical terminal
  292. # note that you can use only modes which your graphic card supports via VBE
  293. # you can see them in real GRUB with the command `vbeinfo'
  294. #GRUB_GFXMODE=640x480
  295. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  296. #GRUB_DISABLE_LINUX_UUID=true
  297. # Uncomment to disable generation of recovery mode menu entries
  298. #GRUB_DISABLE_RECOVERY="true"
  299. # Uncomment to get a beep at grub start
  300. #GRUB_INIT_TUNE="480 440 1"
  301. =================== sda1/etc/grub.d/ :
  302. drwxr-xr-x 2 root root 4096 Feb 14 01:19 grub.d
  303. total 60
  304. -rwxr-xr-x 1 root root 6743 Jan 22 19:19 00_header
  305. -rwxr-xr-x 1 root root 5522 Jan 22 19:05 05_debian_theme
  306. -rwxr-xr-x 1 root root 7780 Jan 22 19:19 10_linux
  307. -rwxr-xr-x 1 root root 6335 Jan 22 19:19 20_linux_xen
  308. -rwxr-xr-x 1 root root 1588 Nov 27 2011 20_memtest86+
  309. -rwxr-xr-x 1 root root 7603 Jan 22 19:19 30_os-prober
  310. -rwxr-xr-x 1 root root 1388 Jan 22 19:19 30_uefi-firmware
  311. -rwxr-xr-x 1 root root 214 Jan 22 19:19 40_custom
  312. -rwxr-xr-x 1 root root 95 Jan 22 19:19 41_custom
  313. -rw-r--r-- 1 root root 483 Jan 22 19:19 README
  314. =================== UEFI/Legacy mode:
  315. This live-session is not EFI-compatible.
  316. SecureBoot maybe enabled.
  317. =================== PARTITIONS & DISKS:
  318. 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, /mnt/boot-sav/sda1.
  319. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  320. =================== parted -l:
  321. Model: ATA Hitachi HTS72505 (scsi)
  322. Disk /dev/sda: 500GB
  323. Sector size (logical/physical): 512B/512B
  324. Partition Table: msdos
  325. Number Start End Size Type File system Flags
  326. 1 1049kB 496GB 496GB primary ext4 boot
  327. 2 496GB 500GB 4082MB extended
  328. 5 496GB 500GB 4082MB logical linux-swap(v1)
  329. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  330. has been opened read-only.
  331. Error: /dev/sr0: unrecognised disk label
  332. =================== parted -lm:
  333. BYT;
  334. /dev/sda:500GB:scsi:512:512:msdos:ATA Hitachi HTS72505;
  335. 1:1049kB:496GB:496GB:ext4::boot;
  336. 2:496GB:500GB:4082MB:::;
  337. 5:496GB:500GB:4082MB:linux-swap(v1)::;
  338. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
  339. has been opened read-only.
  340. Error: /dev/sr0: unrecognised disk label
  341. =================== mount:
  342. aufs on / type aufs (rw)
  343. tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  344. proc on /proc type proc (rw,noexec,nosuid,nodev)
  345. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  346. udev on /dev type tmpfs (rw,mode=0755)
  347. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  348. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
  349. /dev/sr0 on /live/image type iso9660 (ro,noatime)
  350. tmpfs on /live/cow type tmpfs (rw,noatime,mode=755)
  351. tmpfs on /live type tmpfs (rw,relatime)
  352. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  353. fusectl on /sys/fs/fuse/connections type fusectl (rw)
  354. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw)
  355. =================== ls:
  356. /sys/block/sda (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
  357. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
  358. /dev (filtered): agpgart block bsg btrfs-control bus cdrom cdrw char console core cpu_dma_latency disk dri dvd dvdrw fb0 fd full fuse hpet initctl input kmsg log MAKEDEV mcelog md mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 scd0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sndstat sr0 stderr stdin stdout urandom v4l vga_arbiter video0 xconsole zero
  359. ls /dev/md:
  360. =================== df -Th:
  361. Filesystem Type Size Used Avail Use% Mounted on
  362. aufs aufs 1.9G 8.2M 1.9G 1% /
  363. tmpfs tmpfs 1.9G 0 1.9G 0% /lib/init/rw
  364. udev tmpfs 1.9G 192K 1.9G 1% /dev
  365. tmpfs tmpfs 1.9G 0 1.9G 0% /dev/shm
  366. /dev/sr0 iso9660 340M 340M 0 100% /live/image
  367. tmpfs tmpfs 1.9G 8.2M 1.9G 1% /live/cow
  368. tmpfs tmpfs 1.9G 0 1.9G 0% /live
  369. tmpfs tmpfs 1.9G 8.0K 1.9G 1% /tmp
  370. /dev/sda1 ext4 455G 3.5G 429G 1% /mnt/boot-sav/sda1
  371. =================== fdisk -l:
  372. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  373. 255 heads, 63 sectors/track, 60801 cylinders
  374. Units = cylinders of 16065 * 512 = 8225280 bytes
  375. Sector size (logical/physical): 512 bytes / 512 bytes
  376. I/O size (minimum/optimal): 512 bytes / 512 bytes
  377. Disk identifier: 0x00088a53
  378. Device Boot Start End Blocks Id System
  379. /dev/sda1 * 1 60305 484397056 83 Linux
  380. /dev/sda2 60305 60802 3986433 5 Extended
  381. /dev/sda5 60305 60802 3986432 82 Linux swap / Solaris
  382. =================== Default settings
  383. Recommended-Repair
  384. This setting would reinstall the grub2 of sda1 into the MBR of sda.
  385. Additional repair would be performed: unhide-bootmenu-10s
  386. =================== Settings chosen by the user
  387. Boot-Info
  388. This setting will not act on the MBR.
  389. No change has been performed on your computer. See you soon!