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: -
  13. Boot sector info:
  14. Operating System: Ubuntu 14.04.5 LTS
  15. Boot files: /boot/grub/grub.cfg /etc/fstab
  16. /boot/grub/i386-pc/core.img
  17. sda2: __________________________________________________________________________
  18. File system: Extended Partition
  19. Boot sector type: -
  20. Boot sector info:
  21. sda5: __________________________________________________________________________
  22. File system: swap
  23. Boot sector type: -
  24. Boot sector info:
  25. ============================ Drive/Partition Info: =============================
  26. Drive: sda _____________________________________________________________________
  27. Disk /dev/sda: 64 GiB, 68719476736 bytes, 134217728 sectors
  28. Units: sectors of 1 * 512 = 512 bytes
  29. Sector size (logical/physical): 512 bytes / 4096 bytes
  30. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  31. Disklabel type: dos
  32. Partition Boot Start Sector End Sector # of Sectors Id System
  33. /dev/sda1 * 2,048 132,120,575 132,118,528 83 Linux
  34. /dev/sda2 132,122,622 134,215,679 2,093,058 5 Extended
  35. /dev/sda5 132,122,624 134,215,679 2,093,056 82 Linux swap / Solaris
  36. "blkid" output: ________________________________________________________________
  37. Device UUID TYPE LABEL
  38. /dev/loop0 squashfs
  39. /dev/sda1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c ext4
  40. /dev/sda5 979ae0fe-09ea-4d80-941a-ac9534eb7d9c swap
  41. /dev/sr0 2016-07-19-21-27-51-00 iso9660 Ubuntu 16.04.1 LTS amd64
  42. ========================= "ls -l /dev/disk/by-id" output: ======================
  43. total 0
  44. lrwxrwxrwx 1 root root 9 Mar 2 12:32 ata-Ubuntu_Linux-0_SSD_2AZMWMV59Y04FDKG3NZ0 -> ../../sda
  45. lrwxrwxrwx 1 root root 10 Mar 2 12:32 ata-Ubuntu_Linux-0_SSD_2AZMWMV59Y04FDKG3NZ0-part1 -> ../../sda1
  46. lrwxrwxrwx 1 root root 10 Mar 2 12:32 ata-Ubuntu_Linux-0_SSD_2AZMWMV59Y04FDKG3NZ0-part2 -> ../../sda2
  47. lrwxrwxrwx 1 root root 10 Mar 2 12:32 ata-Ubuntu_Linux-0_SSD_2AZMWMV59Y04FDKG3NZ0-part5 -> ../../sda5
  48. lrwxrwxrwx 1 root root 9 Mar 2 12:27 ata-Virtual_DVD-ROM__1__-_31415B265 -> ../../sr0
  49. ================================ Mount points: =================================
  50. Device Mount_Point Type Options
  51. /dev/loop0 /rofs squashfs (ro,noatime)
  52. /dev/sr0 /cdrom iso9660 (ro,noatime)
  53. =========================== sda1/boot/grub/grub.cfg: ===========================
  54. --------------------------------------------------------------------------------
  55. #
  56. # DO NOT EDIT THIS FILE
  57. #
  58. # It is automatically generated by grub-mkconfig using templates
  59. # from /etc/grub.d and settings from /etc/default/grub
  60. #
  61. ### BEGIN /etc/grub.d/00_header ###
  62. if [ -s $prefix/grubenv ]; then
  63. set have_grubenv=true
  64. load_env
  65. fi
  66. if [ "${next_entry}" ] ; then
  67. set default="${next_entry}"
  68. set next_entry=
  69. save_env next_entry
  70. set boot_once=true
  71. else
  72. set default="0"
  73. fi
  74. if [ x"${feature_menuentry_id}" = xy ]; then
  75. menuentry_id_option="--id"
  76. else
  77. menuentry_id_option=""
  78. fi
  79. export menuentry_id_option
  80. if [ "${prev_saved_entry}" ]; then
  81. set saved_entry="${prev_saved_entry}"
  82. save_env saved_entry
  83. set prev_saved_entry=
  84. save_env prev_saved_entry
  85. set boot_once=true
  86. fi
  87. function savedefault {
  88. if [ -z "${boot_once}" ]; then
  89. saved_entry="${chosen}"
  90. save_env saved_entry
  91. fi
  92. }
  93. function recordfail {
  94. set recordfail=1
  95. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  96. }
  97. function load_video {
  98. if [ x$feature_all_video_module = xy ]; then
  99. insmod all_video
  100. else
  101. insmod efi_gop
  102. insmod efi_uga
  103. insmod ieee1275_fb
  104. insmod vbe
  105. insmod vga
  106. insmod video_bochs
  107. insmod video_cirrus
  108. fi
  109. }
  110. if [ x$feature_default_font_path = xy ] ; then
  111. font=unicode
  112. else
  113. insmod part_msdos
  114. insmod ext2
  115. set root='hd0,msdos1'
  116. if [ x$feature_platform_search_hint = xy ]; then
  117. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  118. else
  119. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  120. fi
  121. font="/usr/share/grub/unicode.pf2"
  122. fi
  123. if loadfont $font ; then
  124. set gfxmode=auto
  125. load_video
  126. insmod gfxterm
  127. set locale_dir=$prefix/locale
  128. set lang=en_US
  129. insmod gettext
  130. fi
  131. terminal_output gfxterm
  132. if [ "${recordfail}" = 1 ] ; then
  133. set timeout=30
  134. else
  135. if [ x$feature_timeout_style = xy ] ; then
  136. set timeout_style=hidden
  137. set timeout=0
  138. # Fallback hidden-timeout code in case the timeout_style feature is
  139. # unavailable.
  140. elif sleep --interruptible 0 ; then
  141. set timeout=0
  142. fi
  143. fi
  144. ### END /etc/grub.d/00_header ###
  145. ### BEGIN /etc/grub.d/05_debian_theme ###
  146. set menu_color_normal=white/black
  147. set menu_color_highlight=black/light-gray
  148. if background_color 45,51,53; then
  149. clear
  150. fi
  151. ### END /etc/grub.d/05_debian_theme ###
  152. ### BEGIN /etc/grub.d/10_linux ###
  153. function gfxmode {
  154. set gfxpayload="${1}"
  155. if [ "${1}" = "keep" ]; then
  156. set vt_handoff=vt.handoff=7
  157. else
  158. set vt_handoff=
  159. fi
  160. }
  161. if [ "${recordfail}" != 1 ]; then
  162. if [ -e ${prefix}/gfxblacklist.txt ]; then
  163. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  164. if [ ${match} = 0 ]; then
  165. set linux_gfx_mode=keep
  166. else
  167. set linux_gfx_mode=text
  168. fi
  169. else
  170. set linux_gfx_mode=text
  171. fi
  172. else
  173. set linux_gfx_mode=keep
  174. fi
  175. else
  176. set linux_gfx_mode=text
  177. fi
  178. export linux_gfx_mode
  179. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  180. recordfail
  181. load_video
  182. gfxmode $linux_gfx_mode
  183. insmod gzio
  184. insmod part_msdos
  185. insmod ext2
  186. set root='hd0,msdos1'
  187. if [ x$feature_platform_search_hint = xy ]; then
  188. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  189. else
  190. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  191. fi
  192. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro quiet splash $vt_handoff
  193. initrd /boot/initrd.img-4.4.0-57-generic
  194. }
  195. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  196. menuentry 'Ubuntu, with Linux 4.4.0-57-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-advanced-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  197. recordfail
  198. load_video
  199. gfxmode $linux_gfx_mode
  200. insmod gzio
  201. insmod part_msdos
  202. insmod ext2
  203. set root='hd0,msdos1'
  204. if [ x$feature_platform_search_hint = xy ]; then
  205. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  206. else
  207. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  208. fi
  209. echo 'Loading Linux 4.4.0-57-generic ...'
  210. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro quiet splash $vt_handoff
  211. echo 'Loading initial ramdisk ...'
  212. initrd /boot/initrd.img-4.4.0-57-generic
  213. }
  214. menuentry 'Ubuntu, with Linux 4.4.0-57-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-57-generic-recovery-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  215. recordfail
  216. load_video
  217. insmod gzio
  218. insmod part_msdos
  219. insmod ext2
  220. set root='hd0,msdos1'
  221. if [ x$feature_platform_search_hint = xy ]; then
  222. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  223. else
  224. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  225. fi
  226. echo 'Loading Linux 4.4.0-57-generic ...'
  227. linux /boot/vmlinuz-4.4.0-57-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro recovery nomodeset
  228. echo 'Loading initial ramdisk ...'
  229. initrd /boot/initrd.img-4.4.0-57-generic
  230. }
  231. menuentry 'Ubuntu, with Linux 3.19.0-78-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-78-generic-advanced-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  232. recordfail
  233. load_video
  234. gfxmode $linux_gfx_mode
  235. insmod gzio
  236. insmod part_msdos
  237. insmod ext2
  238. set root='hd0,msdos1'
  239. if [ x$feature_platform_search_hint = xy ]; then
  240. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  241. else
  242. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  243. fi
  244. echo 'Loading Linux 3.19.0-78-generic ...'
  245. linux /boot/vmlinuz-3.19.0-78-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro quiet splash $vt_handoff
  246. echo 'Loading initial ramdisk ...'
  247. initrd /boot/initrd.img-3.19.0-78-generic
  248. }
  249. menuentry 'Ubuntu, with Linux 3.19.0-78-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-78-generic-recovery-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  250. recordfail
  251. load_video
  252. insmod gzio
  253. insmod part_msdos
  254. insmod ext2
  255. set root='hd0,msdos1'
  256. if [ x$feature_platform_search_hint = xy ]; then
  257. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  258. else
  259. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  260. fi
  261. echo 'Loading Linux 3.19.0-78-generic ...'
  262. linux /boot/vmlinuz-3.19.0-78-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro recovery nomodeset
  263. echo 'Loading initial ramdisk ...'
  264. initrd /boot/initrd.img-3.19.0-78-generic
  265. }
  266. menuentry 'Ubuntu, with Linux 3.19.0-73-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-73-generic-advanced-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  267. recordfail
  268. load_video
  269. gfxmode $linux_gfx_mode
  270. insmod gzio
  271. insmod part_msdos
  272. insmod ext2
  273. set root='hd0,msdos1'
  274. if [ x$feature_platform_search_hint = xy ]; then
  275. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  276. else
  277. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  278. fi
  279. echo 'Loading Linux 3.19.0-73-generic ...'
  280. linux /boot/vmlinuz-3.19.0-73-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro quiet splash $vt_handoff
  281. echo 'Loading initial ramdisk ...'
  282. initrd /boot/initrd.img-3.19.0-73-generic
  283. }
  284. menuentry 'Ubuntu, with Linux 3.19.0-73-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-73-generic-recovery-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  285. recordfail
  286. load_video
  287. insmod gzio
  288. insmod part_msdos
  289. insmod ext2
  290. set root='hd0,msdos1'
  291. if [ x$feature_platform_search_hint = xy ]; then
  292. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  293. else
  294. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  295. fi
  296. echo 'Loading Linux 3.19.0-73-generic ...'
  297. linux /boot/vmlinuz-3.19.0-73-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro recovery nomodeset
  298. echo 'Loading initial ramdisk ...'
  299. initrd /boot/initrd.img-3.19.0-73-generic
  300. }
  301. menuentry 'Ubuntu, with Linux 3.19.0-49-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-49-generic-advanced-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  302. recordfail
  303. load_video
  304. gfxmode $linux_gfx_mode
  305. insmod gzio
  306. insmod part_msdos
  307. insmod ext2
  308. set root='hd0,msdos1'
  309. if [ x$feature_platform_search_hint = xy ]; then
  310. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  311. else
  312. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  313. fi
  314. echo 'Loading Linux 3.19.0-49-generic ...'
  315. linux /boot/vmlinuz-3.19.0-49-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro quiet splash $vt_handoff
  316. echo 'Loading initial ramdisk ...'
  317. initrd /boot/initrd.img-3.19.0-49-generic
  318. }
  319. menuentry 'Ubuntu, with Linux 3.19.0-49-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-49-generic-recovery-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  320. recordfail
  321. load_video
  322. insmod gzio
  323. insmod part_msdos
  324. insmod ext2
  325. set root='hd0,msdos1'
  326. if [ x$feature_platform_search_hint = xy ]; then
  327. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  328. else
  329. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  330. fi
  331. echo 'Loading Linux 3.19.0-49-generic ...'
  332. linux /boot/vmlinuz-3.19.0-49-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro recovery nomodeset
  333. echo 'Loading initial ramdisk ...'
  334. initrd /boot/initrd.img-3.19.0-49-generic
  335. }
  336. menuentry 'Ubuntu, with Linux 3.19.0-33-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-33-generic-advanced-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  337. recordfail
  338. load_video
  339. gfxmode $linux_gfx_mode
  340. insmod gzio
  341. insmod part_msdos
  342. insmod ext2
  343. set root='hd0,msdos1'
  344. if [ x$feature_platform_search_hint = xy ]; then
  345. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  346. else
  347. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  348. fi
  349. echo 'Loading Linux 3.19.0-33-generic ...'
  350. linux /boot/vmlinuz-3.19.0-33-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro quiet splash $vt_handoff
  351. echo 'Loading initial ramdisk ...'
  352. initrd /boot/initrd.img-3.19.0-33-generic
  353. }
  354. menuentry 'Ubuntu, with Linux 3.19.0-33-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-33-generic-recovery-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  355. recordfail
  356. load_video
  357. insmod gzio
  358. insmod part_msdos
  359. insmod ext2
  360. set root='hd0,msdos1'
  361. if [ x$feature_platform_search_hint = xy ]; then
  362. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  363. else
  364. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  365. fi
  366. echo 'Loading Linux 3.19.0-33-generic ...'
  367. linux /boot/vmlinuz-3.19.0-33-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro recovery nomodeset
  368. echo 'Loading initial ramdisk ...'
  369. initrd /boot/initrd.img-3.19.0-33-generic
  370. }
  371. menuentry 'Ubuntu, with Linux 3.19.0-31-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-31-generic-advanced-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  372. recordfail
  373. load_video
  374. gfxmode $linux_gfx_mode
  375. insmod gzio
  376. insmod part_msdos
  377. insmod ext2
  378. set root='hd0,msdos1'
  379. if [ x$feature_platform_search_hint = xy ]; then
  380. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  381. else
  382. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  383. fi
  384. echo 'Loading Linux 3.19.0-31-generic ...'
  385. linux /boot/vmlinuz-3.19.0-31-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro quiet splash $vt_handoff
  386. echo 'Loading initial ramdisk ...'
  387. initrd /boot/initrd.img-3.19.0-31-generic
  388. }
  389. menuentry 'Ubuntu, with Linux 3.19.0-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-31-generic-recovery-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  390. recordfail
  391. load_video
  392. insmod gzio
  393. insmod part_msdos
  394. insmod ext2
  395. set root='hd0,msdos1'
  396. if [ x$feature_platform_search_hint = xy ]; then
  397. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  398. else
  399. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  400. fi
  401. echo 'Loading Linux 3.19.0-31-generic ...'
  402. linux /boot/vmlinuz-3.19.0-31-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro recovery nomodeset
  403. echo 'Loading initial ramdisk ...'
  404. initrd /boot/initrd.img-3.19.0-31-generic
  405. }
  406. menuentry 'Ubuntu, with Linux 3.19.0-30-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-30-generic-advanced-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  407. recordfail
  408. load_video
  409. gfxmode $linux_gfx_mode
  410. insmod gzio
  411. insmod part_msdos
  412. insmod ext2
  413. set root='hd0,msdos1'
  414. if [ x$feature_platform_search_hint = xy ]; then
  415. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  416. else
  417. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  418. fi
  419. echo 'Loading Linux 3.19.0-30-generic ...'
  420. linux /boot/vmlinuz-3.19.0-30-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro quiet splash $vt_handoff
  421. echo 'Loading initial ramdisk ...'
  422. initrd /boot/initrd.img-3.19.0-30-generic
  423. }
  424. menuentry 'Ubuntu, with Linux 3.19.0-30-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-30-generic-recovery-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  425. recordfail
  426. load_video
  427. insmod gzio
  428. insmod part_msdos
  429. insmod ext2
  430. set root='hd0,msdos1'
  431. if [ x$feature_platform_search_hint = xy ]; then
  432. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  433. else
  434. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  435. fi
  436. echo 'Loading Linux 3.19.0-30-generic ...'
  437. linux /boot/vmlinuz-3.19.0-30-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro recovery nomodeset
  438. echo 'Loading initial ramdisk ...'
  439. initrd /boot/initrd.img-3.19.0-30-generic
  440. }
  441. menuentry 'Ubuntu, with Linux 3.19.0-25-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-advanced-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  442. recordfail
  443. load_video
  444. gfxmode $linux_gfx_mode
  445. insmod gzio
  446. insmod part_msdos
  447. insmod ext2
  448. set root='hd0,msdos1'
  449. if [ x$feature_platform_search_hint = xy ]; then
  450. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  451. else
  452. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  453. fi
  454. echo 'Loading Linux 3.19.0-25-generic ...'
  455. linux /boot/vmlinuz-3.19.0-25-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro quiet splash $vt_handoff
  456. echo 'Loading initial ramdisk ...'
  457. initrd /boot/initrd.img-3.19.0-25-generic
  458. }
  459. menuentry 'Ubuntu, with Linux 3.19.0-25-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-25-generic-recovery-1f0b85c2-7db5-415c-a4bd-178579bcbf6c' {
  460. recordfail
  461. load_video
  462. insmod gzio
  463. insmod part_msdos
  464. insmod ext2
  465. set root='hd0,msdos1'
  466. if [ x$feature_platform_search_hint = xy ]; then
  467. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  468. else
  469. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  470. fi
  471. echo 'Loading Linux 3.19.0-25-generic ...'
  472. linux /boot/vmlinuz-3.19.0-25-generic root=UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c ro recovery nomodeset
  473. echo 'Loading initial ramdisk ...'
  474. initrd /boot/initrd.img-3.19.0-25-generic
  475. }
  476. }
  477. ### END /etc/grub.d/10_linux ###
  478. ### BEGIN /etc/grub.d/20_linux_xen ###
  479. ### END /etc/grub.d/20_linux_xen ###
  480. ### BEGIN /etc/grub.d/20_memtest86+ ###
  481. menuentry 'Memory test (memtest86+)' {
  482. insmod part_msdos
  483. insmod ext2
  484. set root='hd0,msdos1'
  485. if [ x$feature_platform_search_hint = xy ]; then
  486. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  487. else
  488. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  489. fi
  490. knetbsd /boot/memtest86+.elf
  491. }
  492. menuentry 'Memory test (memtest86+, serial console 115200)' {
  493. insmod part_msdos
  494. insmod ext2
  495. set root='hd0,msdos1'
  496. if [ x$feature_platform_search_hint = xy ]; then
  497. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  498. else
  499. search --no-floppy --fs-uuid --set=root 1f0b85c2-7db5-415c-a4bd-178579bcbf6c
  500. fi
  501. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  502. }
  503. ### END /etc/grub.d/20_memtest86+ ###
  504. ### BEGIN /etc/grub.d/30_os-prober ###
  505. ### END /etc/grub.d/30_os-prober ###
  506. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  507. ### END /etc/grub.d/30_uefi-firmware ###
  508. ### BEGIN /etc/grub.d/40_custom ###
  509. # This file provides an easy way to add custom menu entries. Simply type the
  510. # menu entries you want to add after this comment. Be careful not to change
  511. # the 'exec tail' line above.
  512. ### END /etc/grub.d/40_custom ###
  513. ### BEGIN /etc/grub.d/41_custom ###
  514. if [ -f ${config_directory}/custom.cfg ]; then
  515. source ${config_directory}/custom.cfg
  516. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  517. source $prefix/custom.cfg;
  518. fi
  519. ### END /etc/grub.d/41_custom ###
  520. --------------------------------------------------------------------------------
  521. =============================== sda1/etc/fstab: ================================
  522. --------------------------------------------------------------------------------
  523. # /etc/fstab: static file system information.
  524. #
  525. # Use 'blkid' to print the universally unique identifier for a
  526. # device; this may be used with UUID= as a more robust way to name devices
  527. # that works even if disks are added and removed. See fstab(5).
  528. #
  529. # <file system> <mount point> <type> <options> <dump> <pass>
  530. # / was on /dev/sda1 during installation
  531. UUID=1f0b85c2-7db5-415c-a4bd-178579bcbf6c / ext4 errors=remount-ro 0 1
  532. # swap was on /dev/sda5 during installation
  533. UUID=979ae0fe-09ea-4d80-941a-ac9534eb7d9c none swap sw 0 0
  534. --------------------------------------------------------------------------------
  535. =================== sda1: Location of files loaded by Grub: ====================
  536. GiB - GB File Fragment(s)
  537. 11.985828400 = 12.869685248 boot/grub/grub.cfg 1
  538. 10.906745911 = 11.711029248 boot/grub/i386-pc/core.img 1
  539. 1.108654022 = 1.190408192 boot/vmlinuz-3.19.0-25-generic 1
  540. 2.487564087 = 2.671001600 boot/vmlinuz-3.19.0-30-generic 1
  541. 3.405532837 = 3.656663040 boot/vmlinuz-3.19.0-31-generic 1
  542. 21.300064087 = 22.870769664 boot/vmlinuz-3.19.0-33-generic 1
  543. 2.620376587 = 2.813607936 boot/vmlinuz-3.19.0-49-generic 1
  544. 12.944618225 = 13.899177984 boot/vmlinuz-3.19.0-73-generic 1
  545. 15.210243225 = 16.331874304 boot/vmlinuz-3.19.0-78-generic 1
  546. 15.718402863 = 16.877506560 boot/vmlinuz-4.4.0-57-generic 1
  547. 15.718402863 = 16.877506560 vmlinuz 1
  548. 15.210243225 = 16.331874304 vmlinuz.old 1
  549. 16.441295624 = 17.653706752 boot/initrd.img-3.19.0-25-generic 1
  550. 16.422847748 = 17.633898496 boot/initrd.img-3.19.0-30-generic 2
  551. 16.402236938 = 17.611767808 boot/initrd.img-3.19.0-31-generic 1
  552. 16.381629944 = 17.589641216 boot/initrd.img-3.19.0-33-generic 2
  553. 16.378803253 = 17.586606080 boot/initrd.img-3.19.0-49-generic 2
  554. 16.321285248 = 17.524846592 boot/initrd.img-3.19.0-73-generic 2
  555. 16.461910248 = 17.675841536 boot/initrd.img-3.19.0-78-generic 2
  556. 17.067924500 = 18.326544384 boot/initrd.img-4.4.0-57-generic 3
  557. 17.067924500 = 18.326544384 initrd.img 3
  558. 16.461910248 = 17.675841536 initrd.img.old 2
  559. =============================== StdErr Messages: ===============================
  560. File descriptor 9 (/proc/8920/mounts) leaked on lvs invocation. Parent PID 14708: bash
  561. File descriptor 63 (pipe:[63959]) leaked on lvs invocation. Parent PID 14708: bash
  562. ADDITIONAL INFORMATION :
  563. =================== log of boot-info 2017-03-02__12h32 ===================
  564. boot-info version : 4ppa40
  565. boot-sav version : 4ppa40
  566. glade2script version : 3.2.3~ppa1
  567. boot-sav-extra version : 4ppa40
  568. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  569. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  570. boot-info is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  571. CPU op-mode(s): 32-bit, 64-bit
  572. file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  573. ls: impossible d'accéder à '/home/usr/.config': Aucun fichier ou dossier de ce type
  574. Partition 2 does not start on physical sector boundary.
  575. =================== os-prober:
  576. /dev/sda1:Ubuntu 14.04.5 LTS (14.04):Ubuntu:linux
  577. =================== blkid:
  578. /dev/sda1: UUID="1f0b85c2-7db5-415c-a4bd-178579bcbf6c" TYPE="ext4" PARTUUID="00080496-01"
  579. /dev/sr0: UUID="2016-07-19-21-27-51-00" LABEL="Ubuntu 16.04.1 LTS amd64" TYPE="iso9660" PTUUID="40a863e7" PTTYPE="dos"
  580. /dev/loop0: TYPE="squashfs"
  581. /dev/sda5: UUID="979ae0fe-09ea-4d80-941a-ac9534eb7d9c" TYPE="swap" PARTUUID="00080496-05"
  582. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  583. Partition 2 does not start on physical sector boundary.
  584. Partition 2 does not start on physical sector boundary.
  585. =================== sda1/etc/grub.d/ :
  586. drwxr-xr-x 2 root root 4096 oct. 26 16:55 grub.d
  587. total 76
  588. -rwxr-xr-x 1 root root 9791 déc. 17 2015 00_header
  589. -rwxr-xr-x 1 root root 6058 mai 13 2015 05_debian_theme
  590. -rwxr-xr-x 1 root root 11608 juin 26 2015 10_linux
  591. -rwxr-xr-x 1 root root 10412 juin 26 2015 20_linux_xen
  592. -rwxr-xr-x 1 root root 1992 mars 12 2014 20_memtest86+
  593. -rwxr-xr-x 1 root root 11692 juin 26 2015 30_os-prober
  594. -rwxr-xr-x 1 root root 1418 août 2 2016 30_uefi-firmware
  595. -rwxr-xr-x 1 root root 214 juin 26 2015 40_custom
  596. -rwxr-xr-x 1 root root 216 juin 26 2015 41_custom
  597. -rw-r--r-- 1 root root 483 juin 26 2015 README
  598. =================== sda1/etc/default/grub :
  599. # If you change this file, run 'update-grub' afterwards to update
  600. # /boot/grub/grub.cfg.
  601. # For full documentation of the options in this file, see:
  602. # info -f grub -n 'Simple configuration'
  603. GRUB_DEFAULT=0
  604. GRUB_HIDDEN_TIMEOUT=0
  605. GRUB_HIDDEN_TIMEOUT_QUIET=true
  606. GRUB_TIMEOUT=10
  607. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  608. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  609. GRUB_CMDLINE_LINUX=""
  610. # Uncomment to enable BadRAM filtering, modify to suit your needs
  611. # This works with Linux (no patch required) and with any kernel that obtains
  612. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  613. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  614. # Uncomment to disable graphical terminal (grub-pc only)
  615. #GRUB_TERMINAL=console
  616. # The resolution used on graphical terminal
  617. # note that you can use only modes which your graphic card supports via VBE
  618. # you can see them in real GRUB with the command `vbeinfo'
  619. #GRUB_GFXMODE=640x480
  620. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  621. #GRUB_DISABLE_LINUX_UUID=true
  622. # Uncomment to disable generation of recovery mode menu entries
  623. #GRUB_DISABLE_RECOVERY="true"
  624. # Uncomment to get a beep at grub start
  625. #GRUB_INIT_TUNE="480 440 1"
  626. =================== UEFI/Legacy mode:
  627. This live-session is not in EFI-mode.
  628. SecureBoot maybe enabled.
  629. =================== PARTITIONS & DISKS:
  630. sda1 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
  631. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  632. =================== parted -l:
  633. Model: ATA Ubuntu Linux-0 S (scsi)
  634. Disk /dev/sda: 68.7GB
  635. Sector size (logical/physical): 512B/4096B
  636. Partition Table: msdos
  637. Disk Flags:
  638. Number Start End Size Type File system Flags
  639. 1 1049kB 67.6GB 67.6GB primary ext4 boot
  640. 2 67.6GB 68.7GB 1072MB extended
  641. 5 67.6GB 68.7GB 1072MB logical linux-swap(v1)
  642. Model: Virtual DVD-ROM (scsi)
  643. Disk /dev/sr0: 1513MB
  644. Sector size (logical/physical): 2048B/2048B
  645. Partition Table: mac
  646. Disk Flags:
  647. Number Start End Size File system Name Flags
  648. 1 2048B 6143B 4096B Apple
  649. 2 1499MB 1501MB 2425kB EFI
  650. =================== parted -lm:
  651. BYT;
  652. /dev/sda:68.7GB:scsi:512:4096:msdos:ATA Ubuntu Linux-0 S:;
  653. 1:1049kB:67.6GB:67.6GB:ext4::boot;
  654. 2:67.6GB:68.7GB:1072MB:::;
  655. 5:67.6GB:68.7GB:1072MB:linux-swap(v1)::;
  656. BYT;
  657. /dev/sr0:1513MB:scsi:2048:2048:mac: Virtual DVD-ROM:;
  658. 1:2048B:6143B:4096B::Apple:;
  659. 2:1499MB:1501MB:2425kB::EFI:;
  660. =================== lsblk:
  661. KNAME TYPE FSTYPE SIZE LABEL
  662. sda disk 64G
  663. sda1 part ext4 63G
  664. sda2 part 1K
  665. sda5 part swap 1022M
  666. sr0 rom iso9660 1,4G Ubuntu 16.04.1 LTS amd64
  667. loop0 loop squashfs 1,4G
  668. KNAME ROTA RO RM STATE MOUNTPOINT
  669. sda 0 0 0 running
  670. sda1 0 0 0 /mnt/boot-sav/sda1
  671. sda2 0 0 0
  672. sda5 0 0 0 [SWAP]
  673. sr0 1 0 1 running /cdrom
  674. loop0 1 1 0 /rofs
  675. =================== mount:
  676. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  677. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  678. udev on /dev type devtmpfs (rw,nosuid,relatime,size=491452k,nr_inodes=122863,mode=755)
  679. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  680. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=101220k,mode=755)
  681. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  682. /dev/loop0 on /rofs type squashfs (ro,noatime)
  683. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  684. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  685. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  686. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  687. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  688. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  689. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  690. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  691. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  692. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  693. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  694. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  695. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  696. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  697. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  698. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  699. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  700. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  701. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  702. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  703. mqueue on /dev/mqueue type mqueue (rw,relatime)
  704. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  705. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  706. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=101220k,mode=700,uid=999,gid=999)
  707. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  708. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  709. =================== ls:
  710. /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
  711. /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
  712. /dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dvd dvdrw ecryptfs fd full fuse hpet hugepages hwrng initctl input kmsg lightnvm log mapper mcelog media0 mem memory_bandwidth mqueue net network_latency network_throughput null 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 v4l vfio vga_arbiter vhci vhost-net video0 zero
  713. ls /dev/mapper: control
  714. Partition 2 does not start on physical sector boundary.
  715. =================== df -Th:
  716. Filesystem Type Size Used Avail Use% Mounted on
  717. udev devtmpfs 480M 0 480M 0% /dev
  718. tmpfs tmpfs 99M 4.9M 94M 5% /run
  719. /dev/sr0 iso9660 1.5G 1.5G 0 100% /cdrom
  720. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  721. /cow overlay 495M 87M 408M 18% /
  722. tmpfs tmpfs 495M 328K 494M 1% /dev/shm
  723. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  724. tmpfs tmpfs 495M 0 495M 0% /sys/fs/cgroup
  725. tmpfs tmpfs 495M 2.3M 492M 1% /tmp
  726. tmpfs tmpfs 99M 112K 99M 1% /run/user/999
  727. /dev/sda1 ext4 62G 9.1G 50G 16% /mnt/boot-sav/sda1
  728. =================== fdisk -l:
  729. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  730. Units: sectors of 1 * 512 = 512 bytes
  731. Sector size (logical/physical): 512 bytes / 4096 bytes
  732. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  733. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  734. Units: sectors of 1 * 512 = 512 bytes
  735. Sector size (logical/physical): 512 bytes / 4096 bytes
  736. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  737. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  738. Units: sectors of 1 * 512 = 512 bytes
  739. Sector size (logical/physical): 512 bytes / 4096 bytes
  740. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  741. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  742. Units: sectors of 1 * 512 = 512 bytes
  743. Sector size (logical/physical): 512 bytes / 4096 bytes
  744. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  745. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  746. Units: sectors of 1 * 512 = 512 bytes
  747. Sector size (logical/physical): 512 bytes / 4096 bytes
  748. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  749. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  750. Units: sectors of 1 * 512 = 512 bytes
  751. Sector size (logical/physical): 512 bytes / 4096 bytes
  752. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  753. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  754. Units: sectors of 1 * 512 = 512 bytes
  755. Sector size (logical/physical): 512 bytes / 4096 bytes
  756. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  757. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  758. Units: sectors of 1 * 512 = 512 bytes
  759. Sector size (logical/physical): 512 bytes / 4096 bytes
  760. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  761. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  762. Units: sectors of 1 * 512 = 512 bytes
  763. Sector size (logical/physical): 512 bytes / 4096 bytes
  764. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  765. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  766. Units: sectors of 1 * 512 = 512 bytes
  767. Sector size (logical/physical): 512 bytes / 4096 bytes
  768. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  769. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  770. Units: sectors of 1 * 512 = 512 bytes
  771. Sector size (logical/physical): 512 bytes / 4096 bytes
  772. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  773. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  774. Units: sectors of 1 * 512 = 512 bytes
  775. Sector size (logical/physical): 512 bytes / 4096 bytes
  776. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  777. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  778. Units: sectors of 1 * 512 = 512 bytes
  779. Sector size (logical/physical): 512 bytes / 4096 bytes
  780. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  781. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  782. Units: sectors of 1 * 512 = 512 bytes
  783. Sector size (logical/physical): 512 bytes / 4096 bytes
  784. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  785. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  786. Units: sectors of 1 * 512 = 512 bytes
  787. Sector size (logical/physical): 512 bytes / 4096 bytes
  788. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  789. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  790. Units: sectors of 1 * 512 = 512 bytes
  791. Sector size (logical/physical): 512 bytes / 4096 bytes
  792. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  793. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  794. Units: sectors of 1 * 512 = 512 bytes
  795. Sector size (logical/physical): 512 bytes / 512 bytes
  796. I/O size (minimum/optimal): 512 bytes / 512 bytes
  797. Disk /dev/sda: 64 GiB, 68719476736 bytes, 134217728 sectors
  798. Units: sectors of 1 * 512 = 512 bytes
  799. Sector size (logical/physical): 512 bytes / 4096 bytes
  800. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  801. Disklabel type: dos
  802. Disk identifier: 0x00080496
  803. Device Boot Start End Sectors Size Id Type
  804. /dev/sda1 * 2048 132120575 132118528 63G 83 Linux
  805. /dev/sda2 132122622 134215679 2093058 1022M 5 Extended
  806. /dev/sda5 132122624 134215679 2093056 1022M 82 Linux swap / Solaris
  807. =================== Suggested repair
  808. The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
  809. Additional repair would be performed: unhide-bootmenu-10s
  810. =================== User settings
  811. The settings chosen by the user will not act on the boot.
  812. paste.ubuntu.com ko (), using paste.debian
  813. paste.debian.net ko (), using paste2