1. Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
  2. ============================= Boot Info Summary: ===============================
  3. => Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector 1 of
  4. the same hard drive for core.img. core.img is at this location and looks
  5. for (,msdos1)/boot/grub.
  6. => Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
  7. sda1: __________________________________________________________________________
  8. File system: ext4
  9. Boot sector type: -
  10. Boot sector info:
  11. Operating System: Trisquel GNU/Linux 7.0
  12. Boot files: /boot/grub/grub.cfg /etc/fstab
  13. /boot/grub/i386-pc/core.img
  14. sda2: __________________________________________________________________________
  15. File system: Extended Partition
  16. Boot sector type: -
  17. Boot sector info:
  18. sda5: __________________________________________________________________________
  19. File system: swap
  20. Boot sector type: -
  21. Boot sector info:
  22. sda6: __________________________________________________________________________
  23. File system: xfs
  24. Boot sector type: -
  25. Boot sector info:
  26. Operating System:
  27. Boot files:
  28. sdb1: __________________________________________________________________________
  29. File system: vfat
  30. Boot sector type: SYSLINUX 4.04 2011-04-18
  31. Boot sector info: Syslinux looks at sector 3130296 of /dev/sdb1 for its
  32. second stage. SYSLINUX is installed in the directory.
  33. No errors found in the Boot Parameter Block.
  34. Operating System:
  35. Boot files: /syslinux/syslinux.cfg /ldlinux.sys
  36. ============================ Drive/Partition Info: =============================
  37. Drive: sda _____________________________________________________________________
  38. Disk /dev/sda: 64.0 GB, 64023257088 bytes
  39. 255 heads, 63 sectors/track, 7783 cylinders, total 125045424 sectors
  40. Units = sectors of 1 * 512 = 512 bytes
  41. Sector size (logical/physical): 512 bytes / 512 bytes
  42. Partition Boot Start Sector End Sector # of Sectors Id System
  43. /dev/sda1 * 2,048 39,063,551 39,061,504 83 Linux
  44. /dev/sda2 39,065,598 125,044,735 85,979,138 5 Extended
  45. /dev/sda5 39,065,600 41,842,687 2,777,088 82 Linux swap / Solaris
  46. /dev/sda6 41,844,736 125,044,735 83,200,000 83 Linux
  47. Drive: sdb _____________________________________________________________________
  48. Disk /dev/sdb: 3880 MB, 3880452096 bytes
  49. 110 heads, 46 sectors/track, 1497 cylinders, total 7579008 sectors
  50. Units = sectors of 1 * 512 = 512 bytes
  51. Sector size (logical/physical): 512 bytes / 512 bytes
  52. Partition Boot Start Sector End Sector # of Sectors Id System
  53. /dev/sdb1 * 8,064 7,579,007 7,570,944 b W95 FAT32
  54. "blkid" output: ________________________________________________________________
  55. Device UUID TYPE LABEL
  56. /dev/loop0 squashfs
  57. /dev/sda1 e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f ext4
  58. /dev/sda5 28fea2e2-dc45-4130-a6bd-a7846e1e1508 swap
  59. /dev/sda6 d7d1d8c5-dd15-428a-b1a7-cf6892b98706 xfs
  60. /dev/sdb1 962B-DED2 vfat MYLINUXLIVE
  61. ========================= "ls -l /dev/disk/by-id" output: ======================
  62. total 0
  63. lrwxrwxrwx 1 root root 9 May 23 09:29 ata-SAMSUNG_MZMPA064HMDR-00000_S0R6NYAB805197 -> ../../sda
  64. lrwxrwxrwx 1 root root 10 May 23 09:25 ata-SAMSUNG_MZMPA064HMDR-00000_S0R6NYAB805197-part1 -> ../../sda1
  65. lrwxrwxrwx 1 root root 10 May 23 09:25 ata-SAMSUNG_MZMPA064HMDR-00000_S0R6NYAB805197-part2 -> ../../sda2
  66. lrwxrwxrwx 1 root root 10 May 23 09:25 ata-SAMSUNG_MZMPA064HMDR-00000_S0R6NYAB805197-part5 -> ../../sda5
  67. lrwxrwxrwx 1 root root 10 May 23 09:25 ata-SAMSUNG_MZMPA064HMDR-00000_S0R6NYAB805197-part6 -> ../../sda6
  68. lrwxrwxrwx 1 root root 9 May 23 09:29 usb-_USB_DISK_2.0_0702235DBBD47514-0:0 -> ../../sdb
  69. lrwxrwxrwx 1 root root 10 May 23 09:25 usb-_USB_DISK_2.0_0702235DBBD47514-0:0-part1 -> ../../sdb1
  70. ================================ Mount points: =================================
  71. Device Mount_Point Type Options
  72. /dev/loop0 /rofs squashfs (ro,noatime)
  73. /dev/sdb1 /cdrom vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  74. =========================== sda1/boot/grub/grub.cfg: ===========================
  75. --------------------------------------------------------------------------------
  76. #
  77. # DO NOT EDIT THIS FILE
  78. #
  79. # It is automatically generated by grub-mkconfig using templates
  80. # from /etc/grub.d and settings from /etc/default/grub
  81. #
  82. ### BEGIN /etc/grub.d/00_header ###
  83. if [ -s $prefix/grubenv ]; then
  84. set have_grubenv=true
  85. load_env
  86. fi
  87. if [ "${next_entry}" ] ; then
  88. set default="${next_entry}"
  89. set next_entry=
  90. save_env next_entry
  91. set boot_once=true
  92. else
  93. set default="0"
  94. fi
  95. if [ x"${feature_menuentry_id}" = xy ]; then
  96. menuentry_id_option="--id"
  97. else
  98. menuentry_id_option=""
  99. fi
  100. export menuentry_id_option
  101. if [ "${prev_saved_entry}" ]; then
  102. set saved_entry="${prev_saved_entry}"
  103. save_env saved_entry
  104. set prev_saved_entry=
  105. save_env prev_saved_entry
  106. set boot_once=true
  107. fi
  108. function savedefault {
  109. if [ -z "${boot_once}" ]; then
  110. saved_entry="${chosen}"
  111. save_env saved_entry
  112. fi
  113. }
  114. function load_video {
  115. if [ x$feature_all_video_module = xy ]; then
  116. insmod all_video
  117. else
  118. insmod efi_gop
  119. insmod efi_uga
  120. insmod ieee1275_fb
  121. insmod vbe
  122. insmod vga
  123. insmod video_bochs
  124. insmod video_cirrus
  125. fi
  126. }
  127. if [ x$feature_default_font_path = xy ] ; then
  128. font=unicode
  129. else
  130. insmod part_msdos
  131. insmod ext2
  132. set root='hd0,msdos1'
  133. if [ x$feature_platform_search_hint = xy ]; then
  134. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f
  135. else
  136. search --no-floppy --fs-uuid --set=root e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f
  137. fi
  138. font="/usr/share/grub/unicode.pf2"
  139. fi
  140. if loadfont $font ; then
  141. set gfxmode=auto
  142. load_video
  143. insmod gfxterm
  144. set locale_dir=$prefix/locale
  145. set lang=fr_FR
  146. insmod gettext
  147. fi
  148. terminal_output gfxterm
  149. if [ "${recordfail}" = 1 ] ; then
  150. set timeout=10
  151. else
  152. if [ x$feature_timeout_style = xy ] ; then
  153. set timeout_style=menu
  154. set timeout=10
  155. # Fallback normal timeout code in case the timeout_style feature is
  156. # unavailable.
  157. else
  158. set timeout=10
  159. fi
  160. fi
  161. ### END /etc/grub.d/00_header ###
  162. ### BEGIN /etc/grub.d/01_PASSWORD ###
  163. set superusers=grub
  164. password grub 30303
  165. ### END /etc/grub.d/01_PASSWORD ###
  166. ### BEGIN /etc/grub.d/05_debian_theme ###
  167. set menu_color_normal=white/black
  168. set menu_color_highlight=black/light-gray
  169. ### END /etc/grub.d/05_debian_theme ###
  170. ### BEGIN /etc/grub.d/06_trisquel_theme ###
  171. set menu_color_normal=white/black
  172. set menu_color_highlight=black/light-gray
  173. ### END /etc/grub.d/06_trisquel_theme ###
  174. ### BEGIN /etc/grub.d/10_linux ###
  175. function gfxmode {
  176. set gfxpayload="${1}"
  177. }
  178. set linux_gfx_mode=
  179. export linux_gfx_mode
  180. menuentry 'Trisquel GNU/Linux' --class trisquel --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-simple-e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f' {
  181. load_video
  182. insmod gzio
  183. insmod part_msdos
  184. insmod ext2
  185. set root='hd0,msdos1'
  186. if [ x$feature_platform_search_hint = xy ]; then
  187. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f
  188. else
  189. search --no-floppy --fs-uuid --set=root e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f
  190. fi
  191. echo 'Loading Linux 3.13.0-39-lowlatency ...'
  192. linux /boot/vmlinuz-3.13.0-39-lowlatency root=UUID=e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f ro quiet splash nomdmonddf nomdmonisw
  193. echo 'Loading initial ramdisk ...'
  194. initrd /boot/initrd.img-3.13.0-39-lowlatency
  195. }
  196. submenu 'Advanced options for Trisquel GNU/Linux' $menuentry_id_option 'gnulinux-advanced-e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f' {
  197. menuentry 'Trisquel GNU/Linux, with Linux-Libre 3.13.0-39-lowlatency' --class trisquel --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.13.0-39-lowlatency-advanced-e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f' {
  198. load_video
  199. insmod gzio
  200. insmod part_msdos
  201. insmod ext2
  202. set root='hd0,msdos1'
  203. if [ x$feature_platform_search_hint = xy ]; then
  204. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f
  205. else
  206. search --no-floppy --fs-uuid --set=root e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f
  207. fi
  208. echo 'Loading Linux 3.13.0-39-lowlatency ...'
  209. linux /boot/vmlinuz-3.13.0-39-lowlatency root=UUID=e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f ro quiet splash nomdmonddf nomdmonisw
  210. echo 'Loading initial ramdisk ...'
  211. initrd /boot/initrd.img-3.13.0-39-lowlatency
  212. }
  213. menuentry 'Trisquel GNU/Linux, with Linux-Libre 3.13.0-39-lowlatency (recovery mode)' --class trisquel --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.13.0-39-lowlatency-recovery-e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f' {
  214. load_video
  215. insmod gzio
  216. insmod part_msdos
  217. insmod ext2
  218. set root='hd0,msdos1'
  219. if [ x$feature_platform_search_hint = xy ]; then
  220. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f
  221. else
  222. search --no-floppy --fs-uuid --set=root e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f
  223. fi
  224. echo 'Loading Linux 3.13.0-39-lowlatency ...'
  225. linux /boot/vmlinuz-3.13.0-39-lowlatency root=UUID=e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f ro single
  226. echo 'Loading initial ramdisk ...'
  227. initrd /boot/initrd.img-3.13.0-39-lowlatency
  228. }
  229. }
  230. ### END /etc/grub.d/10_linux ###
  231. ### BEGIN /etc/grub.d/20_linux_xen ###
  232. ### END /etc/grub.d/20_linux_xen ###
  233. ### BEGIN /etc/grub.d/30_os-prober ###
  234. ### END /etc/grub.d/30_os-prober ###
  235. ### BEGIN /etc/grub.d/30_uefi-firmware ###
  236. ### END /etc/grub.d/30_uefi-firmware ###
  237. ### BEGIN /etc/grub.d/40_custom ###
  238. # This file provides an easy way to add custom menu entries. Simply type the
  239. # menu entries you want to add after this comment. Be careful not to change
  240. # the 'exec tail' line above.
  241. ### END /etc/grub.d/40_custom ###
  242. ### BEGIN /etc/grub.d/41_custom ###
  243. if [ -f ${config_directory}/custom.cfg ]; then
  244. source ${config_directory}/custom.cfg
  245. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  246. source $prefix/custom.cfg;
  247. fi
  248. ### END /etc/grub.d/41_custom ###
  249. --------------------------------------------------------------------------------
  250. =============================== sda1/etc/fstab: ================================
  251. --------------------------------------------------------------------------------
  252. # /etc/fstab: static file system information.
  253. #
  254. # Use 'blkid' to print the universally unique identifier for a
  255. # device; this may be used with UUID= as a more robust way to name devices
  256. # that works even if disks are added and removed. See fstab(5).
  257. #
  258. # <file system> <mount point> <type> <options> <dump> <pass>
  259. # / was on /dev/sda1 during installation
  260. UUID=e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f / ext4 relatime,errors=remount-ro 0 1
  261. # /home was on /dev/sda6 during installation
  262. UUID=d7d1d8c5-dd15-428a-b1a7-cf6892b98706 /home xfs relatime 0 2
  263. # swap was on /dev/sda5 during installation
  264. UUID=28fea2e2-dc45-4130-a6bd-a7846e1e1508 none swap sw 0 0
  265. --------------------------------------------------------------------------------
  266. ========================= sdb1/syslinux/syslinux.cfg: ==========================
  267. --------------------------------------------------------------------------------
  268. # D-I config version 2.0
  269. include menu.cfg
  270. default vesamenu.c32
  271. prompt 0
  272. timeout 300
  273. ui gfxboot bootlogo
  274. --------------------------------------------------------------------------------
  275. ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
  276. syslinux/chain.c32 : COM32R module (v4.xx)
  277. syslinux/gfxboot.c32 : COM32R module (v4.xx)
  278. syslinux/vesamenu.c32 : COM32R module (v4.xx)
  279. =============================== StdErr Messages: ===============================
  280. cat: write error: Broken pipe
  281. File descriptor 9 (/proc/5554/mounts) leaked on lvs invocation. Parent PID 11820: bash
  282. File descriptor 63 (pipe:[45191]) leaked on lvs invocation. Parent PID 11820: bash
  283. No volume groups found
  284. mdadm: No arrays found in config file or automatically
  285. ADDITIONAL INFORMATION :
  286. =================== log of boot-info 2015-05-23__09h29 ===================
  287. boot-info version : 4ppa33
  288. boot-sav version : 4ppa33
  289. glade2script version : 3.2.2~ppa47~saucy
  290. boot-sav-extra version : 4ppa33
  291. boot-info is executed in live-session (Trisquel GNU/Linux 7.0, Belenos, belenos, Trisquel, x86_64)
  292. CPU op-mode(s): 32-bit, 64-bit
  293. cdrom-detect/try-usb=true persistent file=/cdrom/preseed/trisquel.seed initrd=/casper/initrd boot=casper splash quiet noprompt -- debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  294. ls: impossible d'accéder à /home/usr/.config: Aucun fichier ou dossier de ce type
  295. =================== os-prober:
  296. /dev/sda1:Trisquel GNU/Linux 7.0, Belenos (7.0):Trisquel:linux
  297. =================== blkid:
  298. /dev/loop0: TYPE="squashfs"
  299. /dev/sda1: UUID="e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f" TYPE="ext4"
  300. /dev/sda5: UUID="28fea2e2-dc45-4130-a6bd-a7846e1e1508" TYPE="swap"
  301. /dev/sda6: UUID="d7d1d8c5-dd15-428a-b1a7-cf6892b98706" TYPE="xfs"
  302. /dev/sdb1: LABEL="MYLINUXLIVE" UUID="962B-DED2" TYPE="vfat"
  303. 1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
  304. Avertissement : la partition étendue ne commence pas sur une frontière de
  305. cylindres. DOS et Linux interpréteront les contenus différemment.
  306. =================== sda1/etc/grub.d/ :
  307. drwxr-xr-x 2 root root 4096 mai 23 08:54 grub.d
  308. total 80
  309. -rwxr-xr-x 1 root root 9424 août 31 2014 00_header
  310. -rwx--x--x 1 root root 462 mai 23 08:54 01_PASSWORD
  311. -rwxr-xr-x 1 root root 6068 août 31 2014 05_debian_theme
  312. -rwxr-xr-x 1 root root 1525 août 31 2010 06_trisquel_theme
  313. -rwxr-xr-x 1 root root 11524 août 31 2014 10_linux
  314. -rwxr-xr-x 1 root root 10412 août 31 2014 20_linux_xen
  315. -rwxr-xr-x 1 root root 11692 août 31 2014 30_os-prober
  316. -rwxr-xr-x 1 root root 1416 août 31 2014 30_uefi-firmware
  317. -rwxr-xr-x 1 root root 214 août 31 2014 40_custom
  318. -rwxr-xr-x 1 root root 216 août 31 2014 41_custom
  319. -rw-r--r-- 1 root root 483 août 31 2014 README
  320. =================== sda1/etc/default/grub :
  321. # If you change this file, run 'update-grub' afterwards to update
  322. # /boot/grub/grub.cfg.
  323. # For full documentation of the options in this file, see:
  324. # info -f grub -n 'Simple configuration'
  325. GRUB_DEFAULT=0
  326. GRUB_TIMEOUT=10
  327. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  328. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  329. GRUB_CMDLINE_LINUX=""
  330. # Uncomment to enable BadRAM filtering, modify to suit your needs
  331. # This works with Linux-Libre (no patch required) and with any kernel that obtains
  332. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  333. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  334. # Uncomment to disable graphical terminal (grub-pc only)
  335. #GRUB_TERMINAL=console
  336. # The resolution used on graphical terminal
  337. # note that you can use only modes which your graphic card supports via VBE
  338. # you can see them in real GRUB with the command `vbeinfo'
  339. #GRUB_GFXMODE=640x480
  340. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  341. #GRUB_DISABLE_LINUX_UUID=true
  342. # Uncomment to disable generation of recovery mode menu entries
  343. #GRUB_DISABLE_RECOVERY="true"
  344. # Uncomment to get a beep at grub start
  345. #GRUB_INIT_TUNE="480 440 1"
  346. # Trisquel comes without kernel recovery entries to improve security.
  347. #GRUB_DISABLE_RECOVERY=true
  348. =================== sda1/etc/mdadm/mdadm.conf :
  349. # mdadm.conf
  350. #
  351. # Please refer to mdadm.conf(5) for information about this file.
  352. #
  353. # by default (built-in), scan all partitions (/proc/partitions) and all
  354. # containers for MD superblocks. alternatively, specify devices to scan, using
  355. # wildcards if desired.
  356. #DEVICE partitions containers
  357. # auto-create devices with Debian standard permissions
  358. CREATE owner=root group=disk mode=0660 auto=yes
  359. # automatically tag new arrays as belonging to the local system
  360. HOMEHOST <system>
  361. # instruct the monitoring daemon where to send mail alerts
  362. MAILADDR root
  363. # definitions of existing MD arrays
  364. # This file was auto-generated on Sun, 02 Nov 2014 18:06:39 +0000
  365. # by mkconf $Id$
  366. =================== UEFI/Legacy mode:
  367. This live-session is not in EFI-mode.
  368. EFI in dmesg.
  369. [ 0.000000] ACPI: UEFI 000000007a7e9000 00003E (v01 SECCSD LH43STAR 00000002 PTL 00000002)
  370. [ 0.000000] ACPI: UEFI 000000007a7e8000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
  371. [ 0.000000] ACPI: UEFI 000000007a7e7000 000242 (v01 SECCSD LH43STAR 00000002 PTL 00000002)
  372. SecureBoot maybe enabled.
  373. =================== PARTITIONS & DISKS:
  374. sda1 : sda, not-sepboot, grubenv-ok 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, not-far, /mnt/boot-sav/sda1.
  375. sda6 : 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/sda6.
  376. sda : not-GPT, BIOSboot-not-needed, has-no-EFIpart, not-usb, has-os, 2048 sectors * 512 bytes
  377. =================== parted -l:
  378. Model: ATA SAMSUNG MZMPA064 (scsi)
  379. Disk /dev/sda: 64.0GB
  380. Sector size (logical/physical): 512B/512B
  381. Partition Table: msdos
  382. Number Start End Size Type File system Flags
  383. 1 1049kB 20.0GB 20.0GB primary ext4 boot
  384. 2 20.0GB 64.0GB 44.0GB extended
  385. 5 20.0GB 21.4GB 1422MB logical linux-swap(v1)
  386. 6 21.4GB 64.0GB 42.6GB logical xfs
  387. Model: USB DISK 2.0 (scsi)
  388. Disk /dev/sdb: 3880MB
  389. Sector size (logical/physical): 512B/512B
  390. Partition Table: msdos
  391. Number Start End Size Type File system Flags
  392. 1 4129kB 3880MB 3876MB primary fat32 boot
  393. =================== parted -lm:
  394. BYT;
  395. /dev/sda:64.0GB:scsi:512:512:msdos:ATA SAMSUNG MZMPA064;
  396. 1:1049kB:20.0GB:20.0GB:ext4::boot;
  397. 2:20.0GB:64.0GB:44.0GB:::;
  398. 5:20.0GB:21.4GB:1422MB:linux-swap(v1)::;
  399. 6:21.4GB:64.0GB:42.6GB:xfs::;
  400. BYT;
  401. /dev/sdb:3880MB:scsi:512:512:msdos: USB DISK 2.0;
  402. 1:4129kB:3880MB:3876MB:fat32::boot;
  403. =================== lsblk:
  404. KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
  405. sda disk 59,6G SAMSUNG
  406. sda1 part ext4 18,6G e6c0ddc7-54d0-43d5-9655-3685e1ff3e8f
  407. sda2 part 1K
  408. sda5 part swap 1,3G 28fea2e2-dc45-4130-a6bd-a7846e1e1508
  409. sda6 part xfs 39,7G d7d1d8c5-dd15-428a-b1a7-cf6892b98706
  410. sdb disk 3,6G USB DISK
  411. sdb1 part vfat 3,6G MYLINUXLIVE
  412. 962B-DED2
  413. loop0 loop squashfs 1,5G
  414. KNAME ROTA RO RM STATE MOUNTPOINT
  415. sda 0 0 0 running
  416. sda1 0 0 0 /mnt/boot-sav/sda1
  417. sda2 0 0 0
  418. sda5 0 0 0 [SWAP]
  419. sda6 0 0 0 /mnt/boot-sav/sda6
  420. sdb 1 0 1 running
  421. sdb1 1 0 1 /cdrom
  422. loop0 1 1 0 /rofs
  423. =================== mount:
  424. /cow on / type overlayfs (rw)
  425. proc on /proc type proc (rw,noexec,nosuid,nodev)
  426. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  427. udev on /dev type devtmpfs (rw,mode=0755)
  428. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  429. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  430. /dev/sdb1 on /cdrom type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
  431. /dev/loop0 on /rofs type squashfs (ro,noatime)
  432. none on /sys/fs/cgroup type tmpfs (rw)
  433. none on /sys/fs/fuse/connections type fusectl (rw)
  434. none on /sys/kernel/debug type debugfs (rw)
  435. none on /sys/kernel/security type securityfs (rw)
  436. tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
  437. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  438. none on /run/shm type tmpfs (rw,nosuid,nodev)
  439. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  440. none on /sys/fs/pstore type pstore (rw)
  441. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  442. gvfsd-fuse on /run/user/999/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=trisquel)
  443. /dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw)
  444. /dev/sda6 on /mnt/boot-sav/sda6 type xfs (rw)
  445. =================== ls:
  446. /sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda5 sda6 size slaves stat subsystem trace uevent
  447. /sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent
  448. /dev (filtered): autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda5 sda6 sdb sdb1 sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom v4l vga_arbiter vhci vhost-net video0 zero
  449. ls /dev/mapper: control
  450. =================== df -Th:
  451. Filesystem Type Size Used Avail Use% Mounted on
  452. /cow overlayfs 925M 193M 732M 21% /
  453. udev devtmpfs 915M 12K 915M 1% /dev
  454. tmpfs tmpfs 185M 1.2M 184M 1% /run
  455. /dev/sdb1 vfat 3.7G 1.5G 2.2G 42% /cdrom
  456. /dev/loop0 squashfs 1.5G 1.5G 0 100% /rofs
  457. none tmpfs 4.0K 0 4.0K 0% /sys/fs/cgroup
  458. tmpfs tmpfs 925M 12K 925M 1% /tmp
  459. none tmpfs 5.0M 0 5.0M 0% /run/lock
  460. none tmpfs 925M 76K 924M 1% /run/shm
  461. none tmpfs 100M 32K 100M 1% /run/user
  462. /dev/sda1 ext4 19G 3.7G 14G 22% /mnt/boot-sav/sda1
  463. /dev/sda6 xfs 40G 34M 40G 1% /mnt/boot-sav/sda6
  464. =================== fdisk -l:
  465. Disk /dev/sda: 64.0 GB, 64023257088 bytes
  466. 255 heads, 63 sectors/track, 7783 cylinders, total 125045424 sectors
  467. Units = sectors of 1 * 512 = 512 bytes
  468. Sector size (logical/physical): 512 bytes / 512 bytes
  469. I/O size (minimum/optimal): 512 bytes / 512 bytes
  470. Disk identifier: 0x0005d1d2
  471. Device Boot Start End Blocks Id System
  472. /dev/sda1 * 2048 39063551 19530752 83 Linux
  473. /dev/sda2 39065598 125044735 42989569 5 Extended
  474. /dev/sda5 39065600 41842687 1388544 82 Linux swap / Solaris
  475. /dev/sda6 41844736 125044735 41600000 83 Linux
  476. Disk /dev/sdb: 3880 MB, 3880452096 bytes
  477. 110 heads, 46 sectors/track, 1497 cylinders, total 7579008 sectors
  478. Units = sectors of 1 * 512 = 512 bytes
  479. Sector size (logical/physical): 512 bytes / 512 bytes
  480. I/O size (minimum/optimal): 512 bytes / 512 bytes
  481. Disk identifier: 0xc3072e18
  482. Device Boot Start End Blocks Id System
  483. /dev/sdb1 * 8064 7579007 3785472 b W95 FAT32
  484. =================== Suggested repair
  485. The default repair of the Boot-Repair utility would reinstall the grub2 of sda1 into the MBR of sda.
  486. Additional repair would be performed: unhide-bootmenu-10s
  487. =================== User settings
  488. The settings chosen by the user will not act on the boot.