1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  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 14.04.5 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: -
  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: 298.1 GiB, 320072933376 bytes, 625142448 sectors
  23. Units: sectors of 1 * 512 = 512 bytes
  24. Sector size (logical/physical): 512 bytes / 512 bytes
  25. I/O size (minimum/optimal): 512 bytes / 512 bytes
  26. Disklabel type: dos
  27. Partition Boot Start Sector End Sector # of Sectors Id System
  28. /dev/sda1 * 63 605,538,044 605,537,982 83 Linux
  29. /dev/sda2 605,538,045 625,137,344 19,599,300 5 Extended
  30. /dev/sda5 605,538,108 625,137,344 19,599,237 82 Linux swap / Solaris
  31. "blkid" output: ________________________________________________________________
  32. Device UUID TYPE LABEL
  33. /dev/loop0 squashfs
  34. /dev/sda1 eedca7f6-9677-4bc5-ad76-ac93c600edbd ext4
  35. /dev/sda5 cd3d2bcf-b744-49c5-8246-020ba8d72bbb swap
  36. /dev/sr0 2016-04-20-22-29-52-00 iso9660 Ubuntu 16.04 LTS amd64
  37. ========================= "ls -l /dev/disk/by-id" output: ======================
  38. total 0
  39. lrwxrwxrwx 1 root root 9 Sep 12 15:10 ata-Hitachi_HDT725032VLA380_VFJ204R83MP7UH -> ../../sda
  40. lrwxrwxrwx 1 root root 10 Sep 12 15:10 ata-Hitachi_HDT725032VLA380_VFJ204R83MP7UH-part1 -> ../../sda1
  41. lrwxrwxrwx 1 root root 10 Sep 12 15:10 ata-Hitachi_HDT725032VLA380_VFJ204R83MP7UH-part2 -> ../../sda2
  42. lrwxrwxrwx 1 root root 10 Sep 12 15:10 ata-Hitachi_HDT725032VLA380_VFJ204R83MP7UH-part5 -> ../../sda5
  43. lrwxrwxrwx 1 root root 9 Sep 12 11:02 ata-Optiarc_DVD_RW_AD-7200S -> ../../sr0
  44. lrwxrwxrwx 1 root root 9 Sep 12 15:10 wwn-0x5000cca317f33957 -> ../../sda
  45. lrwxrwxrwx 1 root root 10 Sep 12 15:10 wwn-0x5000cca317f33957-part1 -> ../../sda1
  46. lrwxrwxrwx 1 root root 10 Sep 12 15:10 wwn-0x5000cca317f33957-part2 -> ../../sda2
  47. lrwxrwxrwx 1 root root 10 Sep 12 15:10 wwn-0x5000cca317f33957-part5 -> ../../sda5
  48. ================================ Mount points: =================================
  49. Device Mount_Point Type Options
  50. /dev/loop0 /rofs squashfs (ro,noatime)
  51. /dev/sr0 /cdrom iso9660 (ro,noatime)
  52. =========================== sda1/boot/grub/grub.cfg: ===========================
  53. --------------------------------------------------------------------------------
  54. #
  55. # DO NOT EDIT THIS FILE
  56. #
  57. # It is automatically generated by grub-mkconfig using templates
  58. # from /etc/grub.d and settings from /etc/default/grub
  59. #
  60. ### BEGIN /etc/grub.d/00_header ###
  61. if [ -s $prefix/grubenv ]; then
  62. set have_grubenv=true
  63. load_env
  64. fi
  65. set default="0"
  66. if [ "${prev_saved_entry}" ]; then
  67. set saved_entry="${prev_saved_entry}"
  68. save_env saved_entry
  69. set prev_saved_entry=
  70. save_env prev_saved_entry
  71. set boot_once=true
  72. fi
  73. function savedefault {
  74. if [ -z "${boot_once}" ]; then
  75. saved_entry="${chosen}"
  76. save_env saved_entry
  77. fi
  78. }
  79. function recordfail {
  80. set recordfail=1
  81. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  82. }
  83. function load_video {
  84. insmod vbe
  85. insmod vga
  86. insmod video_bochs
  87. insmod video_cirrus
  88. }
  89. insmod part_msdos
  90. insmod ext2
  91. set root='(hd0,msdos1)'
  92. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  93. if loadfont /usr/share/grub/unicode.pf2 ; then
  94. set gfxmode=auto
  95. load_video
  96. insmod gfxterm
  97. insmod part_msdos
  98. insmod ext2
  99. set root='(hd0,msdos1)'
  100. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  101. set locale_dir=($root)/boot/grub/locale
  102. set lang=fr_FR
  103. insmod gettext
  104. fi
  105. terminal_output gfxterm
  106. if [ "${recordfail}" = 1 ] ; then
  107. set timeout=-1
  108. else
  109. if [ x$feature_timeout_style = xy ] ; then
  110. set timeout_style=hidden
  111. set timeout=0
  112. # Fallback hidden-timeout code in case the timeout_style feature is
  113. # unavailable.
  114. elif sleep --interruptible 0 ; then
  115. set timeout=0
  116. fi
  117. fi
  118. ### END /etc/grub.d/00_header ###
  119. ### BEGIN /etc/grub.d/05_debian_theme ###
  120. set menu_color_normal=white/black
  121. set menu_color_highlight=black/light-gray
  122. if background_color 44,0,30; then
  123. clear
  124. fi
  125. ### END /etc/grub.d/05_debian_theme ###
  126. ### BEGIN /etc/grub.d/10_linux ###
  127. function gfxmode {
  128. set gfxpayload="${1}"
  129. if [ "${1}" = "keep" ]; then
  130. set vt_handoff=vt.handoff=7
  131. else
  132. set vt_handoff=
  133. fi
  134. }
  135. if [ "${recordfail}" != 1 ]; then
  136. if [ -e ${prefix}/gfxblacklist.txt ]; then
  137. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  138. if [ ${match} = 0 ]; then
  139. set linux_gfx_mode=keep
  140. else
  141. set linux_gfx_mode=text
  142. fi
  143. else
  144. set linux_gfx_mode=text
  145. fi
  146. else
  147. set linux_gfx_mode=keep
  148. fi
  149. else
  150. set linux_gfx_mode=text
  151. fi
  152. export linux_gfx_mode
  153. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  154. menuentry 'Ubuntu, avec Linux 3.2.0-85-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  155. recordfail
  156. gfxmode $linux_gfx_mode
  157. insmod gzio
  158. insmod part_msdos
  159. insmod ext2
  160. set root='(hd0,msdos1)'
  161. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  162. linux /boot/vmlinuz-3.2.0-85-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  163. initrd /boot/initrd.img-3.2.0-85-generic-pae
  164. }
  165. menuentry 'Ubuntu, with Linux 3.2.0-85-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  166. recordfail
  167. insmod gzio
  168. insmod part_msdos
  169. insmod ext2
  170. set root='(hd0,msdos1)'
  171. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  172. echo 'Chargement de Linux 3.2.0-85-generic-pae ...'
  173. linux /boot/vmlinuz-3.2.0-85-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  174. echo 'Chargement du disque mémoire initial ...'
  175. initrd /boot/initrd.img-3.2.0-85-generic-pae
  176. }
  177. submenu "Previous Linux versions" {
  178. menuentry 'Ubuntu, avec Linux 3.2.0-84-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  179. recordfail
  180. gfxmode $linux_gfx_mode
  181. insmod gzio
  182. insmod part_msdos
  183. insmod ext2
  184. set root='(hd0,msdos1)'
  185. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  186. linux /boot/vmlinuz-3.2.0-84-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  187. initrd /boot/initrd.img-3.2.0-84-generic-pae
  188. }
  189. menuentry 'Ubuntu, with Linux 3.2.0-84-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  190. recordfail
  191. insmod gzio
  192. insmod part_msdos
  193. insmod ext2
  194. set root='(hd0,msdos1)'
  195. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  196. echo 'Chargement de Linux 3.2.0-84-generic-pae ...'
  197. linux /boot/vmlinuz-3.2.0-84-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  198. echo 'Chargement du disque mémoire initial ...'
  199. initrd /boot/initrd.img-3.2.0-84-generic-pae
  200. }
  201. menuentry 'Ubuntu, avec Linux 3.2.0-83-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  202. recordfail
  203. gfxmode $linux_gfx_mode
  204. insmod gzio
  205. insmod part_msdos
  206. insmod ext2
  207. set root='(hd0,msdos1)'
  208. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  209. linux /boot/vmlinuz-3.2.0-83-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  210. initrd /boot/initrd.img-3.2.0-83-generic-pae
  211. }
  212. menuentry 'Ubuntu, with Linux 3.2.0-83-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  213. recordfail
  214. insmod gzio
  215. insmod part_msdos
  216. insmod ext2
  217. set root='(hd0,msdos1)'
  218. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  219. echo 'Chargement de Linux 3.2.0-83-generic-pae ...'
  220. linux /boot/vmlinuz-3.2.0-83-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  221. echo 'Chargement du disque mémoire initial ...'
  222. initrd /boot/initrd.img-3.2.0-83-generic-pae
  223. }
  224. menuentry 'Ubuntu, avec Linux 3.2.0-82-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  225. recordfail
  226. gfxmode $linux_gfx_mode
  227. insmod gzio
  228. insmod part_msdos
  229. insmod ext2
  230. set root='(hd0,msdos1)'
  231. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  232. linux /boot/vmlinuz-3.2.0-82-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  233. initrd /boot/initrd.img-3.2.0-82-generic-pae
  234. }
  235. menuentry 'Ubuntu, with Linux 3.2.0-82-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  236. recordfail
  237. insmod gzio
  238. insmod part_msdos
  239. insmod ext2
  240. set root='(hd0,msdos1)'
  241. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  242. echo 'Chargement de Linux 3.2.0-82-generic-pae ...'
  243. linux /boot/vmlinuz-3.2.0-82-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  244. echo 'Chargement du disque mémoire initial ...'
  245. initrd /boot/initrd.img-3.2.0-82-generic-pae
  246. }
  247. menuentry 'Ubuntu, avec Linux 3.2.0-80-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  248. recordfail
  249. gfxmode $linux_gfx_mode
  250. insmod gzio
  251. insmod part_msdos
  252. insmod ext2
  253. set root='(hd0,msdos1)'
  254. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  255. linux /boot/vmlinuz-3.2.0-80-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  256. initrd /boot/initrd.img-3.2.0-80-generic-pae
  257. }
  258. menuentry 'Ubuntu, with Linux 3.2.0-80-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  259. recordfail
  260. insmod gzio
  261. insmod part_msdos
  262. insmod ext2
  263. set root='(hd0,msdos1)'
  264. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  265. echo 'Chargement de Linux 3.2.0-80-generic-pae ...'
  266. linux /boot/vmlinuz-3.2.0-80-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  267. echo 'Chargement du disque mémoire initial ...'
  268. initrd /boot/initrd.img-3.2.0-80-generic-pae
  269. }
  270. menuentry 'Ubuntu, avec Linux 3.2.0-79-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  271. recordfail
  272. gfxmode $linux_gfx_mode
  273. insmod gzio
  274. insmod part_msdos
  275. insmod ext2
  276. set root='(hd0,msdos1)'
  277. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  278. linux /boot/vmlinuz-3.2.0-79-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  279. initrd /boot/initrd.img-3.2.0-79-generic-pae
  280. }
  281. menuentry 'Ubuntu, with Linux 3.2.0-79-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  282. recordfail
  283. insmod gzio
  284. insmod part_msdos
  285. insmod ext2
  286. set root='(hd0,msdos1)'
  287. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  288. echo 'Chargement de Linux 3.2.0-79-generic-pae ...'
  289. linux /boot/vmlinuz-3.2.0-79-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  290. echo 'Chargement du disque mémoire initial ...'
  291. initrd /boot/initrd.img-3.2.0-79-generic-pae
  292. }
  293. menuentry 'Ubuntu, avec Linux 3.2.0-77-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  294. recordfail
  295. gfxmode $linux_gfx_mode
  296. insmod gzio
  297. insmod part_msdos
  298. insmod ext2
  299. set root='(hd0,msdos1)'
  300. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  301. linux /boot/vmlinuz-3.2.0-77-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  302. initrd /boot/initrd.img-3.2.0-77-generic-pae
  303. }
  304. menuentry 'Ubuntu, with Linux 3.2.0-77-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  305. recordfail
  306. insmod gzio
  307. insmod part_msdos
  308. insmod ext2
  309. set root='(hd0,msdos1)'
  310. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  311. echo 'Chargement de Linux 3.2.0-77-generic-pae ...'
  312. linux /boot/vmlinuz-3.2.0-77-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  313. echo 'Chargement du disque mémoire initial ...'
  314. initrd /boot/initrd.img-3.2.0-77-generic-pae
  315. }
  316. menuentry 'Ubuntu, avec Linux 3.2.0-76-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  317. recordfail
  318. gfxmode $linux_gfx_mode
  319. insmod gzio
  320. insmod part_msdos
  321. insmod ext2
  322. set root='(hd0,msdos1)'
  323. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  324. linux /boot/vmlinuz-3.2.0-76-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  325. initrd /boot/initrd.img-3.2.0-76-generic-pae
  326. }
  327. menuentry 'Ubuntu, with Linux 3.2.0-76-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  328. recordfail
  329. insmod gzio
  330. insmod part_msdos
  331. insmod ext2
  332. set root='(hd0,msdos1)'
  333. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  334. echo 'Chargement de Linux 3.2.0-76-generic-pae ...'
  335. linux /boot/vmlinuz-3.2.0-76-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  336. echo 'Chargement du disque mémoire initial ...'
  337. initrd /boot/initrd.img-3.2.0-76-generic-pae
  338. }
  339. menuentry 'Ubuntu, avec Linux 3.2.0-75-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  340. recordfail
  341. gfxmode $linux_gfx_mode
  342. insmod gzio
  343. insmod part_msdos
  344. insmod ext2
  345. set root='(hd0,msdos1)'
  346. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  347. linux /boot/vmlinuz-3.2.0-75-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  348. initrd /boot/initrd.img-3.2.0-75-generic-pae
  349. }
  350. menuentry 'Ubuntu, with Linux 3.2.0-75-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  351. recordfail
  352. insmod gzio
  353. insmod part_msdos
  354. insmod ext2
  355. set root='(hd0,msdos1)'
  356. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  357. echo 'Chargement de Linux 3.2.0-75-generic-pae ...'
  358. linux /boot/vmlinuz-3.2.0-75-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  359. echo 'Chargement du disque mémoire initial ...'
  360. initrd /boot/initrd.img-3.2.0-75-generic-pae
  361. }
  362. menuentry 'Ubuntu, avec Linux 3.2.0-74-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  363. recordfail
  364. gfxmode $linux_gfx_mode
  365. insmod gzio
  366. insmod part_msdos
  367. insmod ext2
  368. set root='(hd0,msdos1)'
  369. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  370. linux /boot/vmlinuz-3.2.0-74-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  371. initrd /boot/initrd.img-3.2.0-74-generic-pae
  372. }
  373. menuentry 'Ubuntu, with Linux 3.2.0-74-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  374. recordfail
  375. insmod gzio
  376. insmod part_msdos
  377. insmod ext2
  378. set root='(hd0,msdos1)'
  379. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  380. echo 'Chargement de Linux 3.2.0-74-generic-pae ...'
  381. linux /boot/vmlinuz-3.2.0-74-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  382. echo 'Chargement du disque mémoire initial ...'
  383. initrd /boot/initrd.img-3.2.0-74-generic-pae
  384. }
  385. menuentry 'Ubuntu, avec Linux 3.2.0-72-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  386. recordfail
  387. gfxmode $linux_gfx_mode
  388. insmod gzio
  389. insmod part_msdos
  390. insmod ext2
  391. set root='(hd0,msdos1)'
  392. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  393. linux /boot/vmlinuz-3.2.0-72-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  394. initrd /boot/initrd.img-3.2.0-72-generic-pae
  395. }
  396. menuentry 'Ubuntu, with Linux 3.2.0-72-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  397. recordfail
  398. insmod gzio
  399. insmod part_msdos
  400. insmod ext2
  401. set root='(hd0,msdos1)'
  402. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  403. echo 'Chargement de Linux 3.2.0-72-generic-pae ...'
  404. linux /boot/vmlinuz-3.2.0-72-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  405. echo 'Chargement du disque mémoire initial ...'
  406. initrd /boot/initrd.img-3.2.0-72-generic-pae
  407. }
  408. menuentry 'Ubuntu, avec Linux 3.2.0-70-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  409. recordfail
  410. gfxmode $linux_gfx_mode
  411. insmod gzio
  412. insmod part_msdos
  413. insmod ext2
  414. set root='(hd0,msdos1)'
  415. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  416. linux /boot/vmlinuz-3.2.0-70-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  417. initrd /boot/initrd.img-3.2.0-70-generic-pae
  418. }
  419. menuentry 'Ubuntu, with Linux 3.2.0-70-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  420. recordfail
  421. insmod gzio
  422. insmod part_msdos
  423. insmod ext2
  424. set root='(hd0,msdos1)'
  425. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  426. echo 'Chargement de Linux 3.2.0-70-generic-pae ...'
  427. linux /boot/vmlinuz-3.2.0-70-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  428. echo 'Chargement du disque mémoire initial ...'
  429. initrd /boot/initrd.img-3.2.0-70-generic-pae
  430. }
  431. menuentry 'Ubuntu, avec Linux 3.2.0-69-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  432. recordfail
  433. gfxmode $linux_gfx_mode
  434. insmod gzio
  435. insmod part_msdos
  436. insmod ext2
  437. set root='(hd0,msdos1)'
  438. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  439. linux /boot/vmlinuz-3.2.0-69-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  440. initrd /boot/initrd.img-3.2.0-69-generic-pae
  441. }
  442. menuentry 'Ubuntu, with Linux 3.2.0-69-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  443. recordfail
  444. insmod gzio
  445. insmod part_msdos
  446. insmod ext2
  447. set root='(hd0,msdos1)'
  448. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  449. echo 'Chargement de Linux 3.2.0-69-generic-pae ...'
  450. linux /boot/vmlinuz-3.2.0-69-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  451. echo 'Chargement du disque mémoire initial ...'
  452. initrd /boot/initrd.img-3.2.0-69-generic-pae
  453. }
  454. menuentry 'Ubuntu, avec Linux 3.2.0-68-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  455. recordfail
  456. gfxmode $linux_gfx_mode
  457. insmod gzio
  458. insmod part_msdos
  459. insmod ext2
  460. set root='(hd0,msdos1)'
  461. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  462. linux /boot/vmlinuz-3.2.0-68-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  463. initrd /boot/initrd.img-3.2.0-68-generic-pae
  464. }
  465. menuentry 'Ubuntu, with Linux 3.2.0-68-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  466. recordfail
  467. insmod gzio
  468. insmod part_msdos
  469. insmod ext2
  470. set root='(hd0,msdos1)'
  471. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  472. echo 'Chargement de Linux 3.2.0-68-generic-pae ...'
  473. linux /boot/vmlinuz-3.2.0-68-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  474. echo 'Chargement du disque mémoire initial ...'
  475. initrd /boot/initrd.img-3.2.0-68-generic-pae
  476. }
  477. menuentry 'Ubuntu, avec Linux 3.2.0-67-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  478. recordfail
  479. gfxmode $linux_gfx_mode
  480. insmod gzio
  481. insmod part_msdos
  482. insmod ext2
  483. set root='(hd0,msdos1)'
  484. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  485. linux /boot/vmlinuz-3.2.0-67-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  486. initrd /boot/initrd.img-3.2.0-67-generic-pae
  487. }
  488. menuentry 'Ubuntu, with Linux 3.2.0-67-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  489. recordfail
  490. insmod gzio
  491. insmod part_msdos
  492. insmod ext2
  493. set root='(hd0,msdos1)'
  494. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  495. echo 'Chargement de Linux 3.2.0-67-generic-pae ...'
  496. linux /boot/vmlinuz-3.2.0-67-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  497. echo 'Chargement du disque mémoire initial ...'
  498. initrd /boot/initrd.img-3.2.0-67-generic-pae
  499. }
  500. menuentry 'Ubuntu, avec Linux 3.2.0-65-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  501. recordfail
  502. gfxmode $linux_gfx_mode
  503. insmod gzio
  504. insmod part_msdos
  505. insmod ext2
  506. set root='(hd0,msdos1)'
  507. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  508. linux /boot/vmlinuz-3.2.0-65-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  509. initrd /boot/initrd.img-3.2.0-65-generic-pae
  510. }
  511. menuentry 'Ubuntu, with Linux 3.2.0-65-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  512. recordfail
  513. insmod gzio
  514. insmod part_msdos
  515. insmod ext2
  516. set root='(hd0,msdos1)'
  517. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  518. echo 'Chargement de Linux 3.2.0-65-generic-pae ...'
  519. linux /boot/vmlinuz-3.2.0-65-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  520. echo 'Chargement du disque mémoire initial ...'
  521. initrd /boot/initrd.img-3.2.0-65-generic-pae
  522. }
  523. menuentry 'Ubuntu, avec Linux 3.2.0-64-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  524. recordfail
  525. gfxmode $linux_gfx_mode
  526. insmod gzio
  527. insmod part_msdos
  528. insmod ext2
  529. set root='(hd0,msdos1)'
  530. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  531. linux /boot/vmlinuz-3.2.0-64-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  532. initrd /boot/initrd.img-3.2.0-64-generic-pae
  533. }
  534. menuentry 'Ubuntu, with Linux 3.2.0-64-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  535. recordfail
  536. insmod gzio
  537. insmod part_msdos
  538. insmod ext2
  539. set root='(hd0,msdos1)'
  540. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  541. echo 'Chargement de Linux 3.2.0-64-generic-pae ...'
  542. linux /boot/vmlinuz-3.2.0-64-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  543. echo 'Chargement du disque mémoire initial ...'
  544. initrd /boot/initrd.img-3.2.0-64-generic-pae
  545. }
  546. menuentry 'Ubuntu, avec Linux 3.2.0-63-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  547. recordfail
  548. gfxmode $linux_gfx_mode
  549. insmod gzio
  550. insmod part_msdos
  551. insmod ext2
  552. set root='(hd0,msdos1)'
  553. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  554. linux /boot/vmlinuz-3.2.0-63-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  555. initrd /boot/initrd.img-3.2.0-63-generic-pae
  556. }
  557. menuentry 'Ubuntu, with Linux 3.2.0-63-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  558. recordfail
  559. insmod gzio
  560. insmod part_msdos
  561. insmod ext2
  562. set root='(hd0,msdos1)'
  563. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  564. echo 'Chargement de Linux 3.2.0-63-generic-pae ...'
  565. linux /boot/vmlinuz-3.2.0-63-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  566. echo 'Chargement du disque mémoire initial ...'
  567. initrd /boot/initrd.img-3.2.0-63-generic-pae
  568. }
  569. menuentry 'Ubuntu, avec Linux 3.2.0-61-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  570. recordfail
  571. gfxmode $linux_gfx_mode
  572. insmod gzio
  573. insmod part_msdos
  574. insmod ext2
  575. set root='(hd0,msdos1)'
  576. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  577. linux /boot/vmlinuz-3.2.0-61-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  578. initrd /boot/initrd.img-3.2.0-61-generic-pae
  579. }
  580. menuentry 'Ubuntu, with Linux 3.2.0-61-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  581. recordfail
  582. insmod gzio
  583. insmod part_msdos
  584. insmod ext2
  585. set root='(hd0,msdos1)'
  586. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  587. echo 'Chargement de Linux 3.2.0-61-generic-pae ...'
  588. linux /boot/vmlinuz-3.2.0-61-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  589. echo 'Chargement du disque mémoire initial ...'
  590. initrd /boot/initrd.img-3.2.0-61-generic-pae
  591. }
  592. menuentry 'Ubuntu, avec Linux 3.2.0-60-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  593. recordfail
  594. gfxmode $linux_gfx_mode
  595. insmod gzio
  596. insmod part_msdos
  597. insmod ext2
  598. set root='(hd0,msdos1)'
  599. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  600. linux /boot/vmlinuz-3.2.0-60-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  601. initrd /boot/initrd.img-3.2.0-60-generic-pae
  602. }
  603. menuentry 'Ubuntu, with Linux 3.2.0-60-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  604. recordfail
  605. insmod gzio
  606. insmod part_msdos
  607. insmod ext2
  608. set root='(hd0,msdos1)'
  609. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  610. echo 'Chargement de Linux 3.2.0-60-generic-pae ...'
  611. linux /boot/vmlinuz-3.2.0-60-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  612. echo 'Chargement du disque mémoire initial ...'
  613. initrd /boot/initrd.img-3.2.0-60-generic-pae
  614. }
  615. menuentry 'Ubuntu, avec Linux 2.6.32-57-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  616. recordfail
  617. gfxmode $linux_gfx_mode
  618. insmod gzio
  619. insmod part_msdos
  620. insmod ext2
  621. set root='(hd0,msdos1)'
  622. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  623. linux /boot/vmlinuz-2.6.32-57-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  624. initrd /boot/initrd.img-2.6.32-57-generic-pae
  625. }
  626. menuentry 'Ubuntu, with Linux 2.6.32-57-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  627. recordfail
  628. insmod gzio
  629. insmod part_msdos
  630. insmod ext2
  631. set root='(hd0,msdos1)'
  632. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  633. echo 'Chargement de Linux 2.6.32-57-generic-pae ...'
  634. linux /boot/vmlinuz-2.6.32-57-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  635. echo 'Chargement du disque mémoire initial ...'
  636. initrd /boot/initrd.img-2.6.32-57-generic-pae
  637. }
  638. menuentry 'Ubuntu, avec Linux 2.6.31-14-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  639. recordfail
  640. gfxmode $linux_gfx_mode
  641. insmod gzio
  642. insmod part_msdos
  643. insmod ext2
  644. set root='(hd0,msdos1)'
  645. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  646. linux /boot/vmlinuz-2.6.31-14-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro quiet splash $vt_handoff
  647. initrd /boot/initrd.img-2.6.31-14-generic-pae
  648. }
  649. menuentry 'Ubuntu, with Linux 2.6.31-14-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  650. recordfail
  651. insmod gzio
  652. insmod part_msdos
  653. insmod ext2
  654. set root='(hd0,msdos1)'
  655. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  656. echo 'Chargement de Linux 2.6.31-14-generic-pae ...'
  657. linux /boot/vmlinuz-2.6.31-14-generic-pae root=UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd ro recovery nomodeset
  658. echo 'Chargement du disque mémoire initial ...'
  659. initrd /boot/initrd.img-2.6.31-14-generic-pae
  660. }
  661. }
  662. ### END /etc/grub.d/10_linux ###
  663. ### BEGIN /etc/grub.d/20_linux_xen ###
  664. ### END /etc/grub.d/20_linux_xen ###
  665. ### BEGIN /etc/grub.d/20_memtest86+ ###
  666. menuentry "Memory test (memtest86+)" {
  667. insmod part_msdos
  668. insmod ext2
  669. set root='(hd0,msdos1)'
  670. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  671. linux16 /boot/memtest86+.bin
  672. }
  673. menuentry "Memory test (memtest86+, serial console 115200)" {
  674. insmod part_msdos
  675. insmod ext2
  676. set root='(hd0,msdos1)'
  677. search --no-floppy --fs-uuid --set=root eedca7f6-9677-4bc5-ad76-ac93c600edbd
  678. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  679. }
  680. ### END /etc/grub.d/20_memtest86+ ###
  681. ### BEGIN /etc/grub.d/30_os-prober ###
  682. ### END /etc/grub.d/30_os-prober ###
  683. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  684. ### END /etc/grub.d/30_uefi-firmware ###
  685. ### BEGIN /etc/grub.d/40_custom ###
  686. # This file provides an easy way to add custom menu entries. Simply type the
  687. # menu entries you want to add after this comment. Be careful not to change
  688. # the 'exec tail' line above.
  689. ### END /etc/grub.d/40_custom ###
  690. ### BEGIN /etc/grub.d/41_custom ###
  691. if [ -f $prefix/custom.cfg ]; then
  692. source $prefix/custom.cfg;
  693. fi
  694. ### END /etc/grub.d/41_custom ###
  695. --------------------------------------------------------------------------------
  696. =============================== sda1/etc/fstab: ================================
  697. --------------------------------------------------------------------------------
  698. # /etc/fstab: static file system information.
  699. #
  700. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  701. # for a device; this may be used with UUID= as a more robust way to name
  702. # devices that works even if disks are added and removed. See fstab(5).
  703. #
  704. # <file system> <mount point> <type> <options> <dump> <pass>
  705. proc /proc proc defaults 0 0
  706. # / was on /dev/sda1 during installation
  707. UUID=eedca7f6-9677-4bc5-ad76-ac93c600edbd / ext4 errors=remount-ro 0 1
  708. # swap was on /dev/sda5 during installation
  709. UUID=cd3d2bcf-b744-49c5-8246-020ba8d72bbb none swap sw 0 0
  710. /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
  711. --------------------------------------------------------------------------------
  712. =================== sda1: Location of files loaded by Grub: ====================
  713. GiB - GB File Fragment(s)
  714. 3.384509563 = 3.634089472 boot/grub/grub.cfg 1
  715. 4.316852093 = 4.635184640 boot/grub/core.img 1
  716. 0.521243572 = 0.559681024 boot/vmlinuz-2.6.31-14-generic-pae 1
  717. 0.816451550 = 0.876658176 boot/vmlinuz-2.6.32-57-generic-pae 1
  718. 7.973464489 = 8.561442304 boot/vmlinuz-3.2.0-60-generic-pae 1
  719. 28.535964489 = 30.640258560 boot/vmlinuz-3.2.0-61-generic-pae 1
  720. 0.270343304 = 0.290278912 boot/vmlinuz-3.2.0-63-generic-pae 2
  721. 33.078937054 = 35.518238208 boot/vmlinuz-3.2.0-64-generic-pae 2
  722. 37.297687054 = 40.048086528 boot/vmlinuz-3.2.0-65-generic-pae 1
  723. 10.754718304 = 11.547790848 boot/vmlinuz-3.2.0-67-generic-pae 1
  724. 1.313315868 = 1.410162176 boot/vmlinuz-3.2.0-68-generic-pae 1
  725. 34.559409618 = 37.107883520 boot/vmlinuz-3.2.0-69-generic-pae 1
  726. 29.710963726 = 31.901904384 boot/vmlinuz-3.2.0-70-generic-pae 2
  727. 9.989097118 = 10.725711360 boot/vmlinuz-3.2.0-72-generic-pae 2
  728. 5.606284618 = 6.019702272 boot/vmlinuz-3.2.0-74-generic-pae 1
  729. 30.278159618 = 32.510926336 boot/vmlinuz-3.2.0-75-generic-pae 1
  730. 1.442222118 = 1.548574208 boot/vmlinuz-3.2.0-76-generic-pae 1
  731. 1.176597118 = 1.263361536 boot/vmlinuz-3.2.0-77-generic-pae 2
  732. 9.289882183 = 9.974935040 boot/vmlinuz-3.2.0-79-generic-pae 2
  733. 7.410972118 = 7.957470720 boot/vmlinuz-3.2.0-80-generic-pae 1
  734. 10.641440868 = 11.426160128 boot/vmlinuz-3.2.0-82-generic-pae 1
  735. 35.887538433 = 38.533950976 boot/vmlinuz-3.2.0-83-generic-pae 2
  736. 6.856288433 = 7.361883648 boot/vmlinuz-3.2.0-84-generic-pae 2
  737. 17.399257183 = 18.682310144 boot/vmlinuz-3.2.0-85-generic-pae 1
  738. 36.973475933 = 39.699967488 boot/vmlinuz-3.2.0-86-generic-pae 1
  739. 37.758632183 = 40.543022592 boot/vmlinuz-3.2.0-87-generic-pae 1
  740. 11.563319683 = 12.416019968 boot/vmlinuz-3.2.0-90-generic-pae 1
  741. 11.563319683 = 12.416019968 vmlinuz 1
  742. 36.973475933 = 39.699967488 vmlinuz.old 1
  743. 0.811492443 = 0.871333376 boot/initrd.img-2.6.31-14-generic-pae 1
  744. 9.502841473 = 10.203598336 boot/initrd.img-2.6.32-57-generic-pae 2
  745. 10.445037365 = 11.215273472 boot/initrd.img-3.2.0-60-generic-pae 3
  746. 30.190696239 = 32.417013248 boot/initrd.img-3.2.0-61-generic-pae 3
  747. 0.804713726 = 0.864054784 boot/initrd.img-3.2.0-63-generic-pae 2
  748. 33.932883739 = 36.435156480 boot/initrd.img-3.2.0-64-generic-pae 1
  749. 37.417243481 = 40.176459264 boot/initrd.img-3.2.0-65-generic-pae 1
  750. 7.323493481 = 7.863541248 boot/initrd.img-3.2.0-67-generic-pae 1
  751. 2.847396374 = 3.057368576 boot/initrd.img-3.2.0-68-generic-pae 2
  752. 34.901622295 = 37.475331584 boot/initrd.img-3.2.0-69-generic-pae 2
  753. 10.448199749 = 11.218669056 boot/initrd.img-3.2.0-70-generic-pae 3
  754. 10.484401226 = 11.257540096 boot/initrd.img-3.2.0-72-generic-pae 2
  755. 6.054210186 = 6.500658688 boot/initrd.img-3.2.0-74-generic-pae 2
  756. 32.699279308 = 35.110583808 boot/initrd.img-3.2.0-75-generic-pae 3
  757. 1.570338726 = 1.686138368 boot/initrd.img-3.2.0-76-generic-pae 2
  758. 5.399852276 = 5.798047232 boot/initrd.img-3.2.0-77-generic-pae 2
  759. 10.362567425 = 11.126722048 boot/initrd.img-3.2.0-79-generic-pae 3
  760. 9.069598675 = 9.738407424 boot/initrd.img-3.2.0-80-generic-pae 3
  761. 11.304713726 = 12.138343936 boot/initrd.img-3.2.0-82-generic-pae 2
  762. 36.039783001 = 38.697422336 boot/initrd.img-3.2.0-83-generic-pae 2
  763. 10.518817425 = 11.294494208 boot/initrd.img-3.2.0-84-generic-pae 3
  764. 35.628192425 = 38.255480320 boot/initrd.img-3.2.0-85-generic-pae 2
  765. 202.378192425 = 217.301929472 boot/initrd.img-3.2.0-86-generic-pae 2
  766. 202.343776226 = 217.264975360 boot/initrd.img-3.2.0-87-generic-pae 2
  767. 38.505206585 = 41.344650752 boot/initrd.img-3.2.0-90-generic-pae 2
  768. 38.505206585 = 41.344650752 initrd.img 2
  769. 202.378192425 = 217.301929472 initrd.img.old 2
  770. =============================== StdErr Messages: ===============================
  771. File descriptor 9 (/proc/7114/mounts) leaked on lvs invocation. Parent PID 12891: bash
  772. File descriptor 63 (pipe:[61907]) leaked on lvs invocation. Parent PID 12891: bash
  773. ADDITIONAL INFORMATION :
  774. =================== log of boot-info 2016-09-12__15h10 ===================
  775. boot-info version : 4ppa38
  776. boot-sav version : 4ppa38
  777. glade2script version : 3.2.3~ppa1
  778. boot-sav-extra version : 4ppa38
  779. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  780. Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only.
  781. boot-info is executed in live-session (Ubuntu 16.04 LTS, xenial, Ubuntu, x86_64)
  782. CPU op-mode(s): 32-bit, 64-bit
  783. file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
  784. ls: impossible d'accéder à '/home/usr/.config': Aucun fichier ou dossier de ce type
  785. =================== os-prober:
  786. /dev/sda1:Ubuntu 14.04.5 LTS (14.04):Ubuntu:linux
  787. =================== blkid:
  788. /dev/sda1: UUID="eedca7f6-9677-4bc5-ad76-ac93c600edbd" TYPE="ext4" PARTUUID="a4d2a4d2-01"
  789. /dev/sr0: UUID="2016-04-20-22-29-52-00" LABEL="Ubuntu 16.04 LTS amd64" TYPE="iso9660" PTUUID="0e0e8e70" PTTYPE="dos"
  790. /dev/loop0: TYPE="squashfs"
  791. /dev/sda5: UUID="cd3d2bcf-b744-49c5-8246-020ba8d72bbb" TYPE="swap" PARTUUID="a4d2a4d2-05"
  792. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  793. =================== sda1/etc/grub.d/ :
  794. drwxr-xr-x 2 root root 4096 nov. 21 2014 grub.d
  795. total 60
  796. -rwxr-xr-x 1 root root 7806 déc. 6 2013 00_header
  797. -rwxr-xr-x 1 root root 5522 déc. 6 2013 05_debian_theme
  798. -rwxr-xr-x 1 root root 7877 déc. 6 2013 10_linux
  799. -rwxr-xr-x 1 root root 6449 déc. 6 2013 20_linux_xen
  800. -rwxr-xr-x 1 root root 1588 nov. 27 2011 20_memtest86+
  801. -rwxr-xr-x 1 root root 6675 déc. 6 2013 30_os-prober
  802. -rwxr-xr-x 1 root root 1388 déc. 6 2013 30_uefi-firmware
  803. -rwxr-xr-x 1 root root 214 oct. 24 2009 40_custom
  804. -rwxr-xr-x 1 root root 95 déc. 6 2013 41_custom
  805. -rw-r--r-- 1 root root 483 oct. 24 2009 README
  806. =================== sda1/etc/default/grub :
  807. # If you change this file, run 'update-grub' afterwards to update
  808. # /boot/grub/grub.cfg.
  809. # For full documentation of the options in this file, see:
  810. # info -f grub -n 'Simple configuration'
  811. GRUB_DEFAULT=0
  812. GRUB_HIDDEN_TIMEOUT=0
  813. GRUB_HIDDEN_TIMEOUT_QUIET=true
  814. GRUB_TIMEOUT=10
  815. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  816. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  817. GRUB_CMDLINE_LINUX="" nomodeset
  818. # Uncomment to enable BadRAM filtering, modify to suit your needs
  819. # This works with Linux (no patch required) and with any kernel that obtains
  820. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  821. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  822. # Uncomment to disable graphical terminal (grub-pc only)
  823. #GRUB_TERMINAL=console
  824. # The resolution used on graphical terminal
  825. # note that you can use only modes which your graphic card supports via VBE
  826. # you can see them in real GRUB with the command `vbeinfo'
  827. #GRUB_GFXMODE=640x480
  828. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  829. #GRUB_DISABLE_LINUX_UUID=true
  830. # Uncomment to disable generation of recovery mode menu entries
  831. #GRUB_DISABLE_RECOVERY="true"
  832. # Uncomment to get a beep at grub start
  833. #GRUB_INIT_TUNE="480 440 1"
  834. =================== sda1recordfail=1/grub/grubenv :
  835. recordfail=1
  836. =================== UEFI/Legacy mode:
  837. This live-session is not in EFI-mode.
  838. SecureBoot maybe enabled.
  839. =================== PARTITIONS & DISKS:
  840. sda1 : sda, not-sepboot, grubenv-ng 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.
  841. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 63 sectors * 512 bytes
  842. =================== parted -l:
  843. Model: ATA Hitachi HDT72503 (scsi)
  844. Disk /dev/sda: 320GB
  845. Sector size (logical/physical): 512B/512B
  846. Partition Table: msdos
  847. Disk Flags:
  848. Number Start End Size Type File system Flags
  849. 1 32.3kB 310GB 310GB primary ext4 boot
  850. 2 310GB 320GB 10.0GB extended
  851. 5 310GB 320GB 10.0GB logical linux-swap(v1)
  852. Model: Optiarc DVD RW AD-7200S (scsi)
  853. Disk /dev/sr0: 1486MB
  854. Sector size (logical/physical): 2048B/2048B
  855. Partition Table: mac
  856. Disk Flags:
  857. Number Start End Size File system Name Flags
  858. 1 2048B 6143B 4096B Apple
  859. 2 1479MB 1481MB 2425kB EFI
  860. =================== parted -lm:
  861. BYT;
  862. /dev/sda:320GB:scsi:512:512:msdos:ATA Hitachi HDT72503:;
  863. 1:32.3kB:310GB:310GB:ext4::boot;
  864. 2:310GB:320GB:10.0GB:::;
  865. 5:310GB:320GB:10.0GB:linux-swap(v1)::;
  866. BYT;
  867. /dev/sr0:1486MB:scsi:2048:2048:mac:Optiarc DVD RW AD-7200S:;
  868. 1:2048B:6143B:4096B::Apple:;
  869. 2:1479MB:1481MB:2425kB::EFI:;
  870. =================== lsblk:
  871. KNAME TYPE FSTYPE SIZE LABEL
  872. sda disk 298,1G
  873. sda1 part ext4 288,8G
  874. sda2 part 1K
  875. sda5 part swap 9,4G
  876. sr0 rom iso9660 1,4G Ubuntu 16.04 LTS amd64
  877. loop0 loop squashfs 1,3G
  878. KNAME ROTA RO RM STATE MOUNTPOINT
  879. sda 1 0 0 running
  880. sda1 1 0 0 /mnt/boot-sav/sda1
  881. sda2 1 0 0
  882. sda5 1 0 0 [SWAP]
  883. sr0 1 0 1 running /cdrom
  884. loop0 1 1 0 /rofs
  885. =================== mount:
  886. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  887. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  888. udev on /dev type devtmpfs (rw,nosuid,relatime,size=2003816k,nr_inodes=500954,mode=755)
  889. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  890. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=403696k,mode=755)
  891. /dev/sr0 on /cdrom type iso9660 (ro,noatime)
  892. /dev/loop0 on /rofs type squashfs (ro,noatime)
  893. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  894. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  895. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  896. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  897. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  898. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd,nsroot=/)
  899. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  900. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio,nsroot=/)
  901. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,nsroot=/)
  902. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,nsroot=/)
  903. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,nsroot=/)
  904. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer,nsroot=/)
  905. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices,nsroot=/)
  906. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct,nsroot=/)
  907. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory,nsroot=/)
  908. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,nsroot=/)
  909. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,nsroot=/)
  910. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  911. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  912. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  913. mqueue on /dev/mqueue type mqueue (rw,relatime)
  914. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  915. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  916. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  917. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=403696k,mode=700,uid=999,gid=999)
  918. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  919. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime,data=ordered)
  920. =================== ls:
  921. /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
  922. /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
  923. /dev (filtered): agpgart 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 hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 initctl input kmsg 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
  924. ls /dev/mapper: control
  925. =================== df -Th:
  926. Filesystem Type Size Used Avail Use% Mounted on
  927. udev devtmpfs 2.0G 0 2.0G 0% /dev
  928. tmpfs tmpfs 395M 6.2M 389M 2% /run
  929. /dev/sr0 iso9660 1.4G 1.4G 0 100% /cdrom
  930. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  931. /cow overlay 2.0G 121M 1.9G 7% /
  932. tmpfs tmpfs 2.0G 344K 2.0G 1% /dev/shm
  933. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  934. tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
  935. tmpfs tmpfs 2.0G 296K 2.0G 1% /tmp
  936. tmpfs tmpfs 395M 68K 395M 1% /run/user/999
  937. /dev/sda1 ext4 285G 35G 235G 13% /mnt/boot-sav/sda1
  938. =================== fdisk -l:
  939. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  940. Units: sectors of 1 * 512 = 512 bytes
  941. Sector size (logical/physical): 512 bytes / 4096 bytes
  942. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  943. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  944. Units: sectors of 1 * 512 = 512 bytes
  945. Sector size (logical/physical): 512 bytes / 4096 bytes
  946. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  947. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  948. Units: sectors of 1 * 512 = 512 bytes
  949. Sector size (logical/physical): 512 bytes / 4096 bytes
  950. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  951. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  952. Units: sectors of 1 * 512 = 512 bytes
  953. Sector size (logical/physical): 512 bytes / 4096 bytes
  954. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  955. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  956. Units: sectors of 1 * 512 = 512 bytes
  957. Sector size (logical/physical): 512 bytes / 4096 bytes
  958. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  959. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  960. Units: sectors of 1 * 512 = 512 bytes
  961. Sector size (logical/physical): 512 bytes / 4096 bytes
  962. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  963. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  964. Units: sectors of 1 * 512 = 512 bytes
  965. Sector size (logical/physical): 512 bytes / 4096 bytes
  966. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  967. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  968. Units: sectors of 1 * 512 = 512 bytes
  969. Sector size (logical/physical): 512 bytes / 4096 bytes
  970. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  971. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  972. Units: sectors of 1 * 512 = 512 bytes
  973. Sector size (logical/physical): 512 bytes / 4096 bytes
  974. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  975. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  976. Units: sectors of 1 * 512 = 512 bytes
  977. Sector size (logical/physical): 512 bytes / 4096 bytes
  978. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  979. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  980. Units: sectors of 1 * 512 = 512 bytes
  981. Sector size (logical/physical): 512 bytes / 4096 bytes
  982. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  983. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  984. Units: sectors of 1 * 512 = 512 bytes
  985. Sector size (logical/physical): 512 bytes / 4096 bytes
  986. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  987. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  988. Units: sectors of 1 * 512 = 512 bytes
  989. Sector size (logical/physical): 512 bytes / 4096 bytes
  990. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  991. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  992. Units: sectors of 1 * 512 = 512 bytes
  993. Sector size (logical/physical): 512 bytes / 4096 bytes
  994. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  995. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  996. Units: sectors of 1 * 512 = 512 bytes
  997. Sector size (logical/physical): 512 bytes / 4096 bytes
  998. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  999. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  1000. Units: sectors of 1 * 512 = 512 bytes
  1001. Sector size (logical/physical): 512 bytes / 4096 bytes
  1002. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  1003. Disk /dev/loop0: 1.3 GiB, 1433468928 bytes, 2799744 sectors
  1004. Units: sectors of 1 * 512 = 512 bytes
  1005. Sector size (logical/physical): 512 bytes / 512 bytes
  1006. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1007. Disk /dev/sda: 298.1 GiB, 320072933376 bytes, 625142448 sectors
  1008. Units: sectors of 1 * 512 = 512 bytes
  1009. Sector size (logical/physical): 512 bytes / 512 bytes
  1010. I/O size (minimum/optimal): 512 bytes / 512 bytes
  1011. Disklabel type: dos
  1012. Disk identifier: 0xa4d2a4d2
  1013. Device Boot Start End Sectors Size Id Type
  1014. /dev/sda1 * 63 605538044 605537982 288.8G 83 Linux
  1015. /dev/sda2 605538045 625137344 19599300 9.4G 5 Extended
  1016. /dev/sda5 605538108 625137344 19599237 9.4G 82 Linux swap / Solaris
  1017. =================== Suggested repair
  1018. The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
  1019. Additional repair would be performed: unhide-bootmenu-10s
  1020. =================== User settings
  1021. The settings chosen by the user will not act on the boot.
  1022. paste.ubuntu.com ko (), using paste.debian
  1023. paste.debian.net ko (), using paste2