Advertisement
Guest User

Resultx.txt

a guest
Feb 17th, 2021
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.69 KB | None | 0 0
  1. Boot Info Script 0.61 [1 April 2012]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector
  7. 976703488 of the same hard drive for core.img. core.img is at this
  8. location and looks in partition 112 for .
  9.  
  10. sda1: __________________________________________________________________________
  11.  
  12. File system: ntfs
  13. Boot sector type: Windows Vista/7: NTFS
  14. Boot sector info: No errors found in the Boot Parameter Block.
  15. Operating System:
  16. Boot files:
  17.  
  18. sda2: __________________________________________________________________________
  19.  
  20. File system: vfat
  21. Boot sector type: FAT32
  22. Boot sector info: No errors found in the Boot Parameter Block.
  23. Operating System:
  24. Boot files: /efi/BOOT/fbx64.efi /efi/BOOT/mmx64.efi
  25. /efi/refind/grubx64.efi /efi/refind/mmx64.efi
  26. /efi/refind/shimx64.efi /efi/ubuntu/grubx64.efi
  27. /efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.efi
  28.  
  29. sda3: __________________________________________________________________________
  30.  
  31. File system:
  32. Boot sector type: -
  33. Boot sector info:
  34. Mounting failed: mount: /tmp/BootInfo-nkTgLiGD/sda3: unknown filesystem type ''.
  35.  
  36. sda4: __________________________________________________________________________
  37.  
  38. File system: ntfs
  39. Boot sector type: Windows Vista/7: NTFS
  40. Boot sector info: No errors found in the Boot Parameter Block.
  41. Operating System:
  42. Boot files: /Windows/System32/winload.exe
  43.  
  44. sda5: __________________________________________________________________________
  45.  
  46. File system: ext4
  47. Boot sector type: -
  48. Boot sector info:
  49. Operating System: Ubuntu 20.04.2 LTS
  50. Boot files: /boot/grub/grub.cfg /etc/fstab
  51.  
  52. sda6: __________________________________________________________________________
  53.  
  54. File system: BIOS Boot partition
  55. Boot sector type: Grub2's core.img
  56. Boot sector info:
  57.  
  58. ============================ Drive/Partition Info: =============================
  59.  
  60. Drive: sda _____________________________________________________________________
  61. Disk /dev/sda: 465,78 GiB, 500107862016 bytes, 976773168 sectors
  62. Disk model: ST500LT012-9WS14
  63. Units: sectors of 1 * 512 = 512 bytes
  64. Sector size (logical/physical): 512 bytes / 4096 bytes
  65. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  66.  
  67. Partition Boot Start Sector End Sector # of Sectors Id System
  68.  
  69. /dev/sda1 1 976,773,167 976,773,167 ee GPT
  70.  
  71.  
  72. GUID Partition Table detected.
  73.  
  74. Partition Start Sector End Sector # of Sectors System
  75. /dev/sda1 2,048 821,247 819,200 Windows Recovery Environment (Windows)
  76. /dev/sda2 821,248 1,435,647 614,400 EFI System partition
  77. /dev/sda3 1,435,648 1,697,791 262,144 Microsoft Reserved Partition (Windows)
  78. /dev/sda4 1,697,792 887,224,319 885,526,528 Data partition (Windows/Linux)
  79. /dev/sda5 887,224,320 976,703,487 89,479,168 Data partition (Linux)
  80. /dev/sda6 976,703,488 976,773,119 69,632 BIOS Boot partition
  81.  
  82. "blkid" output: ________________________________________________________________
  83.  
  84. Device UUID TYPE LABEL
  85.  
  86. /dev/loop0 squashfs
  87. /dev/loop1 squashfs
  88. /dev/loop2 squashfs
  89. /dev/loop3 squashfs
  90. /dev/loop4 squashfs
  91. /dev/loop5 squashfs
  92. /dev/loop6 squashfs
  93. /dev/loop7 squashfs
  94. /dev/sda1 62107AA6107A80B9 ntfs Recovery
  95. /dev/sda2 4DF5-12AD vfat
  96. /dev/sda3
  97. /dev/sda4 8C787EE3787ECC08 ntfs Acer
  98. /dev/sda5 3619ba7c-87d2-4f85-add7-e8890a226259 ext4
  99. /dev/sda6
  100.  
  101. ================================ Mount points: =================================
  102.  
  103. Device Mount_Point Type Options
  104.  
  105. /dev/fuse /run/user/1000/doc fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1001)
  106. /dev/sda4 /home/diogor/windows fuseblk (rw,nosuid,nodev,noexec,relatime,user_id=0,group_id=0,allow_other,blksize=4096,user)
  107. /dev/sda5 / ext4 (rw,relatime)
  108.  
  109.  
  110. =========================== sda5/boot/grub/grub.cfg: ===========================
  111.  
  112. --------------------------------------------------------------------------------
  113. #
  114. # DO NOT EDIT THIS FILE
  115. #
  116. # It is automatically generated by grub-mkconfig using templates
  117. # from /etc/grub.d and settings from /etc/default/grub
  118. #
  119.  
  120. ### BEGIN /etc/grub.d/00_header ###
  121. if [ -s $prefix/grubenv ]; then
  122. set have_grubenv=true
  123. load_env
  124. fi
  125. if [ "${initrdfail}" = 2 ]; then
  126. set initrdfail=
  127. elif [ "${initrdfail}" = 1 ]; then
  128. set next_entry="${prev_entry}"
  129. set prev_entry=
  130. save_env prev_entry
  131. if [ "${next_entry}" ]; then
  132. set initrdfail=2
  133. fi
  134. fi
  135. if [ "${next_entry}" ] ; then
  136. set default="${next_entry}"
  137. set next_entry=
  138. save_env next_entry
  139. set boot_once=true
  140. else
  141. set default="0"
  142. fi
  143.  
  144. if [ x"${feature_menuentry_id}" = xy ]; then
  145. menuentry_id_option="--id"
  146. else
  147. menuentry_id_option=""
  148. fi
  149.  
  150. export menuentry_id_option
  151.  
  152. if [ "${prev_saved_entry}" ]; then
  153. set saved_entry="${prev_saved_entry}"
  154. save_env saved_entry
  155. set prev_saved_entry=
  156. save_env prev_saved_entry
  157. set boot_once=true
  158. fi
  159.  
  160. function savedefault {
  161. if [ -z "${boot_once}" ]; then
  162. saved_entry="${chosen}"
  163. save_env saved_entry
  164. fi
  165. }
  166. function initrdfail {
  167. if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
  168. if [ -z "${initrdfail}" ]; then
  169. set initrdfail=1
  170. if [ -n "${boot_once}" ]; then
  171. set prev_entry="${default}"
  172. save_env prev_entry
  173. fi
  174. fi
  175. save_env initrdfail
  176. fi; fi
  177. }
  178. function recordfail {
  179. set recordfail=1
  180. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  181. }
  182. function load_video {
  183. if [ x$feature_all_video_module = xy ]; then
  184. insmod all_video
  185. else
  186. insmod efi_gop
  187. insmod efi_uga
  188. insmod ieee1275_fb
  189. insmod vbe
  190. insmod vga
  191. insmod video_bochs
  192. insmod video_cirrus
  193. fi
  194. }
  195.  
  196. terminal_input console
  197. terminal_output console
  198. if [ "${recordfail}" = 1 ] ; then
  199. set timeout=30
  200. else
  201. if [ x$feature_timeout_style = xy ] ; then
  202. set timeout_style=menu
  203. set timeout=10
  204. # Fallback normal timeout code in case the timeout_style feature is
  205. # unavailable.
  206. else
  207. set timeout=10
  208. fi
  209. fi
  210. ### END /etc/grub.d/00_header ###
  211.  
  212. ### BEGIN /etc/grub.d/05_debian_theme ###
  213. set menu_color_normal=white/black
  214. set menu_color_highlight=black/light-gray
  215. ### END /etc/grub.d/05_debian_theme ###
  216.  
  217. ### BEGIN /etc/grub.d/10_linux ###
  218. function gfxmode {
  219. set gfxpayload="${1}"
  220. if [ "${1}" = "keep" ]; then
  221. set vt_handoff=vt.handoff=7
  222. else
  223. set vt_handoff=
  224. fi
  225. }
  226. if [ "${recordfail}" != 1 ]; then
  227. if [ -e ${prefix}/gfxblacklist.txt ]; then
  228. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  229. if [ ${match} = 0 ]; then
  230. set linux_gfx_mode=keep
  231. else
  232. set linux_gfx_mode=text
  233. fi
  234. else
  235. set linux_gfx_mode=text
  236. fi
  237. else
  238. set linux_gfx_mode=keep
  239. fi
  240. else
  241. set linux_gfx_mode=text
  242. fi
  243. export linux_gfx_mode
  244. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3619ba7c-87d2-4f85-add7-e8890a226259' {
  245. recordfail
  246. load_video
  247. gfxmode $linux_gfx_mode
  248. insmod gzio
  249. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  250. insmod part_gpt
  251. insmod ext2
  252. set root='hd0,gpt5'
  253. if [ x$feature_platform_search_hint = xy ]; then
  254. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 3619ba7c-87d2-4f85-add7-e8890a226259
  255. else
  256. search --no-floppy --fs-uuid --set=root 3619ba7c-87d2-4f85-add7-e8890a226259
  257. fi
  258. linux /boot/vmlinuz-5.8.0-43-generic root=UUID=3619ba7c-87d2-4f85-add7-e8890a226259 ro quiet splash $vt_handoff
  259. initrd /boot/initrd.img-5.8.0-43-generic
  260. }
  261. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-3619ba7c-87d2-4f85-add7-e8890a226259' {
  262. menuentry 'Ubuntu, with Linux 5.8.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-43-generic-advanced-3619ba7c-87d2-4f85-add7-e8890a226259' {
  263. recordfail
  264. load_video
  265. gfxmode $linux_gfx_mode
  266. insmod gzio
  267. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  268. insmod part_gpt
  269. insmod ext2
  270. set root='hd0,gpt5'
  271. if [ x$feature_platform_search_hint = xy ]; then
  272. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 3619ba7c-87d2-4f85-add7-e8890a226259
  273. else
  274. search --no-floppy --fs-uuid --set=root 3619ba7c-87d2-4f85-add7-e8890a226259
  275. fi
  276. echo 'Loading Linux 5.8.0-43-generic ...'
  277. linux /boot/vmlinuz-5.8.0-43-generic root=UUID=3619ba7c-87d2-4f85-add7-e8890a226259 ro quiet splash $vt_handoff
  278. echo 'Loading initial ramdisk ...'
  279. initrd /boot/initrd.img-5.8.0-43-generic
  280. }
  281. menuentry 'Ubuntu, with Linux 5.8.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-43-generic-recovery-3619ba7c-87d2-4f85-add7-e8890a226259' {
  282. recordfail
  283. load_video
  284. insmod gzio
  285. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  286. insmod part_gpt
  287. insmod ext2
  288. set root='hd0,gpt5'
  289. if [ x$feature_platform_search_hint = xy ]; then
  290. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 3619ba7c-87d2-4f85-add7-e8890a226259
  291. else
  292. search --no-floppy --fs-uuid --set=root 3619ba7c-87d2-4f85-add7-e8890a226259
  293. fi
  294. echo 'Loading Linux 5.8.0-43-generic ...'
  295. linux /boot/vmlinuz-5.8.0-43-generic root=UUID=3619ba7c-87d2-4f85-add7-e8890a226259 ro recovery nomodeset dis_ucode_ldr
  296. echo 'Loading initial ramdisk ...'
  297. initrd /boot/initrd.img-5.8.0-43-generic
  298. }
  299. menuentry 'Ubuntu, with Linux 5.8.0-41-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-41-generic-advanced-3619ba7c-87d2-4f85-add7-e8890a226259' {
  300. recordfail
  301. load_video
  302. gfxmode $linux_gfx_mode
  303. insmod gzio
  304. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  305. insmod part_gpt
  306. insmod ext2
  307. set root='hd0,gpt5'
  308. if [ x$feature_platform_search_hint = xy ]; then
  309. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 3619ba7c-87d2-4f85-add7-e8890a226259
  310. else
  311. search --no-floppy --fs-uuid --set=root 3619ba7c-87d2-4f85-add7-e8890a226259
  312. fi
  313. echo 'Loading Linux 5.8.0-41-generic ...'
  314. linux /boot/vmlinuz-5.8.0-41-generic root=UUID=3619ba7c-87d2-4f85-add7-e8890a226259 ro quiet splash $vt_handoff
  315. echo 'Loading initial ramdisk ...'
  316. initrd /boot/initrd.img-5.8.0-41-generic
  317. }
  318. menuentry 'Ubuntu, with Linux 5.8.0-41-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-41-generic-recovery-3619ba7c-87d2-4f85-add7-e8890a226259' {
  319. recordfail
  320. load_video
  321. insmod gzio
  322. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  323. insmod part_gpt
  324. insmod ext2
  325. set root='hd0,gpt5'
  326. if [ x$feature_platform_search_hint = xy ]; then
  327. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 3619ba7c-87d2-4f85-add7-e8890a226259
  328. else
  329. search --no-floppy --fs-uuid --set=root 3619ba7c-87d2-4f85-add7-e8890a226259
  330. fi
  331. echo 'Loading Linux 5.8.0-41-generic ...'
  332. linux /boot/vmlinuz-5.8.0-41-generic root=UUID=3619ba7c-87d2-4f85-add7-e8890a226259 ro recovery nomodeset dis_ucode_ldr
  333. echo 'Loading initial ramdisk ...'
  334. initrd /boot/initrd.img-5.8.0-41-generic
  335. }
  336. }
  337.  
  338. ### END /etc/grub.d/10_linux ###
  339.  
  340. ### BEGIN /etc/grub.d/10_linux_zfs ###
  341. ### END /etc/grub.d/10_linux_zfs ###
  342.  
  343. ### BEGIN /etc/grub.d/20_linux_xen ###
  344.  
  345. ### END /etc/grub.d/20_linux_xen ###
  346.  
  347. ### BEGIN /etc/grub.d/30_os-prober ###
  348. ### END /etc/grub.d/30_os-prober ###
  349.  
  350. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  351. ### END /etc/grub.d/30_uefi-firmware ###
  352.  
  353. ### BEGIN /etc/grub.d/40_custom ###
  354. # This file provides an easy way to add custom menu entries. Simply type the
  355. # menu entries you want to add after this comment. Be careful not to change
  356. # the 'exec tail' line above.
  357. menuentry "Windows 8.1" {
  358. insmod ntfs
  359. set root='(hd0,1)'
  360. search --no-floppy --fs-uuid --set 4DF5-12AD
  361. chainloader +1
  362. }
  363.  
  364. ### END /etc/grub.d/40_custom ###
  365.  
  366. ### BEGIN /etc/grub.d/41_custom ###
  367. if [ -f ${config_directory}/custom.cfg ]; then
  368. source ${config_directory}/custom.cfg
  369. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  370. source $prefix/custom.cfg;
  371. fi
  372. ### END /etc/grub.d/41_custom ###
  373. --------------------------------------------------------------------------------
  374.  
  375. =============================== sda5/etc/fstab: ================================
  376.  
  377. --------------------------------------------------------------------------------
  378. # /etc/fstab: static file system information.
  379. #
  380. # Use 'blkid' to print the universally unique identifier for a device; this may
  381. # be used with UUID= as a more robust way to name devices that works even if
  382. # disks are added and removed. See fstab(5).
  383. #
  384. # <file system> <mount point> <type> <options> <dump> <pass>
  385. #UUID=4DF5-12AD /boot/efi vfat umask=0077 0 2
  386. UUID=3619ba7c-87d2-4f85-add7-e8890a226259 / ext4 defaults 0 1
  387. UUID=8C787EE3787ECC08 /home/diogor/windows ntfs defaults,user,auto 0 1
  388. --------------------------------------------------------------------------------
  389.  
  390. =================== sda5: Location of files loaded by Grub: ====================
  391.  
  392. GiB - GB File Fragment(s)
  393.  
  394.  
  395. =============================== StdErr Messages: ===============================
  396.  
  397. cat: /tmp/BootInfo-nkTgLiGD/Tmp_Log: No such file or directory
  398.  
  399.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement