Advertisement
Guest User

Untitled

a guest
Aug 16th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.66 KB | None | 0 0
  1. Boot Info Script 0.61 [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sda.
  7. => Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
  8. the same hard drive for core.img. core.img is at this location and looks
  9. in partition 112 for .
  10.  
  11. sda1: __________________________________________________________________________
  12.  
  13. File system: vfat
  14. Boot sector type: SYSLINUX 4.05 20130218
  15. Boot sector info: Syslinux looks at sector 6405248 of /dev/sda1 for its
  16. second stage. SYSLINUX is installed in the directory.
  17. The integrity check of the ADV area failed. No errors
  18. found in the Boot Parameter Block.
  19. Operating System:
  20. Boot files: /boot/grub/grub.cfg /syslinux/syslinux.cfg
  21. /efi/BOOT/grubx64.efi /ldlinux.sys
  22.  
  23. sdb1: __________________________________________________________________________
  24.  
  25. File system: ext4
  26. Boot sector type: -
  27. Boot sector info:
  28. Operating System: Ubuntu 14.04.1 LTS
  29. Boot files: /boot/grub/grub.cfg /etc/fstab
  30.  
  31. sdb2: __________________________________________________________________________
  32.  
  33. File system: Extended Partition
  34. Boot sector type: -
  35. Boot sector info:
  36.  
  37. sdb5: __________________________________________________________________________
  38.  
  39. File system: swap
  40. Boot sector type: -
  41. Boot sector info:
  42.  
  43. ============================ Drive/Partition Info: =============================
  44.  
  45. Drive: sda _____________________________________________________________________
  46.  
  47. Disk /dev/sda: 32.0 GB, 32019316736 bytes
  48. 64 heads, 32 sectors/track, 30536 cylinders, total 62537728 sectors
  49. Units = sectors of 1 * 512 = 512 bytes
  50. Sector size (logical/physical): 512 bytes / 512 bytes
  51.  
  52. Partition Boot Start Sector End Sector # of Sectors Id System
  53.  
  54. /dev/sda1 * 8,064 62,537,727 62,529,664 c W95 FAT32 (LBA)
  55.  
  56.  
  57. Drive: sdb _____________________________________________________________________
  58.  
  59. Disk /dev/sdb: 500.1 GB, 500107861504 bytes
  60. 255 heads, 63 sectors/track, 60801 cylinders, total 976773167 sectors
  61. Units = sectors of 1 * 512 = 512 bytes
  62. Sector size (logical/physical): 512 bytes / 512 bytes
  63.  
  64. Partition Boot Start Sector End Sector # of Sectors Id System
  65.  
  66. /dev/sdb1 * 2,048 966,811,647 966,809,600 83 Linux
  67. /dev/sdb2 966,813,694 976,771,071 9,957,378 5 Extended
  68. /dev/sdb5 966,813,696 976,771,071 9,957,376 82 Linux swap / Solaris
  69.  
  70.  
  71. "blkid" output: ________________________________________________________________
  72.  
  73. Device UUID TYPE LABEL
  74.  
  75. /dev/loop0 squashfs
  76. /dev/loop1 4b98b4f0-753c-4288-a753-3f2be7a9404c ext3
  77. /dev/sda1 9A28-51C7 vfat NANO PRO
  78. /dev/sdb1 fdf29d5f-6c0a-490a-9242-c6eea4b583f2 ext4
  79. /dev/sdb5 18c8dd45-242d-4979-8076-9d8e9453a0ec swap
  80.  
  81. ================================ Mount points: =================================
  82.  
  83. Device Mount_Point Type Options
  84.  
  85. /dev/loop0 /rofs squashfs (ro,noatime)
  86. /dev/sda1 /cdrom vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  87.  
  88.  
  89. =========================== sda1/boot/grub/grub.cfg: ===========================
  90.  
  91. --------------------------------------------------------------------------------
  92.  
  93. if loadfont /boot/grub/font.pf2 ; then
  94. set gfxmode=auto
  95. insmod efi_gop
  96. insmod efi_uga
  97. insmod gfxterm
  98. terminal_output gfxterm
  99. fi
  100.  
  101. set menu_color_normal=white/black
  102. set menu_color_highlight=black/light-gray
  103.  
  104. menuentry "Try Ubuntu without installing" {
  105. set gfxpayload=keep
  106. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --
  107. initrd /casper/initrd.lz
  108. }
  109. menuentry "Install Ubuntu" {
  110. set gfxpayload=keep
  111. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash --
  112. initrd /casper/initrd.lz
  113. }
  114. menuentry "OEM install (for manufacturers)" {
  115. set gfxpayload=keep
  116. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true --
  117. initrd /casper/initrd.lz
  118. }
  119. menuentry "Check disc for defects" {
  120. set gfxpayload=keep
  121. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash --
  122. initrd /casper/initrd.lz
  123. }
  124. --------------------------------------------------------------------------------
  125.  
  126. ========================= sda1/syslinux/syslinux.cfg: ==========================
  127.  
  128. --------------------------------------------------------------------------------
  129. # D-I config version 2.0
  130. include menu.cfg
  131. default vesamenu.c32
  132. prompt 0
  133. timeout 50
  134. ui gfxboot bootlogo
  135. --------------------------------------------------------------------------------
  136.  
  137. =================== sda1: Location of files loaded by Grub: ====================
  138.  
  139. GiB - GB File Fragment(s)
  140.  
  141.  
  142. ================= sda1: Location of files loaded by Syslinux: ==================
  143.  
  144. GiB - GB File Fragment(s)
  145.  
  146.  
  147. ============== sda1: Version of COM32(R) files used by Syslinux: ===============
  148.  
  149. syslinux/chain.c32 : COM32R module (v4.xx)
  150. syslinux/gfxboot.c32 : COM32R module (v4.xx)
  151. syslinux/vesamenu.c32 : COM32R module (v4.xx)
  152.  
  153. =========================== sdb1/boot/grub/grub.cfg: ===========================
  154.  
  155. --------------------------------------------------------------------------------
  156. #
  157. # DO NOT EDIT THIS FILE
  158. #
  159. # It is automatically generated by grub-mkconfig using templates
  160. # from /etc/grub.d and settings from /etc/default/grub
  161. #
  162.  
  163. ### BEGIN /etc/grub.d/00_header ###
  164. if [ -s $prefix/grubenv ]; then
  165. set have_grubenv=true
  166. load_env
  167. fi
  168. if [ "${next_entry}" ] ; then
  169. set default="${next_entry}"
  170. set next_entry=
  171. save_env next_entry
  172. set boot_once=true
  173. else
  174. set default="0"
  175. fi
  176.  
  177. if [ x"${feature_menuentry_id}" = xy ]; then
  178. menuentry_id_option="--id"
  179. else
  180. menuentry_id_option=""
  181. fi
  182.  
  183. export menuentry_id_option
  184.  
  185. if [ "${prev_saved_entry}" ]; then
  186. set saved_entry="${prev_saved_entry}"
  187. save_env saved_entry
  188. set prev_saved_entry=
  189. save_env prev_saved_entry
  190. set boot_once=true
  191. fi
  192.  
  193. function savedefault {
  194. if [ -z "${boot_once}" ]; then
  195. saved_entry="${chosen}"
  196. save_env saved_entry
  197. fi
  198. }
  199. function recordfail {
  200. set recordfail=1
  201. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  202. }
  203. function load_video {
  204. if [ x$feature_all_video_module = xy ]; then
  205. insmod all_video
  206. else
  207. insmod efi_gop
  208. insmod efi_uga
  209. insmod ieee1275_fb
  210. insmod vbe
  211. insmod vga
  212. insmod video_bochs
  213. insmod video_cirrus
  214. fi
  215. }
  216.  
  217. if [ x$feature_default_font_path = xy ] ; then
  218. font=unicode
  219. else
  220. insmod part_msdos
  221. insmod ext2
  222. set root='hd1,msdos1'
  223. if [ x$feature_platform_search_hint = xy ]; then
  224. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 fdf29d5f-6c0a-490a-9242-c6eea4b583f2
  225. else
  226. search --no-floppy --fs-uuid --set=root fdf29d5f-6c0a-490a-9242-c6eea4b583f2
  227. fi
  228. font="/usr/share/grub/unicode.pf2"
  229. fi
  230.  
  231. if loadfont $font ; then
  232. set gfxmode=auto
  233. load_video
  234. insmod gfxterm
  235. set locale_dir=$prefix/locale
  236. set lang=en_US
  237. insmod gettext
  238. fi
  239. terminal_output gfxterm
  240. if [ "${recordfail}" = 1 ] ; then
  241. set timeout=-1
  242. else
  243. if [ x$feature_timeout_style = xy ] ; then
  244. set timeout_style=hidden
  245. set timeout=0
  246. # Fallback hidden-timeout code in case the timeout_style feature is
  247. # unavailable.
  248. elif sleep --interruptible 0 ; then
  249. set timeout=0
  250. fi
  251. fi
  252. ### END /etc/grub.d/00_header ###
  253.  
  254. ### BEGIN /etc/grub.d/05_debian_theme ###
  255. set menu_color_normal=white/black
  256. set menu_color_highlight=black/light-gray
  257. if background_color 44,0,30; then
  258. clear
  259. fi
  260. ### END /etc/grub.d/05_debian_theme ###
  261.  
  262. ### BEGIN /etc/grub.d/10_linux ###
  263. function gfxmode {
  264. set gfxpayload="${1}"
  265. if [ "${1}" = "keep" ]; then
  266. set vt_handoff=vt.handoff=7
  267. else
  268. set vt_handoff=
  269. fi
  270. }
  271. if [ "${recordfail}" != 1 ]; then
  272. if [ -e ${prefix}/gfxblacklist.txt ]; then
  273. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  274. if [ ${match} = 0 ]; then
  275. set linux_gfx_mode=keep
  276. else
  277. set linux_gfx_mode=text
  278. fi
  279. else
  280. set linux_gfx_mode=text
  281. fi
  282. else
  283. set linux_gfx_mode=keep
  284. fi
  285. else
  286. set linux_gfx_mode=text
  287. fi
  288. export linux_gfx_mode
  289. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-fdf29d5f-6c0a-490a-9242-c6eea4b583f2' {
  290. recordfail
  291. load_video
  292. gfxmode $linux_gfx_mode
  293. insmod gzio
  294. insmod part_msdos
  295. insmod ext2
  296. set root='hd1,msdos1'
  297. if [ x$feature_platform_search_hint = xy ]; then
  298. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 fdf29d5f-6c0a-490a-9242-c6eea4b583f2
  299. else
  300. search --no-floppy --fs-uuid --set=root fdf29d5f-6c0a-490a-9242-c6eea4b583f2
  301. fi
  302. linux /boot/vmlinuz-3.13.0-32-generic root=UUID=fdf29d5f-6c0a-490a-9242-c6eea4b583f2 ro quiet splash $vt_handoff
  303. initrd /boot/initrd.img-3.13.0-32-generic
  304. }
  305. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-fdf29d5f-6c0a-490a-9242-c6eea4b583f2' {
  306. menuentry 'Ubuntu, with Linux 3.13.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced-fdf29d5f-6c0a-490a-9242-c6eea4b583f2' {
  307. recordfail
  308. load_video
  309. gfxmode $linux_gfx_mode
  310. insmod gzio
  311. insmod part_msdos
  312. insmod ext2
  313. set root='hd1,msdos1'
  314. if [ x$feature_platform_search_hint = xy ]; then
  315. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 fdf29d5f-6c0a-490a-9242-c6eea4b583f2
  316. else
  317. search --no-floppy --fs-uuid --set=root fdf29d5f-6c0a-490a-9242-c6eea4b583f2
  318. fi
  319. echo 'Loading Linux 3.13.0-32-generic ...'
  320. linux /boot/vmlinuz-3.13.0-32-generic root=UUID=fdf29d5f-6c0a-490a-9242-c6eea4b583f2 ro quiet splash $vt_handoff
  321. echo 'Loading initial ramdisk ...'
  322. initrd /boot/initrd.img-3.13.0-32-generic
  323. }
  324. menuentry 'Ubuntu, with Linux 3.13.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-recovery-fdf29d5f-6c0a-490a-9242-c6eea4b583f2' {
  325. recordfail
  326. load_video
  327. insmod gzio
  328. insmod part_msdos
  329. insmod ext2
  330. set root='hd1,msdos1'
  331. if [ x$feature_platform_search_hint = xy ]; then
  332. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 fdf29d5f-6c0a-490a-9242-c6eea4b583f2
  333. else
  334. search --no-floppy --fs-uuid --set=root fdf29d5f-6c0a-490a-9242-c6eea4b583f2
  335. fi
  336. echo 'Loading Linux 3.13.0-32-generic ...'
  337. linux /boot/vmlinuz-3.13.0-32-generic root=UUID=fdf29d5f-6c0a-490a-9242-c6eea4b583f2 ro recovery nomodeset
  338. echo 'Loading initial ramdisk ...'
  339. initrd /boot/initrd.img-3.13.0-32-generic
  340. }
  341. }
  342.  
  343. ### END /etc/grub.d/10_linux ###
  344.  
  345. ### BEGIN /etc/grub.d/20_linux_xen ###
  346.  
  347. ### END /etc/grub.d/20_linux_xen ###
  348.  
  349. ### BEGIN /etc/grub.d/20_memtest86+ ###
  350. menuentry 'Memory test (memtest86+)' {
  351. insmod part_msdos
  352. insmod ext2
  353. set root='hd1,msdos1'
  354. if [ x$feature_platform_search_hint = xy ]; then
  355. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 fdf29d5f-6c0a-490a-9242-c6eea4b583f2
  356. else
  357. search --no-floppy --fs-uuid --set=root fdf29d5f-6c0a-490a-9242-c6eea4b583f2
  358. fi
  359. knetbsd /boot/memtest86+.elf
  360. }
  361. menuentry 'Memory test (memtest86+, serial console 115200)' {
  362. insmod part_msdos
  363. insmod ext2
  364. set root='hd1,msdos1'
  365. if [ x$feature_platform_search_hint = xy ]; then
  366. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 fdf29d5f-6c0a-490a-9242-c6eea4b583f2
  367. else
  368. search --no-floppy --fs-uuid --set=root fdf29d5f-6c0a-490a-9242-c6eea4b583f2
  369. fi
  370. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  371. }
  372. ### END /etc/grub.d/20_memtest86+ ###
  373.  
  374. ### BEGIN /etc/grub.d/30_os-prober ###
  375. ### END /etc/grub.d/30_os-prober ###
  376.  
  377. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  378. ### END /etc/grub.d/30_uefi-firmware ###
  379.  
  380. ### BEGIN /etc/grub.d/40_custom ###
  381. # This file provides an easy way to add custom menu entries. Simply type the
  382. # menu entries you want to add after this comment. Be careful not to change
  383. # the 'exec tail' line above.
  384. ### END /etc/grub.d/40_custom ###
  385.  
  386. ### BEGIN /etc/grub.d/41_custom ###
  387. if [ -f ${config_directory}/custom.cfg ]; then
  388. source ${config_directory}/custom.cfg
  389. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  390. source $prefix/custom.cfg;
  391. fi
  392. ### END /etc/grub.d/41_custom ###
  393. --------------------------------------------------------------------------------
  394.  
  395. =============================== sdb1/etc/fstab: ================================
  396.  
  397. --------------------------------------------------------------------------------
  398. # /etc/fstab: static file system information.
  399. #
  400. # Use 'blkid' to print the universally unique identifier for a
  401. # device; this may be used with UUID= as a more robust way to name devices
  402. # that works even if disks are added and removed. See fstab(5).
  403. #
  404. # <file system> <mount point> <type> <options> <dump> <pass>
  405. # / was on /dev/sdb1 during installation
  406. UUID=fdf29d5f-6c0a-490a-9242-c6eea4b583f2 / ext4 errors=remount-ro 0 1
  407. # swap was on /dev/sdb5 during installation
  408. UUID=18c8dd45-242d-4979-8076-9d8e9453a0ec none swap sw 0 0
  409. --------------------------------------------------------------------------------
  410.  
  411. =================== sdb1: Location of files loaded by Grub: ====================
  412.  
  413. GiB - GB File Fragment(s)
  414.  
  415.  
  416. =============================== StdErr Messages: ===============================
  417.  
  418. ./bootinfoscript: line 1646: [: 2.73495e+09: integer expression expected
  419. cat: /tmp/BootInfo-2KiL0Oj0/Tmp_Log: No such file or directory
  420. cat: /tmp/BootInfo-2KiL0Oj0/Tmp_Log: No such file or directory
  421. cat: /tmp/BootInfo-2KiL0Oj0/Tmp_Log: No such file or directory
  422. No volume groups found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement