Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Boot Info Script 0.61 [1 April 2012]
- ============================= Boot Info Summary: ===============================
- => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector
- 3006272 of the same hard drive for core.img, but core.img can not be found
- at this location.
- => Syslinux MBR (3.61-4.03) is installed in the MBR of /dev/sdb.
- sda2: __________________________________________________________________________
- File system: ext4
- Boot sector type: Grub2 (v1.99)
- Boot sector info: Grub2 (v1.99) is installed in the boot sector of sda2
- and looks at sector 21665200 of the same hard drive
- for core.img. core.img is at this location and looks
- in partition 118 for .
- Operating System: Debian GNU/Linux jessie/sid
- Boot files: /boot/grub/grub.cfg /etc/fstab
- /boot/extlinux/extlinux.conf
- sda4: __________________________________________________________________________
- File system: ext4
- Boot sector type: -
- Boot sector info:
- Operating System:
- Boot files:
- sdb1: __________________________________________________________________________
- File system: vfat
- Boot sector type: SYSLINUX 4.03 2010-10-22 ........>..sr>..........9...0...~.....~...f...M.f.f....f..0~....>E}.u......
- Boot sector info: Syslinux looks at sector 1628528 of /dev/sdb1 for its
- second stage. SYSLINUX is installed in the directory.
- The integrity check of the ADV area failed. No errors
- found in the Boot Parameter Block.
- Operating System:
- Boot files: /boot/grub/grub.cfg /syslinux.cfg
- /efi/BOOT/grubx64.efi /ldlinux.sys
- ============================ Drive/Partition Info: =============================
- Drive: sda _____________________________________________________________________
- Disk /dev/sda: 30.0 GB, 30016659456 bytes
- 255 heads, 63 sectors/track, 3649 cylinders, total 58626288 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sda1 1 58,626,287 58,626,287 ee GPT
- GUID Partition Table detected.
- Partition Start Sector End Sector # of Sectors System
- /dev/sda2 999,424 28,835,839 27,836,416 Data partition (Windows/Linux)
- /dev/sda4 28,835,840 58,623,999 29,788,160 Data partition (Windows/Linux)
- Drive: sdb _____________________________________________________________________
- Disk /dev/sdb: 1008 MB, 1008730112 bytes
- 255 heads, 63 sectors/track, 122 cylinders, total 1970176 sectors
- Units = sectors of 1 * 512 = 512 bytes
- Sector size (logical/physical): 512 bytes / 512 bytes
- Partition Boot Start Sector End Sector # of Sectors Id System
- /dev/sdb1 * 63 1,970,135 1,970,073 b W95 FAT32
- "blkid" output: ________________________________________________________________
- Device UUID TYPE LABEL
- /dev/loop0 squashfs
- /dev/sda2 ecb13fae-af15-4332-a914-50a5a9631479 ext4
- /dev/sda4 caa0d81f-2ca2-492e-93bb-85aa091b67dd ext4
- /dev/sdb1 341B-A66D vfat
- /dev/zram0 fc38fa73-0a6a-4566-b3a7-d8d4bacba9f9 swap
- /dev/zram1 f8d7b2db-c588-420f-8732-13c9b0fc8a37 swap
- ================================ Mount points: =================================
- Device Mount_Point Type Options
- /dev/loop0 /rofs squashfs (ro,noatime)
- /dev/sda2 /media/lubuntu/ecb13fae-af15-4332-a914-50a5a9631479 ext4 (rw,nosuid,nodev,uhelper=udisks2)
- /dev/sda4 /media/lubuntu/caa0d81f-2ca2-492e-93bb-85aa091b67dd ext4 (rw,nosuid,nodev,uhelper=udisks2)
- /dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
- =========================== sda2/boot/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="${saved_entry}"
- 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 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='hd0,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
- else
- search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
- fi
- font="/usr/share/grub/unicode.pf2"
- fi
- if loadfont $font ; then
- set gfxmode=auto
- load_video
- insmod gfxterm
- set locale_dir=$prefix/locale
- set lang=pl_PL
- insmod gettext
- fi
- terminal_output gfxterm
- if [ "${recordfail}" = 1 ] ; then
- set timeout=-1
- else
- if [ x$feature_timeout_style = xy ] ; then
- set timeout_style=menu
- set timeout=1
- # Fallback normal timeout code in case the timeout_style feature is
- # unavailable.
- else
- set timeout=1
- fi
- fi
- ### END /etc/grub.d/00_header ###
- ### BEGIN /etc/grub.d/05_debian_theme ###
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
- else
- search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
- fi
- insmod png
- if background_image /usr/share/images/desktop-base/joy-grub.png; then
- set color_normal=white/black
- set color_highlight=black/white
- else
- set menu_color_normal=cyan/blue
- set menu_color_highlight=white/blue
- fi
- ### END /etc/grub.d/05_debian_theme ###
- ### BEGIN /etc/grub.d/10_linux ###
- function gfxmode {
- set gfxpayload="${1}"
- }
- set linux_gfx_mode=
- export linux_gfx_mode
- menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-ecb13fae-af15-4332-a914-50a5a9631479' {
- savedefault
- load_video
- insmod gzio
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
- else
- search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
- fi
- echo 'Wczytywanie systemu Linux 3.14-1-amd64...'
- linux /boot/vmlinuz-3.14-1-amd64 root=UUID=ecb13fae-af15-4332-a914-50a5a9631479 ro elevator=noop pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.dpm=1 quiet
- echo 'Wczytywanie początkowego dysku RAM...'
- initrd /boot/initrd.img-3.14-1-amd64
- }
- submenu 'Opcje zaawansowane dla systemu Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-ecb13fae-af15-4332-a914-50a5a9631479' {
- menuentry 'Debian GNU/Linux, za pomocą systemu Linux 3.14-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-amd64-advanced-ecb13fae-af15-4332-a914-50a5a9631479' {
- savedefault
- load_video
- insmod gzio
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
- else
- search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
- fi
- echo 'Wczytywanie systemu Linux 3.14-1-amd64...'
- linux /boot/vmlinuz-3.14-1-amd64 root=UUID=ecb13fae-af15-4332-a914-50a5a9631479 ro elevator=noop pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.dpm=1 quiet
- echo 'Wczytywanie początkowego dysku RAM...'
- initrd /boot/initrd.img-3.14-1-amd64
- }
- menuentry 'Debian GNU/Linux, with Linux 3.14-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-amd64-recovery-ecb13fae-af15-4332-a914-50a5a9631479' {
- load_video
- insmod gzio
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
- else
- search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
- fi
- echo 'Wczytywanie systemu Linux 3.14-1-amd64...'
- linux /boot/vmlinuz-3.14-1-amd64 root=UUID=ecb13fae-af15-4332-a914-50a5a9631479 ro single elevator=noop pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.dpm=1
- echo 'Wczytywanie początkowego dysku RAM...'
- initrd /boot/initrd.img-3.14-1-amd64
- }
- menuentry 'Debian GNU/Linux, za pomocą systemu Linux 3.13-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13-1-amd64-advanced-ecb13fae-af15-4332-a914-50a5a9631479' {
- savedefault
- load_video
- insmod gzio
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
- else
- search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
- fi
- echo 'Wczytywanie systemu Linux 3.13-1-amd64...'
- linux /boot/vmlinuz-3.13-1-amd64 root=UUID=ecb13fae-af15-4332-a914-50a5a9631479 ro elevator=noop pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.dpm=1 quiet
- echo 'Wczytywanie początkowego dysku RAM...'
- initrd /boot/initrd.img-3.13-1-amd64
- }
- menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13-1-amd64-recovery-ecb13fae-af15-4332-a914-50a5a9631479' {
- load_video
- insmod gzio
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
- else
- search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
- fi
- echo 'Wczytywanie systemu Linux 3.13-1-amd64...'
- linux /boot/vmlinuz-3.13-1-amd64 root=UUID=ecb13fae-af15-4332-a914-50a5a9631479 ro single elevator=noop pcie_aspm=force acpi_osi=Linux acpi_enforce_resources=lax radeon.dpm=1
- echo 'Wczytywanie początkowego dysku RAM...'
- initrd /boot/initrd.img-3.13-1-amd64
- }
- }
- ### 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+ ###
- menuentry "Memory test (memtest86+)" {
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
- else
- search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
- fi
- linux16 /boot/memtest86+.bin
- }
- menuentry "Memory test (memtest86+, serial console 115200)" {
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
- else
- search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
- fi
- linux16 /boot/memtest86+.bin console=ttyS0,115200n8
- }
- menuentry "Memory test (memtest86+, experimental multiboot)" {
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
- else
- search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
- fi
- multiboot /boot/memtest86+_multiboot.bin
- }
- menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
- insmod part_gpt
- insmod ext2
- set root='hd0,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 ecb13fae-af15-4332-a914-50a5a9631479
- else
- search --no-floppy --fs-uuid --set=root ecb13fae-af15-4332-a914-50a5a9631479
- fi
- multiboot /boot/memtest86+_multiboot.bin console=ttyS0,115200n8
- }
- ### 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.
- #
- # linux (loop)/kernel
- # initrd (loop)/initrd.img
- #acpi_sleep=s3_bios,s3_mode pci=nocrs
- #from=$isofile ramdisk_size=6666 root=/dev/ram0 rw
- #menuentry "Android 4.4-x86 Live ISO" {
- #insmod part_msdos
- #insmod ext2
- #set isofile="/boot/isos/android-x86-4.4-RC1.iso"
- #search --no-floppy --file --set=root $isofile
- #loopback loop $isofile
- #linux (loop)/kernel from=$isofile androidboot.hardware=x86 acpi_sleep=s3_bios,s3_mode pci=nocrs video=-16 vga=normal
- #initrd (loop)/initrd.img
- #}
- menuentry "Slax ISO" {
- insmod part_msdos
- insmod ext2
- set isofile="/boot/isos/slax-Polish-7.0.8-x86_64.iso"
- search --no-floppy --file --set=root $isofile
- loopback loop $isofile
- linux (loop)/slax/boot/vmlinuz from=$isofile slax.flags=perch,xmode nopersistent noeject noprompt noatime ro
- initrd (loop)/slax/boot/initrfs.img
- }### 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 ###
- --------------------------------------------------------------------------------
- =============================== sda2/etc/fstab: ================================
- --------------------------------------------------------------------------------
- # /etc/fstab: static file system information.
- #
- # Use 'blkid' to print the universally unique identifier for a
- # device; this may be used with UUID= as a more robust way to name devices
- # that works even if disks are added and removed. See fstab(5).
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- # / was on /dev/sda2 during installation
- UUID=ecb13fae-af15-4332-a914-50a5a9631479 / ext4 discard,noatime,nodiratime,errors=remount-ro 0 1
- #
- #
- # /home was on /dev/sda4 during installation
- UUID=caa0d81f-2ca2-492e-93bb-85aa091b67dd /home ext4 discard,noatime,nodiratime,defaults 0 2
- #
- tmpfs /var/tmp tmpfs noatime 0 0
- #
- tempinram /tmp tmpfs defaults,noatime,size=2512M,mode=1777 0 0
- #
- --------------------------------------------------------------------------------
- ====================== sda2/boot/extlinux/extlinux.conf: =======================
- --------------------------------------------------------------------------------
- ## /boot/extlinux/extlinux.conf
- ##
- ## IMPORTANT WARNING
- ##
- ## The configuration of this file is generated automatically.
- ## Do not edit this file manually, use: extlinux-update
- default l0
- prompt 1
- timeout 50
- include themes/debian/theme.cfg
- --------------------------------------------------------------------------------
- =================== sda2: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- ================= sda2: Location of files loaded by Syslinux: ==================
- GiB - GB File Fragment(s)
- ============== sda2: Version of COM32(R) files used by Syslinux: ===============
- boot/extlinux/chain.c32 : COM32R module (v4.xx)
- =========================== sdb1/boot/grub/grub.cfg: ===========================
- --------------------------------------------------------------------------------
- if loadfont /boot/grub/font.pf2 ; then
- set gfxmode=auto
- insmod efi_gop
- insmod efi_uga
- insmod gfxterm
- terminal_output gfxterm
- fi
- set menu_color_normal=white/black
- set menu_color_highlight=black/light-gray
- menuentry "Try Lubuntu without installing" {
- set gfxpayload=keep
- linux /casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --
- initrd /casper/initrd.lz
- }
- menuentry "Install Lubuntu" {
- set gfxpayload=keep
- linux /casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash --
- initrd /casper/initrd.lz
- }
- menuentry "OEM install (for manufacturers)" {
- set gfxpayload=keep
- linux /casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true --
- initrd /casper/initrd.lz
- }
- menuentry "Check disc for defects" {
- set gfxpayload=keep
- linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash --
- initrd /casper/initrd.lz
- }
- --------------------------------------------------------------------------------
- ============================== sdb1/syslinux.cfg: ==============================
- --------------------------------------------------------------------------------
- default menu.c32
- prompt 0
- menu title UNetbootin
- timeout 100
- label unetbootindefault
- menu label Default
- kernel /ubnkern
- append initrd=/ubninit file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --
- label ubnentry0
- menu label ^Help
- kernel /ubnkern
- append initrd=/ubninit
- label ubnentry1
- menu label ^Try Lubuntu without installing
- kernel /casper/vmlinuz.efi
- append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --
- label ubnentry2
- menu label ^Install Lubuntu
- kernel /casper/vmlinuz.efi
- append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash --
- label ubnentry3
- menu label ^Check disc for defects
- kernel /casper/vmlinuz.efi
- append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash --
- label ubnentry4
- menu label Test ^memory
- kernel /install/mt86plus
- append initrd=/ubninit
- label ubnentry5
- menu label ^Boot from first hard disk
- kernel /ubnkern
- append initrd=/ubninit
- label ubnentry6
- menu label Try Lubuntu without installing
- kernel /casper/vmlinuz.efi
- append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash --
- label ubnentry7
- menu label Install Lubuntu
- kernel /casper/vmlinuz.efi
- append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash --
- label ubnentry8
- menu label OEM install (for manufacturers)
- kernel /casper/vmlinuz.efi
- append initrd=/casper/initrd.lz file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true --
- label ubnentry9
- menu label Check disc for defects
- kernel /casper/vmlinuz.efi
- append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash --
- --------------------------------------------------------------------------------
- =================== sdb1: Location of files loaded by Grub: ====================
- GiB - GB File Fragment(s)
- ================= sdb1: Location of files loaded by Syslinux: ==================
- GiB - GB File Fragment(s)
- ============== sdb1: Version of COM32(R) files used by Syslinux: ===============
- menu.c32 : COM32R module (v4.xx)
- =============================== StdErr Messages: ===============================
- cat: /tmp/BootInfo-haPwoRaX/Tmp_Log: No such file or directory
- cat: /tmp/BootInfo-haPwoRaX/Tmp_Log: No such file or directory
- ./bootinfoscript: line 1646: [: 2.73495e+09: integer expression expected
- cat: /tmp/BootInfo-haPwoRaX/Tmp_Log: No such file or directory
- cat: /tmp/BootInfo-haPwoRaX/Tmp_Log: No such file or directory
- No volume groups found
Advertisement
Add Comment
Please, Sign In to add comment