Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.79 KB | None | 0 0
  1. Boot Info Script 8f991e4 + Boot-Repair extra info [Boot-Info 25oct2017]
  2.  
  3.  
  4. ============================= Boot Info Summary: ===============================
  5.  
  6. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  7. the same hard drive for core.img. core.img is at this location and looks
  8. for (,msdos1)/boot/grub. It also embeds following components:
  9.  
  10. modules
  11. ---------------------------------------------------------------------------
  12. fshelp ext2 part_msdos biosdisk
  13. ---------------------------------------------------------------------------
  14. => Syslinux MBR (5.00 and higher) is installed in the MBR of /dev/sdb.
  15.  
  16. sda1: __________________________________________________________________________
  17.  
  18. File system: ext4
  19. Boot sector type: -
  20. Boot sector info:
  21. Operating System: Ubuntu 18.04.3 LTS
  22. Boot files: /boot/grub/grub.cfg /etc/fstab
  23. /boot/grub/i386-pc/core.img
  24.  
  25. sdb1: __________________________________________________________________________
  26.  
  27. File system: vfat
  28. Boot sector type: SYSLINUX 6.03
  29. Boot sector info: Syslinux looks at sector 32800 of /dev/sdb1 for its
  30. second stage. The integrity check of Syslinux failed.
  31. No errors found in the Boot Parameter Block.
  32. Operating System:
  33. Boot files: /boot/grub/grub.cfg /syslinux.cfg
  34. /EFI/BOOT/grubx64.efi /ldlinux.sys
  35.  
  36. ============================ Drive/Partition Info: =============================
  37.  
  38. Drive: sda _____________________________________________________________________
  39. Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  40. Units: sectors of 1 * 512 = 512 bytes
  41. Sector size (logical/physical): 512 bytes / 512 bytes
  42. I/O size (minimum/optimal): 512 bytes / 512 bytes
  43. Disklabel type: dos
  44.  
  45. Partition Boot Start Sector End Sector # of Sectors Id System
  46.  
  47. /dev/sda1 * 2,048 234,440,703 234,438,656 83 Linux
  48.  
  49.  
  50. Drive: sdb _____________________________________________________________________
  51. Disk /dev/sdb: 14.7 GiB, 15728640000 bytes, 30720000 sectors
  52. Units: sectors of 1 * 512 = 512 bytes
  53. Sector size (logical/physical): 512 bytes / 512 bytes
  54. I/O size (minimum/optimal): 512 bytes / 512 bytes
  55. Disklabel type: dos
  56.  
  57. Partition Boot Start Sector End Sector # of Sectors Id System
  58.  
  59. /dev/sdb1 * 2,048 30,719,999 30,717,952 c W95 FAT32 (LBA)
  60.  
  61.  
  62. "blkid" output: ________________________________________________________________
  63.  
  64. Device UUID TYPE LABEL
  65.  
  66. /dev/loop0 squashfs
  67. /dev/loop1 squashfs
  68. /dev/loop2 squashfs
  69. /dev/loop3 squashfs
  70. /dev/loop4 squashfs
  71. /dev/loop5 squashfs
  72. /dev/loop6 squashfs
  73. /dev/loop7 squashfs
  74. /dev/loop8 squashfs
  75. /dev/sda1 2253aabf-dc0a-4eb8-b88f-6be43f99b405 ext4
  76. /dev/sdb1 8A19-AF19 vfat UBUNTU 18_0
  77.  
  78. ========================= "ls -l /dev/disk/by-id" output: ======================
  79.  
  80. total 0
  81. lrwxrwxrwx 1 root root 9 Jan 20 00:33 ata-ADATA_SU650_2J4920030334 -> ../../sda
  82. lrwxrwxrwx 1 root root 10 Jan 20 00:33 ata-ADATA_SU650_2J4920030334-part1 -> ../../sda1
  83. lrwxrwxrwx 1 root root 9 Jan 20 00:33 usb-VendorCo_ProductCode_9207076615459430068-0:0 -> ../../sdb
  84. lrwxrwxrwx 1 root root 10 Jan 20 00:33 usb-VendorCo_ProductCode_9207076615459430068-0:0-part1 -> ../../sdb1
  85.  
  86. ================================ Mount points: =================================
  87.  
  88. Device Mount_Point Type Options
  89.  
  90. /dev/loop0 /rofs squashfs (ro,noatime)
  91. /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  92.  
  93.  
  94. =========================== sda1/boot/grub/grub.cfg: ===========================
  95.  
  96. --------------------------------------------------------------------------------
  97. #
  98. # DO NOT EDIT THIS FILE
  99. #
  100. # It is automatically generated by grub-mkconfig using templates
  101. # from /etc/grub.d and settings from /etc/default/grub
  102. #
  103.  
  104. ### BEGIN /etc/grub.d/00_header ###
  105. if [ -s $prefix/grubenv ]; then
  106. set have_grubenv=true
  107. load_env
  108. fi
  109. if [ "${next_entry}" ] ; then
  110. set default="${next_entry}"
  111. set next_entry=
  112. save_env next_entry
  113. set boot_once=true
  114. else
  115. set default="0"
  116. fi
  117.  
  118. if [ x"${feature_menuentry_id}" = xy ]; then
  119. menuentry_id_option="--id"
  120. else
  121. menuentry_id_option=""
  122. fi
  123.  
  124. export menuentry_id_option
  125.  
  126. if [ "${prev_saved_entry}" ]; then
  127. set saved_entry="${prev_saved_entry}"
  128. save_env saved_entry
  129. set prev_saved_entry=
  130. save_env prev_saved_entry
  131. set boot_once=true
  132. fi
  133.  
  134. function savedefault {
  135. if [ -z "${boot_once}" ]; then
  136. saved_entry="${chosen}"
  137. save_env saved_entry
  138. fi
  139. }
  140. function recordfail {
  141. set recordfail=1
  142. if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  143. }
  144. function load_video {
  145. if [ x$feature_all_video_module = xy ]; then
  146. insmod all_video
  147. else
  148. insmod efi_gop
  149. insmod efi_uga
  150. insmod ieee1275_fb
  151. insmod vbe
  152. insmod vga
  153. insmod video_bochs
  154. insmod video_cirrus
  155. fi
  156. }
  157.  
  158. if [ x$feature_default_font_path = xy ] ; then
  159. font=unicode
  160. else
  161. insmod part_msdos
  162. insmod ext2
  163. set root='hd0,msdos1'
  164. if [ x$feature_platform_search_hint = xy ]; then
  165. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  166. else
  167. search --no-floppy --fs-uuid --set=root 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  168. fi
  169. font="/usr/share/grub/unicode.pf2"
  170. fi
  171.  
  172. if loadfont $font ; then
  173. set gfxmode=auto
  174. load_video
  175. insmod gfxterm
  176. set locale_dir=$prefix/locale
  177. set lang=en_US
  178. insmod gettext
  179. fi
  180. terminal_output gfxterm
  181. if [ "${recordfail}" = 1 ] ; then
  182. set timeout=10
  183. else
  184. if [ x$feature_timeout_style = xy ] ; then
  185. set timeout_style=hidden
  186. set timeout=10
  187. # Fallback hidden-timeout code in case the timeout_style feature is
  188. # unavailable.
  189. elif sleep --interruptible 10 ; then
  190. set timeout=10
  191. fi
  192. fi
  193. ### END /etc/grub.d/00_header ###
  194.  
  195. ### BEGIN /etc/grub.d/05_debian_theme ###
  196. set menu_color_normal=white/black
  197. set menu_color_highlight=black/light-gray
  198. if background_color 44,0,30,0; then
  199. clear
  200. fi
  201. ### END /etc/grub.d/05_debian_theme ###
  202.  
  203. ### BEGIN /etc/grub.d/10_linux ###
  204. function gfxmode {
  205. set gfxpayload="${1}"
  206. if [ "${1}" = "keep" ]; then
  207. set vt_handoff=vt.handoff=1
  208. else
  209. set vt_handoff=
  210. fi
  211. }
  212. if [ "${recordfail}" != 1 ]; then
  213. if [ -e ${prefix}/gfxblacklist.txt ]; then
  214. if hwmatch ${prefix}/gfxblacklist.txt 3; then
  215. if [ ${match} = 0 ]; then
  216. set linux_gfx_mode=keep
  217. else
  218. set linux_gfx_mode=text
  219. fi
  220. else
  221. set linux_gfx_mode=text
  222. fi
  223. else
  224. set linux_gfx_mode=keep
  225. fi
  226. else
  227. set linux_gfx_mode=text
  228. fi
  229. export linux_gfx_mode
  230. menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2253aabf-dc0a-4eb8-b88f-6be43f99b405' {
  231. recordfail
  232. load_video
  233. gfxmode $linux_gfx_mode
  234. insmod gzio
  235. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  236. insmod part_msdos
  237. insmod ext2
  238. set root='hd0,msdos1'
  239. if [ x$feature_platform_search_hint = xy ]; then
  240. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  241. else
  242. search --no-floppy --fs-uuid --set=root 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  243. fi
  244. linux /boot/vmlinuz-5.3.0-26-generic root=UUID=2253aabf-dc0a-4eb8-b88f-6be43f99b405 ro quiet splash $vt_handoff
  245. initrd /boot/initrd.img-5.3.0-26-generic
  246. }
  247. submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-2253aabf-dc0a-4eb8-b88f-6be43f99b405' {
  248. menuentry 'Ubuntu, with Linux 5.3.0-26-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-26-generic-advanced-2253aabf-dc0a-4eb8-b88f-6be43f99b405' {
  249. recordfail
  250. load_video
  251. gfxmode $linux_gfx_mode
  252. insmod gzio
  253. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  254. insmod part_msdos
  255. insmod ext2
  256. set root='hd0,msdos1'
  257. if [ x$feature_platform_search_hint = xy ]; then
  258. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  259. else
  260. search --no-floppy --fs-uuid --set=root 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  261. fi
  262. echo 'Loading Linux 5.3.0-26-generic ...'
  263. linux /boot/vmlinuz-5.3.0-26-generic root=UUID=2253aabf-dc0a-4eb8-b88f-6be43f99b405 ro quiet splash $vt_handoff
  264. echo 'Loading initial ramdisk ...'
  265. initrd /boot/initrd.img-5.3.0-26-generic
  266. }
  267. menuentry 'Ubuntu, with Linux 5.3.0-26-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3.0-26-generic-recovery-2253aabf-dc0a-4eb8-b88f-6be43f99b405' {
  268. recordfail
  269. load_video
  270. insmod gzio
  271. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  272. insmod part_msdos
  273. insmod ext2
  274. set root='hd0,msdos1'
  275. if [ x$feature_platform_search_hint = xy ]; then
  276. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  277. else
  278. search --no-floppy --fs-uuid --set=root 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  279. fi
  280. echo 'Loading Linux 5.3.0-26-generic ...'
  281. linux /boot/vmlinuz-5.3.0-26-generic root=UUID=2253aabf-dc0a-4eb8-b88f-6be43f99b405 ro recovery nomodeset
  282. echo 'Loading initial ramdisk ...'
  283. initrd /boot/initrd.img-5.3.0-26-generic
  284. }
  285. menuentry 'Ubuntu, with Linux 5.0.0-37-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-37-generic-advanced-2253aabf-dc0a-4eb8-b88f-6be43f99b405' {
  286. recordfail
  287. load_video
  288. gfxmode $linux_gfx_mode
  289. insmod gzio
  290. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  291. insmod part_msdos
  292. insmod ext2
  293. set root='hd0,msdos1'
  294. if [ x$feature_platform_search_hint = xy ]; then
  295. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  296. else
  297. search --no-floppy --fs-uuid --set=root 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  298. fi
  299. echo 'Loading Linux 5.0.0-37-generic ...'
  300. linux /boot/vmlinuz-5.0.0-37-generic root=UUID=2253aabf-dc0a-4eb8-b88f-6be43f99b405 ro quiet splash $vt_handoff
  301. echo 'Loading initial ramdisk ...'
  302. initrd /boot/initrd.img-5.0.0-37-generic
  303. }
  304. menuentry 'Ubuntu, with Linux 5.0.0-37-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-37-generic-recovery-2253aabf-dc0a-4eb8-b88f-6be43f99b405' {
  305. recordfail
  306. load_video
  307. insmod gzio
  308. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  309. insmod part_msdos
  310. insmod ext2
  311. set root='hd0,msdos1'
  312. if [ x$feature_platform_search_hint = xy ]; then
  313. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  314. else
  315. search --no-floppy --fs-uuid --set=root 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  316. fi
  317. echo 'Loading Linux 5.0.0-37-generic ...'
  318. linux /boot/vmlinuz-5.0.0-37-generic root=UUID=2253aabf-dc0a-4eb8-b88f-6be43f99b405 ro recovery nomodeset
  319. echo 'Loading initial ramdisk ...'
  320. initrd /boot/initrd.img-5.0.0-37-generic
  321. }
  322. menuentry 'Ubuntu, with Linux 5.0.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-23-generic-advanced-2253aabf-dc0a-4eb8-b88f-6be43f99b405' {
  323. recordfail
  324. load_video
  325. gfxmode $linux_gfx_mode
  326. insmod gzio
  327. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  328. insmod part_msdos
  329. insmod ext2
  330. set root='hd0,msdos1'
  331. if [ x$feature_platform_search_hint = xy ]; then
  332. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  333. else
  334. search --no-floppy --fs-uuid --set=root 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  335. fi
  336. echo 'Loading Linux 5.0.0-23-generic ...'
  337. linux /boot/vmlinuz-5.0.0-23-generic root=UUID=2253aabf-dc0a-4eb8-b88f-6be43f99b405 ro quiet splash $vt_handoff
  338. echo 'Loading initial ramdisk ...'
  339. initrd /boot/initrd.img-5.0.0-23-generic
  340. }
  341. menuentry 'Ubuntu, with Linux 5.0.0-23-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.0.0-23-generic-recovery-2253aabf-dc0a-4eb8-b88f-6be43f99b405' {
  342. recordfail
  343. load_video
  344. insmod gzio
  345. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  346. insmod part_msdos
  347. insmod ext2
  348. set root='hd0,msdos1'
  349. if [ x$feature_platform_search_hint = xy ]; then
  350. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  351. else
  352. search --no-floppy --fs-uuid --set=root 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  353. fi
  354. echo 'Loading Linux 5.0.0-23-generic ...'
  355. linux /boot/vmlinuz-5.0.0-23-generic root=UUID=2253aabf-dc0a-4eb8-b88f-6be43f99b405 ro recovery nomodeset
  356. echo 'Loading initial ramdisk ...'
  357. initrd /boot/initrd.img-5.0.0-23-generic
  358. }
  359. }
  360.  
  361. ### END /etc/grub.d/10_linux ###
  362.  
  363. ### BEGIN /etc/grub.d/20_linux_xen ###
  364.  
  365. ### END /etc/grub.d/20_linux_xen ###
  366.  
  367. ### BEGIN /etc/grub.d/20_memtest86+ ###
  368. menuentry 'Memory test (memtest86+)' {
  369. insmod part_msdos
  370. insmod ext2
  371. set root='hd0,msdos1'
  372. if [ x$feature_platform_search_hint = xy ]; then
  373. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  374. else
  375. search --no-floppy --fs-uuid --set=root 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  376. fi
  377. knetbsd /boot/memtest86+.elf
  378. }
  379. menuentry 'Memory test (memtest86+, serial console 115200)' {
  380. insmod part_msdos
  381. insmod ext2
  382. set root='hd0,msdos1'
  383. if [ x$feature_platform_search_hint = xy ]; then
  384. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  385. else
  386. search --no-floppy --fs-uuid --set=root 2253aabf-dc0a-4eb8-b88f-6be43f99b405
  387. fi
  388. linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  389. }
  390. ### END /etc/grub.d/20_memtest86+ ###
  391.  
  392. ### BEGIN /etc/grub.d/30_os-prober ###
  393. ### END /etc/grub.d/30_os-prober ###
  394.  
  395. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  396. ### END /etc/grub.d/30_uefi-firmware ###
  397.  
  398. ### BEGIN /etc/grub.d/40_custom ###
  399. # This file provides an easy way to add custom menu entries. Simply type the
  400. # menu entries you want to add after this comment. Be careful not to change
  401. # the 'exec tail' line above.
  402. ### END /etc/grub.d/40_custom ###
  403.  
  404. ### BEGIN /etc/grub.d/41_custom ###
  405. if [ -f ${config_directory}/custom.cfg ]; then
  406. source ${config_directory}/custom.cfg
  407. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  408. source $prefix/custom.cfg;
  409. fi
  410. ### END /etc/grub.d/41_custom ###
  411. --------------------------------------------------------------------------------
  412.  
  413. =============================== sda1/etc/fstab: ================================
  414.  
  415. --------------------------------------------------------------------------------
  416. # /etc/fstab: static file system information.
  417. #
  418. # Use 'blkid' to print the universally unique identifier for a
  419. # device; this may be used with UUID= as a more robust way to name devices
  420. # that works even if disks are added and removed. See fstab(5).
  421. #
  422. # <file system> <mount point> <type> <options> <dump> <pass>
  423. # / was on /dev/sda1 during installation
  424. UUID=2253aabf-dc0a-4eb8-b88f-6be43f99b405 / ext4 errors=remount-ro 0 1
  425. /swapfile none swap sw 0 0
  426.  
  427. # attempt at mounting by id
  428. /dev/disk/by-id/usb-ST8000DM_004-2CX188_152D00539000-0:2-part2 /mnt/media ntfs
  429. /dev/disk/by-id/usb-WDC_WD30_EFRX-68EUZN0_152D00539000-0:0-part1 /mnt/storage1 ntfs
  430. /dev/disk/by-id/usb-WDC_WD30_EFRX-68EUZN0_152D00539000-0:1-part1 /mnt/storage2 ntfs
  431. --------------------------------------------------------------------------------
  432.  
  433. =================== sda1: Location of files loaded by Grub: ====================
  434.  
  435. GiB - GB File Fragment(s)
  436.  
  437. 60.232097626 = 64.673722368 boot/grub/grub.cfg 1
  438. 36.708385468 = 39.415328768 boot/grub/i386-pc/core.img 1
  439. 3.954097748 = 4.245680128 boot/vmlinuz-5.0.0-23-generic 2
  440. 32.751342773 = 35.166486528 boot/vmlinuz-5.0.0-37-generic 1
  441. 45.743160248 = 49.116344320 boot/vmlinuz-5.3.0-26-generic 2
  442. 45.743160248 = 49.116344320 vmlinuz 2
  443. 32.751342773 = 35.166486528 vmlinuz.old 1
  444. 34.326965332 = 36.858298368 boot/initrd.img-5.0.0-23-generic 2
  445. 34.445243835 = 36.985298944 boot/initrd.img-5.0.0-37-generic 4
  446. 46.680149078 = 50.122428416 boot/initrd.img-5.3.0-26-generic 3
  447. 46.680149078 = 50.122428416 initrd.img 3
  448. 34.445243835 = 36.985298944 initrd.img.old 4
  449.  
  450. =========================== sdb1/boot/grub/grub.cfg: ===========================
  451.  
  452. --------------------------------------------------------------------------------
  453.  
  454. if loadfont /boot/grub/font.pf2 ; then
  455. set gfxmode=auto
  456. insmod efi_gop
  457. insmod efi_uga
  458. insmod gfxterm
  459. terminal_output gfxterm
  460. fi
  461.  
  462. set menu_color_normal=white/black
  463. set menu_color_highlight=black/light-gray
  464.  
  465. set timeout=5
  466. menuentry "Try Ubuntu without installing" {
  467. set gfxpayload=keep
  468. linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  469. initrd /casper/initrd
  470. }
  471. menuentry "Install Ubuntu" {
  472. set gfxpayload=keep
  473. linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  474. initrd /casper/initrd
  475. }
  476. menuentry "OEM install (for manufacturers)" {
  477. set gfxpayload=keep
  478. linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  479. initrd /casper/initrd
  480. }
  481. menuentry "Check disc for defects" {
  482. set gfxpayload=keep
  483. linux /casper/vmlinuz boot=casper integrity-check quiet splash ---
  484. initrd /casper/initrd
  485. }
  486. --------------------------------------------------------------------------------
  487.  
  488. ============================== sdb1/syslinux.cfg: ==============================
  489.  
  490. --------------------------------------------------------------------------------
  491. DEFAULT loadconfig
  492.  
  493. LABEL loadconfig
  494. CONFIG /isolinux/isolinux.cfg
  495. APPEND /isolinux/
  496. --------------------------------------------------------------------------------
  497.  
  498. =================== sdb1: Location of files loaded by Grub: ====================
  499.  
  500. GiB - GB File Fragment(s)
  501.  
  502. ?? = ?? boot/grub/grub.cfg 1
  503.  
  504. ================= sdb1: Location of files loaded by Syslinux: ==================
  505.  
  506. GiB - GB File Fragment(s)
  507.  
  508. ?? = ?? syslinux.cfg 1
  509. ?? = ?? ldlinux.sys 1
  510.  
  511. =============================== StdErr Messages: ===============================
  512.  
  513. File descriptor 10 (/proc/9042/mountinfo) leaked on lvs invocation. Parent PID 16039: bash
  514. File descriptor 63 (pipe:[82755]) leaked on lvs invocation. Parent PID 16039: bash
  515.  
  516. ADDITIONAL INFORMATION :
  517. =================== log of boot-repair 20200120_0033 ===================
  518. boot-repair version : 4ppa66
  519. boot-sav version : 4ppa66
  520. boot-sav-extra version : 4ppa66
  521. glade2script version : 3.2.3~ppa4
  522. boot-repair is executed in live-session (Ubuntu 18.04.3 LTS, bionic, Ubuntu, x86_64)
  523. CPU op-mode(s): 32-bit, 64-bit
  524. file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd quiet splash --- maybe-ubiquity
  525. ls: cannot access '/home/usr/.config': No such file or directory
  526.  
  527. =================== os-prober:
  528. /dev/sda1:Ubuntu 18.04.3 LTS (18.04):Ubuntu:linux
  529.  
  530. =================== blkid:
  531. /dev/sda1: UUID="2253aabf-dc0a-4eb8-b88f-6be43f99b405" TYPE="ext4" PARTUUID="d03cb93f-01"
  532. /dev/sdb1: LABEL="UBUNTU 18_0" UUID="8A19-AF19" TYPE="vfat" PARTUUID="0d7c51a3-01"
  533. /dev/loop0: TYPE="squashfs"
  534. /dev/loop1: TYPE="squashfs"
  535. /dev/loop2: TYPE="squashfs"
  536. /dev/loop3: TYPE="squashfs"
  537. /dev/loop4: TYPE="squashfs"
  538. /dev/loop5: TYPE="squashfs"
  539. /dev/loop6: TYPE="squashfs"
  540. /dev/loop7: TYPE="squashfs"
  541. /dev/loop8: TYPE="squashfs"
  542.  
  543.  
  544. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  545.  
  546.  
  547. =================== sda1/etc/grub.d/ :
  548. drwxr-xr-x 2 root root 4096 Dec 23 22:36 grub.d
  549. total 80
  550. -rwxr-xr-x 1 root root 10046 Mar 18 2019 00_header
  551. -rwxr-xr-x 1 root root 6258 Mar 18 2019 05_debian_theme
  552. -rwxr-xr-x 1 root root 12693 Mar 18 2019 10_linux
  553. -rwxr-xr-x 1 root root 11298 Mar 18 2019 20_linux_xen
  554. -rwxr-xr-x 1 root root 1992 Jan 28 2016 20_memtest86+
  555. -rwxr-xr-x 1 root root 12059 Mar 18 2019 30_os-prober
  556. -rwxr-xr-x 1 root root 1418 Mar 18 2019 30_uefi-firmware
  557. -rwxr-xr-x 1 root root 214 Mar 18 2019 40_custom
  558. -rwxr-xr-x 1 root root 216 Mar 18 2019 41_custom
  559. -rw-r--r-- 1 root root 483 Mar 18 2019 README
  560.  
  561.  
  562.  
  563.  
  564. =================== sda1/etc/default/grub :
  565.  
  566. # If you change this file, run 'update-grub' afterwards to update
  567. # /boot/grub/grub.cfg.
  568. # For full documentation of the options in this file, see:
  569. # info -f grub -n 'Simple configuration'
  570.  
  571. GRUB_DEFAULT=0
  572. GRUB_TIMEOUT_STYLE=hidden
  573. GRUB_TIMEOUT=10
  574. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  575. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  576. GRUB_CMDLINE_LINUX=""
  577.  
  578. # Uncomment to enable BadRAM filtering, modify to suit your needs
  579. # This works with Linux (no patch required) and with any kernel that obtains
  580. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  581. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  582.  
  583. # Uncomment to disable graphical terminal (grub-pc only)
  584. #GRUB_TERMINAL=console
  585.  
  586. # The resolution used on graphical terminal
  587. # note that you can use only modes which your graphic card supports via VBE
  588. # you can see them in real GRUB with the command `vbeinfo'
  589. #GRUB_GFXMODE=640x480
  590.  
  591. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  592. #GRUB_DISABLE_LINUX_UUID=true
  593.  
  594. # Uncomment to disable generation of recovery mode menu entries
  595. #GRUB_DISABLE_RECOVERY="true"
  596.  
  597. # Uncomment to get a beep at grub start
  598. #GRUB_INIT_TUNE="480 440 1"
  599.  
  600.  
  601.  
  602.  
  603. =================== sda1recordfail=1/grub/grubenv :
  604. recordfail=1
  605.  
  606.  
  607.  
  608.  
  609. =================== UEFI/Legacy mode:
  610. This live-session is not in EFI-mode.
  611. SecureBoot maybe enabled.
  612.  
  613.  
  614. =================== PARTITIONS & DISKS:
  615. sda1 : sda, not-sepboot, grubenv-ng grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-without-efi, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, notbiosboot, /mnt/boot-sav/sda1.
  616.  
  617. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
  618.  
  619.  
  620. =================== parted -lm:
  621.  
  622. BYT;
  623. /dev/sda:120GB:scsi:512:512:msdos:ATA ADATA SU650:;
  624. 1:1049kB:120GB:120GB:ext4::boot;
  625.  
  626. BYT;
  627. /dev/sdb:15.7GB:scsi:512:512:msdos:VendorCo ProductCode:;
  628. 1:1049kB:15.7GB:15.7GB:fat32::boot, lba;
  629.  
  630. =================== lsblk:
  631. KNAME TYPE FSTYPE SIZE LABEL
  632. loop0 loop squashfs 1.9G
  633. loop1 loop squashfs 88.5M
  634. loop2 loop squashfs 54.4M
  635. loop3 loop squashfs 42.8M
  636. loop4 loop squashfs 149.9M
  637. loop5 loop squashfs 4M
  638. loop6 loop squashfs 14.8M
  639. loop7 loop squashfs 1008K
  640. loop8 loop squashfs 3.7M
  641. sda disk 111.8G
  642. sda1 part ext4 111.8G
  643. sdb disk 14.7G
  644. sdb1 part vfat 14.7G UBUNTU 18_0
  645.  
  646. KNAME ROTA RO RM STATE MOUNTPOINT
  647. loop0 1 1 0 /rofs
  648. loop1 1 1 0 /snap/core/7270
  649. loop2 1 1 0 /snap/core18/1066
  650. loop3 1 1 0 /snap/gtk-common-themes/1313
  651. loop4 1 1 0 /snap/gnome-3-28-1804/67
  652. loop5 1 1 0 /snap/gnome-calculator/406
  653. loop6 1 1 0 /snap/gnome-characters/296
  654. loop7 1 1 0 /snap/gnome-logs/61
  655. loop8 1 1 0 /snap/gnome-system-monitor/100
  656. sda 0 0 0 running
  657. sda1 0 0 0 /mnt/boot-sav/sda1
  658. sdb 1 0 1 running
  659. sdb1 1 0 1 /cdrom
  660.  
  661.  
  662. =================== mount:
  663. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  664. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  665. udev on /dev type devtmpfs (rw,nosuid,relatime,size=8097808k,nr_inodes=2024452,mode=755)
  666. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  667. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=1624512k,mode=755)
  668. /dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  669. /dev/loop0 on /rofs type squashfs (ro,noatime)
  670. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  671. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  672. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  673. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  674. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  675. cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate)
  676. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
  677. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  678. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  679. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  680. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  681. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  682. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  683. cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
  684. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  685. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  686. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  687. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  688. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  689. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16457)
  690. mqueue on /dev/mqueue type mqueue (rw,relatime)
  691. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  692. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
  693. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  694. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  695. configfs on /sys/kernel/config type configfs (rw,relatime)
  696. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  697. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=1624508k,mode=700,uid=999,gid=999)
  698. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  699. /var/lib/snapd/snaps/core_7270.snap on /snap/core/7270 type squashfs (ro,nodev,relatime,x-gdu.hide)
  700. /var/lib/snapd/snaps/core18_1066.snap on /snap/core18/1066 type squashfs (ro,nodev,relatime,x-gdu.hide)
  701. /var/lib/snapd/snaps/gtk-common-themes_1313.snap on /snap/gtk-common-themes/1313 type squashfs (ro,nodev,relatime,x-gdu.hide)
  702. /var/lib/snapd/snaps/gnome-3-28-1804_67.snap on /snap/gnome-3-28-1804/67 type squashfs (ro,nodev,relatime,x-gdu.hide)
  703. /var/lib/snapd/snaps/gnome-calculator_406.snap on /snap/gnome-calculator/406 type squashfs (ro,nodev,relatime,x-gdu.hide)
  704. /var/lib/snapd/snaps/gnome-characters_296.snap on /snap/gnome-characters/296 type squashfs (ro,nodev,relatime,x-gdu.hide)
  705. /var/lib/snapd/snaps/gnome-logs_61.snap on /snap/gnome-logs/61 type squashfs (ro,nodev,relatime,x-gdu.hide)
  706. /var/lib/snapd/snaps/gnome-system-monitor_100.snap on /snap/gnome-system-monitor/100 type squashfs (ro,nodev,relatime,x-gdu.hide)
  707. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw,relatime)
  708.  
  709.  
  710. =================== ls:
  711. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro sda1 size slaves stat subsystem trace uevent
  712. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range hidden holders inflight integrity mq power queue range removable ro sdb1 size slaves stat subsystem trace uevent
  713. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri drm_dp_aux0 drm_dp_aux1 ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 initctl input kmsg kvm lightnvm log mapper mcelog mei0 mem memory_bandwidth mqueue net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout udmabuf uhid uinput urandom usb userio vfio vga_arbiter vhci vhost-net vhost-vsock zero
  714. ls /dev/mapper: control
  715.  
  716. =================== df -Th:
  717.  
  718. Filesystem Type Size Used Avail Use% Mounted on
  719. udev devtmpfs 7.8G 0 7.8G 0% /dev
  720. tmpfs tmpfs 1.6G 1.6M 1.6G 1% /run
  721. /dev/sdb1 vfat 15G 2.0G 13G 14% /cdrom
  722. /dev/loop0 squashfs 1.9G 1.9G 0 100% /rofs
  723. /cow overlay 7.8G 506M 7.3G 7% /
  724. tmpfs tmpfs 7.8G 34M 7.8G 1% /dev/shm
  725. tmpfs tmpfs 5.0M 8.0K 5.0M 1% /run/lock
  726. tmpfs tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
  727. tmpfs tmpfs 7.8G 4.0K 7.8G 1% /tmp
  728. tmpfs tmpfs 1.6G 48K 1.6G 1% /run/user/999
  729. /dev/loop1 squashfs 89M 89M 0 100% /snap/core/7270
  730. /dev/loop2 squashfs 55M 55M 0 100% /snap/core18/1066
  731. /dev/loop3 squashfs 43M 43M 0 100% /snap/gtk-common-themes/1313
  732. /dev/loop4 squashfs 150M 150M 0 100% /snap/gnome-3-28-1804/67
  733. /dev/loop5 squashfs 4.2M 4.2M 0 100% /snap/gnome-calculator/406
  734. /dev/loop6 squashfs 15M 15M 0 100% /snap/gnome-characters/296
  735. /dev/loop7 squashfs 1.0M 1.0M 0 100% /snap/gnome-logs/61
  736. /dev/loop8 squashfs 3.8M 3.8M 0 100% /snap/gnome-system-monitor/100
  737. /dev/sda1 ext4 110G 34G 71G 32% /mnt/boot-sav/sda1
  738.  
  739. =================== fdisk -l:
  740. Disk /dev/loop0: 1.9 GiB, 1987817472 bytes, 3882456 sectors
  741. Units: sectors of 1 * 512 = 512 bytes
  742. Sector size (logical/physical): 512 bytes / 512 bytes
  743. I/O size (minimum/optimal): 512 bytes / 512 bytes
  744.  
  745.  
  746. Disk /dev/loop1: 88.5 MiB, 92778496 bytes, 181208 sectors
  747. Units: sectors of 1 * 512 = 512 bytes
  748. Sector size (logical/physical): 512 bytes / 512 bytes
  749. I/O size (minimum/optimal): 512 bytes / 512 bytes
  750.  
  751.  
  752. Disk /dev/loop2: 54.4 MiB, 57069568 bytes, 111464 sectors
  753. Units: sectors of 1 * 512 = 512 bytes
  754. Sector size (logical/physical): 512 bytes / 512 bytes
  755. I/O size (minimum/optimal): 512 bytes / 512 bytes
  756.  
  757.  
  758. Disk /dev/loop3: 42.8 MiB, 44879872 bytes, 87656 sectors
  759. Units: sectors of 1 * 512 = 512 bytes
  760. Sector size (logical/physical): 512 bytes / 512 bytes
  761. I/O size (minimum/optimal): 512 bytes / 512 bytes
  762.  
  763.  
  764. Disk /dev/loop4: 149.9 MiB, 157184000 bytes, 307000 sectors
  765. Units: sectors of 1 * 512 = 512 bytes
  766. Sector size (logical/physical): 512 bytes / 512 bytes
  767. I/O size (minimum/optimal): 512 bytes / 512 bytes
  768.  
  769.  
  770. Disk /dev/loop5: 4 MiB, 4218880 bytes, 8240 sectors
  771. Units: sectors of 1 * 512 = 512 bytes
  772. Sector size (logical/physical): 512 bytes / 512 bytes
  773. I/O size (minimum/optimal): 512 bytes / 512 bytes
  774.  
  775.  
  776. Disk /dev/loop6: 14.8 MiB, 15462400 bytes, 30200 sectors
  777. Units: sectors of 1 * 512 = 512 bytes
  778. Sector size (logical/physical): 512 bytes / 512 bytes
  779. I/O size (minimum/optimal): 512 bytes / 512 bytes
  780.  
  781.  
  782. Disk /dev/loop7: 1008 KiB, 1032192 bytes, 2016 sectors
  783. Units: sectors of 1 * 512 = 512 bytes
  784. Sector size (logical/physical): 512 bytes / 512 bytes
  785. I/O size (minimum/optimal): 512 bytes / 512 bytes
  786.  
  787.  
  788. Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
  789. Units: sectors of 1 * 512 = 512 bytes
  790. Sector size (logical/physical): 512 bytes / 512 bytes
  791. I/O size (minimum/optimal): 512 bytes / 512 bytes
  792. Disklabel type: dos
  793. Disk identifier: 0xd03cb93f
  794.  
  795. Device Boot Start End Sectors Size Id Type
  796. /dev/sda1 * 2048 234440703 234438656 111.8G 83 Linux
  797.  
  798.  
  799. Disk /dev/sdb: 14.7 GiB, 15728640000 bytes, 30720000 sectors
  800. Units: sectors of 1 * 512 = 512 bytes
  801. Sector size (logical/physical): 512 bytes / 512 bytes
  802. I/O size (minimum/optimal): 512 bytes / 512 bytes
  803. Disklabel type: dos
  804. Disk identifier: 0x0d7c51a3
  805.  
  806. Device Boot Start End Sectors Size Id Type
  807. /dev/sdb1 * 2048 30719999 30717952 14.7G c W95 FAT32 (LBA)
  808.  
  809.  
  810. Disk /dev/loop8: 3.7 MiB, 3825664 bytes, 7472 sectors
  811. Units: sectors of 1 * 512 = 512 bytes
  812. Sector size (logical/physical): 512 bytes / 512 bytes
  813. I/O size (minimum/optimal): 512 bytes / 512 bytes
  814.  
  815.  
  816.  
  817.  
  818. =================== Suggested repair
  819. The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
  820. Additional repair would be performed: unhide-bootmenu-10s
  821.  
  822.  
  823. =================== Final advice in case of suggested repair
  824.  
  825.  
  826. The boot files of [Ubuntu 18.04.3 LTS] are far from the start of the disk. Your BIOS may not detect them. You may want to retry after creating a /boot partition (EXT4, >200MB, start of the disk). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot partition:] option of [Boot Repair]. (https://help.ubuntu.com/community/BootPartition)
  827.  
  828.  
  829. =================== User settings
  830. The settings chosen by the user will not act on the boot.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement