Advertisement
Guest User

Untitled

a guest
Aug 16th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.80 KB | None | 0 0
  1. boot-repair-4ppa130 [20210816_1404]
  2.  
  3. ============================= Boot Repair Summary ==============================
  4.  
  5.  
  6. Unmount mmcblk0p1 from /media/mint/SD Card/ to avoid special characters (& or \ or space) incompatibilities
  7.  
  8.  
  9. Default settings: ______________________________________________________________
  10.  
  11. The default repair of the Boot-Repair utility would reinstall the grub-efi-amd64-signed of
  12. nvme0n1p1,
  13. using the following options: nvme1n1p1/boot/efi,
  14. Additional repair would be performed: unhide-bootmenu-10s win-legacy-basic-fix use-standard-efi-file restore-efi-backups
  15.  
  16. Final advice in case of suggested repair: ______________________________________
  17.  
  18.  
  19. Please do not forget to make your UEFI firmware boot on the Linux Mint 20.2 Uma (20.2) entry (nvme1n1p1/efi/****/shim****.efi (**** will be updated in the final message) file) !
  20. If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
  21.  
  22. If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
  23. For example you can boot into Windows, then type the following command in an admin command prompt:
  24. bcdedit /set {bootmgr} path \EFI\****\shim****.efi (**** will be updated in the final message)
  25.  
  26. User settings: _________________________________________________________________
  27.  
  28. Warning: The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes.
  29. /usr/share/boot-sav/bs-cmd_terminal.sh: line 177: warning: command substitution: ignored null byte in input
  30.  
  31. ** (xed:32679): WARNING **: 14:07:48.372: Set document metadata failed: Setting attribute metadata::xed-position not supported
  32. The settings chosen by the user will reinstall the grub-efi-amd64-signed of
  33. nvme0n1p1,
  34. using the following options: --disk-module=ata nvme1n1p1/boot/efi,
  35. The boot flag will be placed on nvme0n1p1.
  36. Additional repair will be performed: unhide-bootmenu-10s win-legacy-basic-fix use-standard-efi-file restore-efi-backups
  37.  
  38.  
  39. /boot/efi added in nvme0n1p1/fstab
  40. rm /mnt/boot-sav/nvme1n1p1/efi/Boot/bootx64.efi
  41. mv /mnt/boot-sav/nvme1n1p1/efi/Boot/bkpbootx64.efi /mnt/boot-sav/nvme1n1p1/efi/Boot/bootx64.efi
  42. Quantity of real Windows: 1
  43. Mount nvme1n1p1 on /mnt/boot-sav/nvme0n1p1/boot/efi
  44.  
  45. =============== Reinstall the grub-efi-amd64-signed of nvme0n1p1 ===============
  46.  
  47. grub-install --version
  48. grub-install (GRUB) 2.04-1ubuntu26.12
  49.  
  50. efibootmgr -v from chroot before grub install
  51. BootCurrent: 0003
  52. Timeout: 1 seconds
  53. BootOrder: 0003,0004,0000,0002
  54. Boot0000* ubuntu HD(1,GPT,444deb3f-5c10-4c82-99a2-2dfd957db459,0x800,0x82000)/File(EFIUBUNTUSHIMX64.EFI)
  55. Boot0002* Windows Boot Manager HD(1,GPT,444deb3f-5c10-4c82-99a2-2dfd957db459,0x800,0x82000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)..BO
  56. Boot0003* UEFI: SanDisk PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/CDROM(1,0x280,0x7c00)..BO
  57. Boot0004* UEFI: SanDisk, Partition 2 PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/HD(2,MBR,0x252d5927,0x280,0x1f00)..BO
  58.  
  59. uname -r
  60. 5.4.0-74-generic
  61.  
  62. grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot
  63. Installing for x86_64-efi platform.
  64. Installation finished. No error reported.
  65. df /dev/nvme1n1p1
  66. mv /mnt/boot-sav/nvme0n1p1/boot/efi/EFI/Boot/bootx64.efi /mnt/boot-sav/nvme0n1p1/boot/efi/EFI/Boot/bkpbootx64.efi
  67. cp /mnt/boot-sav/nvme0n1p1/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/nvme0n1p1/boot/efi/EFI/Boot/bootx64.efi
  68.  
  69. grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot
  70. Installing for x86_64-efi platform.
  71. Installation finished. No error reported.
  72.  
  73. efibootmgr -v from chroot after grub install
  74. BootCurrent: 0003
  75. Timeout: 1 seconds
  76. BootOrder: 0000,0003,0004,0002
  77. Boot0000* ubuntu HD(1,GPT,444deb3f-5c10-4c82-99a2-2dfd957db459,0x800,0x82000)/File(EFIubuntushimx64.efi)
  78. Boot0002* Windows Boot Manager HD(1,GPT,444deb3f-5c10-4c82-99a2-2dfd957db459,0x800,0x82000)/File(EFIMICROSOFTBOOTBOOTMGFW.EFI)..BO
  79. Boot0003* UEFI: SanDisk PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/CDROM(1,0x280,0x7c00)..BO
  80. Boot0004* UEFI: SanDisk, Partition 2 PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/HD(2,MBR,0x252d5927,0x280,0x1f00)..BO
  81.  
  82. chroot /mnt/boot-sav/nvme0n1p1 update-grub
  83. Sourcing file `/etc/default/grub'
  84. Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'
  85. Sourcing file `/etc/default/grub.d/init-select.cfg'
  86. Generating grub configuration file ...
  87. Found linux image: /boot/vmlinuz-5.4.0-81-generic
  88. Found initrd image: /boot/initrd.img-5.4.0-81-generic
  89. File descriptor 63 (pipe:[272570]) leaked on lvs invocation. Parent PID 35639: /bin/sh
  90. grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
  91. Found Windows Boot Manager on /dev/nvme1n1p1@/EFI/Microsoft/Boot/bootmgfw.efi
  92. Adding boot menu entry for UEFI Firmware Settings
  93.  
  94. Unhide GRUB boot menu in nvme0n1p1/boot/grub/grub.cfg
  95.  
  96. An error occurred during the repair.
  97.  
  98. You can now reboot your computer.
  99.  
  100. Please do not forget to make your UEFI firmware boot on the Linux Mint 20.2 Uma (20.2) entry (nvme1n1p1/EFI/ubuntu/shimx64.efi file) !
  101. If your computer reboots directly into Windows, try to change the boot order in your UEFI firmware.
  102.  
  103. If your UEFI firmware does not allow to change the boot order, change the default boot entry of the Windows bootloader.
  104. For example you can boot into Windows, then type the following command in an admin command prompt:
  105. bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi
  106.  
  107. ============================ Boot Info After Repair ============================
  108.  
  109. => No boot loader is installed in the MBR of /dev/mmcblk0.
  110. => No boot loader is installed in the MBR of /dev/nvme0n1.
  111. => No boot loader is installed in the MBR of /dev/nvme1n1.
  112.  
  113. mmcblk0p1: _____________________________________________________________________
  114.  
  115. File system: ntfs
  116. Boot sector type: Unknown
  117. Boot sector info: No errors found in the Boot Parameter Block.
  118. Operating System:
  119. Boot files:
  120.  
  121. nvme0n1p1: _____________________________________________________________________
  122.  
  123. File system: ext4
  124. Boot sector type: -
  125. Boot sector info:
  126. Operating System: Linux Mint 20.2
  127. Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
  128.  
  129. nvme0n1p2: _____________________________________________________________________
  130.  
  131. File system: ext4
  132. Boot sector type: -
  133. Boot sector info:
  134. Operating System:
  135. Boot files:
  136.  
  137. nvme1n1p1: _____________________________________________________________________
  138.  
  139. File system: vfat
  140. Boot sector type: Windows 8/2012: FAT32
  141. Boot sector info: No errors found in the Boot Parameter Block.
  142. Operating System:
  143. Boot files: /efi/Boot/bkpbootx64.efi /efi/Boot/bootx64.efi
  144. /efi/Boot/fbx64.efi /efi/Boot/grubx64.efi
  145. /efi/Boot/mmx64.efi /efi/ubuntu/grubx64.efi
  146. /efi/ubuntu/mmx64.efi /efi/ubuntu/shimx64.efi
  147. /efi/ubuntu/grub.cfg /efi/Microsoft/Boot/bootmgfw.efi
  148. /efi/Microsoft/Boot/bootmgr.efi
  149. /efi/Microsoft/Boot/memtest.efi
  150.  
  151. nvme1n1p2: _____________________________________________________________________
  152.  
  153. File system:
  154. Boot sector type: -
  155. Boot sector info:
  156.  
  157. nvme1n1p3: _____________________________________________________________________
  158.  
  159. File system: ntfs
  160. Boot sector type: Windows 8/2012: NTFS
  161. Boot sector info: No errors found in the Boot Parameter Block.
  162. Operating System: Windows 10
  163. Boot files: /Windows/System32/winload.exe
  164.  
  165. nvme1n1p4: _____________________________________________________________________
  166.  
  167. File system: ntfs
  168. Boot sector type: Unknown
  169. Boot sector info: No errors found in the Boot Parameter Block.
  170. Operating System:
  171. Boot files:
  172.  
  173. nvme1n1p5: _____________________________________________________________________
  174.  
  175. File system: ntfs
  176. Boot sector type: Windows 8/2012: NTFS
  177. Boot sector info: No errors found in the Boot Parameter Block.
  178. Operating System:
  179. Boot files:
  180.  
  181. nvme1n1p6: _____________________________________________________________________
  182.  
  183. File system: ntfs
  184. Boot sector type: Windows 8/2012: NTFS
  185. Boot sector info: No errors found in the Boot Parameter Block.
  186. Operating System:
  187. Boot files:
  188.  
  189. nvme1n1p7: _____________________________________________________________________
  190.  
  191. File system: vfat
  192. Boot sector type: Windows 8/2012: FAT32
  193. Boot sector info: No errors found in the Boot Parameter Block.
  194. Operating System:
  195. Boot files: /efi/Boot/bootx64.efi /efi/LG/Boot/bootmgfw.efi
  196. /efi/Microsoft/Boot/memtest.efi /bootmgr /boot/bcd
  197.  
  198. sda: ___________________________________________________________________________
  199.  
  200. File system: iso9660
  201. Boot sector type: Unknown
  202. Boot sector info:
  203. Mounting failed: mount: /mnt/BootInfo/FD/sda: /dev/sda already mounted or mount point busy.
  204.  
  205.  
  206. ================================ 2 OS detected =================================
  207.  
  208. OS#1: Linux Mint 20.2 Uma (20.2) on nvme0n1p1
  209. OS#2: Windows 10 on nvme1n1p3
  210.  
  211. ============================ Architecture/Host Info ============================
  212.  
  213. CPU architecture: 64-bit
  214. Live-session OS is Linuxmint 64-bit (Linux Mint 20.2, uma, x86_64)
  215.  
  216.  
  217. ===================================== UEFI =====================================
  218.  
  219. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  220. SecureBoot disabled.
  221.  
  222. efibootmgr -v
  223. BootCurrent: 0003
  224. Timeout: 1 seconds
  225. BootOrder: 0003,0004,0000,0002
  226. Boot0000* ubuntu HD(1,GPT,444deb3f-5c10-4c82-99a2-2dfd957db459,0x800,0x82000)/File(\EFI\UBUNTU\SHIMX64.EFI)
  227. Boot0002* Windows Boot Manager HD(1,GPT,444deb3f-5c10-4c82-99a2-2dfd957db459,0x800,0x82000)/File(\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI)..BO
  228. Boot0003* UEFI: SanDisk PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/CDROM(1,0x280,0x7c00)..BO
  229. Boot0004* UEFI: SanDisk, Partition 2 PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/HD(2,MBR,0x252d5927,0x280,0x1f00)..BO
  230. This session has been detected as 'live' because /proc/cmdline contains (boot=casper)
  231. This session has been detected as 'live' because df -Th / contains overlay
  232.  
  233. d91bd7045f56ef46e2d140afb64bb534 nvme1n1p1/Boot/bkpbootx64.efi
  234. d91bd7045f56ef46e2d140afb64bb534 nvme1n1p1/Boot/bootx64.efi
  235. 1201bdff16733b9fa2b50ef1196ba472 nvme1n1p1/Boot/fbx64.efi
  236. fa1bf1a7f90a852abe0bdbd089b7f1b0 nvme1n1p1/Boot/grubx64.efi
  237. 46aaba55d06e3810bb5c51e297e1c7ab nvme1n1p1/Boot/mmx64.efi
  238. fa1bf1a7f90a852abe0bdbd089b7f1b0 nvme1n1p1/ubuntu/grubx64.efi
  239. 46aaba55d06e3810bb5c51e297e1c7ab nvme1n1p1/ubuntu/mmx64.efi
  240. d91bd7045f56ef46e2d140afb64bb534 nvme1n1p1/ubuntu/shimx64.efi
  241. d38dda077adfd657c88631a5a9edc462 nvme1n1p1/Microsoft/Boot/bootmgfw.efi
  242. 4a45f6fd4be5761b077f5369d368611c nvme1n1p1/Microsoft/Boot/bootmgr.efi
  243. 085052c3fb68b401bb2e6a1dae0f26ee nvme1n1p7/Boot/bootx64.efi
  244. 085052c3fb68b401bb2e6a1dae0f26ee nvme1n1p7/LG/Boot/bootmgfw.efi
  245.  
  246.  
  247. ============================= Drive/Partition Info =============================
  248.  
  249. Disks info: ____________________________________________________________________
  250.  
  251. mmcblk0 : notGPT, no-BIOSboot, has-noESP, not-usb, mmc-disk, no-os, 2048 sectors * 512 bytes
  252. nvme0n1 : is-GPT, no-BIOSboot, has-noESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
  253. nvme1n1 : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, 2048 sectors * 512 bytes
  254.  
  255. Partitions info (1/3): _________________________________________________________
  256.  
  257. mmcblk0p1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
  258. nvme0n1p1 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, not-far
  259. nvme0n1p2 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
  260. nvme1n1p1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
  261. nvme1n1p3 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
  262. nvme1n1p4 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
  263. nvme1n1p5 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
  264. nvme1n1p6 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
  265. nvme1n1p7 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
  266.  
  267. Partitions info (2/3): _________________________________________________________
  268.  
  269. mmcblk0p1 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
  270. nvme0n1p1 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
  271. nvme0n1p2 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
  272. nvme1n1p1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
  273. nvme1n1p3 : isnotESP, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, no-bmgr, notwinboot
  274. nvme1n1p4 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
  275. nvme1n1p5 : isnotESP, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot
  276. nvme1n1p6 : isnotESP, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot
  277. nvme1n1p7 : maybeESP, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, bootmgr, is-winboot
  278.  
  279. Partitions info (3/3): _________________________________________________________
  280.  
  281. mmcblk0p1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, mmcblk0
  282. nvme0n1p1 : not-sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, nvme0n1
  283. nvme0n1p2 : maybesepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, nvme0n1
  284. nvme1n1p1 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, nvme1n1
  285. nvme1n1p3 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, nvme1n1
  286. nvme1n1p4 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, nvme1n1
  287. nvme1n1p5 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, nvme1n1
  288. nvme1n1p6 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, nvme1n1
  289. nvme1n1p7 : not-sepboot, no-boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, std-grub.d, nvme1n1
  290.  
  291. fdisk -l (filtered): ___________________________________________________________
  292.  
  293. Disk nvme0n1: 465.78 GiB, 500107862016 bytes, 976773168 sectors
  294. Disk identifier: A4B13858-65BE-4D93-8CB7-BB8880AAF768
  295. Start End Sectors Size Type
  296. nvme0n1p1 2048 158414157 158412110 75.5G Linux filesystem
  297. nvme0n1p2 158414848 840054783 681639936 325G Linux filesystem
  298. Disk nvme1n1: 476.96 GiB, 512110190592 bytes, 1000215216 sectors
  299. Disk identifier: 7EDE1564-2555-4D4F-AF1C-68080F2B61CE
  300. Start End Sectors Size Type
  301. nvme1n1p1 2048 534527 532480 260M EFI System
  302. nvme1n1p2 534528 796671 262144 128M Microsoft reserved
  303. nvme1n1p3 796672 346204159 345407488 164.7G Microsoft basic data
  304. nvme1n1p4 346204160 961671167 615467008 293.5G Microsoft basic data
  305. nvme1n1p5 961671168 963514367 1843200 900M Windows recovery environment
  306. nvme1n1p6 963514368 998117375 34603008 16.5G Windows recovery environment
  307. nvme1n1p7 998117376 1000214527 2097152 1G unknown
  308. Disk mmcblk0: 59.49 GiB, 63864569856 bytes, 124735488 sectors
  309. Disk identifier: 0x00000000
  310. Boot Start End Sectors Size Id Type
  311. mmcblk0p1 32768 124735487 124702720 59.5G 7 HPFS/NTFS/exFAT
  312. Disk sda: 3.76 GiB, 4012900352 bytes, 7837696 sectors
  313. Disk identifier: 0x252d5927
  314. Boot Start End Sectors Size Id Type
  315. sda1 * 0 4222943 4222944 2G 0 Empty
  316. sda2 640 8575 7936 3.9M ef EFI (FAT-12/16/32)
  317. sda3 4222976 7837695 3614720 1.7G 83 Linux
  318.  
  319. parted -lm (filtered): _________________________________________________________
  320.  
  321. sda:4013MB:scsi:512:512:unknown:SanDisk Cruzer Blade:;
  322. nvme0n1:500GB:nvme:512:512:gpt:Samsung SSD 970 EVO 500GB:;
  323. 1:1049kB:81.1GB:81.1GB:ext4::;
  324. 2:81.1GB:430GB:349GB:ext4::;
  325. mmcblk0:63.9GB:sd/mmc:512:512:msdos:SD SC64G:;
  326. 1:16.8MB:63.9GB:63.8GB:ntfs::;
  327. nvme1n1:512GB:nvme:512:512:gpt:SAMSUNG MZVLB512HBJQ-00000:;
  328. 1:1049kB:274MB:273MB:fat32:EFI system partition:boot, esp;
  329. 2:274MB:408MB:134MB::Microsoft reserved partition:msftres;
  330. 3:408MB:177GB:177GB:ntfs:Basic data partition:msftdata;
  331. 4:177GB:492GB:315GB:ntfs:Basic data partition:msftdata;
  332. 5:492GB:493GB:944MB:ntfs:Basic data partition:hidden, diag;
  333. 6:493GB:511GB:17.7GB:ntfs:Basic data partition:hidden, diag;
  334. 7:511GB:512GB:1074MB:fat32:EFI system partition:hidden;
  335.  
  336. blkid (filtered): ______________________________________________________________
  337.  
  338. NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
  339. sda iso9660 2021-07-03-13-12-55-00 Linux Mint 20.2 Cinnamon 64-bit
  340. ├─sda1 iso9660 2021-07-03-13-12-55-00 252d5927-01 Linux Mint 20.2 Cinnamon 64-bit
  341. ├─sda2 vfat C26E-047E 252d5927-02
  342. └─sda3 ext4 dbe16c01-2a0e-4987-b995-b43cb350ac17 252d5927-03 writable
  343. mmcblk0
  344. └─mmcblk0p1 ntfs 55CCD90E585C129D SD Card
  345. nvme0n1
  346. ├─nvme0n1p1 ext4 25b559c1-e977-4cbf-9314-687213112262 372bf53e-4619-41b2-b6a3-973c5825d922
  347. └─nvme0n1p2 ext4 c0cc75b1-212c-48e8-8220-597e2f421059 7de1c64c-53e0-4f51-bd78-ca84190dc740
  348. nvme1n1
  349. ├─nvme1n1p1 vfat 166A-2F7B 444deb3f-5c10-4c82-99a2-2dfd957db459 SYSTEM EFI system partition
  350. ├─nvme1n1p2 a4aab871-3dbb-41a7-93d4-6c64df554447 Microsoft reserved partition
  351. ├─nvme1n1p3 ntfs 74806AB5806A7E0C 5f22c3a4-3dc1-473d-a0ef-c656f7724520 windows10 Basic data partition
  352. ├─nvme1n1p4 ntfs 4ED85FD823781303 4321235c-b1e3-4ca0-922b-5fca3f44c424 backup Basic data partition
  353. ├─nvme1n1p5 ntfs F8BE17A6BE175D06 5728d991-1a36-4aa4-a0d6-73feedaee359 WinRE Basic data partition
  354. ├─nvme1n1p6 ntfs E05617D75617ACF2 7b0f7d75-a087-4eec-a74a-e30ac1fa620a Recovery Basic data partition
  355. └─nvme1n1p7 vfat 6617-D328 e47c2ead-5c95-4af8-961f-4286a8d11050 LGEFI EFI system partition
  356.  
  357. df (filtered): _________________________________________________________________
  358.  
  359. Avail Use% Mounted on
  360. disk/by-label/writable[/install-logs-2021-08-16.1/log] 1.5G 2% /var/log
  361. mmcblk0p1 17.1G 71% /mnt/boot-sav/mmcblk0p1
  362. nvme0n1p1 52.1G 24% /mnt/boot-sav/nvme0n1p1
  363. nvme0n1p2 172.3G 41% /mnt/boot-sav/nvme0n1p2
  364. nvme1n1p1 222.8M 13% /mnt/boot-sav/nvme1n1p1
  365. nvme1n1p3 65.2G 60% /mnt/boot-sav/nvme1n1p3
  366. nvme1n1p4 193G 34% /mnt/boot-sav/nvme1n1p4
  367. nvme1n1p5 450.8M 50% /mnt/boot-sav/nvme1n1p5
  368. nvme1n1p6 1.5G 91% /mnt/boot-sav/nvme1n1p6
  369. nvme1n1p7 432.9M 58% /mnt/boot-sav/nvme1n1p7
  370. sda1 0 100% /cdrom
  371.  
  372. Mount options: __________________________________________________________________
  373.  
  374. disk/by-label/writable[/install-logs-2021-08-16.1/log] rw,relatime
  375. mmcblk0p1 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
  376. nvme0n1p1 rw,relatime
  377. nvme0n1p2 rw,relatime
  378. nvme1n1p1 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
  379. nvme1n1p3 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
  380. nvme1n1p4 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
  381. nvme1n1p5 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
  382. nvme1n1p6 rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096
  383. nvme1n1p7 rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
  384. sda1 ro,noatime,nojoliet,check=s,map=n,blocksize=2048
  385.  
  386. =================== nvme0n1p1/boot/grub/grub.cfg (filtered) ====================
  387.  
  388. Ubuntu 25b559c1-e977-4cbf-9314-687213112262
  389. Ubuntu, with Linux 5.4.0-81-generic 25b559c1-e977-4cbf-9314-687213112262
  390. Windows Boot Manager (on nvme1n1p1) osprober-efi-166A-2F7B
  391. ### END /etc/grub.d/30_os-prober ###
  392. UEFI Firmware Settings uefi-firmware
  393. ### END /etc/grub.d/30_uefi-firmware ###
  394.  
  395. ======================== nvme0n1p1/etc/fstab (filtered) ========================
  396.  
  397. # <file system> <mount point> <type> <options> <dump> <pass>
  398. # / was on /dev/nvme0n1p1 during installation
  399. UUID=25b559c1-e977-4cbf-9314-687213112262 / ext4 errors=remount-ro 0 1
  400. # /Backup was on /dev/nvme1n1p4 during installation
  401. UUID=4ED85FD823781303 /Backup ntfs defaults,umask=007,gid=46 0 0
  402. # /boot/efi was on /dev/nvme1n1p1 during installation
  403. # /home was on /dev/nvme0n1p2 during installation
  404. UUID=c0cc75b1-212c-48e8-8220-597e2f421059 /home ext4 defaults 0 2
  405. /swapfile none swap sw 0 0
  406. UUID=166A-2F7B /boot/efi vfat defaults 0 1
  407.  
  408. ==================== nvme0n1p1/etc/default/grub (filtered) =====================
  409.  
  410. GRUB_DEFAULT=0
  411. GRUB_TIMEOUT_STYLE=hidden
  412. GRUB_TIMEOUT=10
  413. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  414. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  415. GRUB_CMDLINE_LINUX=""
  416. GRUB_GFXMODE=640x480
  417. GRUB_INIT_TUNE="480 440 1"
  418.  
  419. ================= nvme0n1p1: Location of files loaded by Grub ==================
  420.  
  421. GiB - GB File Fragment(s)
  422. 0.000980377 = 0.001052672 boot/grub/grub.cfg 1
  423. 3.738502502 = 4.014186496 boot/vmlinuz 1
  424. 3.738502502 = 4.014186496 boot/vmlinuz-5.4.0-81-generic 1
  425. 3.738502502 = 4.014186496 boot/vmlinuz.old 1
  426. 4.841728210 = 5.198766080 boot/initrd.img 3
  427. 4.841728210 = 5.198766080 boot/initrd.img-5.4.0-81-generic 3
  428. 4.841728210 = 5.198766080 boot/initrd.img.old 3
  429.  
  430. =================== nvme0n1p1: ls -l /etc/grub.d/ (filtered) ===================
  431.  
  432. -rwxr-xr-x 1 root root 17622 May 20 05:50 10_linux
  433. -rwxr-xr-x 1 root root 42359 May 20 05:50 10_linux_zfs
  434. -rwxr-xr-x 1 root root 12894 May 20 05:50 20_linux_xen
  435. -rwxr-xr-x 1 root root 12059 May 20 05:50 30_os-prober
  436. -rwxr-xr-x 1 root root 1424 May 20 05:50 30_uefi-firmware
  437. -rwxr-xr-x 1 root root 214 May 20 05:50 40_custom
  438. -rwxr-xr-x 1 root root 216 May 20 05:50 41_custom
  439.  
  440. =================== nvme1n1p1/efi/ubuntu/grub.cfg (filtered) ===================
  441.  
  442. search.fs_uuid 25b559c1-e977-4cbf-9314-687213112262 root
  443. set prefix=($root)'/boot/grub'
  444. configfile $prefix/grub.cfg
  445.  
  446.  
  447. ======================== Unknown MBRs/Boot Sectors/etc =========================
  448.  
  449.  
  450. /dev/nvme1n1p1: unknown GPT attributes
  451. 8000000000000000
  452.  
  453. /dev/nvme1n1p2: unknown GPT attributes
  454. 8000000000000000
  455. Unknown GPT Partiton Type
  456. d464ea336f38914b89f7af51e9cb40c4
  457. Unknown BootLoader on mmcblk0p1
  458.  
  459. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  460. 00000010 00 00 00 00 00 f8 00 00 10 00 04 00 00 80 00 00 |................|
  461. 00000020 00 00 00 00 80 00 80 00 ff cf 6e 07 00 00 00 00 |..........n.....|
  462. 00000030 04 00 00 00 00 00 00 00 ff ec 76 00 00 00 00 00 |..........v.....|
  463. 00000040 f6 00 00 00 01 00 00 00 9d 12 5c 58 0e d9 cc 55 |..........\X...U|
  464. 00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
  465. 00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
  466. 00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
  467. 00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
  468. 00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
  469. 000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
  470. 000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
  471. 000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
  472. 000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
  473. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  474. *
  475. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  476. 00000200
  477.  
  478. Unknown BootLoader on nvme1n1p4
  479.  
  480. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  481. 00000010 00 00 00 00 00 f8 00 00 20 00 40 00 00 a8 a2 14 |........ .@.....|
  482. 00000020 00 00 00 00 80 00 80 00 ff 47 af 24 00 00 00 00 |.........G.$....|
  483. 00000030 04 00 00 00 00 00 00 00 7f f4 4a 02 00 00 00 00 |..........J.....|
  484. 00000040 f6 00 00 00 01 00 00 00 03 13 78 23 d8 5f d8 4e |..........x#._.N|
  485. 00000050 00 00 00 00 0e 1f be 71 7c ac 22 c0 74 0b 56 b4 |.......q|.".t.V.|
  486. 00000060 0e bb 07 00 cd 10 5e eb f0 32 e4 cd 16 cd 19 eb |......^..2......|
  487. 00000070 fe 54 68 69 73 20 69 73 20 6e 6f 74 20 61 20 62 |.This is not a b|
  488. 00000080 6f 6f 74 61 62 6c 65 20 64 69 73 6b 2e 20 50 6c |ootable disk. Pl|
  489. 00000090 65 61 73 65 20 69 6e 73 65 72 74 20 61 20 62 6f |ease insert a bo|
  490. 000000a0 6f 74 61 62 6c 65 20 66 6c 6f 70 70 79 20 61 6e |otable floppy an|
  491. 000000b0 64 0d 0a 70 72 65 73 73 20 61 6e 79 20 6b 65 79 |d..press any key|
  492. 000000c0 20 74 6f 20 74 72 79 20 61 67 61 69 6e 20 2e 2e | to try again ..|
  493. 000000d0 2e 20 0d 0a 00 00 00 00 00 00 00 00 00 00 00 00 |. ..............|
  494. 000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  495. *
  496. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  497. 00000200
  498.  
  499. Unknown BootLoader on sda
  500.  
  501. 00000000 45 52 08 00 00 00 90 90 00 00 00 00 00 00 00 00 |ER..............|
  502. 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  503. 00000020 33 ed fa 8e d5 bc 00 7c fb fc 66 31 db 66 31 c9 |3......|..f1.f1.|
  504. 00000030 66 53 66 51 06 57 8e dd 8e c5 52 be 00 7c bf 00 |fSfQ.W....R..|..|
  505. 00000040 06 b9 00 01 f3 a5 ea 4b 06 00 00 52 b4 41 bb aa |.......K...R.A..|
  506. 00000050 55 31 c9 30 f6 f9 cd 13 72 16 81 fb 55 aa 75 10 |U1.0....r...U.u.|
  507. 00000060 83 e1 01 74 0b 66 c7 06 f1 06 b4 42 eb 15 eb 00 |...t.f.....B....|
  508. 00000070 5a 51 b4 08 cd 13 83 e1 3f 5b 51 0f b6 c6 40 50 |ZQ......?[Q...@P|
  509. 00000080 f7 e1 53 52 50 bb 00 7c b9 04 00 66 a1 b0 07 e8 |..SRP..|...f....|
  510. 00000090 44 00 0f 82 80 00 66 40 80 c7 02 e2 f2 66 81 3e |D.....f@.....f.>|
  511. 000000a0 40 7c fb c0 78 70 75 09 fa bc ec 7b ea 44 7c 00 |@|..xpu....{.D|.|
  512. 000000b0 00 e8 83 00 69 73 6f 6c 69 6e 75 78 2e 62 69 6e |....isolinux.bin|
  513. 000000c0 20 6d 69 73 73 69 6e 67 20 6f 72 20 63 6f 72 72 | missing or corr|
  514. 000000d0 75 70 74 2e 0d 0a 66 60 66 31 d2 66 03 06 f8 7b |upt...f`f1.f...{|
  515. 000000e0 66 13 16 fc 7b 66 52 66 50 06 53 6a 01 6a 10 89 |f...{fRfP.Sj.j..|
  516. 000000f0 e6 66 f7 36 e8 7b c0 e4 06 88 e1 88 c5 92 f6 36 |.f.6.{.........6|
  517. 00000100 ee 7b 88 c6 08 e1 41 b8 01 02 8a 16 f2 7b cd 13 |.{....A......{..|
  518. 00000110 8d 64 10 66 61 c3 e8 1e 00 4f 70 65 72 61 74 69 |.d.fa....Operati|
  519. 00000120 6e 67 20 73 79 73 74 65 6d 20 6c 6f 61 64 20 65 |ng system load e|
  520. 00000130 72 72 6f 72 2e 0d 0a 5e ac b4 0e 8a 3e 62 04 b3 |rror...^....>b..|
  521. 00000140 07 cd 10 3c 0a 75 f1 cd 18 f4 eb fd 00 00 00 00 |...<.u..........|
  522. 00000150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  523. *
  524. 000001b0 80 21 00 00 00 00 00 00 27 59 2d 25 00 00 80 00 |.!......'Y-%....|
  525. 000001c0 01 00 00 80 e0 fe 00 00 00 00 e0 6f 40 00 00 fe |...........o@...|
  526. 000001d0 ff ff ef fe ff ff 80 02 00 00 00 1f 00 00 00 dd |................|
  527. 000001e0 58 06 83 de 77 e7 00 70 40 00 00 28 37 00 00 00 |X...w..p@..(7...|
  528. 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
  529. 00000200
  530.  
  531.  
  532. =============================== StdErr Messages ================================
  533.  
  534. File descriptor 63 (pipe:[272570]) leaked on lvs invocation. Parent PID 15281: /bin/bash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement