Advertisement
Guest User

Untitled

a guest
Oct 28th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.16 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/sda.
  7.  
  8. sda1: __________________________________________________________________________
  9.  
  10. File system: vfat
  11. Boot sector type: FAT32
  12. Boot sector info: No errors found in the Boot Parameter Block.
  13. Operating System:
  14. Boot files: /efi/kubuntu/grubx64.efi /efi/kubuntu/shimx64.efi
  15. /efi/ubuntu/grubx64.efi /efi/ubuntu/shimx64.efi
  16.  
  17. sda2: __________________________________________________________________________
  18.  
  19. File system: ext4
  20. Boot sector type: -
  21. Boot sector info:
  22. Operating System: Ubuntu 13.10
  23. Boot files: /boot/grub/grub.cfg /etc/fstab
  24.  
  25. sda3: __________________________________________________________________________
  26.  
  27. File system: ext4
  28. Boot sector type: -
  29. Boot sector info:
  30. Operating System:
  31. Boot files:
  32.  
  33. sda4: __________________________________________________________________________
  34.  
  35. File system:
  36. Boot sector type: -
  37. Boot sector info:
  38. Mounting failed: mount: unknown filesystem type ''
  39.  
  40. ============================ Drive/Partition Info: =============================
  41.  
  42. Drive: sda _____________________________________________________________________
  43.  
  44. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  45. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  46. Units = sectors of 1 * 512 = 512 bytes
  47. Sector size (logical/physical): 512 bytes / 4096 bytes
  48.  
  49. Partition Boot Start Sector End Sector # of Sectors Id System
  50.  
  51. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  52.  
  53.  
  54. GUID Partition Table detected.
  55.  
  56. Partition Start Sector End Sector # of Sectors System
  57. /dev/sda1 2,048 2,000,093 1,998,046 EFI System partition
  58. /dev/sda2 2,000,896 260,771,839 258,770,944 Data partition (Linux)
  59. /dev/sda3 260,771,840 959,989,759 699,217,920 Data partition (Linux)
  60. /dev/sda4 959,989,760 976,771,071 16,781,312 Swap partition (Linux)
  61.  
  62. "blkid" output: ________________________________________________________________
  63.  
  64. Device UUID TYPE LABEL
  65.  
  66. /dev/loop0 squashfs
  67. /dev/sda1 A99E-E441 vfat
  68. /dev/sda2 bf38ea3e-c64b-4c92-8f3e-dac565cd4121 ext4
  69. /dev/sda3 74d63a83-5f4e-4e42-a5cc-4f0abc88d3d2 ext4
  70. /dev/sr0 iso9660 Kubuntu 13.10 amd64
  71.  
  72. ================================ Mount points: =================================
  73.  
  74. Device Mount_Point Type Options
  75.  
  76. /dev/loop0 /rofs squashfs (ro,noatime)
  77. /dev/sr0 /cdrom iso9660 (ro,noatime)
  78.  
  79.  
  80. =========================== sda2/boot/grub/grub.cfg: ===========================
  81.  
  82. --------------------------------------------------------------------------------
  83. #
  84. # DO NOT EDIT THIS FILE
  85. #
  86. # It is automatically generated by grub-mkconfig using templates
  87. # from /etc/grub.d and settings from /etc/default/grub
  88. #
  89.  
  90. ### BEGIN /etc/grub.d/00_header ###
  91. if [ -s $prefix/grubenv ]; then
  92. set have_grubenv=true
  93. load_env
  94. fi
  95. set default="0"
  96.  
  97. if [ x"${feature_menuentry_id}" = xy ]; then
  98. menuentry_id_option="--id"
  99. else
  100. menuentry_id_option=""
  101. fi
  102.  
  103. export menuentry_id_option
  104.  
  105. if [ "${prev_saved_entry}" ]; then
  106. set saved_entry="${prev_saved_entry}"
  107. save_env saved_entry
  108. set prev_saved_entry=
  109. save_env prev_saved_entry
  110. set boot_once=true
  111. fi
  112.  
  113. function savedefault {
  114. if [ -z "${boot_once}" ]; then
  115. saved_entry="${chosen}"
  116. save_env saved_entry
  117. fi
  118. }
  119.  
  120. function recordfail {
  121. set recordfail=1
  122. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  123. }
  124.  
  125. function load_video {
  126. if [ x$feature_all_video_module = xy ]; then
  127. insmod all_video
  128. else
  129. insmod efi_gop
  130. insmod efi_uga
  131. insmod ieee1275_fb
  132. insmod vbe
  133. insmod vga
  134. insmod video_bochs
  135. insmod video_cirrus
  136. fi
  137. }
  138.  
  139. if [ x$feature_default_font_path = xy ] ; then
  140. font=unicode
  141. else
  142. insmod part_gpt
  143. insmod ext2
  144. set root='hd0,gpt2'
  145. if [ x$feature_platform_search_hint = xy ]; then
  146. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 bf38ea3e-c64b-4c92-8f3e-dac565cd4121
  147. else
  148. search --no-floppy --fs-uuid --set=root bf38ea3e-c64b-4c92-8f3e-dac565cd4121
  149. fi
  150. font="/usr/share/grub/unicode.pf2"
  151. fi
  152.  
  153. if loadfont $font ; then
  154. set gfxmode=auto
  155. load_video
  156. insmod gfxterm
  157. set locale_dir=$prefix/locale
  158. set lang=en_US
  159. insmod gettext
  160. fi
  161. terminal_output gfxterm
  162. if [ "${recordfail}" = 1 ]; then
  163. set timeout=-1
  164. else
  165. set timeout=10
  166. fi
  167. ### END /etc/grub.d/00_header ###
  168.  
  169. ### BEGIN /etc/grub.d/05_debian_theme ###
  170. set menu_color_normal=white/black
  171. set menu_color_highlight=black/light-gray
  172. #set_background_image "images/tile.png";
  173.  
  174. set menu_color_normal=white/black
  175. set menu_color_highlight=black/light-gray
  176. if background_color 0,0,0; then
  177. clear
  178. fi
  179. ### END /etc/grub.d/05_debian_theme ###
  180.  
  181. ### BEGIN /etc/grub.d/10_linux ###
  182. function gfxmode {
  183. set gfxpayload="${1}"
  184. if [ "${1}" = "keep" ]; then
  185. set vt_handoff=vt.handoff=7
  186. else
  187. set vt_handoff=
  188. fi
  189. }
  190. if [ "${recordfail}" != 1 ]; then
  191. if [ -e ${prefix}/gfxblacklist.txt ]; then
  192. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  193. if [ ${match} = 0 ]; then
  194. set linux_gfx_mode=keep
  195. else
  196. set linux_gfx_mode=text
  197. fi
  198. else
  199. set linux_gfx_mode=text
  200. fi
  201. else
  202. set linux_gfx_mode=keep
  203. fi
  204. else
  205. set linux_gfx_mode=text
  206. fi
  207. export linux_gfx_mode
  208. menuentry 'Kubuntu' --class kubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-bf38ea3e-c64b-4c92-8f3e-dac565cd4121' {
  209. recordfail
  210. load_video
  211. gfxmode $linux_gfx_mode
  212. insmod gzio
  213. insmod part_gpt
  214. insmod ext2
  215. set root='hd0,gpt2'
  216. if [ x$feature_platform_search_hint = xy ]; then
  217. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 bf38ea3e-c64b-4c92-8f3e-dac565cd4121
  218. else
  219. search --no-floppy --fs-uuid --set=root bf38ea3e-c64b-4c92-8f3e-dac565cd4121
  220. fi
  221. linux /boot/vmlinuz-3.11.0-12-generic.efi.signed root=UUID=bf38ea3e-c64b-4c92-8f3e-dac565cd4121 ro quiet splash $vt_handoff
  222. initrd /boot/initrd.img-3.11.0-12-generic
  223. }
  224. submenu 'Advanced options for Kubuntu' $menuentry_id_option 'gnulinux-advanced-bf38ea3e-c64b-4c92-8f3e-dac565cd4121' {
  225. menuentry 'Kubuntu, with Linux 3.11.0-12-generic' --class kubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-advanced-bf38ea3e-c64b-4c92-8f3e-dac565cd4121' {
  226. recordfail
  227. load_video
  228. gfxmode $linux_gfx_mode
  229. insmod gzio
  230. insmod part_gpt
  231. insmod ext2
  232. set root='hd0,gpt2'
  233. if [ x$feature_platform_search_hint = xy ]; then
  234. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 bf38ea3e-c64b-4c92-8f3e-dac565cd4121
  235. else
  236. search --no-floppy --fs-uuid --set=root bf38ea3e-c64b-4c92-8f3e-dac565cd4121
  237. fi
  238. echo 'Loading Linux 3.11.0-12-generic ...'
  239. linux /boot/vmlinuz-3.11.0-12-generic.efi.signed root=UUID=bf38ea3e-c64b-4c92-8f3e-dac565cd4121 ro quiet splash $vt_handoff
  240. echo 'Loading initial ramdisk ...'
  241. initrd /boot/initrd.img-3.11.0-12-generic
  242. }
  243. menuentry 'Kubuntu, with Linux 3.11.0-12-generic (recovery mode)' --class kubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-12-generic-recovery-bf38ea3e-c64b-4c92-8f3e-dac565cd4121' {
  244. recordfail
  245. load_video
  246. insmod gzio
  247. insmod part_gpt
  248. insmod ext2
  249. set root='hd0,gpt2'
  250. if [ x$feature_platform_search_hint = xy ]; then
  251. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 bf38ea3e-c64b-4c92-8f3e-dac565cd4121
  252. else
  253. search --no-floppy --fs-uuid --set=root bf38ea3e-c64b-4c92-8f3e-dac565cd4121
  254. fi
  255. echo 'Loading Linux 3.11.0-12-generic ...'
  256. linux /boot/vmlinuz-3.11.0-12-generic.efi.signed root=UUID=bf38ea3e-c64b-4c92-8f3e-dac565cd4121 ro recovery nomodeset
  257. echo 'Loading initial ramdisk ...'
  258. initrd /boot/initrd.img-3.11.0-12-generic
  259. }
  260. }
  261.  
  262. ### END /etc/grub.d/10_linux ###
  263.  
  264. ### BEGIN /etc/grub.d/20_linux_xen ###
  265.  
  266. ### END /etc/grub.d/20_linux_xen ###
  267.  
  268. ### BEGIN /etc/grub.d/20_memtest86+ ###
  269. ### END /etc/grub.d/20_memtest86+ ###
  270.  
  271. ### BEGIN /etc/grub.d/30_os-prober ###
  272. if [ "x${timeout}" != "x-1" ]; then
  273. if keystatus; then
  274. if keystatus --shift; then
  275. set timeout=-1
  276. else
  277. set timeout=0
  278. fi
  279. else
  280. if sleep --interruptible 3 ; then
  281. set timeout=0
  282. fi
  283. fi
  284. fi
  285. ### END /etc/grub.d/30_os-prober ###
  286.  
  287. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  288. menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
  289. fwsetup
  290. }
  291. ### END /etc/grub.d/30_uefi-firmware ###
  292.  
  293. ### BEGIN /etc/grub.d/40_custom ###
  294. # This file provides an easy way to add custom menu entries. Simply type the
  295. # menu entries you want to add after this comment. Be careful not to change
  296. # the 'exec tail' line above.
  297. ### END /etc/grub.d/40_custom ###
  298.  
  299. ### BEGIN /etc/grub.d/41_custom ###
  300. if [ -f ${config_directory}/custom.cfg ]; then
  301. source ${config_directory}/custom.cfg
  302. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  303. source $prefix/custom.cfg;
  304. fi
  305. ### END /etc/grub.d/41_custom ###
  306. --------------------------------------------------------------------------------
  307.  
  308. =============================== sda2/etc/fstab: ================================
  309.  
  310. --------------------------------------------------------------------------------
  311. # /etc/fstab: static file system information.
  312. #
  313. # Use 'blkid' to print the universally unique identifier for a
  314. # device; this may be used with UUID= as a more robust way to name devices
  315. # that works even if disks are added and removed. See fstab(5).
  316. #
  317. # <file system> <mount point> <type> <options> <dump> <pass>
  318. # / was on /dev/sda2 during installation
  319. UUID=bf38ea3e-c64b-4c92-8f3e-dac565cd4121 / ext4 errors=remount-ro 0 1
  320. # /boot/efi was on /dev/sda1 during installation
  321. UUID=A99E-E441 /boot/efi vfat defaults 0 1
  322. # /home was on /dev/sda3 during installation
  323. UUID=74d63a83-5f4e-4e42-a5cc-4f0abc88d3d2 /home ext4 defaults 0 2
  324. # swap was on /dev/sda4 during installation
  325. #UUID=7d3fb601-0ab2-42e0-9ee8-cfa497fd5810 none swap sw 0 0
  326. /dev/mapper/cryptswap1 none swap sw 0 0
  327. --------------------------------------------------------------------------------
  328.  
  329. =================== sda2: Location of files loaded by Grub: ====================
  330.  
  331. GiB - GB File Fragment(s)
  332.  
  333.  
  334. =============================== StdErr Messages: ===============================
  335.  
  336. cat: /tmp/BootInfo-M6AoDWYu/Tmp_Log: No such file or directory
  337. No volume groups found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement