1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) 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. It also embeds following components:
  6. modules
  7. ---------------------------------------------------------------------------
  8. fshelp ext2 part_msdos biosdisk
  9. ---------------------------------------------------------------------------
  10. sda1: __________________________________________________________________________
  11. File system: ext4
  12. Boot sector type: Grub2 (v1.99-2.00)
  13. Boot sector info: Grub2 (v2.00) is installed in the boot sector of sda1
  14. and looks at sector 67377648 of the same hard drive
  15. for core.img. core.img is at this location and looks
  16. for (,msdos1)/boot/grub. It also embeds following
  17. components:
  18. modules
  19. -------------------------------------------------------
  20. fshelp ext2 part_msdos biosdisk
  21. -------------------------------------------------------
  22. Operating System: Ubuntu 16.04 LTS
  23. Boot files: /boot/grub/grub.cfg /etc/fstab
  24. /boot/grub/i386-pc/core.img
  25. sda2: __________________________________________________________________________
  26. File system: Extended Partition
  27. Boot sector type: Unknown
  28. Boot sector info:
  29. sda5: __________________________________________________________________________
  30. File system: swap
  31. Boot sector type: -
  32. Boot sector info:
  33. ============================ Drive/Partition Info: =============================
  34. Drive: sda _____________________________________________________________________
  35. Disk /dev/sda: 74.5 GiB, 80026361856 bytes, 156301488 sectors
  36. Units: sectors of 1 * 512 = 512 bytes
  37. Sector size (logical/physical): 512 bytes / 512 bytes
  38. I/O size (minimum/optimal): 512 bytes / 512 bytes
  39. Disklabel type: dos
  40. Partition Boot Start Sector End Sector # of Sectors Id System
  41. /dev/sda1 * 2,048 152,111,103 152,109,056 83 Linux
  42. /dev/sda2 152,113,150 156,301,311 4,188,162 5 Extended
  43. /dev/sda5 152,113,152 156,301,311 4,188,160 82 Linux swap / Solaris
  44. "blkid" output: ________________________________________________________________
  45. Device UUID TYPE LABEL
  46. /dev/loop0 squashfs
  47. /dev/sda1 fd13b166-402c-463e-af27-de32619b049b ext4
  48. /dev/sda5 04c0b974-87a7-47d9-9891-f1e0d87122e8 swap
  49. /dev/sr0 2016-04-20-22-32-21-00 iso9660 Ubuntu 16.04 LTS i386
  50. ========================= "ls -l /dev/disk/by-id" output: ======================
  51. total 0
  52. lrwxrwxrwx 1 root root 9 Jun 12 12:36 ata-SAMSUNG_HD080HJ_S08EJ1RP411953 -> ../../sda
  53. lrwxrwxrwx 1 root root 10 Jun 12 12:36 ata-SAMSUNG_HD080HJ_S08EJ1RP411953-part1 -> ../../sda1
  54. lrwxrwxrwx 1 root root 10 Jun 12 12:36 ata-SAMSUNG_HD080HJ_S08EJ1RP411953-part2 -> ../../sda2
  55. lrwxrwxrwx 1 root root 10 Jun 12 12:36 ata-SAMSUNG_HD080HJ_S08EJ1RP411953-part5 -> ../../sda5
  56. lrwxrwxrwx 1 root root 9 Jun 12 12:23 ata-TSSTcorpCD_DVDW_SH-S183A -> ../../sr0
  57. lrwxrwxrwx 1 root root 9 Jun 12 12:36 wwn-0x50000f001b411953 -> ../../sda
  58. lrwxrwxrwx 1 root root 10 Jun 12 12:36 wwn-0x50000f001b411953-part1 -> ../../sda1
  59. lrwxrwxrwx 1 root root 10 Jun 12 12:36 wwn-0x50000f001b411953-part2 -> ../../sda2
  60. lrwxrwxrwx 1 root root 10 Jun 12 12:36 wwn-0x50000f001b411953-part5 -> ../../sda5
  61. ================================ Mount points: =================================
  62. Device Mount_Point Type Options
  63. /dev/loop0 /rofs squashfs (ro,noatime)
  64. /dev/sr0 /cdrom iso9660 (ro,noatime)
  65. =========================== sda1/boot/grub/grub.cfg: ===========================
  66. --------------------------------------------------------------------------------
  67. #
  68. # DO NOT EDIT THIS FILE
  69. #
  70. # It is automatically generated by grub-mkconfig using templates
  71. # from /etc/grub.d and settings from /etc/default/grub
  72. #
  73. ### BEGIN /etc/grub.d/00_header ###
  74. if [ -s $prefix/grubenv ]; then
  75. set have_grubenv=true
  76. load_env
  77. fi
  78. if [ "${next_entry}" ] ; then
  79. set default="${next_entry}"
  80. set next_entry=
  81. save_env next_entry
  82. set boot_once=true
  83. else
  84. set default="0"
  85. fi
  86. if [ x"${feature_menuentry_id}" = xy ]; then
  87. menuentry_id_option="--id"
  88. else
  89. menuentry_id_option=""
  90. fi
  91. export menuentry_id_option
  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. if [ x$feature_all_video_module = xy ]; then
  111. insmod all_video
  112. else
  113. insmod efi_gop
  114. insmod efi_uga
  115. insmod ieee1275_fb
  116. insmod vbe
  117. insmod vga
  118. insmod video_bochs
  119. insmod video_cirrus
  120. fi
  121. }
  122. if [ x$feature_default_font_path = xy ] ; then
  123. font=unicode
  124. else
  125. insmod part_msdos
  126. insmod ext2
  127. set root='hd0,msdos1'
  128. if [ x$feature_platform_search_hint = xy ]; then
  129. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fd13b166-402c-463e-af27-de32619b049b
  130. else
  131. search --no-floppy --fs-uuid --set=root fd13b166-402c-463e-af27-de32619b049b
  132. fi
  133. font="/usr/share/grub/unicode.pf2"
  134. fi
  135. if loadfont $font ; then
  136. set gfxmode=auto
  137. load_video
  138. insmod gfxterm
  139. set locale_dir=$prefix/locale
  140. set lang=en_US
  141. insmod gettext
  142. fi
  143. terminal_output gfxterm
  144. if [ "${recordfail}" = 1 ] ; then
  145. set timeout=10
  146. else
  147. if [ x$feature_timeout_style = xy ] ; then
  148. set timeout_style=menu
  149. set timeout=10
  150. # Fallback normal timeout code in case the timeout_style feature is
  151. # unavailable.
  152. else
  153. set timeout=10
  154. fi
  155. fi
  156. ### END /etc/grub.d/00_header ###
  157. ### BEGIN /etc/grub.d/05_debian_theme ###
  158. set menu_color_normal=white/black
  159. set menu_color_highlight=black/light-gray
  160. if background_color 44,0,30,0; then
  161. clear
  162. fi
  163. ### END /etc/grub.d/05_debian_theme ###
  164. ### BEGIN /etc/grub.d/10_linux ###
  165. function gfxmode {
  166. set gfxpayload="${1}"
  167. if [ "${1}" = "keep" ]; then
  168. set vt_handoff=vt.handoff=7
  169. else
  170. set vt_handoff=
  171. fi
  172. }
  173. if [ "${recordfail}" != 1 ]; then
  174. if [ -e ${prefix}/gfxblacklist.txt ]; then
  175. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  176. if [ ${match} = 0 ]; then
  177. set linux_gfx_mode=keep
  178. else
  179. set linux_gfx_mode=text
  180. fi
  181. else
  182. set linux_gfx_mode=text
  183. fi
  184. else
  185. set linux_gfx_mode=keep
  186. fi
  187. else
  188. set linux_gfx_mode=text
  189. fi
  190. export linux_gfx_mode
  191. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-fd13b166-402c-463e-af27-de32619b049b' {
  192. recordfail
  193. load_video
  194. gfxmode $linux_gfx_mode
  195. insmod gzio
  196. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  197. insmod part_msdos
  198. insmod ext2
  199. set root='hd0,msdos1'
  200. if [ x$feature_platform_search_hint = xy ]; then
  201. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fd13b166-402c-463e-af27-de32619b049b
  202. else
  203. search --no-floppy --fs-uuid --set=root fd13b166-402c-463e-af27-de32619b049b
  204. fi
  205. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=fd13b166-402c-463e-af27-de32619b049b ro quiet splash $vt_handoff
  206. initrd /boot/initrd.img-4.4.0-21-generic
  207. }
  208. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-fd13b166-402c-463e-af27-de32619b049b' {
  209. menuentry 'Ubuntu, with Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-fd13b166-402c-463e-af27-de32619b049b' {
  210. recordfail
  211. load_video
  212. gfxmode $linux_gfx_mode
  213. insmod gzio
  214. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  215. insmod part_msdos
  216. insmod ext2
  217. set root='hd0,msdos1'
  218. if [ x$feature_platform_search_hint = xy ]; then
  219. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fd13b166-402c-463e-af27-de32619b049b
  220. else
  221. search --no-floppy --fs-uuid --set=root fd13b166-402c-463e-af27-de32619b049b
  222. fi
  223. echo 'Loading Linux 4.4.0-21-generic ...'
  224. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=fd13b166-402c-463e-af27-de32619b049b ro quiet splash $vt_handoff
  225. echo 'Loading initial ramdisk ...'
  226. initrd /boot/initrd.img-4.4.0-21-generic
  227. }
  228. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-fd13b166-402c-463e-af27-de32619b049b' {
  229. recordfail
  230. load_video
  231. gfxmode $linux_gfx_mode
  232. insmod gzio
  233. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  234. insmod part_msdos
  235. insmod ext2
  236. set root='hd0,msdos1'
  237. if [ x$feature_platform_search_hint = xy ]; then
  238. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fd13b166-402c-463e-af27-de32619b049b
  239. else
  240. search --no-floppy --fs-uuid --set=root fd13b166-402c-463e-af27-de32619b049b
  241. fi
  242. echo 'Loading Linux 4.4.0-21-generic ...'
  243. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=fd13b166-402c-463e-af27-de32619b049b ro quiet splash $vt_handoff init=/sbin/upstart
  244. echo 'Loading initial ramdisk ...'
  245. initrd /boot/initrd.img-4.4.0-21-generic
  246. }
  247. menuentry 'Ubuntu, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-fd13b166-402c-463e-af27-de32619b049b' {
  248. recordfail
  249. load_video
  250. insmod gzio
  251. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  252. insmod part_msdos
  253. insmod ext2
  254. set root='hd0,msdos1'
  255. if [ x$feature_platform_search_hint = xy ]; then
  256. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fd13b166-402c-463e-af27-de32619b049b
  257. else
  258. search --no-floppy --fs-uuid --set=root fd13b166-402c-463e-af27-de32619b049b
  259. fi
  260. echo 'Loading Linux 4.4.0-21-generic ...'
  261. linux /boot/vmlinuz-4.4.0-21-generic root=UUID=fd13b166-402c-463e-af27-de32619b049b ro recovery nomodeset
  262. echo 'Loading initial ramdisk ...'
  263. initrd /boot/initrd.img-4.4.0-21-generic
  264. }
  265. }
  266. ### END /etc/grub.d/10_linux ###
  267. ### BEGIN /etc/grub.d/20_linux_xen ###
  268. ### END /etc/grub.d/20_linux_xen ###
  269. ### BEGIN /etc/grub.d/30_os-prober ###
  270. ### END /etc/grub.d/30_os-prober ###
  271. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  272. ### END /etc/grub.d/30_uefi-firmware ###
  273. ### BEGIN /etc/grub.d/40_custom ###
  274. # This file provides an easy way to add custom menu entries. Simply type the
  275. # menu entries you want to add after this comment. Be careful not to change
  276. # the 'exec tail' line above.
  277. ### END /etc/grub.d/40_custom ###
  278. ### BEGIN /etc/grub.d/41_custom ###
  279. if [ -f ${config_directory}/custom.cfg ]; then
  280. source ${config_directory}/custom.cfg
  281. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  282. source $prefix/custom.cfg;
  283. fi
  284. ### END /etc/grub.d/41_custom ###
  285. --------------------------------------------------------------------------------
  286. =============================== sda1/etc/fstab: ================================
  287. --------------------------------------------------------------------------------
  288. # /etc/fstab: static file system information.
  289. #
  290. # Use 'blkid' to print the universally unique identifier for a
  291. # device; this may be used with UUID= as a more robust way to name devices
  292. # that works even if disks are added and removed. See fstab(5).
  293. #
  294. # <file system> <mount point> <type> <options> <dump> <pass>
  295. # / was on /dev/sda1 during installation
  296. UUID=fd13b166-402c-463e-af27-de32619b049b / ext4 errors=remount-ro 0 1
  297. # swap was on /dev/sda5 during installation
  298. UUID=04c0b974-87a7-47d9-9891-f1e0d87122e8 none swap sw 0 0
  299. --------------------------------------------------------------------------------
  300. =================== sda1: Location of files loaded by Grub: ====================
  301. GiB - GB File Fragment(s)
  302. 64.132938385 = 68.862218240 boot/grub/grub.cfg 1
  303. 32.129699707 = 34.499002368 boot/grub/i386-pc/core.img 1
  304. 64.273223877 = 69.012848640 boot/vmlinuz-4.4.0-21-generic 1
  305. 64.273223877 = 69.012848640 vmlinuz 1
  306. 32.798175812 = 35.216773120 boot/initrd.img-4.4.0-21-generic 3
  307. 32.798175812 = 35.216773120 initrd.img 3
  308. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  309. Unknown BootLoader on sda2
  310. 00000000 ff 66 32 1a cc e8 e3 96 d4 30 13 3b ae 29 c4 5d |.f2......0.;.).]|
  311. 00000010 3c 01 5a 77 a4 aa 5c c5 0c ac ff 49 13 44 19 74 |<.Zw..\....I.D.t|
  312. 00000020 fb 3b 43 70 86 37 18 cf 7a 4b df 95 5f 10 4c f8 |.;Cp.7..zK.._.L.|
  313. 00000030 a7 96 98 2b 42 96 82 6e f8 90 47 60 00 cc 74 60 |...+B..n..G`..t`|
  314. 00000040 2e 6f 4d ea 54 c6 80 85 17 9c b3 6a a6 2b 4b 4d |.oM.T......j.+KM|
  315. 00000050 7f 1a e1 a1 78 3e d5 c6 10 e8 26 5c d1 35 8f f6 |....x>....&\.5..|
  316. 00000060 45 86 31 45 bd b8 e2 df 84 2d 8e 5f 9f 7e df 1e |E.1E.....-._.~..|
  317. 00000070 b4 98 19 5b 92 17 54 d3 98 56 e9 1c b7 67 b6 06 |...[..T..V...g..|
  318. 00000080 86 ae 38 14 64 8b 5e dc fd 0e c8 31 63 ca 6f b4 |..8.d.^....1c.o.|
  319. 00000090 48 22 03 ee 23 39 c9 27 9e 34 eb 6d 6a 0b 39 cc |H"..#9.'.4.mj.9.|
  320. 000000a0 30 36 b3 7b 9d 5c eb 1e f7 7a 6e 27 d4 9e 44 e8 |06.{.\...zn'..D.|
  321. 000000b0 8b dd f4 7d 7c 77 80 d2 2c 2f f6 f7 29 83 12 ad |...}|w..,/..)...|
  322. 000000c0 89 f5 a4 85 5b 6d f5 b2 94 e0 72 5b 85 72 11 dc |....[m....r[.r..|
  323. 000000d0 20 fb 7a 31 30 23 f4 2f 98 14 51 55 9c b8 29 e5 | .z10#./..QU..).|
  324. 000000e0 12 00 81 ff 01 d5 80 3c 26 b5 82 88 d1 dc 41 58 |.......<&.....AX|
  325. 000000f0 43 e1 17 cf c5 24 3b 7a 97 ca 9a 15 72 31 1f f6 |C....$;z....r1..|
  326. 00000100 ec b7 9e 08 8d 4f 32 19 ac ca 56 59 ca 79 8e 6d |.....O2...VY.y.m|
  327. 00000110 18 3b 88 f2 6c 39 73 67 2b cc f8 db 91 58 d5 17 |.;..l9sg+....X..|
  328. 00000120 ca 71 06 b9 ff 44 27 71 11 e3 d8 07 9a c9 79 92 |.q...D'q......y.|
  329. 00000130 d7 8d 2d 0e 48 5c 22 ba ba 80 e1 5f 71 03 9f 29 |..-.H\"...._q..)|
  330. 00000140 05 71 51 96 b1 46 66 fe d8 5a 3b 32 9b 12 1b 57 |.qQ..Ff..Z;2...W|
  331. 00000150 af 1b fd 62 aa 40 a5 ab be 0f a1 50 09 19 c8 90 |[email protected]....|
  332. 00000160 ae 4f 1d c4 8b 64 11 e6 3a 15 67 c7 65 20 ae 91 |.O...d..:.g.e ..|
  333. 00000170 05 64 ad 76 e7 ad b6 3e fd 70 a0 f7 9e ad 1d d4 |.d.v...>.p......|
  334. 00000180 84 08 cb 0b 3d 10 8a f5 84 76 55 ce 9f 9c 5b 56 |....=....vU...[V|
  335. 00000190 34 a1 40 bf 08 e7 01 76 db 5f 3a 2e 13 10 e8 d4 |[email protected]._:.....|
  336. 000001a0 01 4a 8b cf d4 82 14 1d 6d 86 f0 45 3a 00 53 22 |.J......m..E:.S"|
  337. 000001b0 32 db 50 0c 19 10 f8 6d 69 8a ff 44 34 25 00 fe |2.P....mi..D4%..|
  338. 000001c0 ff ff 82 fe ff ff 02 00 00 00 00 e8 3f 00 00 00 |............?...|
  339. 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  340. *
  341. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  342. 00000200
  343. =============================== StdErr Messages: ===============================
  344. File descriptor 9 (/proc/4811/mounts) leaked on lvs invocation. Parent PID 15838: bash
  345. File descriptor 63 (pipe:[65751]) leaked on lvs invocation. Parent PID 15838: bash
  346. ADDITIONAL INFORMATION :
  347. =================== log of boot-repair 2016-06-12__12h32 ===================
  348. boot-repair version : 4ppa37
  349. boot-sav version : 4ppa37
  350. glade2script version : 3.2.3~ppa1
  351. boot-sav-extra version : 4ppa37
  352. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  353. Error: Can't have a partition outside the disk!
  354. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  355. Error: Can't have a partition outside the disk!
  356. boot-repair is executed in live-session (Ubuntu 16.04 LTS, xenial, Ubuntu, i686)
  357. CPU op-mode(s): 32-bit, 64-bit
  358. file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash ---
  359. ls: cannot access '/home/usr/.config': No such file or directory
  360. =================== os-prober:
  361. /dev/sda1:Ubuntu 16.04 LTS (16.04):Ubuntu:linux
  362. =================== blkid:
  363. /dev/sda1: UUID="fd13b166-402c-463e-af27-de32619b049b" TYPE="ext4" PARTUUID="e556c82a-01"
  364. /dev/sr0: UUID="2016-04-20-22-32-21-00" LABEL="Ubuntu 16.04 LTS i386" TYPE="iso9660" PTUUID="01a8fd35" PTTYPE="dos"
  365. /dev/loop0: TYPE="squashfs"
  366. /dev/sda5: UUID="04c0b974-87a7-47d9-9891-f1e0d87122e8" TYPE="swap" PARTUUID="e556c82a-05"
  367. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  368. =================== sda1/etc/grub.d/ :
  369. drwxr-xr-x 2 root root 4096 Apr 20 22:14 grub.d
  370. total 76
  371. -rwxr-xr-x 1 root root 9791 Apr 15 22:02 00_header
  372. -rwxr-xr-x 1 root root 6258 Mar 15 18:08 05_debian_theme
  373. -rwxr-xr-x 1 root root 12261 Apr 15 22:02 10_linux
  374. -rwxr-xr-x 1 root root 11082 Apr 15 22:02 20_linux_xen
  375. -rwxr-xr-x 1 root root 1992 Jan 28 12:44 20_memtest86+
  376. -rwxr-xr-x 1 root root 11692 Apr 15 22:02 30_os-prober
  377. -rwxr-xr-x 1 root root 1418 Apr 15 22:02 30_uefi-firmware
  378. -rwxr-xr-x 1 root root 214 Apr 15 22:02 40_custom
  379. -rwxr-xr-x 1 root root 216 Apr 15 22:02 41_custom
  380. -rw-r--r-- 1 root root 483 Apr 15 22:02 README
  381. =================== sda1/etc/default/grub :
  382. # If you change this file, run 'update-grub' afterwards to update
  383. # /boot/grub/grub.cfg.
  384. # For full documentation of the options in this file, see:
  385. # info -f grub -n 'Simple configuration'
  386. GRUB_DEFAULT=0
  387. GRUB_HIDDEN_TIMEOUT=0
  388. GRUB_HIDDEN_TIMEOUT_QUIET=true
  389. GRUB_TIMEOUT=10
  390. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  391. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  392. GRUB_CMDLINE_LINUX=""
  393. # Uncomment to enable BadRAM filtering, modify to suit your needs
  394. # This works with Linux (no patch required) and with any kernel that obtains
  395. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  396. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  397. # Uncomment to disable graphical terminal (grub-pc only)
  398. #GRUB_TERMINAL=console
  399. # The resolution used on graphical terminal
  400. # note that you can use only modes which your graphic card supports via VBE
  401. # you can see them in real GRUB with the command `vbeinfo'
  402. #GRUB_GFXMODE=640x480
  403. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  404. #GRUB_DISABLE_LINUX_UUID=true
  405. # Uncomment to disable generation of recovery mode menu entries
  406. #GRUB_DISABLE_RECOVERY="true"
  407. # Uncomment to get a beep at grub start
  408. #GRUB_INIT_TUNE="480 440 1"
  409. =================== UEFI/Legacy mode:
  410. This live-session is not EFI-compatible.
  411. SecureBoot maybe enabled.
  412. =================== PARTITIONS & DISKS:
  413. sda1 : sda, not-sepboot, grubenv-ok grub2, signed 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, /mnt/boot-sav/sda1.
  414. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  415. =================== parted -l:
  416. Model: ATA SAMSUNG HD080HJ (scsi)
  417. Disk /dev/sda: 80.0GB
  418. Sector size (logical/physical): 512B/512B
  419. Partition Table: msdos
  420. Disk Flags:
  421. Number Start End Size Type File system Flags
  422. 1 1049kB 77.9GB 77.9GB primary ext4 boot
  423. 2 77.9GB 80.0GB 2144MB extended
  424. 5 77.9GB 80.0GB 2144MB logical linux-swap(v1)
  425. Model: TSSTcorp CD/DVDW SH-S183A (scsi)
  426. Disk /dev/sr0: 1504MB
  427. Sector size (logical/physical): 2048B/2048B
  428. Partition Table: unknown
  429. Disk Flags:
  430. =================== parted -lm:
  431. BYT;
  432. /dev/sda:80.0GB:scsi:512:512:msdos:ATA SAMSUNG HD080HJ:;
  433. 1:1049kB:77.9GB:77.9GB:ext4::boot;
  434. 2:77.9GB:80.0GB:2144MB:::;
  435. 5:77.9GB:80.0GB:2144MB:linux-swap(v1)::;
  436. BYT;
  437. /dev/sr0:1504MB:scsi:2048:2048:unknown:TSSTcorp CD/DVDW SH-S183A:;
  438. =================== lsblk:
  439. KNAME TYPE FSTYPE SIZE LABEL
  440. sda disk 74.5G
  441. sda1 part ext4 72.5G
  442. sda2 part 1K
  443. sda5 part swap 2G
  444. sr0 rom iso9660 1.4G Ubuntu 16.04 LTS i386
  445. loop0 loop squashfs 1.4G
  446. KNAME ROTA RO RM STATE MOUNTPOINT
  447. sda 1 0 0 running
  448. sda1 1 0 0 /mnt/boot-sav/sda1
  449. sda2 1 0 0
  450. sda5 1 0 0 [SWAP]
  451. sr0 1 0 1 running /cdrom
  452. loop0 1 1 0 /rofs
  453. =================== mount:
  454. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  455. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  456. udev on /dev type devtmpfs (rw,nosuid,relatime,size=1017368k,nr_inodes=213035,mode=755)
  457. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  458. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=206120k,mode=755)
  459. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  460. /dev/loop0 on /rofs type squashfs (ro,noatime)
  461. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  462. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  463. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  464. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  465. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  466. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  467. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  468. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  469. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  470. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  471. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  472. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  473. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  474. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  475. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  476. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  477. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  478. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  479. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  480. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  481. mqueue on /dev/mqueue type mqueue (rw,relatime)
  482. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  483. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  484. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  485. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=206120k,mode=700,uid=999,gid=999)
  486. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  487. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  488. =================== ls:
  489. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 sda2 sda5 size slaves stat subsystem trace uevent
  490. /sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro size slaves stat subsystem trace uevent
  491. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse fw0 hidraw0 hidraw1 hidraw2 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm lightnvm log lp0 mapper mcelog mem memory_bandwidth mqueue net network_latency network_throughput null parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom userio vfio vga_arbiter vhci vhost-net zero
  492. ls /dev/mapper: control
  493. =================== df -Th:
  494. Filesystem Type Size Used Avail Use% Mounted on
  495. udev devtmpfs 994M 0 994M 0% /dev
  496. tmpfs tmpfs 202M 6.5M 195M 4% /run
  497. /dev/sr0 iso9660 1.5G 1.5G 0 100% /cdrom
  498. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  499. /cow overlay 1007M 77M 930M 8% /
  500. tmpfs tmpfs 1007M 264K 1007M 1% /dev/shm
  501. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  502. tmpfs tmpfs 1007M 0 1007M 0% /sys/fs/cgroup
  503. tmpfs tmpfs 1007M 256K 1007M 1% /tmp
  504. tmpfs tmpfs 202M 68K 202M 1% /run/user/999
  505. /dev/sda1 ext4 72G 4.0G 64G 6% /mnt/boot-sav/sda1
  506. =================== fdisk -l:
  507. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  508. Units: sectors of 1 * 512 = 512 bytes
  509. Sector size (logical/physical): 512 bytes / 4096 bytes
  510. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  511. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  512. Units: sectors of 1 * 512 = 512 bytes
  513. Sector size (logical/physical): 512 bytes / 4096 bytes
  514. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  515. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  516. Units: sectors of 1 * 512 = 512 bytes
  517. Sector size (logical/physical): 512 bytes / 4096 bytes
  518. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  519. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  520. Units: sectors of 1 * 512 = 512 bytes
  521. Sector size (logical/physical): 512 bytes / 4096 bytes
  522. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  523. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  524. Units: sectors of 1 * 512 = 512 bytes
  525. Sector size (logical/physical): 512 bytes / 4096 bytes
  526. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  527. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  528. Units: sectors of 1 * 512 = 512 bytes
  529. Sector size (logical/physical): 512 bytes / 4096 bytes
  530. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  531. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  532. Units: sectors of 1 * 512 = 512 bytes
  533. Sector size (logical/physical): 512 bytes / 4096 bytes
  534. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  535. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  536. Units: sectors of 1 * 512 = 512 bytes
  537. Sector size (logical/physical): 512 bytes / 4096 bytes
  538. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  539. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  540. Units: sectors of 1 * 512 = 512 bytes
  541. Sector size (logical/physical): 512 bytes / 4096 bytes
  542. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  543. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  544. Units: sectors of 1 * 512 = 512 bytes
  545. Sector size (logical/physical): 512 bytes / 4096 bytes
  546. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  547. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  548. Units: sectors of 1 * 512 = 512 bytes
  549. Sector size (logical/physical): 512 bytes / 4096 bytes
  550. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  551. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  552. Units: sectors of 1 * 512 = 512 bytes
  553. Sector size (logical/physical): 512 bytes / 4096 bytes
  554. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  555. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  556. Units: sectors of 1 * 512 = 512 bytes
  557. Sector size (logical/physical): 512 bytes / 4096 bytes
  558. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  559. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  560. Units: sectors of 1 * 512 = 512 bytes
  561. Sector size (logical/physical): 512 bytes / 4096 bytes
  562. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  563. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  564. Units: sectors of 1 * 512 = 512 bytes
  565. Sector size (logical/physical): 512 bytes / 4096 bytes
  566. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  567. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 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 /dev/loop0: 1.4 GiB, 1460752384 bytes, 2853032 sectors
  572. Units: sectors of 1 * 512 = 512 bytes
  573. Sector size (logical/physical): 512 bytes / 512 bytes
  574. I/O size (minimum/optimal): 512 bytes / 512 bytes
  575. Disk /dev/sda: 74.5 GiB, 80026361856 bytes, 156301488 sectors
  576. Units: sectors of 1 * 512 = 512 bytes
  577. Sector size (logical/physical): 512 bytes / 512 bytes
  578. I/O size (minimum/optimal): 512 bytes / 512 bytes
  579. Disklabel type: dos
  580. Disk identifier: 0xe556c82a
  581. Device Boot Start End Sectors Size Id Type
  582. /dev/sda1 * 2048 152111103 152109056 72.5G 83 Linux
  583. /dev/sda2 152113150 156301311 4188162 2G 5 Extended
  584. /dev/sda5 152113152 156301311 4188160 2G 82 Linux swap / Solaris
  585. =================== Recommended repair
  586. The default repair of the Boot-Repair utility will purge (in order to) and reinstall the grub2 of sda1 into the MBR of sda.
  587. Additional repair will be performed: unhide-bootmenu-10s
  588. chroot /mnt/boot-sav/sda1 apt-get -y --force-yes update
  589. AppStream cache update completed, but some metadata was ignored due to errors.
  590. Purge the GRUB of sda1
  591. grub-pc available
  592. 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 223 not upgraded.
  593. W: --force-yes is deprecated, use one of the options starting with --allow instead.
  594. DEBCHECK debOK, grub-pc
  595. DEBCHECK debOK
  596. shim-signed NOT available (apt-cache policy problem)
  597. linux-signed-generic NOT available (apt-cache policy problem)
  598. Please type: sudo chroot "/mnt/boot-sav/sda1" dpkg --configure -ansudo chroot "/mnt/boot-sav/sda1" apt-get install -fynsudo chroot "/mnt/boot-sav/sda1" apt-get purge -y --force-yes grub*-common grub-common:i386
  599. =================== sda1/etc/grub.d/ :
  600. drwxr-xr-x 2 root root 4096 Jun 12 12:34 grub.d
  601. total 4
  602. -rwxr-xr-x 1 root root 1992 Jan 28 12:44 20_memtest86+
  603. Then type: sudo chroot "/mnt/boot-sav/sda1" apt-get install -y --force-yes grub-pc
  604. =================== sda1/etc/grub.d/ :
  605. drwxr-xr-x 2 root root 4096 Jun 12 12:34 grub.d
  606. drwxr-xr-x 2 root root 4096 Jun 12 12:34 grub.d.bak
  607. total 72
  608. -rwxr-xr-x 1 root root 9791 Apr 15 22:02 00_header
  609. -rwxr-xr-x 1 root root 6258 Mar 15 18:08 05_debian_theme
  610. -rwxr-xr-x 1 root root 12261 Apr 15 22:02 10_linux
  611. -rwxr-xr-x 1 root root 11082 Apr 15 22:02 20_linux_xen
  612. -rwxr-xr-x 1 root root 11692 Apr 15 22:02 30_os-prober
  613. -rwxr-xr-x 1 root root 1418 Apr 15 22:02 30_uefi-firmware
  614. -rwxr-xr-x 1 root root 214 Apr 15 22:02 40_custom
  615. -rwxr-xr-x 1 root root 216 Apr 15 22:02 41_custom
  616. -rw-r--r-- 1 root root 483 Apr 15 22:02 README
  617. =================== sda1/etc/default/grub :
  618. # If you change this file, run 'update-grub' afterwards to update
  619. # /boot/grub/grub.cfg.
  620. # For full documentation of the options in this file, see:
  621. # info -f grub -n 'Simple configuration'
  622. GRUB_DEFAULT=0
  623. GRUB_HIDDEN_TIMEOUT=0
  624. GRUB_HIDDEN_TIMEOUT_QUIET=true
  625. GRUB_TIMEOUT=10
  626. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  627. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  628. GRUB_CMDLINE_LINUX=""
  629. # Uncomment to enable BadRAM filtering, modify to suit your needs
  630. # This works with Linux (no patch required) and with any kernel that obtains
  631. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  632. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  633. # Uncomment to disable graphical terminal (grub-pc only)
  634. #GRUB_TERMINAL=console
  635. # The resolution used on graphical terminal
  636. # note that you can use only modes which your graphic card supports via VBE
  637. # you can see them in real GRUB with the command `vbeinfo'
  638. #GRUB_GFXMODE=640x480
  639. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  640. #GRUB_DISABLE_LINUX_UUID=true
  641. # Uncomment to disable generation of recovery mode menu entries
  642. #GRUB_DISABLE_RECOVERY="true"
  643. # Uncomment to get a beep at grub start
  644. #GRUB_INIT_TUNE="480 440 1"
  645. Unhide GRUB boot menu in sda1/etc/default/grub
  646. =================== sda1/etc/grub.d/ :
  647. drwxr-xr-x 2 root root 4096 Jun 12 12:34 grub.d
  648. drwxr-xr-x 2 root root 4096 Jun 12 12:34 grub.d.bak
  649. total 72
  650. -rwxr-xr-x 1 root root 9791 Apr 15 22:02 00_header
  651. -rwxr-xr-x 1 root root 6258 Mar 15 18:08 05_debian_theme
  652. -rwxr-xr-x 1 root root 12261 Apr 15 22:02 10_linux
  653. -rwxr-xr-x 1 root root 11082 Apr 15 22:02 20_linux_xen
  654. -rwxr-xr-x 1 root root 11692 Apr 15 22:02 30_os-prober
  655. -rwxr-xr-x 1 root root 1418 Apr 15 22:02 30_uefi-firmware
  656. -rwxr-xr-x 1 root root 214 Apr 15 22:02 40_custom
  657. -rwxr-xr-x 1 root root 216 Apr 15 22:02 41_custom
  658. -rw-r--r-- 1 root root 483 Apr 15 22:02 README
  659. =================== sda1/etc/default/grub :
  660. # If you change this file, run 'update-grub' afterwards to update
  661. # /boot/grub/grub.cfg.
  662. # For full documentation of the options in this file, see:
  663. # info -f grub -n 'Simple configuration'
  664. GRUB_DEFAULT=0
  665. #GRUB_HIDDEN_TIMEOUT=0
  666. GRUB_HIDDEN_TIMEOUT_QUIET=true
  667. GRUB_TIMEOUT=10
  668. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  669. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  670. GRUB_CMDLINE_LINUX=""
  671. # Uncomment to enable BadRAM filtering, modify to suit your needs
  672. # This works with Linux (no patch required) and with any kernel that obtains
  673. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  674. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  675. # Uncomment to disable graphical terminal (grub-pc only)
  676. #GRUB_TERMINAL=console
  677. # The resolution used on graphical terminal
  678. # note that you can use only modes which your graphic card supports via VBE
  679. # you can see them in real GRUB with the command `vbeinfo'
  680. #GRUB_GFXMODE=640x480
  681. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  682. #GRUB_DISABLE_LINUX_UUID=true
  683. # Uncomment to disable generation of recovery mode menu entries
  684. #GRUB_DISABLE_RECOVERY="true"
  685. # Uncomment to get a beep at grub start
  686. #GRUB_INIT_TUNE="480 440 1"
  687. *******lspci -nnk | grep -iA3 vga
  688. 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2)
  689. Subsystem: ASUSTeK Computer Inc. GT218 [GeForce 210] [1043:8354]
  690. Kernel driver in use: nouveau
  691. Kernel modules: nvidiafb, nouveau
  692. *******
  693. grub-install --version
  694. grub-install (GRUB) 2.02~beta2-36ubuntu3,grub-install (GRUB) 2.
  695. Reinstall the GRUB of sda1 into the MBR of sda
  696. Installing for i386-pc platform.
  697. Installation finished. No error reported.
  698. grub-install /dev/sda: exit code of grub-install /dev/sda:0
  699. chroot /mnt/boot-sav/sda1 update-grub
  700. Generating grub configuration file ...
  701. Found linux image: /boot/vmlinuz-4.4.0-21-generic
  702. Found initrd image: /boot/initrd.img-4.4.0-21-generic
  703. Unhide GRUB boot menu in sda1/boot/grub/grub.cfg
  704. Boot successfully repaired.
  705. You can now reboot your computer.
  706. paste.ubuntu.com ko (), using paste.debian
  707. paste.debian.net ko (), using paste2