Advertisement
Guest User

Untitled

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