[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#876866: installation-report: no boot from USB upon removing installation memory-key



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Package: installation-reports
Version: 2.63
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


- -- Package-specific info:

Boot method: USB
Image version:
https://caesar.ftp.acc.umu.se/cdimage/weekly-builds/amd64/iso-cd/debian-testing-amd64-netinst.iso,
2017-09-25
Date: 2017-09-26, AM

Machine: FSC Futro S700 thin-client
Partitions:
user@debian:~$ df -Tl
Filesystem     Type     1K-blocks   Used Available Use% Mounted on
udev           devtmpfs    352644      0    352644   0% /dev
tmpfs          tmpfs        72788   2448     70340   4% /run
/dev/sdb6      btrfs     12694528 892484   9764220   9% /
tmpfs          tmpfs       363928      0    363928   0% /dev/shm
tmpfs          tmpfs         5120      0      5120   0% /run/lock
tmpfs          tmpfs       363928      0    363928   0% /sys/fs/cgroup
/dev/sdb1      ext4        463826  40061    395298  10% /boot
tmpfs          tmpfs        72784      0     72784   0% /run/user/1000


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [E]
Detect network card:    [o]
Configure network:      [o]
Detect CD:              [o]
Load installer modules: [o]
Clock/timezone setup:   [o]
User/password setup:    [o]
Detect hard drives:     [o]
Partition hard drives:  [o]
Install base system:    [o]
Install tasks:          [o]
Install boot loader:    [E]
Overall install:        [o]

Comments/Problems:

Installing base system only and ssh-server went basically fine, but the system was not
bootable upon the process. Instead I had to edit the grub-entry manually and change the
linux-root from /dev/sdc5 --> /dev/sdb5 becuase, the USB-key from which the installer ran
was removed, as recommended, and thus the device-name of the filesystem-root changed.

This made the system bootable permanenty, without editing grub-command-line every time:

root@debian:/etc/grub.d# grub-mkdevicemap
root@debian:/etc/grub.d# man grub-mkdevicemap
root@debian:/etc/grub.d# ls /boot/grub
device.map  fonts  grub.cfg  grubenv  i386-pc  locale  unicode.pf2
root@debian:/etc/grub.d# cat /boot/grub/device.map 
(hd0)   /dev/disk/by-id/ata-InnoDisk_Corp._DRPS-02GJ30AC1DS-A88_20121025AABB30000024
(hd1)   /dev/disk/by-id/usb-Kingston_DataTraveler_3.0_00190F0C0293EF51597374C3-0:0
root@debian:/etc/grub.d# man grub-mkconfig
root@debian:/etc/grub.d# info grub-mkconfig
root@debian:/etc/grub.d# update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.12.0-2-amd64
Found initrd image: /boot/initrd.img-4.12.0-2-amd64
done
root@debian:/etc/grub.d# init 6

Result:
=======
root@debian:/home/user# cat /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="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 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_msdos
insmod btrfs
set root='hd1,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos6 --hint-efi=hd1,msdos6
- --hint-baremetal=ahci1,msdos6 --hint='hd1,msdos6'  45d6feea-f580-4282-9b09-24ad2909b1ee
else search --no-floppy --fs-uuid --set=root 45d6feea-f580-4282-9b09-24ad2909b1ee
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=en_GB
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### 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-45d6feea-f580-4282-9b09-24ad2909b1ee' { load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        set root='hd1,msdos1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1
- --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd1,msdos1'
a30b7cfb-12e7-4d0c-a889-67e184c9bbce else search --no-floppy --fs-uuid --set=root
a30b7cfb-12e7-4d0c-a889-67e184c9bbce fi
        echo    'Loading Linux 4.12.0-2-amd64 ...'
        linux   /vmlinuz-4.12.0-2-amd64 root=UUID=45d6feea-f580-4282-9b09-24ad2909b1ee
ro  quiet echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-4.12.0-2-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option
'gnulinux-advanced-45d6feea-f580-4282-9b09-24ad2909b1ee' { menuentry 'Debian GNU/Linux,
with Linux 4.12.0-2-amd64' --class debian --class gnu-linux --class gnu --class os
$menuentry_id_option
'gnulinux-4.12.0-2-amd64-advanced-45d6feea-f580-4282-9b09-24ad2909b1ee' { load_video
insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod
part_msdos insmod ext2
                set root='hd1,msdos1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1
- --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd1,msdos1'
a30b7cfb-12e7-4d0c-a889-67e184c9bbce else search --no-floppy --fs-uuid --set=root
a30b7cfb-12e7-4d0c-a889-67e184c9bbce fi
                echo    'Loading Linux 4.12.0-2-amd64 ...'
                linux   /vmlinuz-4.12.0-2-amd64
root=UUID=45d6feea-f580-4282-9b09-24ad2909b1ee ro  quiet echo    'Loading initial
ramdisk ...' initrd  /initrd.img-4.12.0-2-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 4.12.0-2-amd64 (recovery mode)' --class
debian --class gnu-linux --class gnu --class os $menuentry_id_option
'gnulinux-4.12.0-2-amd64-recovery-45d6feea-f580-4282-9b09-24ad2909b1ee' { load_video
insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_msdos
                insmod ext2
                set root='hd1,msdos1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos1
- --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1 --hint='hd1,msdos1'
a30b7cfb-12e7-4d0c-a889-67e184c9bbce else search --no-floppy --fs-uuid --set=root
a30b7cfb-12e7-4d0c-a889-67e184c9bbce fi
                echo    'Loading Linux 4.12.0-2-amd64 ...'
                linux   /vmlinuz-4.12.0-2-amd64
root=UUID=45d6feea-f580-4282-9b09-24ad2909b1ee ro single echo    'Loading initial
ramdisk ...' initrd  /initrd.img-4.12.0-2-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/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 ###

Please not, that UUIDs are used, where possible instead of plain device-name, does work
with btrfs, this seems to be a bug in the installer, i.e. its bootloader-installation
routine.


- -- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to submit@bugs.debian.org.

==============================================
Installer lsb-release:
==============================================
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="10 (buster) - installer build 20170925-00:05"
X_INSTALLATION_MEDIUM=cdrom

==============================================
Installer hardware-summary:
==============================================
uname -a: Linux debian 4.12.0-2-amd64 #1 SMP Debian 4.12.13-1 (2017-09-19) x86_64
GNU/Linux lspci -knn: 00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Family 14h Processor Root Complex [1022:1510] lspci -knn: 	Subsystem: Advanced
Micro Devices, Inc. [AMD] Family 14h Processor Root Complex [1022:1510] lspci -knn:
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler
[Radeon HD 6250] [1002:9805] lspci -knn: 	Subsystem: Fujitsu Technology Solutions
Device [1734:11bd] lspci -knn: 00:01.1 Audio device [0403]: Advanced Micro Devices, Inc.
[AMD/ATI] Wrestler HDMI Audio [1002:1314] lspci -knn: 	Subsystem: Fujitsu
Technology Solutions Device [1734:11bd] lspci -knn: 00:04.0 PCI bridge [0604]: Advanced
Micro Devices, Inc. [AMD] Family 14h Processor Root Port [1022:1512] lspci -knn:
Kernel driver in use: pcieport lspci -knn: 00:11.0 SATA controller [0106]: Advanced Micro
Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev
40) lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11be] lspci
- -knn: 	Kernel driver in use: ahci lspci -knn: 	Kernel modules: ahci lspci
- -knn: 00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI]
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] lspci -knn: 	Subsystem: Fujitsu
Technology Solutions Device [1734:11be] lspci -knn: 	Kernel driver in use:
ohci-pci lspci -knn: 	Kernel modules: ohci_pci lspci -knn: 00:12.2 USB controller
[0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
[1002:4396] lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device
[1734:11be] lspci -knn: 	Kernel driver in use: ehci-pci lspci -knn: 	Kernel
modules: ehci_pci lspci -knn: 00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc.
[AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] lspci -knn:
Subsystem: Fujitsu Technology Solutions Device [1734:11be] lspci -knn: 	Kernel
driver in use: ohci-pci lspci -knn: 	Kernel modules: ohci_pci
lspci -knn: 00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI]
SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] lspci -knn: 	Subsystem: Fujitsu
Technology Solutions Device [1734:11be] lspci -knn: 	Kernel driver in use: ehci-pci
lspci -knn: 	Kernel modules: ehci_pci
lspci -knn: 00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus
Controller [1002:4385] (rev 42) lspci -knn: 	Subsystem: Fujitsu Technology
Solutions Device [1734:11be] lspci -knn: 00:14.2 Audio device [0403]: Advanced Micro
Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) [1002:4383] (rev 40) lspci -knn:
Subsystem: Fujitsu Technology Solutions Device [1734:11bf] lspci -knn: 00:14.3 ISA bridge
[0601]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller
[1002:439d] (rev 40) lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device
[1734:11be] lspci -knn: 00:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI]
SBx00 PCI to PCI Bridge [1002:4384] (rev 40) lspci -knn: 00:14.5 USB controller [0c03]:
Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399]
lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device [1734:11be] lspci
- -knn: 	Kernel driver in use: ohci-pci lspci -knn: 	Kernel modules: ohci_pci
lspci -knn: 00:16.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI]
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] lspci -knn: 	Subsystem: Fujitsu
Technology Solutions Device [1734:11be] lspci -knn: 	Kernel driver in use:
ohci-pci lspci -knn: 	Kernel modules: ohci_pci lspci -knn: 00:16.2 USB controller
[0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
[1002:4396] lspci -knn: 	Subsystem: Fujitsu Technology Solutions Device
[1734:11be] lspci -knn: 	Kernel driver in use: ehci-pci lspci -knn: 	Kernel
modules: ehci_pci lspci -knn: 00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc.
[AMD] Family 12h/14h Processor Function 0 [1022:1700] (rev 43) lspci -knn: 00:18.1 Host
bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 1
[1022:1701] lspci -knn: 00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Family 12h/14h Processor Function 2 [1022:1702] lspci -knn: 00:18.3 Host bridge [0600]:
Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 3 [1022:1703] lspci
- -knn: 00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 12h/14h
Processor Function 4 [1022:1704] lspci -knn: 00:18.5 Host bridge [0600]: Advanced Micro
Devices, Inc. [AMD] Family 12h/14h Processor Function 6 [1022:1718] lspci -knn: 00:18.6
Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function
5 [1022:1716] lspci -knn: 00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD]
Family 12h/14h Processor Function 7 [1022:1719] lspci -knn: 01:00.0 Ethernet controller
[0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet
Controller [10ec:8168] (rev 06) lspci -knn: 	Subsystem: Fujitsu Technology
Solutions Device [1734:11c0] lspci -knn: 	Kernel driver in use: r8169 lspci -knn:
	Kernel modules: r8169 usb-list: usb-list: Bus 01 Device 01: EHCI Host Controller
[1d6b:0002] usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol
00 usb-list:    Manufacturer: Linux 4.12.0-2-amd64 ehci_hcd usb-list:    Interface 00:
Class 09(hub  ) Subclass 00 Protocol 00 Driver hub usb-list: usb-list: Bus 01 Device 03:
DataTraveler 3.0 [0951:1666] usb-list:    Level 01 Parent 01 Port 02  Class 00(>ifc )
Subclass 00 Protocol 00 usb-list:    Manufacturer: Kingston
usb-list:    Interface 00: Class 08(mstor) Subclass 06 Protocol 50 Driver usb-storage
usb-list: 
usb-list: Bus 02 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 4.12.0-2-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 02: Flash Card Reader/Writer [058f:6366]
usb-list:    Level 01 Parent 01 Port 00  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Generic
usb-list:    Interface 00: Class 08(mstor) Subclass 06 Protocol 50 Driver usb-storage
usb-list: 
usb-list: Bus 03 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 4.12.0-2-amd64 ehci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 01: OHCI PCI host controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 4.12.0-2-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 02: USB Keyboard [046d:c328]
usb-list:    Level 01 Parent 01 Port 00  Class 00(>ifc ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Logitech
usb-list:    Interface 00: Class 03(HID  ) Subclass 01 Protocol 01 Driver usbhid
usb-list:    Interface 01: Class 03(HID  ) Subclass 00 Protocol 00 Driver usbhid
usb-list: 
usb-list: Bus 05 Device 01: OHCI PCI host controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 4.12.0-2-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 06 Device 01: OHCI PCI host controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 4.12.0-2-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 07 Device 01: OHCI PCI host controller [1d6b:0001]
usb-list:    Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:    Manufacturer: Linux 4.12.0-2-amd64 ohci_hcd
usb-list:    Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
lsmod: Module                  Size  Used by
lsmod: ufs                    73728  0
lsmod: qnx4                   16384  0
lsmod: hfsplus               102400  0
lsmod: hfs                    57344  0
lsmod: minix                  32768  0
lsmod: msdos                  20480  0
lsmod: fuse                   98304  0
lsmod: ntfs                   98304  0
lsmod: battery                20480  0
lsmod: dm_mod                114688  0
lsmod: raid1                  40960  0
lsmod: md_mod                139264  1 raid1
lsmod: xfs                  1187840  0
lsmod: libcrc32c              16384  1 xfs
lsmod: jfs                   180224  0
lsmod: btrfs                1085440  1
lsmod: xor                    24576  1 btrfs
lsmod: raid6_pq              114688  1 btrfs
lsmod: ext4                  593920  1
lsmod: crc16                  16384  1 ext4
lsmod: jbd2                   98304  1 ext4
lsmod: crc32c_generic         16384  4
lsmod: fscrypto               28672  1 ext4
lsmod: ecb                    16384  0
lsmod: mbcache                16384  1 ext4
lsmod: r8169                  81920  0
lsmod: mii                    16384  1 r8169
lsmod: nls_ascii              16384  0
lsmod: nls_cp437              20480  0
lsmod: vfat                   20480  0
lsmod: fat                    65536  2 msdos,vfat
lsmod: nls_utf8               16384  0
lsmod: isofs                  40960  0
lsmod: sd_mod                 49152  4
lsmod: hid_generic            16384  0
lsmod: usbhid                 49152  0
lsmod: hid                   118784  2 hid_generic,usbhid
lsmod: uas                    24576  0
lsmod: usb_storage            69632  4 uas
lsmod: ohci_pci               16384  0
lsmod: ahci                   36864  0
lsmod: libahci                32768  1 ahci
lsmod: libata                229376  2 ahci,libahci
lsmod: ehci_pci               16384  0
lsmod: ohci_hcd               53248  1 ohci_pci
lsmod: ehci_hcd               81920  1 ehci_pci
lsmod: usbcore               245760  7
usbhid,usb_storage,ehci_hcd,ohci_pci,uas,ohci_hcd,ehci_pci lsmod: usb_common
16384  1 usbcore lsmod: scsi_mod              212992  4 sd_mod,usb_storage,libata,uas
df: Filesystem           1K-blocks      Used Available Use% Mounted on
df: none                     72788       112     72676   0% /run
df: devtmpfs                354008         0    354008   0% /dev
df: /dev/sdc6             12694528    958128   9695248   9% /target
df: /dev/sdc1               463826     38807    396552   9% /target/boot
df: /dev/sdc6             12694528    958128   9695248   9% /dev/.static/dev
df: devtmpfs                354008         0    354008   0% /target/dev
free:              total       used       free     shared    buffers     cached
free: Mem:        727856     586532     141324     120036        460     483752
free: -/+ buffers/cache:     102320     625536
free: Swap:       975868      14400     961468
/proc/cmdline: BOOT_IMAGE=/install.amd/vmlinuz vga=788 initrd=/install.amd/initrd.gz ---
quiet /proc/cpuinfo: processor	: 0
/proc/cpuinfo: vendor_id	: AuthenticAMD
/proc/cpuinfo: cpu family	: 20
/proc/cpuinfo: model		: 2
/proc/cpuinfo: model name	: AMD G-T44R Processor
/proc/cpuinfo: stepping	: 0
/proc/cpuinfo: microcode	: 0x5000101
/proc/cpuinfo: cpu MHz		: 1197.441
/proc/cpuinfo: cache size	: 512 KB
/proc/cpuinfo: physical id	: 0
/proc/cpuinfo: siblings	: 1
/proc/cpuinfo: core id		: 0
/proc/cpuinfo: cpu cores	: 1
/proc/cpuinfo: apicid		: 0
/proc/cpuinfo: initial apicid	: 0
/proc/cpuinfo: fpu		: yes
/proc/cpuinfo: fpu_exception	: yes
/proc/cpuinfo: cpuid level	: 6
/proc/cpuinfo: wp		: yes
/proc/cpuinfo: flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr
pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb
rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni monitor
ssse3 cx16 popcnt lahf_lm svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch ibs
skinit wdt hw_pstate vmmcall arat npt lbrv svm_lock nrip_save pausefilter /proc/cpuinfo:
bugs		: fxsave_leak sysret_ss_attrs null_seg /proc/cpuinfo:
bogomips	: 2394.88 /proc/cpuinfo: TLB size	: 1024 4K pages /proc/cpuinfo:
clflush size	: 64 /proc/cpuinfo: cache_alignment	: 64 /proc/cpuinfo:
address sizes	: 36 bits physical, 48 bits virtual /proc/cpuinfo: power management:
ts ttp tm stc 100mhzsteps hwpstate /proc/cpuinfo: /proc/ioports: 0000-03af : PCI Bus
0000:00 /proc/ioports:   0000-001f : dma1
/proc/ioports:   0020-0021 : pic1
/proc/ioports:   0040-0043 : timer0
/proc/ioports:   0050-0053 : timer1
/proc/ioports:   0060-0060 : keyboard
/proc/ioports:   0061-0061 : PNP0800:00
/proc/ioports:   0064-0064 : keyboard
/proc/ioports:   0070-0071 : rtc0
/proc/ioports:   0080-008f : dma page reg
/proc/ioports:   00a0-00a1 : pic2
/proc/ioports:   00c0-00df : dma2
/proc/ioports:   00f0-00ff : PNP0C04:00
/proc/ioports:     00f0-00ff : fpu
/proc/ioports:   02f8-02ff : serial
/proc/ioports: 03b0-03df : PCI Bus 0000:00
/proc/ioports:   03c0-03df : vesafb
/proc/ioports: 03e0-0cf7 : PCI Bus 0000:00
/proc/ioports:   03f8-03ff : serial
/proc/ioports:   040b-040b : pnp 00:01
/proc/ioports:   04d0-04d1 : pnp 00:05
/proc/ioports:   04d6-04d6 : pnp 00:01
/proc/ioports:   0800-089f : pnp 00:01
/proc/ioports:     0800-0803 : ACPI PM1a_EVT_BLK
/proc/ioports:     0804-0805 : ACPI PM1a_CNT_BLK
/proc/ioports:     0808-080b : ACPI PM_TMR
/proc/ioports:     0810-0815 : ACPI CPU throttle
/proc/ioports:     0820-0827 : ACPI GPE0_BLK
/proc/ioports:   0900-090f : pnp 00:01
/proc/ioports:   0910-091f : pnp 00:01
/proc/ioports:   0a00-0a0f : pnp 00:02
/proc/ioports:   0b20-0b3f : pnp 00:01
/proc/ioports:   0c00-0c01 : pnp 00:01
/proc/ioports:   0c14-0c14 : pnp 00:01
/proc/ioports:   0c50-0c51 : pnp 00:01
/proc/ioports:   0c52-0c52 : pnp 00:01
/proc/ioports:   0c6c-0c6c : pnp 00:01
/proc/ioports:   0c6f-0c6f : pnp 00:01
/proc/ioports:   0cd0-0cd1 : pnp 00:01
/proc/ioports:   0cd2-0cd3 : pnp 00:01
/proc/ioports:   0cd4-0cd5 : pnp 00:01
/proc/ioports:   0cd6-0cd7 : pnp 00:01
/proc/ioports:   0cd8-0cdf : pnp 00:01
/proc/ioports: 0cf8-0cff : PCI conf1
/proc/ioports: 0d00-ffff : PCI Bus 0000:00
/proc/ioports:   e000-efff : PCI Bus 0000:01
/proc/ioports:     e000-e0ff : 0000:01:00.0
/proc/ioports:       e000-e0ff : r8169
/proc/ioports:   f000-f0ff : 0000:00:01.0
/proc/ioports:   f100-f10f : 0000:00:11.0
/proc/ioports:     f100-f10f : ahci
/proc/ioports:   f110-f113 : 0000:00:11.0
/proc/ioports:     f110-f113 : ahci
/proc/ioports:   f120-f127 : 0000:00:11.0
/proc/ioports:     f120-f127 : ahci
/proc/ioports:   f130-f133 : 0000:00:11.0
/proc/ioports:     f130-f133 : ahci
/proc/ioports:   f140-f147 : 0000:00:11.0
/proc/ioports:     f140-f147 : ahci
/proc/ioports:   fe00-fefe : pnp 00:01
/proc/iomem: 00000000-00000fff : Reserved
/proc/iomem: 00001000-0009d7ff : System RAM
/proc/iomem: 0009d800-0009ffff : Reserved
/proc/iomem: 000a0000-000bffff : PCI Bus 0000:00
/proc/iomem: 000c0000-000dffff : PCI Bus 0000:00
/proc/iomem:   000c0000-000ce1ff : Video ROM
/proc/iomem:   000ce800-000cf7ff : Adapter ROM
/proc/iomem: 000e0000-000fffff : Reserved
/proc/iomem:   000f0000-000fffff : System ROM
/proc/iomem: 00100000-2dc1cfff : System RAM
/proc/iomem:   21a00000-220554df : Kernel code
/proc/iomem:   220554e0-2271e67f : Kernel data
/proc/iomem:   228a3000-22952fff : Kernel bss
/proc/iomem: 2dc1d000-2dc62fff : ACPI Non-volatile Storage
/proc/iomem: 2dc63000-2dc6afff : ACPI Tables
/proc/iomem: 2dc6b000-2dc6ffff : Reserved
/proc/iomem: 2dc70000-2dc72fff : ACPI Non-volatile Storage
/proc/iomem: 2dc73000-2e4b0fff : Reserved
/proc/iomem: 2e4b1000-2e4b1fff : System RAM
/proc/iomem: 2e4b2000-2e4d6fff : Reserved
/proc/iomem: 2e4d7000-2e4defff : ACPI Non-volatile Storage
/proc/iomem: 2e4df000-2e514fff : Reserved
/proc/iomem: 2e515000-2e557fff : ACPI Non-volatile Storage
/proc/iomem: 2e558000-2e7fffff : System RAM
/proc/iomem: 2e800000-2fffffff : RAM buffer
/proc/iomem: 3f000000-ffffffff : PCI Bus 0000:00
/proc/iomem:   3f000000-3f3fffff : PCI Bus 0000:01
/proc/iomem:   e0000000-efffffff : 0000:00:01.0
/proc/iomem:     e0000000-e0ffffff : vesafb
/proc/iomem:   f0000000-f00fffff : PCI Bus 0000:01
/proc/iomem:     f0000000-f0003fff : 0000:01:00.0
/proc/iomem:       f0000000-f0003fff : r8169
/proc/iomem:     f0004000-f0004fff : 0000:01:00.0
/proc/iomem:       f0004000-f0004fff : r8169
/proc/iomem:   f8000000-fbffffff : PCI MMCONFIG 0000 [bus 00-3f]
/proc/iomem:     f8000000-fbffffff : pnp 00:00
/proc/iomem:   feb00000-feb3ffff : 0000:00:01.0
/proc/iomem:   feb40000-feb43fff : 0000:00:14.2
/proc/iomem:   feb44000-feb47fff : 0000:00:01.1
/proc/iomem:   feb48000-feb480ff : 0000:00:16.2
/proc/iomem:     feb48000-feb480ff : ehci_hcd
/proc/iomem:   feb49000-feb49fff : 0000:00:16.0
/proc/iomem:     feb49000-feb49fff : ohci_hcd
/proc/iomem:   feb4a000-feb4afff : 0000:00:14.5
/proc/iomem:     feb4a000-feb4afff : ohci_hcd
/proc/iomem:   feb4b000-feb4b0ff : 0000:00:13.2
/proc/iomem:     feb4b000-feb4b0ff : ehci_hcd
/proc/iomem:   feb4c000-feb4cfff : 0000:00:13.0
/proc/iomem:     feb4c000-feb4cfff : ohci_hcd
/proc/iomem:   feb4d000-feb4d0ff : 0000:00:12.2
/proc/iomem:     feb4d000-feb4d0ff : ehci_hcd
/proc/iomem:   feb4e000-feb4efff : 0000:00:12.0
/proc/iomem:     feb4e000-feb4efff : ohci_hcd
/proc/iomem:   feb4f000-feb4f3ff : 0000:00:11.0
/proc/iomem:     feb4f000-feb4f3ff : ahci
/proc/iomem:   fec00000-fec00fff : Reserved
/proc/iomem:     fec00000-fec003ff : IOAPIC 0
/proc/iomem:   fec10000-fec10fff : Reserved
/proc/iomem:     fec10000-fec10fff : pnp 00:01
/proc/iomem:   fed00000-fed00fff : Reserved
/proc/iomem:     fed00000-fed003ff : HPET 0
/proc/iomem:       fed00000-fed003ff : PNP0103:00
/proc/iomem:   fed61000-fed70fff : Reserved
/proc/iomem:     fed61000-fed70fff : pnp 00:01
/proc/iomem:   fed80000-fed8ffff : Reserved
/proc/iomem:     fed80000-fed8ffff : pnp 00:01
/proc/iomem:   fee00000-fee00fff : Local APIC
/proc/iomem:     fee00000-fee00fff : pnp 00:01
/proc/iomem:   fef00000-ffffffff : Reserved
/proc/iomem:     ffc00000-ffffffff : pnp 00:01
/proc/interrupts:            CPU0       
/proc/interrupts:   0:         44   IO-APIC   2-edge      timer
/proc/interrupts:   1:          3   IO-APIC   1-edge      i8042
/proc/interrupts:   8:         57   IO-APIC   8-edge      rtc0
/proc/interrupts:   9:          0   IO-APIC   9-fasteoi   acpi
/proc/interrupts:  12:          3   IO-APIC  12-edge      i8042
/proc/interrupts:  17:     496582   IO-APIC  17-fasteoi   ehci_hcd:usb1, ehci_hcd:usb2,
ehci_hcd:usb3 /proc/interrupts:  18:        752   IO-APIC  18-fasteoi   ohci_hcd:usb4,
ohci_hcd:usb5, ohci_hcd:usb6, ohci_hcd:usb7 /proc/interrupts:  19:       3425   IO-APIC
19-fasteoi   ahci[0000:00:11.0] /proc/interrupts:  24:      20568   PCI-MSI
524288-edge      enp1s0 /proc/interrupts: NMI:         83   Non-maskable interrupts
/proc/interrupts: LOC:     378981   Local timer interrupts
/proc/interrupts: SPU:          0   Spurious interrupts
/proc/interrupts: PMI:         83   Performance monitoring interrupts
/proc/interrupts: IWI:          3   IRQ work interrupts
/proc/interrupts: RTR:          0   APIC ICR read retries
/proc/interrupts: RES:          0   Rescheduling interrupts
/proc/interrupts: CAL:          0   Function call interrupts
/proc/interrupts: TLB:          0   TLB shootdowns
/proc/interrupts: TRM:          0   Thermal event interrupts
/proc/interrupts: THR:          0   Threshold APIC interrupts
/proc/interrupts: DFR:          0   Deferred Error APIC interrupts
/proc/interrupts: MCE:          0   Machine check exceptions
/proc/interrupts: MCP:         19   Machine check polls
/proc/interrupts: ERR:          0
/proc/interrupts: MIS:          0
/proc/interrupts: PIN:          0   Posted-interrupt notification event
/proc/interrupts: PIW:          0   Posted-interrupt wakeup event
/proc/meminfo: MemTotal:         727856 kB
/proc/meminfo: MemFree:          141328 kB
/proc/meminfo: MemAvailable:     425072 kB
/proc/meminfo: Buffers:             460 kB
/proc/meminfo: Cached:           483744 kB
/proc/meminfo: SwapCached:          564 kB
/proc/meminfo: Active:           221912 kB
/proc/meminfo: Inactive:         287104 kB
/proc/meminfo: Active(anon):      59108 kB
/proc/meminfo: Inactive(anon):    85748 kB
/proc/meminfo: Active(file):     162804 kB
/proc/meminfo: Inactive(file):   201356 kB
/proc/meminfo: Unevictable:           0 kB
/proc/meminfo: Mlocked:               0 kB
/proc/meminfo: SwapTotal:        975868 kB
/proc/meminfo: SwapFree:         961468 kB
/proc/meminfo: Dirty:              1492 kB
/proc/meminfo: Writeback:             0 kB
/proc/meminfo: AnonPages:         24264 kB
/proc/meminfo: Mapped:             4600 kB
/proc/meminfo: Shmem:            120044 kB
/proc/meminfo: Slab:              58984 kB
/proc/meminfo: SReclaimable:      37848 kB
/proc/meminfo: SUnreclaim:        21136 kB
/proc/meminfo: KernelStack:        1820 kB
/proc/meminfo: PageTables:          704 kB
/proc/meminfo: NFS_Unstable:          0 kB
/proc/meminfo: Bounce:                0 kB
/proc/meminfo: WritebackTmp:          0 kB
/proc/meminfo: CommitLimit:     1339796 kB
/proc/meminfo: Committed_AS:     162864 kB
/proc/meminfo: VmallocTotal:   34359738367 kB
/proc/meminfo: VmallocUsed:           0 kB
/proc/meminfo: VmallocChunk:          0 kB
/proc/meminfo: HardwareCorrupted:     0 kB
/proc/meminfo: AnonHugePages:         0 kB
/proc/meminfo: ShmemHugePages:        0 kB
/proc/meminfo: ShmemPmdMapped:        0 kB
/proc/meminfo: HugePages_Total:       0
/proc/meminfo: HugePages_Free:        0
/proc/meminfo: HugePages_Rsvd:        0
/proc/meminfo: HugePages_Surp:        0
/proc/meminfo: Hugepagesize:       2048 kB
/proc/meminfo: DirectMap4k:      199448 kB
/proc/meminfo: DirectMap2M:      552960 kB
/proc/meminfo: DirectMap1G:           0 kB
/proc/bus/input/devices: I: Bus=0003 Vendor=046d Product=c328 Version=0110
/proc/bus/input/devices: N: Name="Logitech USB Keyboard"
/proc/bus/input/devices: P: Phys=usb-0000:00:12.0-1/input0
/proc/bus/input/devices: S:
Sysfs=/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/0003:046D:C328.0001/input/input2 /proc/bus/input/devices:
U: Uniq= /proc/bus/input/devices: H: Handlers=sysrq kbd leds 
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=120013
/proc/bus/input/devices: B: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff
fffffffffffffffe /proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: B: LED=7
/proc/bus/input/devices: 
/proc/bus/input/devices: I: Bus=0003 Vendor=046d Product=c328 Version=0110
/proc/bus/input/devices: N: Name="Logitech USB Keyboard"
/proc/bus/input/devices: P: Phys=usb-0000:00:12.0-1/input1
/proc/bus/input/devices: S:
Sysfs=/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.1/0003:046D:C328.0002/input/input3 /proc/bus/input/devices:
U: Uniq= /proc/bus/input/devices: H: Handlers=kbd 
/proc/bus/input/devices: B: PROP=0
/proc/bus/input/devices: B: EV=1f
/proc/bus/input/devices: B: KEY=3007f 0 0 483ffff17aff32d bf54444600000000 1
130f938b17c000 677bfad941dfed 9ed68000004400 10000002 /proc/bus/input/devices: B: REL=40
/proc/bus/input/devices: B: ABS=100000000
/proc/bus/input/devices: B: MSC=10
/proc/bus/input/devices: 

- -- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.12.0-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en
(charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

installation-report depends on no packages.

Versions of packages installation-report recommends:
ii  pciutils   1:3.5.2-1
ii  reportbug  7.1.7

installation-report suggests no packages.

- -- no debconf information
-----BEGIN PGP SIGNATURE-----

iF0EARECAB0WIQTF9uNaslvnJpWt8kXn6sEfJS3nCwUCWcpDXQAKCRDn6sEfJS3n
C+zLAKC9PDK+alKshdlRljJdGM+AQlGKGgCfVmvU71EMsWzV9vAGYjt5Xfi+lsU=
=dPPD
-----END PGP SIGNATURE-----

Reply to: