Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Boot Info Script 0.61 [1 April 2012]
- ============================= Boot Info Summary: ===============================
- => Windows is installed in the MBR of /dev/sda.
- => No boot loader is installed in the MBR of /dev/sdb.
- sda1: __________________________________________________________________________
- File system: vfat
- Boot sector type: Windows 7: FAT32
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System:
- Boot files: /bootmgr /boot/bcd
- sda2: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows Vista/7: NTFS
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System:
- Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
- sda3: __________________________________________________________________________
- File system: ntfs
- Boot sector type: Windows Vista/7: NTFS
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System:
- Boot files:
- sdb1: __________________________________________________________________________
- File system: vfat
- Boot sector type: FAT32
- Boot sector info: No errors found in the Boot Parameter Block.
- Operating System:
- Boot files:
- sdb2: __________________________________________________________________________
- File system: ext2
- Boot sector type: -
- Boot sector info:
- Operating System:
- Boot files: /grub/grub.cfg
- sdb3: __________________________________________________________________________
- File system: crypto_LUKS
- Boot sector type: Unknown
- Boot sector info:
- ubuntu-vg-root': _______________________________________________________________
- File system:
- Boot sector type: Unknown
- Boot sector info:
- Mounting failed: mount: unknown filesystem type ''
- ubuntu-vg-swap_1': _____________________________________________________________
- File system:
- Boot sector type: Unknown
- Boot sector info:
- Mounting failed: mount: unknown filesystem type ''
- mount: unknown filesystem type ''
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Диск /dev/sda: 465,8 GiB, 500107862016 байтов, 976773168 секторов
- Единицы измерения: секторов из 1 * 512 = 512 байтов
- Размер сектора (логический/физический): 512 байт / 512 байт
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Тип метки диска: dos
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sda1 2,048 40,965,749 40,963,702 1c Hidden W95 FAT32 (LBA)
- /dev/sda2 * 40,965,750 975,845,845 934,880,096 7 NTFS / exFAT / HPFS
- /dev/sda3 975,847,424 976,769,023 921,600 27 Hidden NTFS (Recovery Environment)
- Drive: sdb _____________________________________________________________________
- Диск /dev/sdb: 232,9 GiB, 250059350016 байтов, 488397168 секторов
- Единицы измерения: секторов из 1 * 512 = 512 байтов
- Размер сектора (логический/физический): 512 байт / 512 байт
- I/O size (minimum/optimal): 512 bytes / 512 bytes
- Тип метки диска: gpt
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sdb1 1 488,397,167 488,397,167 ee GPT
- GUID Partition Table detected.
- Partition Start Sector End Sector # of Sectors System
- /dev/sdb1 2,048 1,050,623 1,048,576 EFI System partition
- /dev/sdb2 1,050,624 2,050,047 999,424 Data partition (Linux)
- /dev/sdb3 2,050,048 488,396,799 486,346,752 Data partition (Linux)
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/mapper/cryptswap1 864f92e6-86a9-4a8d-bff8-d91132028363 swap
- /dev/mapper/sda3_crypt 1HYebi-NRBp-0tqn-lW0Z-28pO-RCEE-yjVG6G LVM2_member
- /dev/mapper/ubuntu--vg-root 0fb6db61-f5be-4af8-8814-da2af414f402 ext4
- /dev/mapper/ubuntu--vg-swap_1 2b233301-dd3a-4027-bf92-7a8c3a63c6d1 swap
- /dev/sda1 3C98-AC5D vfat RECOVERY
- /dev/sda2 8684C04C84C04103 ntfs Windows 10
- /dev/sda3 32125BFB125BC311 ntfs
- /dev/sdb1 324D-233D vfat
- /dev/sdb2 05722f4e-4ffd-4836-a503-521cfccd7543 ext2
- /dev/sdb3 a2d94b8f-ce84-4729-8c5b-f3a9e6be72cd crypto_LUKS
- ========================= "ls -R /dev/mapper/" output: =========================
- /dev/mapper:
- control
- cryptswap1
- sda3_crypt
- ubuntu--vg-root
- ubuntu--vg-swap_1
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/mapper/ubuntu--vg-root / ext4 (rw,relatime,errors=remount-ro,data=ordered)
- /dev/sdb1 /boot/efi vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
- /dev/sdb2 /boot ext2 (rw,relatime,block_validity,barrier,user_xattr,acl)
- ============================= sdb2/grub/grub.cfg: ==============================
- --------------------------------------------------------------------------------
- #
- # DO NOT EDIT THIS FILE
- #
- # It is automatically generated by grub-mkconfig using templates
- # from /etc/grub.d and settings from /etc/default/grub
- #
- ### BEGIN /etc/grub.d/00_header ###
- if [ -s $prefix/grubenv ]; then
- set have_grubenv=true
- load_env
- fi
- if [ "${next_entry}" ] ; then
- set default="${next_entry}"
- set next_entry=
- save_env next_entry
- set boot_once=true
- else
- set default="0"
- fi
- if [ x"${feature_menuentry_id}" = xy ]; then
- menuentry_id_option="--id"
- else
- menuentry_id_option=""
- fi
- export menuentry_id_option
- if [ "${prev_saved_entry}" ]; then
- set saved_entry="${prev_saved_entry}"
- save_env saved_entry
- set prev_saved_entry=
- save_env prev_saved_entry
- set boot_once=true
- fi
- function savedefault {
- if [ -z "${boot_once}" ]; then
- saved_entry="${chosen}"
- save_env saved_entry
- fi
- }
- function recordfail {
- set recordfail=1
- if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
- }
- function load_video {
- if [ x$feature_all_video_module = xy ]; then
- insmod all_video
- else
- insmod efi_gop
- insmod efi_uga
- insmod ieee1275_fb
- insmod vbe
- insmod vga
- insmod video_bochs
- insmod video_cirrus
- fi
- }
- if [ x$feature_default_font_path = xy ] ; then
- font=unicode
- else
- insmod part_gpt
- insmod ext2
- set root='hd1,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 05722f4e-4ffd-4836-a503-521cfccd7543
- else
- search --no-floppy --fs-uuid --set=root 05722f4e-4ffd-4836-a503-521cfccd7543
- fi
- font="/grub/unicode.pf2"
- fi
- if loadfont $font ; then
- set gfxmode=auto
- load_video
- insmod gfxterm
- set locale_dir=$prefix/locale
- set lang=ru_RU
- insmod gettext
- fi
- terminal_output gfxterm
- if [ "${recordfail}" = 1 ] ; then
- set timeout=30
- else
- if [ x$feature_timeout_style = xy ] ; then
- set timeout_style=hidden
- set timeout=0
- # Fallback hidden-timeout code in case the timeout_style feature is
- # unavailable.
- elif sleep --interruptible 0 ; then
- set timeout=0
- fi
- fi
- ### END /etc/grub.d/00_header ###
- ### BEGIN /etc/grub.d/05_debian_theme ###
- set menu_color_normal=white/black
- set menu_color_highlight=black/light-gray
- if background_color 44,0,30,0; then
- clear
- fi
- ### END /etc/grub.d/05_debian_theme ###
- ### BEGIN /etc/grub.d/10_linux ###
- function gfxmode {
- set gfxpayload="${1}"
- if [ "${1}" = "keep" ]; then
- set vt_handoff=vt.handoff=7
- else
- set vt_handoff=
- fi
- }
- if [ "${recordfail}" != 1 ]; then
- if [ -e ${prefix}/gfxblacklist.txt ]; then
- if hwmatch ${prefix}/gfxblacklist.txt 3; then
- if [ ${match} = 0 ]; then
- set linux_gfx_mode=keep
- else
- set linux_gfx_mode=text
- fi
- else
- set linux_gfx_mode=text
- fi
- else
- set linux_gfx_mode=keep
- fi
- else
- set linux_gfx_mode=text
- fi
- export linux_gfx_mode
- menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0fb6db61-f5be-4af8-8814-da2af414f402' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_gpt
- insmod ext2
- set root='hd1,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 05722f4e-4ffd-4836-a503-521cfccd7543
- else
- search --no-floppy --fs-uuid --set=root 05722f4e-4ffd-4836-a503-521cfccd7543
- fi
- linux /vmlinuz-4.4.0-34-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
- initrd /initrd.img-4.4.0-34-generic
- }
- submenu 'Дополнительные параметры для Ubuntu' $menuentry_id_option 'gnulinux-advanced-0fb6db61-f5be-4af8-8814-da2af414f402' {
- menuentry 'Ubuntu, с Linux 4.4.0-34-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-advanced-0fb6db61-f5be-4af8-8814-da2af414f402' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_gpt
- insmod ext2
- set root='hd1,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 05722f4e-4ffd-4836-a503-521cfccd7543
- else
- search --no-floppy --fs-uuid --set=root 05722f4e-4ffd-4836-a503-521cfccd7543
- fi
- echo 'Загружается Linux 4.4.0-34-generic …'
- linux /vmlinuz-4.4.0-34-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
- echo 'Загружается начальный виртуальный диск …'
- initrd /initrd.img-4.4.0-34-generic
- }
- menuentry 'Ubuntu, with Linux 4.4.0-34-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-init-upstart-0fb6db61-f5be-4af8-8814-da2af414f402' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_gpt
- insmod ext2
- set root='hd1,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 05722f4e-4ffd-4836-a503-521cfccd7543
- else
- search --no-floppy --fs-uuid --set=root 05722f4e-4ffd-4836-a503-521cfccd7543
- fi
- echo 'Загружается Linux 4.4.0-34-generic …'
- linux /vmlinuz-4.4.0-34-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff init=/sbin/upstart
- echo 'Загружается начальный виртуальный диск …'
- initrd /initrd.img-4.4.0-34-generic
- }
- menuentry 'Ubuntu, with Linux 4.4.0-34-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-34-generic-recovery-0fb6db61-f5be-4af8-8814-da2af414f402' {
- recordfail
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_gpt
- insmod ext2
- set root='hd1,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 05722f4e-4ffd-4836-a503-521cfccd7543
- else
- search --no-floppy --fs-uuid --set=root 05722f4e-4ffd-4836-a503-521cfccd7543
- fi
- echo 'Загружается Linux 4.4.0-34-generic …'
- linux /vmlinuz-4.4.0-34-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
- echo 'Загружается начальный виртуальный диск …'
- initrd /initrd.img-4.4.0-34-generic
- }
- menuentry 'Ubuntu, с Linux 4.4.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-advanced-0fb6db61-f5be-4af8-8814-da2af414f402' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_gpt
- insmod ext2
- set root='hd1,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 05722f4e-4ffd-4836-a503-521cfccd7543
- else
- search --no-floppy --fs-uuid --set=root 05722f4e-4ffd-4836-a503-521cfccd7543
- fi
- echo 'Загружается Linux 4.4.0-21-generic …'
- linux /vmlinuz-4.4.0-21-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff
- echo 'Загружается начальный виртуальный диск …'
- initrd /initrd.img-4.4.0-21-generic
- }
- menuentry 'Ubuntu, with Linux 4.4.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-init-upstart-0fb6db61-f5be-4af8-8814-da2af414f402' {
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_gpt
- insmod ext2
- set root='hd1,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 05722f4e-4ffd-4836-a503-521cfccd7543
- else
- search --no-floppy --fs-uuid --set=root 05722f4e-4ffd-4836-a503-521cfccd7543
- fi
- echo 'Загружается Linux 4.4.0-21-generic …'
- linux /vmlinuz-4.4.0-21-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash $vt_handoff init=/sbin/upstart
- echo 'Загружается начальный виртуальный диск …'
- initrd /initrd.img-4.4.0-21-generic
- }
- menuentry 'Ubuntu, with Linux 4.4.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.0-21-generic-recovery-0fb6db61-f5be-4af8-8814-da2af414f402' {
- recordfail
- load_video
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_gpt
- insmod ext2
- set root='hd1,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 05722f4e-4ffd-4836-a503-521cfccd7543
- else
- search --no-floppy --fs-uuid --set=root 05722f4e-4ffd-4836-a503-521cfccd7543
- fi
- echo 'Загружается Linux 4.4.0-21-generic …'
- linux /vmlinuz-4.4.0-21-generic root=/dev/mapper/ubuntu--vg-root ro recovery nomodeset
- echo 'Загружается начальный виртуальный диск …'
- initrd /initrd.img-4.4.0-21-generic
- }
- }
- ### END /etc/grub.d/10_linux ###
- ### BEGIN /etc/grub.d/20_linux_xen ###
- ### END /etc/grub.d/20_linux_xen ###
- ### BEGIN /etc/grub.d/20_memtest86+ ###
- ### END /etc/grub.d/20_memtest86+ ###
- ### BEGIN /etc/grub.d/30_os-prober ###
- ### END /etc/grub.d/30_os-prober ###
- ### BEGIN /etc/grub.d/30_uefi-firmware ###
- ### END /etc/grub.d/30_uefi-firmware ###
- ### BEGIN /etc/grub.d/40_custom ###
- # This file provides an easy way to add custom menu entries. Simply type the
- # menu entries you want to add after this comment. Be careful not to change
- # the 'exec tail' line above.
- ### END /etc/grub.d/40_custom ###
- ### BEGIN /etc/grub.d/41_custom ###
- if [ -f ${config_directory}/custom.cfg ]; then
- source ${config_directory}/custom.cfg
- elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
- source $prefix/custom.cfg;
- fi
- ### END /etc/grub.d/41_custom ###
- --------------------------------------------------------------------------------
- =================== sdb2: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- ======================== Unknown MBRs/Boot Sectors/etc: ========================
- Unknown BootLoader on sdb3
- 00000000 4c 55 4b 53 ba be 00 01 61 65 73 00 00 00 00 00 |LUKS....aes.....|
- 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000020 00 00 00 00 00 00 00 00 78 74 73 2d 70 6c 61 69 |........xts-plai|
- 00000030 6e 36 34 00 00 00 00 00 00 00 00 00 00 00 00 00 |n64.............|
- 00000040 00 00 00 00 00 00 00 00 73 68 61 32 35 36 00 00 |........sha256..|
- 00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000060 00 00 00 00 00 00 00 00 00 00 10 00 00 00 00 40 |...............@|
- 00000070 81 91 a8 f3 56 2a e3 c3 3b 76 bb 34 11 5d 59 51 |....V*..;v.4.]YQ|
- 00000080 3f c0 ff 39 d0 f4 55 7e 31 67 30 bc 6e f9 3f e1 |?..9..U~1g0.n.?.|
- 00000090 a5 a0 14 50 33 a0 b5 6f 37 0e cb b0 70 e8 78 32 |...P3..o7...p.x2|
- 000000a0 fa 45 7b 30 00 00 bf 68 61 32 64 39 34 62 38 66 |.E{0...ha2d94b8f|
- 000000b0 2d 63 65 38 34 2d 34 37 32 39 2d 38 63 35 62 2d |-ce84-4729-8c5b-|
- 000000c0 66 33 61 39 65 36 62 65 37 32 63 64 00 00 00 00 |f3a9e6be72cd....|
- 000000d0 00 ac 71 f3 00 03 9d ec 62 8c e4 26 26 f4 4f 71 |..q.....b..&&.Oq|
- 000000e0 a7 2b 15 52 67 6e b5 6f a0 c5 10 3f 63 72 ee ed |.+.Rgn.o...?cr..|
- 000000f0 33 3f e3 f3 b7 f2 8b b7 00 00 00 08 00 00 0f a0 |3?..............|
- 00000100 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000120 00 00 00 00 00 00 00 00 00 00 02 00 00 00 0f a0 |................|
- 00000130 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000150 00 00 00 00 00 00 00 00 00 00 03 f8 00 00 0f a0 |................|
- 00000160 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000180 00 00 00 00 00 00 00 00 00 00 05 f0 00 00 0f a0 |................|
- 00000190 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 000001a0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 000001b0 00 00 00 00 00 00 00 00 00 00 07 e8 00 00 0f a0 |................|
- 000001c0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 000001e0 00 00 00 00 00 00 00 00 00 00 09 e0 00 00 0f a0 |................|
- 000001f0 00 00 de ad 00 00 00 00 00 00 00 00 00 00 00 00 |................|
- 00000200
- Unknown BootLoader on ubuntu-vg-root'
- Unknown BootLoader on ubuntu-vg-swap_1'
- =============================== StdErr Messages: ===============================
- cat: /tmp/BootInfo-1BnhoMNA/Tmp_Log: Нет такого файла или каталога
- skip_dev_dir: Couldn't split up device name ubuntu-vg-root'.
- Volume group name "ubuntu-vg-root'" has invalid characters.
- Cannot process volume group ubuntu-vg-root'
- skip_dev_dir: Couldn't split up device name ubuntu-vg-root'.
- Volume group name "ubuntu-vg-root'" has invalid characters.
- Cannot process volume group ubuntu-vg-root'
- skip_dev_dir: Couldn't split up device name ubuntu-vg-root'.
- Volume group name "ubuntu-vg-root'" has invalid characters.
- Cannot process volume group ubuntu-vg-root'
- hexdump: /dev/mapper/ubuntu-vg-root': Нет такого файла или каталога
- hexdump: /dev/mapper/ubuntu-vg-root': Нет такого файла или каталога
- skip_dev_dir: Couldn't split up device name ubuntu-vg-swap_1'.
- Volume group name "ubuntu-vg-swap_1'" has invalid characters.
- Cannot process volume group ubuntu-vg-swap_1'
- skip_dev_dir: Couldn't split up device name ubuntu-vg-swap_1'.
- Volume group name "ubuntu-vg-swap_1'" has invalid characters.
- Cannot process volume group ubuntu-vg-swap_1'
- skip_dev_dir: Couldn't split up device name ubuntu-vg-swap_1'.
- Volume group name "ubuntu-vg-swap_1'" has invalid characters.
- Cannot process volume group ubuntu-vg-swap_1'
- hexdump: /dev/mapper/ubuntu-vg-swap_1': Нет такого файла или каталога
- hexdump: /dev/mapper/ubuntu-vg-swap_1': Нет такого файла или каталога
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement