Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.15 KB | None | 0 0
  1. Boot Info Script 0.61 [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Syslinux MBR (3.00-3.35) is installed in the MBR of /dev/sda.
  7.  
  8. sda1: __________________________________________________________________________
  9.  
  10. File system: vfat
  11. Boot sector type: Unknown
  12. Boot sector info: According to the info in the boot sector, sda1 starts
  13. at sector 0. But according to the info from fdisk,
  14. sda1 starts at sector 40.
  15. Operating System:
  16. Boot files: /efi/BOOT/bootx64.efi /efi/tools/gptsync.efi
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system:
  21. Boot sector type: Unknown
  22. Boot sector info:
  23. Mounting failed: mount: unknown filesystem type ''
  24.  
  25. sda3: __________________________________________________________________________
  26.  
  27. File system: hfsplus
  28. Boot sector type: -
  29. Boot sector info:
  30. Operating System:
  31. Boot files:
  32.  
  33. sda4: __________________________________________________________________________
  34.  
  35. File system: ext4
  36. Boot sector type: Grub2 (v1.99)
  37. Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda4
  38. and looks at sector 627374080 of the same hard drive
  39. for core.img. core.img is at this location and looks
  40. for (,gpt4)/boot/grub on this drive.
  41. Operating System: Ubuntu 12.04.3 LTS
  42. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  43.  
  44. sda5: __________________________________________________________________________
  45.  
  46. File system: ext4
  47. Boot sector type: -
  48. Boot sector info:
  49. Operating System: Ubuntu 12.04.2 LTS
  50. Boot files: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
  51.  
  52. ============================ Drive/Partition Info: =============================
  53.  
  54. Drive: sda _____________________________________________________________________
  55.  
  56. Disk /dev/sda: 512.1 GB, 512110190592 bytes
  57. 255 heads, 63 sectors/track, 62260 cylinders, total 1000215216 sectors
  58. Units = sectors of 1 * 512 = 512 bytes
  59. Sector size (logical/physical): 512 bytes / 512 bytes
  60.  
  61. Partition Boot Start Sector End Sector # of Sectors Id System
  62.  
  63. /dev/sda1 1 409,639 409,639 ee GPT
  64. /dev/sda2 409,640 449,628,383 449,218,744 ac Unknown
  65. /dev/sda3 449,628,384 450,897,919 1,269,536 ab Darwin boot
  66. /dev/sda4 * 450,897,920 968,474,623 517,576,704 83 Linux
  67.  
  68.  
  69. GUID Partition Table detected.
  70.  
  71. Partition Start Sector End Sector # of Sectors System
  72. /dev/sda1 40 409,639 409,600 EFI System partition
  73. /dev/sda2 409,640 449,628,383 449,218,744 -
  74. /dev/sda3 449,628,384 450,897,919 1,269,536 Apple Boot partition (Mac OS X)
  75. /dev/sda4 450,897,920 968,474,623 517,576,704 Data partition (Windows/Linux)
  76. /dev/sda5 968,476,672 1,000,214,527 31,737,856 Data partition (Windows/Linux)
  77.  
  78. "blkid" output: ________________________________________________________________
  79.  
  80. Device UUID TYPE LABEL
  81.  
  82. /dev/sda1 67E3-17ED vfat EFI
  83. /dev/sda3 707c62fb-5c57-38d0-9374-4ebb5abd88e0 hfsplus Recovery HD
  84. /dev/sda4 48ad9e39-0a6e-49ff-911e-13dd16bca7fc ext4
  85. /dev/sda5 f4b5b78e-9bea-4ae7-81b3-42288f1b1461 ext4
  86. /dev/zram0 24b63f50-7cb9-4e8f-b6c1-1ffd661d82b9 swap
  87.  
  88. ================================ Mount points: =================================
  89.  
  90. Device Mount_Point Type Options
  91.  
  92. /dev/sda4 / ext4 (rw,errors=remount-ro,commit=600)
  93. /dev/sda5 /mnt/otherlinux ext4 (rw,commit=600)
  94.  
  95.  
  96. =========================== sda4/boot/grub/grub.cfg: ===========================
  97.  
  98. --------------------------------------------------------------------------------
  99. #
  100. # DO NOT EDIT THIS FILE
  101. #
  102. # It is automatically generated by grub-mkconfig using templates
  103. # from /etc/grub.d and settings from /etc/default/grub
  104. #
  105.  
  106. ### BEGIN /etc/grub.d/00_header ###
  107. if [ -s $prefix/grubenv ]; then
  108. set have_grubenv=true
  109. load_env
  110. fi
  111. set default="0"
  112. if [ "${prev_saved_entry}" ]; then
  113. set saved_entry="${prev_saved_entry}"
  114. save_env saved_entry
  115. set prev_saved_entry=
  116. save_env prev_saved_entry
  117. set boot_once=true
  118. fi
  119.  
  120. function savedefault {
  121. if [ -z "${boot_once}" ]; then
  122. saved_entry="${chosen}"
  123. save_env saved_entry
  124. fi
  125. }
  126.  
  127. function recordfail {
  128. set recordfail=1
  129. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  130. }
  131.  
  132. function load_video {
  133. insmod vbe
  134. insmod vga
  135. insmod video_bochs
  136. insmod video_cirrus
  137. }
  138.  
  139. insmod part_gpt
  140. insmod ext2
  141. set root='(hd0,gpt4)'
  142. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  143. if loadfont /usr/share/grub/unicode.pf2 ; then
  144. set gfxmode=auto
  145. load_video
  146. insmod gfxterm
  147. insmod part_gpt
  148. insmod ext2
  149. set root='(hd0,gpt4)'
  150. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  151. set locale_dir=($root)/boot/grub/locale
  152. set lang=en_US
  153. insmod gettext
  154. fi
  155. terminal_output gfxterm
  156. if [ "${recordfail}" = 1 ]; then
  157. set timeout=-1
  158. else
  159. set timeout=10
  160. fi
  161. ### END /etc/grub.d/00_header ###
  162.  
  163. ### BEGIN /etc/grub.d/05_debian_theme ###
  164. set menu_color_normal=white/black
  165. set menu_color_highlight=black/light-gray
  166. if background_color 44,0,30; then
  167. clear
  168. fi
  169. ### END /etc/grub.d/05_debian_theme ###
  170.  
  171. ### BEGIN /etc/grub.d/10_linux ###
  172. function gfxmode {
  173. set gfxpayload="${1}"
  174. if [ "${1}" = "keep" ]; then
  175. set vt_handoff=vt.handoff=7
  176. else
  177. set vt_handoff=
  178. fi
  179. }
  180. if [ "${recordfail}" != 1 ]; then
  181. if [ -e ${prefix}/gfxblacklist.txt ]; then
  182. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  183. if [ ${match} = 0 ]; then
  184. set linux_gfx_mode=keep
  185. else
  186. set linux_gfx_mode=text
  187. fi
  188. else
  189. set linux_gfx_mode=text
  190. fi
  191. else
  192. set linux_gfx_mode=keep
  193. fi
  194. else
  195. set linux_gfx_mode=text
  196. fi
  197. export linux_gfx_mode
  198. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  199. menuentry 'Ubuntu, with Linux 3.2.0-53-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  200. recordfail
  201. gfxmode $linux_gfx_mode
  202. insmod gzio
  203. insmod part_gpt
  204. insmod ext2
  205. set root='(hd0,gpt4)'
  206. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  207. linux /boot/vmlinuz-3.2.0-53-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro quiet splash $vt_handoff
  208. initrd /boot/initrd.img-3.2.0-53-generic-pae
  209. }
  210. menuentry 'Ubuntu, with Linux 3.2.0-53-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  211. recordfail
  212. insmod gzio
  213. insmod part_gpt
  214. insmod ext2
  215. set root='(hd0,gpt4)'
  216. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  217. echo 'Loading Linux 3.2.0-53-generic-pae ...'
  218. linux /boot/vmlinuz-3.2.0-53-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro recovery nomodeset
  219. echo 'Loading initial ramdisk ...'
  220. initrd /boot/initrd.img-3.2.0-53-generic-pae
  221. }
  222. submenu "Previous Linux versions" {
  223. menuentry 'Ubuntu, with Linux 3.2.0-52-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  224. recordfail
  225. gfxmode $linux_gfx_mode
  226. insmod gzio
  227. insmod part_gpt
  228. insmod ext2
  229. set root='(hd0,gpt4)'
  230. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  231. linux /boot/vmlinuz-3.2.0-52-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro quiet splash $vt_handoff
  232. initrd /boot/initrd.img-3.2.0-52-generic-pae
  233. }
  234. menuentry 'Ubuntu, with Linux 3.2.0-52-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  235. recordfail
  236. insmod gzio
  237. insmod part_gpt
  238. insmod ext2
  239. set root='(hd0,gpt4)'
  240. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  241. echo 'Loading Linux 3.2.0-52-generic-pae ...'
  242. linux /boot/vmlinuz-3.2.0-52-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro recovery nomodeset
  243. echo 'Loading initial ramdisk ...'
  244. initrd /boot/initrd.img-3.2.0-52-generic-pae
  245. }
  246. menuentry 'Ubuntu, with Linux 3.2.0-23-generic-pae' --class ubuntu --class gnu-linux --class gnu --class os {
  247. recordfail
  248. gfxmode $linux_gfx_mode
  249. insmod gzio
  250. insmod part_gpt
  251. insmod ext2
  252. set root='(hd0,gpt4)'
  253. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  254. linux /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro quiet splash $vt_handoff
  255. initrd /boot/initrd.img-3.2.0-23-generic-pae
  256. }
  257. menuentry 'Ubuntu, with Linux 3.2.0-23-generic-pae (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  258. recordfail
  259. insmod gzio
  260. insmod part_gpt
  261. insmod ext2
  262. set root='(hd0,gpt4)'
  263. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  264. echo 'Loading Linux 3.2.0-23-generic-pae ...'
  265. linux /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro recovery nomodeset
  266. echo 'Loading initial ramdisk ...'
  267. initrd /boot/initrd.img-3.2.0-23-generic-pae
  268. }
  269. }
  270. ### END /etc/grub.d/10_linux ###
  271.  
  272. ### BEGIN /etc/grub.d/20_linux_xen ###
  273. ### END /etc/grub.d/20_linux_xen ###
  274.  
  275. ### BEGIN /etc/grub.d/30_os-prober_proxy ###
  276. menuentry "Other Ubuntu, with Linux 3.5.0-23-generic (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  277. insmod part_gpt
  278. insmod ext2
  279. set root='(hd0,gpt5)'
  280. search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461
  281. linux /boot/vmlinuz-3.5.0-23-generic root=UUID=f4b5b78e-9bea-4ae7-81b3-42288f1b1461 ro quiet splash $vt_handoff
  282. initrd /boot/initrd.img-3.5.0-23-generic
  283. }
  284. menuentry "Other Ubuntu, with Linux 3.5.0-23-generic (recovery mode) (on /dev/sda5)" --class gnu-linux --class gnu --class os {
  285. insmod part_gpt
  286. insmod ext2
  287. set root='(hd0,gpt5)'
  288. search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461
  289. linux /boot/vmlinuz-3.5.0-23-generic root=UUID=f4b5b78e-9bea-4ae7-81b3-42288f1b1461 ro recovery nomodeset
  290. initrd /boot/initrd.img-3.5.0-23-generic
  291. }
  292. ### END /etc/grub.d/30_os-prober_proxy ###
  293.  
  294. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  295. ### END /etc/grub.d/30_uefi-firmware ###
  296.  
  297. ### BEGIN /etc/grub.d/40_custom ###
  298. # This file provides an easy way to add custom menu entries. Simply type the
  299. # menu entries you want to add after this comment. Be careful not to change
  300. # the 'exec tail' line above.
  301. ### END /etc/grub.d/40_custom ###
  302.  
  303. ### BEGIN /etc/grub.d/41_custom ###
  304. if [ -f $prefix/custom.cfg ]; then
  305. source $prefix/custom.cfg;
  306. fi
  307. ### END /etc/grub.d/41_custom ###
  308. --------------------------------------------------------------------------------
  309.  
  310. =============================== sda4/etc/fstab: ================================
  311.  
  312. --------------------------------------------------------------------------------
  313. # /etc/fstab: static file system information.
  314. #
  315. # Use 'blkid' to print the universally unique identifier for a
  316. # device; this may be used with UUID= as a more robust way to name devices
  317. # that works even if disks are added and removed. See fstab(5).
  318. #
  319. # <file system> <mount point> <type> <options> <dump> <pass>
  320. proc /proc proc nodev,noexec,nosuid 0 0
  321. # / was on /dev/sda4 during installation
  322. UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc / ext4 errors=remount-ro 0 1
  323. # /mnt/otherlinux was on /dev/sda5 during installation
  324. UUID=f4b5b78e-9bea-4ae7-81b3-42288f1b1461 /mnt/otherlinux ext4 defaults 0 2
  325. --------------------------------------------------------------------------------
  326.  
  327. =================== sda4: Location of files loaded by Grub: ====================
  328.  
  329. GiB - GB File Fragment(s)
  330.  
  331. 299.155300140 = 321.215557632 boot/grub/core.img 1
  332. 375.235408783 = 402.905952256 boot/grub/grub.cfg 1
  333. 381.257671356 = 409.372307456 boot/initrd.img-3.2.0-23-generic-pae 2
  334. 246.492111206 = 264.668889088 boot/initrd.img-3.2.0-52-generic-pae 1
  335. 385.788990021 = 414.237773824 boot/initrd.img-3.2.0-53-generic-pae 1
  336. 299.137931824 = 321.196908544 boot/vmlinuz-3.2.0-23-generic-pae 1
  337. 381.544723511 = 409.680527360 boot/vmlinuz-3.2.0-52-generic-pae 1
  338. 228.736129761 = 245.603549184 boot/vmlinuz-3.2.0-53-generic-pae 2
  339. 385.788990021 = 414.237773824 initrd.img 1
  340. 246.492111206 = 264.668889088 initrd.img.old 1
  341. 228.736129761 = 245.603549184 vmlinuz 2
  342. 381.544723511 = 409.680527360 vmlinuz.old 1
  343.  
  344. =========================== sda5/boot/grub/grub.cfg: ===========================
  345.  
  346. --------------------------------------------------------------------------------
  347. #
  348. # DO NOT EDIT THIS FILE
  349. #
  350. # It is automatically generated by grub-mkconfig using templates
  351. # from /etc/grub.d and settings from /etc/default/grub
  352. #
  353.  
  354. ### BEGIN /etc/grub.d/00_header ###
  355. if [ -s $prefix/grubenv ]; then
  356. set have_grubenv=true
  357. load_env
  358. fi
  359. set default="0"
  360. if [ "${prev_saved_entry}" ]; then
  361. set saved_entry="${prev_saved_entry}"
  362. save_env saved_entry
  363. set prev_saved_entry=
  364. save_env prev_saved_entry
  365. set boot_once=true
  366. fi
  367.  
  368. function savedefault {
  369. if [ -z "${boot_once}" ]; then
  370. saved_entry="${chosen}"
  371. save_env saved_entry
  372. fi
  373. }
  374.  
  375. function recordfail {
  376. set recordfail=1
  377. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  378. }
  379.  
  380. function load_video {
  381. insmod vbe
  382. insmod vga
  383. insmod video_bochs
  384. insmod video_cirrus
  385. }
  386.  
  387. insmod part_gpt
  388. insmod ext2
  389. set root='(hd0,gpt5)'
  390. search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461
  391. if loadfont /usr/share/grub/unicode.pf2 ; then
  392. set gfxmode=auto
  393. load_video
  394. insmod gfxterm
  395. insmod part_gpt
  396. insmod ext2
  397. set root='(hd0,gpt5)'
  398. search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461
  399. set locale_dir=($root)/boot/grub/locale
  400. set lang=en_IE
  401. insmod gettext
  402. fi
  403. terminal_output gfxterm
  404. if [ "${recordfail}" = 1 ]; then
  405. set timeout=10
  406. else
  407. set timeout=10
  408. fi
  409. ### END /etc/grub.d/00_header ###
  410.  
  411. ### BEGIN /etc/grub.d/05_debian_theme ###
  412. set menu_color_normal=white/black
  413. set menu_color_highlight=black/light-gray
  414. ### END /etc/grub.d/05_debian_theme ###
  415.  
  416. ### BEGIN /etc/grub.d/10_linux ###
  417. function gfxmode {
  418. set gfxpayload="${1}"
  419. if [ "${1}" = "keep" ]; then
  420. set vt_handoff=vt.handoff=7
  421. else
  422. set vt_handoff=
  423. fi
  424. }
  425. if [ "${recordfail}" != 1 ]; then
  426. if [ -e ${prefix}/gfxblacklist.txt ]; then
  427. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  428. if [ ${match} = 0 ]; then
  429. set linux_gfx_mode=keep
  430. else
  431. set linux_gfx_mode=text
  432. fi
  433. else
  434. set linux_gfx_mode=text
  435. fi
  436. else
  437. set linux_gfx_mode=keep
  438. fi
  439. else
  440. set linux_gfx_mode=text
  441. fi
  442. export linux_gfx_mode
  443. if [ "${linux_gfx_mode}" != "text" ]; then load_video; fi
  444. menuentry 'Ubuntu, with Linux 3.5.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  445. recordfail
  446. gfxmode $linux_gfx_mode
  447. insmod gzio
  448. insmod part_gpt
  449. insmod ext2
  450. set root='(hd0,gpt5)'
  451. search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461
  452. linux /boot/vmlinuz-3.5.0-23-generic root=UUID=f4b5b78e-9bea-4ae7-81b3-42288f1b1461 ro quiet splash $vt_handoff
  453. initrd /boot/initrd.img-3.5.0-23-generic
  454. }
  455. menuentry 'Ubuntu, with Linux 3.5.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  456. recordfail
  457. insmod gzio
  458. insmod part_gpt
  459. insmod ext2
  460. set root='(hd0,gpt5)'
  461. search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461
  462. echo 'Loading Linux 3.5.0-23-generic ...'
  463. linux /boot/vmlinuz-3.5.0-23-generic root=UUID=f4b5b78e-9bea-4ae7-81b3-42288f1b1461 ro recovery nomodeset
  464. echo 'Loading initial ramdisk ...'
  465. initrd /boot/initrd.img-3.5.0-23-generic
  466. }
  467. ### END /etc/grub.d/10_linux ###
  468.  
  469. ### BEGIN /etc/grub.d/20_linux_xen ###
  470. ### END /etc/grub.d/20_linux_xen ###
  471.  
  472. ### BEGIN /etc/grub.d/20_memtest86+ ###
  473. menuentry "Memory test (memtest86+)" {
  474. insmod part_gpt
  475. insmod ext2
  476. set root='(hd0,gpt5)'
  477. search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461
  478. linux16 /boot/memtest86+.bin
  479. }
  480. menuentry "Memory test (memtest86+, serial console 115200)" {
  481. insmod part_gpt
  482. insmod ext2
  483. set root='(hd0,gpt5)'
  484. search --no-floppy --fs-uuid --set=root f4b5b78e-9bea-4ae7-81b3-42288f1b1461
  485. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  486. }
  487. ### END /etc/grub.d/20_memtest86+ ###
  488.  
  489. ### BEGIN /etc/grub.d/30_os-prober ###
  490. menuentry "Ubuntu, with Linux 3.2.0-53-generic-pae (on /dev/sda4)" --class gnu-linux --class gnu --class os {
  491. insmod part_gpt
  492. insmod ext2
  493. set root='(hd0,gpt4)'
  494. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  495. linux /boot/vmlinuz-3.2.0-53-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro quiet splash $vt_handoff
  496. initrd /boot/initrd.img-3.2.0-53-generic-pae
  497. }
  498. menuentry "Ubuntu, with Linux 3.2.0-53-generic-pae (recovery mode) (on /dev/sda4)" --class gnu-linux --class gnu --class os {
  499. insmod part_gpt
  500. insmod ext2
  501. set root='(hd0,gpt4)'
  502. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  503. linux /boot/vmlinuz-3.2.0-53-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro recovery nomodeset
  504. initrd /boot/initrd.img-3.2.0-53-generic-pae
  505. }
  506. menuentry "Ubuntu, with Linux 3.2.0-52-generic-pae (on /dev/sda4)" --class gnu-linux --class gnu --class os {
  507. insmod part_gpt
  508. insmod ext2
  509. set root='(hd0,gpt4)'
  510. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  511. linux /boot/vmlinuz-3.2.0-52-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro quiet splash $vt_handoff
  512. initrd /boot/initrd.img-3.2.0-52-generic-pae
  513. }
  514. menuentry "Ubuntu, with Linux 3.2.0-52-generic-pae (recovery mode) (on /dev/sda4)" --class gnu-linux --class gnu --class os {
  515. insmod part_gpt
  516. insmod ext2
  517. set root='(hd0,gpt4)'
  518. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  519. linux /boot/vmlinuz-3.2.0-52-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro recovery nomodeset
  520. initrd /boot/initrd.img-3.2.0-52-generic-pae
  521. }
  522. menuentry "Ubuntu, with Linux 3.2.0-23-generic-pae (on /dev/sda4)" --class gnu-linux --class gnu --class os {
  523. insmod part_gpt
  524. insmod ext2
  525. set root='(hd0,gpt4)'
  526. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  527. linux /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro quiet splash $vt_handoff
  528. initrd /boot/initrd.img-3.2.0-23-generic-pae
  529. }
  530. menuentry "Ubuntu, with Linux 3.2.0-23-generic-pae (recovery mode) (on /dev/sda4)" --class gnu-linux --class gnu --class os {
  531. insmod part_gpt
  532. insmod ext2
  533. set root='(hd0,gpt4)'
  534. search --no-floppy --fs-uuid --set=root 48ad9e39-0a6e-49ff-911e-13dd16bca7fc
  535. linux /boot/vmlinuz-3.2.0-23-generic-pae root=UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc ro recovery nomodeset
  536. initrd /boot/initrd.img-3.2.0-23-generic-pae
  537. }
  538. ### END /etc/grub.d/30_os-prober ###
  539.  
  540. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  541. ### END /etc/grub.d/30_uefi-firmware ###
  542.  
  543. ### BEGIN /etc/grub.d/40_custom ###
  544. # This file provides an easy way to add custom menu entries. Simply type the
  545. # menu entries you want to add after this comment. Be careful not to change
  546. # the 'exec tail' line above.
  547. ### END /etc/grub.d/40_custom ###
  548.  
  549. ### BEGIN /etc/grub.d/41_custom ###
  550. if [ -f $prefix/custom.cfg ]; then
  551. source $prefix/custom.cfg;
  552. fi
  553. ### END /etc/grub.d/41_custom ###
  554. --------------------------------------------------------------------------------
  555.  
  556. =============================== sda5/etc/fstab: ================================
  557.  
  558. --------------------------------------------------------------------------------
  559. # /etc/fstab: static file system information.
  560. #
  561. # Use 'blkid' to print the universally unique identifier for a
  562. # device; this may be used with UUID= as a more robust way to name devices
  563. # that works even if disks are added and removed. See fstab(5).
  564. #
  565. # <file system> <mount point> <type> <options> <dump> <pass>
  566. proc /proc proc nodev,noexec,nosuid 0 0
  567. # / was on /dev/sda5 during installation
  568. UUID=f4b5b78e-9bea-4ae7-81b3-42288f1b1461 / ext4 errors=remount-ro 0 1
  569. # /mnt/otherlinux was on /dev/sda4 during installation
  570. UUID=48ad9e39-0a6e-49ff-911e-13dd16bca7fc /mnt/otherlinux ext4 defaults 0 2
  571. --------------------------------------------------------------------------------
  572.  
  573. =================== sda5: Location of files loaded by Grub: ====================
  574.  
  575. GiB - GB File Fragment(s)
  576.  
  577. 474.516811371 = 509.508546560 boot/grub/core.img 1
  578. 472.273414612 = 507.099717632 boot/grub/grub.cfg 1
  579. 467.113487244 = 501.559287808 boot/initrd.img-3.5.0-23-generic 1
  580. 465.013423920 = 499.304361984 boot/vmlinuz-3.5.0-23-generic 2
  581. 467.113487244 = 501.559287808 initrd.img 1
  582. 465.013423920 = 499.304361984 vmlinuz 2
  583.  
  584. ======================== Unknown MBRs/Boot Sectors/etc: ========================
  585.  
  586. Unknown GPT Partiton Type
  587. 726f74536761aa11aa1100306543ecac
  588. Unknown BootLoader on sda1
  589.  
  590. 00000000 eb 58 90 42 53 44 20 20 34 2e 34 00 02 01 20 00 |.X.BSD 4.4... .|
  591. 00000010 02 00 00 00 00 f0 00 00 20 00 10 00 00 00 00 00 |........ .......|
  592. 00000020 00 40 06 00 4f 0c 00 00 00 00 00 00 02 00 00 00 |.@..O...........|
  593. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  594. 00000040 00 00 29 ed 17 e3 67 45 46 49 20 20 20 20 20 20 |..)...gEFI |
  595. 00000050 20 20 46 41 54 33 32 20 20 20 fa 31 c0 8e d0 bc | FAT32 .1....|
  596. 00000060 00 7c fb 8e d8 e8 00 00 5e 83 c6 19 bb 07 00 fc |.|......^.......|
  597. 00000070 ac 84 c0 74 06 b4 0e cd 10 eb f5 30 e4 cd 16 cd |...t.......0....|
  598. 00000080 19 0d 0a 4e 6f 6e 2d 73 79 73 74 65 6d 20 64 69 |...Non-system di|
  599. 00000090 73 6b 0d 0a 50 72 65 73 73 20 61 6e 79 20 6b 65 |sk..Press any ke|
  600. 000000a0 79 20 74 6f 20 72 65 62 6f 6f 74 0d 0a 00 00 00 |y to reboot.....|
  601. 000000b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  602. *
  603. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  604. 00000200
  605.  
  606. Unknown BootLoader on sda2
  607.  
  608. 00000000 0c 72 a6 8a ff ff ff ff 01 00 10 00 01 10 28 01 |.r............(.|
  609. 00000010 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  610. 00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  611. 00000030 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  612. 00000040 00 70 11 8d 35 00 00 00 00 00 00 00 00 00 00 00 |.p..5...........|
  613. 00000050 00 00 00 00 00 00 00 00 43 53 01 00 00 00 04 00 |........CS......|
  614. 00000060 00 10 00 00 00 00 40 00 16 c1 58 03 00 00 00 00 |......@...X.....|
  615. 00000070 16 c5 58 03 00 00 00 00 16 c9 58 03 00 00 00 00 |..X.......X.....|
  616. 00000080 16 cd 58 03 00 00 00 00 00 00 00 00 00 00 00 00 |..X.............|
  617. 00000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  618. 000000a0 00 00 00 00 00 00 00 00 10 00 00 00 02 00 00 00 |................|
  619. 000000b0 61 32 80 8e 0a 4a f2 43 dd bd 97 8f b4 9d 84 6f |a2...J.C.......o|
  620. 000000c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  621. *
  622. 00000130 70 ef 01 4f c9 b2 41 fe bd 58 00 05 98 1f 90 f6 |p..O..A..X......|
  623. 00000140 bb 98 9f 54 42 15 48 0d 8d 18 5e 85 5d c6 78 eb |...TB.H...^.].x.|
  624. 00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  625. *
  626. 00000200
  627.  
  628.  
  629. =============================== StdErr Messages: ===============================
  630.  
  631. xz: (stdin): Compressed data is corrupt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement