1. Boot Info Script cfd9efe + Boot-Repair extra info [Boot-Info 26Apr2016]
  2. ============================= Boot Info Summary: ===============================
  3. => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sda.
  4. => Windows 2000/XP/2003 is installed in the MBR of /dev/sdb.
  5. sda1: __________________________________________________________________________
  6. File system: vfat
  7. Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>..........9...0...~.....~...f...M.f.f....f..0~....>E}.u......
  8. Boot sector info: Syslinux looks at sector 3061056 of /dev/sda1 for its
  9. second stage. SYSLINUX is installed in the directory.
  10. No errors found in the Boot Parameter Block.
  11. Operating System:
  12. Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
  13. /EFI/BOOT/grubx64.efi /ldlinux.sys
  14. sdb1: __________________________________________________________________________
  15. File system: vfat
  16. Boot sector type: Windows XP: FAT32
  17. Boot sector info: No errors found in the Boot Parameter Block.
  18. Operating System:
  19. Boot files:
  20. ============================ Drive/Partition Info: =============================
  21. Drive: sda _____________________________________________________________________
  22. Disk /dev/sda: 29.3 GiB, 31457280000 bytes, 61440000 sectors
  23. Units: sectors of 1 * 512 = 512 bytes
  24. Sector size (logical/physical): 512 bytes / 512 bytes
  25. I/O size (minimum/optimal): 512 bytes / 512 bytes
  26. Disklabel type: dos
  27. Partition Boot Start Sector End Sector # of Sectors Id System
  28. /dev/sda1 * 2,048 61,439,999 61,437,952 c W95 FAT32 (LBA)
  29. Drive: sdb _____________________________________________________________________
  30. Disk /dev/sdb: 3.6 GiB, 3898142208 bytes, 7613559 sectors
  31. Units: sectors of 1 * 512 = 512 bytes
  32. Sector size (logical/physical): 512 bytes / 512 bytes
  33. I/O size (minimum/optimal): 512 bytes / 512 bytes
  34. Disklabel type: dos
  35. Partition Boot Start Sector End Sector # of Sectors Id System
  36. /dev/sdb1 * 63 7,598,744 7,598,682 b W95 FAT32
  37. "blkid" output: ________________________________________________________________
  38. Device UUID TYPE LABEL
  39. /dev/loop0 squashfs
  40. /dev/nvme0n1
  41. /dev/nvme0n1p1 4A54-353C vfat ESP
  42. /dev/nvme0n1p2
  43. /dev/nvme0n1p3 068883E48883D11B ntfs Disque OS
  44. /dev/nvme0n1p4 5AB2390FB238F0DD ntfs WINRETOOLS
  45. /dev/nvme0n1p5 1204395B04394351 ntfs Image
  46. /dev/nvme0n1p6 0CC8739EC87384AC ntfs DELLSUPPORT
  47. /dev/sda1 A45C-7064 vfat USB GRIS
  48. /dev/sdb1 CCB8-6684 vfat USB ROUGE
  49. ========================= "ls -l /dev/disk/by-id" output: ======================
  50. total 0
  51. lrwxrwxrwx 1 root root 9 Feb 25 14:02 usb-Generic_Flash_Disk_EAD1EDEF-0:0 -> ../../sda
  52. lrwxrwxrwx 1 root root 10 Feb 25 14:02 usb-Generic_Flash_Disk_EAD1EDEF-0:0-part1 -> ../../sda1
  53. lrwxrwxrwx 1 root root 9 Feb 25 14:02 usb-USBest_Technology_USB_Mass_Storage_Device_1008076601154d-0:0 -> ../../sdb
  54. lrwxrwxrwx 1 root root 10 Feb 25 14:02 usb-USBest_Technology_USB_Mass_Storage_Device_1008076601154d-0:0-part1 -> ../../sdb1
  55. ================================ Mount points: =================================
  56. Device Mount_Point Type Options
  57. /dev/loop0 /rofs squashfs (ro,noatime)
  58. /dev/sda1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  59. =========================== sda1/boot/grub/grub.cfg: ===========================
  60. --------------------------------------------------------------------------------
  61. if loadfont /boot/grub/font.pf2 ; then
  62. set gfxmode=auto
  63. insmod efi_gop
  64. insmod efi_uga
  65. insmod gfxterm
  66. terminal_output gfxterm
  67. fi
  68. set menu_color_normal=white/black
  69. set menu_color_highlight=black/light-gray
  70. menuentry "Try Ubuntu without installing" {
  71. set gfxpayload=keep
  72. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  73. initrd /casper/initrd.lz
  74. }
  75. menuentry "Install Ubuntu" {
  76. set gfxpayload=keep
  77. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  78. initrd /casper/initrd.lz
  79. }
  80. menuentry "OEM install (for manufacturers)" {
  81. set gfxpayload=keep
  82. linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  83. initrd /casper/initrd.lz
  84. }
  85. menuentry "Check disc for defects" {
  86. set gfxpayload=keep
  87. linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
  88. initrd /casper/initrd.lz
  89. }
  90. --------------------------------------------------------------------------------
  91. ============================== sda1/syslinux.cfg: ==============================
  92. --------------------------------------------------------------------------------
  93. default menu.c32
  94. prompt 0
  95. menu title UNetbootin
  96. timeout 100
  97. label unetbootindefault
  98. menu label Default
  99. kernel /ubnkern
  100. append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  101. label ubnentry0
  102. menu label ^Help
  103. kernel /ubnkern
  104. append initrd=/ubninit
  105. label ubnentry1
  106. menu label ^Try Ubuntu without installing
  107. kernel /casper/vmlinuz.efi
  108. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  109. label ubnentry2
  110. menu label ^Install Ubuntu
  111. kernel /casper/vmlinuz.efi
  112. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  113. label ubnentry3
  114. menu label ^Check disc for defects
  115. kernel /casper/vmlinuz.efi
  116. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  117. label ubnentry4
  118. menu label Test ^memory
  119. kernel /install/mt86plus
  120. append initrd=/ubninit
  121. label ubnentry5
  122. menu label ^Boot from first hard disk
  123. kernel /ubnkern
  124. append initrd=/ubninit
  125. label ubnentry6
  126. menu label Try Ubuntu without installing
  127. kernel /casper/vmlinuz.efi
  128. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  129. label ubnentry7
  130. menu label Install Ubuntu
  131. kernel /casper/vmlinuz.efi
  132. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
  133. label ubnentry8
  134. menu label OEM install (for manufacturers)
  135. kernel /casper/vmlinuz.efi
  136. append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
  137. label ubnentry9
  138. menu label Check disc for defects
  139. kernel /casper/vmlinuz.efi
  140. append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
  141. --------------------------------------------------------------------------------
  142. =================== sda1: Location of files loaded by Grub: ====================
  143. GiB - GB File Fragment(s)
  144. ?? = ?? boot/grub/grub.cfg 1
  145. ================= sda1: Location of files loaded by Syslinux: ==================
  146. GiB - GB File Fragment(s)
  147. ?? = ?? syslinux.cfg 1
  148. ?? = ?? ldlinux.sys 1
  149. ?? = ?? menu.c32 1
  150. ============== sda1: Version of COM32(R) files used by Syslinux: ===============
  151. menu.c32 : COM32R module (v4.xx)
  152. =============================== StdErr Messages: ===============================
  153. File descriptor 9 (/proc/8447/mounts) leaked on lvs invocation. Parent PID 16979: bash
  154. File descriptor 63 (pipe:[70120]) leaked on lvs invocation. Parent PID 16979: bash
  155. ADDITIONAL INFORMATION :
  156. =================== log of boot-repair 2017-02-25__14h02 ===================
  157. boot-repair version : 4ppa40
  158. boot-sav version : 4ppa40
  159. glade2script version : 3.2.3~ppa1
  160. boot-sav-extra version : 4ppa40
  161. Warning: failed to translate partition name
  162. Warning: failed to translate partition name
  163. boot-repair is executed in live-session (Ubuntu 16.04.1 LTS, xenial, Ubuntu, x86_64)
  164. CPU op-mode(s): 32-bit, 64-bit
  165. BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
  166. ls: cannot access '/home/usr/.config': No such file or directory
  167. nvme0n1 (sda) has unknown type. Please report this message to [email protected]
  168. Unmount nvme0n1p3 from /media/ubuntu/Disque OS to avoid space incompatibilities
  169. Unmount sdb1 from /media/ubuntu/USB ROUGE to avoid space incompatibilities
  170. mount: /dev/nvme0n1 is already mounted or /mnt/boot-sav/nvme0n1 busy
  171. mount /dev/nvme0n1 : Error code 32
  172. mount -r /dev/nvme0n1 /mnt/boot-sav/nvme0n1
  173. mount: /dev/nvme0n1 is already mounted or /mnt/boot-sav/nvme0n1 busy
  174. mount -r /dev/nvme0n1 : Error code 32
  175. =================== os-prober:
  176. /dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
  177. =================== blkid:
  178. /dev/nvme0n1p1: LABEL="ESP" UUID="4A54-353C" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="4928b118-0350-4a57-bb69-830a06b1d4f7"
  179. /dev/nvme0n1p3: LABEL="Disque OS" UUID="068883E48883D11B" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="fe85db99-e094-41ee-9a90-966d1f567aa8"
  180. /dev/nvme0n1p4: LABEL="WINRETOOLS" UUID="5AB2390FB238F0DD" TYPE="ntfs" PARTUUID="d9230f0c-4db2-4f55-b9eb-6e0cd2d28754"
  181. /dev/nvme0n1p5: LABEL="Image" UUID="1204395B04394351" TYPE="ntfs" PARTUUID="e8f6e5b9-1d25-4435-8a56-aa4019ddacea"
  182. /dev/nvme0n1p6: LABEL="DELLSUPPORT" UUID="0CC8739EC87384AC" TYPE="ntfs" PARTUUID="d6c269e7-c367-40a2-b395-420249ff73e0"
  183. /dev/sda1: LABEL="USB GRIS" UUID="A45C-7064" TYPE="vfat" PARTUUID="72ffe644-01"
  184. /dev/loop0: TYPE="squashfs"
  185. /dev/sdb1: LABEL="USB ROUGE" UUID="CCB8-6684" TYPE="vfat" PARTUUID="04dd5721-01"
  186. /dev/nvme0n1: PTUUID="447df614-f5a5-43ca-afc7-f7c223290150" PTTYPE="gpt"
  187. /dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="7b0060e6-5f97-44c8-81c0-f9104c662a79"
  188. 1 disks with OS, 1 OS : 0 Linux, 0 MacOS, 1 Windows, 0 unknown type OS.
  189. mount: /dev/nvme0n1 is already mounted or /mnt/boot-sav/nvme0n1 busy
  190. mount /dev/nvme0n1 : Error code 32
  191. mount -r /dev/nvme0n1 /mnt/boot-sav/nvme0n1
  192. mount: /dev/nvme0n1 is already mounted or /mnt/boot-sav/nvme0n1 busy
  193. mount -r /dev/nvme0n1 : Error code 32
  194. Windows not detected by os-prober on nvme0n1p3.
  195. Presence of EFI/Microsoft file detected: /mnt/boot-sav/nvme0n1p1/EFI/Microsoft/Boot/bootmgfw.efi
  196. Presence of EFI/Boot file detected: /mnt/boot-sav/nvme0n1p1/EFI/Boot/bootx64.efi
  197. =================== efibootmgr -v
  198. BootCurrent: 0010
  199. Timeout: 0 seconds
  200. BootOrder: 000E,0010
  201. Boot0000 Windows Boot Manager HD(1,GPT,4928b118-0350-4a57-bb69-830a06b1d4f7,0x800,0xfa000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
  202. Boot000E UEFI: THNSN5256GPU7 NVMe TOSHIBA 256GB, Partition 1 HD(1,GPT,4928b118-0350-4a57-bb69-830a06b1d4f7,0x800,0xfa000)/File(EFIMicrosoftBootbootmgfw.efi)..BO
  203. Boot0010* UEFI: Generic Flash Disk 8.07, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(1,0)/HD(1,MBR,0x68,0x800,0x3a97800)..BO
  204. =================== UEFI/Legacy mode:
  205. BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
  206. SecureBoot disabled. (maybe sec-boot, Please report this message to [email protected])
  207. =================== PARTITIONS & DISKS:
  208. nvme0n1p1 : nvme0n1, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/nvme0n1p1.
  209. nvme0n1p3 : nvme0n1, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, is-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, haswinload, no-recov-nor-hid, bootmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/nvme0n1p3.
  210. nvme0n1p4 : nvme0n1, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/nvme0n1p4.
  211. nvme0n1p5 : nvme0n1, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/nvme0n1p5.
  212. nvme0n1p6 : nvme0n1, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, recovery-or-hidden, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/nvme0n1p6.
  213. sdb1 : sdb, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sdb1.
  214. nvme0n1 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/nvme0n1.
  215. nvme0n1 : GPT, no-BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
  216. sdb : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, no-os, 63 sectors * 512 bytes
  217. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, usb-disk, no-os, 2048 sectors * 512 bytes
  218. =================== parted -l:
  219. Model: Generic Flash Disk (scsi)
  220. Disk /dev/sda: 31.5GB
  221. Sector size (logical/physical): 512B/512B
  222. Partition Table: msdos
  223. Disk Flags:
  224. Number Start End Size Type File system Flags
  225. 1 1049kB 31.5GB 31.5GB primary fat32 boot, lba
  226. Model: (scsi)
  227. Disk /dev/sdb: 3898MB
  228. Sector size (logical/physical): 512B/512B
  229. Partition Table: msdos
  230. Disk Flags:
  231. Number Start End Size Type File system Flags
  232. 1 32.3kB 3891MB 3891MB primary fat32 boot
  233. Model: Unknown (unknown)
  234. Disk /dev/nvme0n1: 256GB
  235. Sector size (logical/physical): 512B/512B
  236. Partition Table: gpt
  237. Disk Flags:
  238. Number Start End Size File system Name Flags
  239. 1 1049kB 525MB 524MB fat32 EFI system partition boot, esp
  240. 2 525MB 660MB 134MB Microsoft reserved partition msftres
  241. 3 660MB 41.5GB 40.9GB ntfs Basic data partition msftdata
  242. 4 243GB 243GB 472MB ntfs hidden, diag
  243. 5 243GB 255GB 11.9GB ntfs hidden, diag
  244. 6 255GB 256GB 1107MB ntfs hidden, diag
  245. =================== parted -lm:
  246. BYT;
  247. /dev/sda:31.5GB:scsi:512:512:msdos:Generic Flash Disk:;
  248. 1:1049kB:31.5GB:31.5GB:fat32::boot, lba;
  249. BYT;
  250. /dev/sdb:3898MB:scsi:512:512:msdos: :;
  251. 1:32.3kB:3891MB:3891MB:fat32::boot;
  252. BYT;
  253. /dev/nvme0n1:256GB:unknown:512:512:gpt:Unknown:;
  254. 1:1049kB:525MB:524MB:fat32:EFI system partition:boot, esp;
  255. 2:525MB:660MB:134MB::Microsoft reserved partition:msftres;
  256. 3:660MB:41.5GB:40.9GB:ntfs:Basic data partition:msftdata;
  257. 4:243GB:243GB:472MB:ntfs::hidden, diag;
  258. 5:243GB:255GB:11.9GB:ntfs::hidden, diag;
  259. 6:255GB:256GB:1107MB:ntfs::hidden, diag;
  260. =================== lsblk:
  261. KNAME TYPE FSTYPE SIZE LABEL
  262. sda disk 29.3G
  263. sda1 part vfat 29.3G USB GRIS
  264. sdb disk 3.6G
  265. sdb1 part vfat 3.6G USB ROUGE
  266. loop0 loop squashfs 1.4G
  267. nvme0n1 disk 238.5G
  268. nvme0n1p1 part vfat 500M ESP
  269. nvme0n1p2 part 128M
  270. nvme0n1p3 part ntfs 38.1G Disque OS
  271. nvme0n1p4 part ntfs 450M WINRETOOLS
  272. nvme0n1p5 part ntfs 11.1G Image
  273. nvme0n1p6 part ntfs 1G DELLSUPPORT
  274. KNAME ROTA RO RM STATE MOUNTPOINT
  275. sda 1 0 1 running
  276. sda1 1 0 1 /cdrom
  277. sdb 1 0 1 running
  278. sdb1 1 0 1 /mnt/boot-sav/sdb1
  279. loop0 1 1 0 /rofs
  280. nvme0n1 0 0 0
  281. nvme0n1p1 0 0 0 /mnt/boot-sav/nvme0n1p1
  282. nvme0n1p2 0 0 0
  283. nvme0n1p3 0 0 0 /mnt/boot-sav/nvme0n1p3
  284. nvme0n1p4 0 0 0 /mnt/boot-sav/nvme0n1p4
  285. nvme0n1p5 0 0 0 /mnt/boot-sav/nvme0n1p5
  286. nvme0n1p6 0 0 0 /mnt/boot-sav/nvme0n1p6
  287. =================== mount:
  288. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  289. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  290. udev on /dev type devtmpfs (rw,nosuid,relatime,size=3994772k,nr_inodes=998693,mode=755)
  291. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  292. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=801884k,mode=755)
  293. /dev/sda1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  294. /dev/loop0 on /rofs type squashfs (ro,noatime)
  295. /cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
  296. securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
  297. tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
  298. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  299. tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
  300. cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
  301. pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
  302. efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
  303. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
  304. cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
  305. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
  306. cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
  307. cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
  308. cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
  309. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
  310. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
  311. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
  312. cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
  313. systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
  314. mqueue on /dev/mqueue type mqueue (rw,relatime)
  315. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
  316. hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
  317. tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
  318. fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
  319. tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
  320. tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=801884k,mode=700,uid=999,gid=999)
  321. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=999,group_id=999)
  322. /dev/nvme0n1p1 on /mnt/boot-sav/nvme0n1p1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  323. /dev/nvme0n1p3 on /mnt/boot-sav/nvme0n1p3 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  324. /dev/nvme0n1p4 on /mnt/boot-sav/nvme0n1p4 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  325. /dev/nvme0n1p5 on /mnt/boot-sav/nvme0n1p5 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  326. /dev/nvme0n1p6 on /mnt/boot-sav/nvme0n1p6 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
  327. /dev/sdb1 on /mnt/boot-sav/sdb1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  328. =================== ls:
  329. /sys/block/nvme0n1 (filtered): alignment_offset bdi capability dev device discard_alignment eui ext_range holders inflight integrity mq nsid nvme0n1p1 nvme0n1p2 nvme0n1p3 nvme0n1p4 nvme0n1p5 nvme0n1p6 power queue range removable ro size slaves stat subsystem trace uevent
  330. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sda1 size slaves stat subsystem trace uevent
  331. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight integrity power queue range removable ro sdb1 size slaves stat subsystem trace uevent
  332. /dev (filtered): acpi_thermal_rel autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 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 media0 mei0 mem memory_bandwidth mqueue net network_latency network_throughput null nvme0 nvme0n1 nvme0n1p1 nvme0n1p2 nvme0n1p3 nvme0n1p4 nvme0n1p5 nvme0n1p6 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout tpm0 uhid uinput urandom userio v4l vfio vga_arbiter vhci vhost-net video0 zero
  333. ls /dev/mapper: control
  334. =================== hexdump -n512 -C /dev/nvme0n1p1
  335. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 3e 18 |.X.MSDOS5.0...>.|
  336. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
  337. 00000020 00 a0 0f 00 e1 03 00 00 00 00 00 00 02 00 00 00 |................|
  338. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  339. 00000040 80 01 29 3c 35 54 4a 4e 4f 20 4e 41 4d 45 20 20 |..)<5TJNO NAME |
  340. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  341. 00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
  342. 00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
  343. 00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
  344. 00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
  345. 000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
  346. 000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
  347. 000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
  348. 000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
  349. 000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  350. 000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
  351. 00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
  352. 00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
  353. 00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
  354. 00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
  355. 00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
  356. 00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
  357. 00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
  358. 00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
  359. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  360. *
  361. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
  362. 000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
  363. 000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
  364. 000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
  365. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  366. 000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
  367. 00000200
  368. =================== hexdump -n512 -C /dev/nvme0n1p3
  369. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  370. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 a8 13 00 |........?.......|
  371. 00000020 00 00 00 00 80 00 80 00 ff 9f c2 04 00 00 00 00 |................|
  372. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  373. 00000040 f6 00 00 00 01 00 00 00 1b d1 83 88 e4 83 88 06 |................|
  374. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  375. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  376. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  377. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  378. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  379. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  380. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  381. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  382. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  383. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  384. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  385. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  386. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  387. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  388. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  389. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  390. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  391. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  392. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  393. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  394. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  395. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  396. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  397. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  398. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  399. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  400. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  401. 00000200
  402. =================== hexdump -n512 -C /dev/nvme0n1p4
  403. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  404. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 d0 3c 1c |........?.....<.|
  405. 00000020 00 00 00 00 80 00 80 00 ff 0f 0e 00 00 00 00 00 |................|
  406. 00000030 00 96 00 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  407. 00000040 f6 00 00 00 01 00 00 00 dd f0 38 b2 0f 39 b2 5a |..........8..9.Z|
  408. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  409. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  410. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  411. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  412. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  413. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  414. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  415. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  416. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  417. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  418. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  419. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  420. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  421. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  422. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  423. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  424. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  425. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  426. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  427. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  428. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  429. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  430. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  431. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  432. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  433. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  434. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  435. 00000200
  436. =================== hexdump -n512 -C /dev/nvme0n1p5
  437. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  438. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 e0 4a 1c |........?.....J.|
  439. 00000020 00 00 00 00 80 00 80 00 ff 27 63 01 00 00 00 00 |.........'c.....|
  440. 00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|
  441. 00000040 f6 00 00 00 01 00 00 00 51 43 39 04 5b 39 04 12 |........QC9.[9..|
  442. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  443. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  444. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  445. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  446. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  447. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  448. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  449. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  450. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  451. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  452. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  453. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  454. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  455. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  456. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  457. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  458. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  459. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  460. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  461. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  462. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  463. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  464. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  465. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  466. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  467. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  468. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  469. 00000200
  470. =================== hexdump -n512 -C /dev/nvme0n1p6
  471. 00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|
  472. 00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 ae 1d |........?.......|
  473. 00000020 00 00 00 00 80 00 80 00 ff ff 20 00 00 00 00 00 |.......... .....|
  474. 00000030 00 60 01 00 00 00 00 00 02 00 00 00 00 00 00 00 |.`..............|
  475. 00000040 f6 00 00 00 01 00 00 00 ac 84 73 c8 9e 73 c8 0c |..........s..s..|
  476. 00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|
  477. 00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|
  478. 00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|
  479. 00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|
  480. 00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|
  481. 000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|
  482. 000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|
  483. 000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|
  484. 000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|
  485. 000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|
  486. 000000f0 68 07 bb 16 68 52 11 16 68 09 00 66 53 66 53 66 |h...hR..h..fSfSf|
  487. 00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|
  488. 00000110 0a 13 b9 f6 0c fc f3 aa e9 fe 01 90 90 66 60 1e |.............f`.|
  489. 00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|
  490. 00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|
  491. 00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|
  492. 00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|
  493. 00000160 0e 16 00 75 bc 07 1f 66 61 c3 a1 f6 01 e8 09 00 |...u...fa.......|
  494. 00000170 a1 fa 01 e8 03 00 f4 eb fd 8b f0 ac 3c 00 74 09 |............<.t.|
  495. 00000180 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 64 69 |............A di|
  496. 00000190 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 6f 63 |sk read error oc|
  497. 000001a0 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d 47 52 |curred...BOOTMGR|
  498. 000001b0 20 69 73 20 63 6f 6d 70 72 65 73 73 65 64 00 0d | is compressed..|
  499. 000001c0 0a 50 72 65 73 73 20 43 74 72 6c 2b 41 6c 74 2b |.Press Ctrl+Alt+|
  500. 000001d0 44 65 6c 20 74 6f 20 72 65 73 74 61 72 74 0d 0a |Del to restart..|
  501. 000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  502. 000001f0 00 00 00 00 00 00 8a 01 a7 01 bf 01 00 00 55 aa |..............U.|
  503. 00000200
  504. =================== hexdump -n512 -C /dev/sdb1
  505. 00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 22 00 |.X.MSDOS5.0...".|
  506. 00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 3f 00 00 00 |........?...?...|
  507. 00000020 5a f2 73 00 ef 1c 00 00 00 00 00 00 02 00 00 00 |Z.s.............|
  508. 00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  509. 00000040 00 01 29 84 66 b8 cc 4e 4f 20 4e 41 4d 45 20 20 |..).f..NO NAME |
  510. 00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
  511. 00000060 7b 8e c1 8e d9 bd 00 7c 88 4e 02 8a 56 40 b4 08 |{......|.N..V@..|
  512. 00000070 cd 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f |..s......f...@f.|
  513. 00000080 b6 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 |....?.......Af..|
  514. 00000090 c9 66 f7 e1 66 89 46 f8 83 7e 16 00 75 38 83 7e |.f..f.F..~..u8.~|
  515. 000000a0 2a 00 77 32 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 |*.w2f.F.f.......|
  516. 000000b0 01 00 e8 2b 00 e9 48 03 a0 fa 7d b4 7d 8b f0 ac |...+..H...}.}...|
  517. 000000c0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
  518. 000000d0 ee a0 fb 7d eb e5 a0 f9 7d eb e0 98 cd 16 cd 19 |...}....}.......|
  519. 000000e0 66 60 66 3b 46 f8 0f 82 4a 00 66 6a 00 66 50 06 |f`f;F...J.fj.fP.|
  520. 000000f0 53 66 68 10 00 01 00 80 7e 02 00 0f 85 20 00 b4 |Sfh.....~.... ..|
  521. 00000100 41 bb aa 55 8a 56 40 cd 13 0f 82 1c 00 81 fb 55 |[email protected]|
  522. 00000110 aa 0f 85 14 00 f6 c1 01 0f 84 0d 00 fe 46 02 b4 |.............F..|
  523. 00000120 42 8a 56 40 8b f4 cd 13 b0 f9 66 58 66 58 66 58 |[email protected]|
  524. 00000130 66 58 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe |fX.*f3.f..N.f...|
  525. 00000140 c2 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a |...f..f....v....|
  526. 00000150 56 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 |[email protected]|
  527. 00000160 0f 82 54 ff 81 c3 00 02 66 40 49 0f 85 71 ff c3 |[email protected]..|
  528. 00000170 4e 54 4c 44 52 20 20 20 20 20 20 00 00 00 00 00 |NTLDR .....|
  529. 00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  530. *
  531. 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 52 65 |..............Re|
  532. 000001b0 74 69 72 65 7a 20 6c 65 73 20 64 69 73 71 75 65 |tirez les disque|
  533. 000001c0 73 ff 0d 0a 45 72 72 2e 20 64 69 73 71 75 65 ff |s...Err. disque.|
  534. 000001d0 0d 0a 50 72 65 73 73 65 7a 20 75 6e 65 20 74 6f |..Pressez une to|
  535. 000001e0 75 63 68 65 20 70 6f 75 72 20 72 65 64 82 6d 61 |uche pour red.ma|
  536. 000001f0 72 72 65 72 0d 0a 00 00 00 ac c2 d0 00 00 55 aa |rrer..........U.|
  537. 00000200
  538. =================== df -Th:
  539. Filesystem Type Size Used Avail Use% Mounted on
  540. udev devtmpfs 3.9G 0 3.9G 0% /dev
  541. tmpfs tmpfs 784M 9.6M 774M 2% /run
  542. /dev/sda1 vfat 30G 1.5G 28G 5% /cdrom
  543. /dev/loop0 squashfs 1.4G 1.4G 0 100% /rofs
  544. /cow overlay 3.9G 691M 3.2G 18% /
  545. tmpfs tmpfs 3.9G 172K 3.9G 1% /dev/shm
  546. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  547. tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
  548. tmpfs tmpfs 3.9G 28K 3.9G 1% /tmp
  549. tmpfs tmpfs 784M 84K 784M 1% /run/user/999
  550. /dev/nvme0n1p1 vfat 496M 66M 431M 14% /mnt/boot-sav/nvme0n1p1
  551. /dev/nvme0n1p3 fuseblk 39G 36G 2.3G 95% /mnt/boot-sav/nvme0n1p3
  552. /dev/nvme0n1p4 fuseblk 450M 383M 68M 86% /mnt/boot-sav/nvme0n1p4
  553. /dev/nvme0n1p5 fuseblk 12G 11G 658M 95% /mnt/boot-sav/nvme0n1p5
  554. /dev/nvme0n1p6 fuseblk 1.1G 559M 498M 53% /mnt/boot-sav/nvme0n1p6
  555. /dev/sdb1 vfat 3.7G 3.5G 161M 96% /mnt/boot-sav/sdb1
  556. =================== fdisk -l:
  557. Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
  558. Units: sectors of 1 * 512 = 512 bytes
  559. Sector size (logical/physical): 512 bytes / 4096 bytes
  560. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  561. Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
  562. Units: sectors of 1 * 512 = 512 bytes
  563. Sector size (logical/physical): 512 bytes / 4096 bytes
  564. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  565. Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
  566. Units: sectors of 1 * 512 = 512 bytes
  567. Sector size (logical/physical): 512 bytes / 4096 bytes
  568. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  569. Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
  570. Units: sectors of 1 * 512 = 512 bytes
  571. Sector size (logical/physical): 512 bytes / 4096 bytes
  572. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  573. Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
  574. Units: sectors of 1 * 512 = 512 bytes
  575. Sector size (logical/physical): 512 bytes / 4096 bytes
  576. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  577. Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
  578. Units: sectors of 1 * 512 = 512 bytes
  579. Sector size (logical/physical): 512 bytes / 4096 bytes
  580. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  581. Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
  582. Units: sectors of 1 * 512 = 512 bytes
  583. Sector size (logical/physical): 512 bytes / 4096 bytes
  584. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  585. Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
  586. Units: sectors of 1 * 512 = 512 bytes
  587. Sector size (logical/physical): 512 bytes / 4096 bytes
  588. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  589. Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
  590. Units: sectors of 1 * 512 = 512 bytes
  591. Sector size (logical/physical): 512 bytes / 4096 bytes
  592. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  593. Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
  594. Units: sectors of 1 * 512 = 512 bytes
  595. Sector size (logical/physical): 512 bytes / 4096 bytes
  596. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  597. Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
  598. Units: sectors of 1 * 512 = 512 bytes
  599. Sector size (logical/physical): 512 bytes / 4096 bytes
  600. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  601. Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
  602. Units: sectors of 1 * 512 = 512 bytes
  603. Sector size (logical/physical): 512 bytes / 4096 bytes
  604. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  605. Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
  606. Units: sectors of 1 * 512 = 512 bytes
  607. Sector size (logical/physical): 512 bytes / 4096 bytes
  608. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  609. Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
  610. Units: sectors of 1 * 512 = 512 bytes
  611. Sector size (logical/physical): 512 bytes / 4096 bytes
  612. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  613. Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
  614. Units: sectors of 1 * 512 = 512 bytes
  615. Sector size (logical/physical): 512 bytes / 4096 bytes
  616. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  617. Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
  618. Units: sectors of 1 * 512 = 512 bytes
  619. Sector size (logical/physical): 512 bytes / 4096 bytes
  620. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  621. Disk /dev/loop0: 1.4 GiB, 1459982336 bytes, 2851528 sectors
  622. Units: sectors of 1 * 512 = 512 bytes
  623. Sector size (logical/physical): 512 bytes / 512 bytes
  624. I/O size (minimum/optimal): 512 bytes / 512 bytes
  625. Disk /dev/nvme0n1: 238.5 GiB, 256060514304 bytes, 500118192 sectors
  626. Units: sectors of 1 * 512 = 512 bytes
  627. Sector size (logical/physical): 512 bytes / 512 bytes
  628. I/O size (minimum/optimal): 512 bytes / 512 bytes
  629. Disklabel type: gpt
  630. Disk identifier: 447DF614-F5A5-43CA-AFC7-F7C223290150
  631. Device Start End Sectors Size Type
  632. /dev/nvme0n1p1 2048 1026047 1024000 500M EFI System
  633. /dev/nvme0n1p2 1026048 1288191 262144 128M Microsoft reserved
  634. /dev/nvme0n1p3 1288192 81151999 79863808 38.1G Microsoft basic data
  635. /dev/nvme0n1p4 473747456 474669055 921600 450M Windows recovery environment
  636. /dev/nvme0n1p5 474669056 497944575 23275520 11.1G Windows recovery environment
  637. /dev/nvme0n1p6 497944576 500107263 2162688 1G Windows recovery environment
  638. Disk /dev/sda: 29.3 GiB, 31457280000 bytes, 61440000 sectors
  639. Units: sectors of 1 * 512 = 512 bytes
  640. Sector size (logical/physical): 512 bytes / 512 bytes
  641. I/O size (minimum/optimal): 512 bytes / 512 bytes
  642. Disklabel type: dos
  643. Disk identifier: 0x72ffe644
  644. Device Boot Start End Sectors Size Id Type
  645. /dev/sda1 * 2048 61439999 61437952 29.3G c W95 FAT32 (LBA)
  646. Disk /dev/sdb: 3.6 GiB, 3898142208 bytes, 7613559 sectors
  647. Units: sectors of 1 * 512 = 512 bytes
  648. Sector size (logical/physical): 512 bytes / 512 bytes
  649. I/O size (minimum/optimal): 512 bytes / 512 bytes
  650. Disklabel type: dos
  651. Disk identifier: 0x04dd5721
  652. Device Boot Start End Sectors Size Id Type
  653. /dev/sdb1 * 63 7598744 7598682 3.6G b W95 FAT32
  654. No OS or WinEFI system
  655. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  656. =================== Suggested repair
  657. The default repair of the Boot-Repair utility would not act on the MBR.
  658. Additional repair would be performed: repair-filesystems fix-windows-boot
  659. =================== User settings
  660. The settings chosen by the user will not act on the boot.
  661. paste.ubuntu.com ko (), using paste.debian
  662. paste.debian.net ko (), using paste2