Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

xsilentmurmurx

Members
  • Posts

    41
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by xsilentmurmurx

  1. 8 minutes ago, palica said:

    try

     

    su -

     

    should set also environment variables

    You never fail me Palica :)  That worked!! Thank you! I am now emerging KDE Plasma 5. .Hopefully I wont run into any more issues.   Do you recommend that when I emerge packages, I use su - first to switch into the root user and load all of the root user's environment variables?

  2. 2 hours ago, Oleg Vinichenko said:

    this failure could happen if your XDG environment incorrectly set. Thats when you start compilation in GUI (terminal emulator), some XDG* variables have special values. TO check, run following in terminal you used:

    declare -p ${!XDG*}

    thank you for the response Oleg

     

    Here you go:

     

    # declare -p ${!XDG*}
    declare -x XDG_CACHE_HOME="/home/majid/.cache"
    declare -x XDG_CONFIG_DIRS="/etc/xdg"
    declare -x XDG_CONFIG_HOME="/home/majid/.config"
    declare -x XDG_CURRENT_DESKTOP="LXQt"
    declare -x XDG_DATA_DIRS="/usr/local/share:/usr/share"
    declare -x XDG_DATA_HOME="/home/majid/.local/share"
    declare -x XDG_GREETER_DATA_DIR="/var/lib/lightdm-data/majid"
    declare -x XDG_MENU_PREFIX="lxqt-"
    declare -x XDG_SEAT="seat0"
    declare -x XDG_SEAT_PATH="/org/freedesktop/DisplayManager/Seat0"
    declare -x XDG_SESSION_COOKIE="funtoohost-1515048768.293209-672040983"
    declare -x XDG_SESSION_DESKTOP="lxqt"
    declare -x XDG_SESSION_PATH="/org/freedesktop/DisplayManager/Session1"
    declare -x XDG_SESSION_TYPE="x11"
    declare -x XDG_VTNR="7"

     

  3. 38 minutes ago, jhan said:

    It seems your emerge fails while trying to create the directory /home/majid/.cache/g-ir-scanner. Not sure why. I just installed it on my system without problem. The only thing that seems to be different is the USE flag introspection. It seems to me that you installed it with "+introspection" while my installation was with ""-introspection".

    If you don't really need the "support for GObject based introspection" for this package I would suggest trying to install it with "-introspection" and see how it goes.

    Thank you for the reply

     

    Emerging it with USE="-introspection" worked, but the problem is when I run this command to update the system and emerge KDE Plasma 5:

     

    emerge -auvDN --with-bdeps=y @world kde-plasma/plasma-meta

     

    it forces libxfce4util to emerge with USE="+introspection" . Any idea on how I can fix this?

     

    Thanks!

  4. hello everyone


    I am trying to emerge KDE Plasma 5 and everything is emerging fine, but when I get to xfce-base/libxfce4util-4.13.1,  the emerging fails.  I tried to emerge it separately and it still fails.  

     

    here is the build.log for xfce-base/libxfce4util-4.13.1:

    https://paste.pound-python.org/show/ozz1CuzVsUsOwFi25PKE/
     

    Please let me know if there is anything info I need to provide

     


    Thanks!

     

  5. 8 hours ago, palica said:

    sorry I am just working step by step the stuff that could be causing your problem. and so at first I was looking at drivers if you have them emerged and also VIDEO_CARD etc. now since you didn't miss that part we are diving deeper.

    but this doesn't look that healthy :)

    you probably need to emerge sys-kernel/linux-firmware

    reboot and look in dmesg if it got fixed. report back :)

    Well woulda look at that! I did not have linux-firmware emerged. and as soon as I emerged it, rebooted and ran startx, it worked! Also, lightdm worked and I am now logged into my desktop environment! Thanks man! I really appreciate it! I dont know how I missed the step regarding emerging linux-firmware! 

     

     

  6. 2 hours ago, palica said:

    can you please post

    
    lsmod

    and

    
    dmesg 

    after boot

     

    Here you go:

     

    lsmod
    Module                  Size  Used by
    binfmt_misc            20480  1
    nls_ascii              16384  1
    nls_cp437              20480  1
    vfat                   20480  1
    fat                    65536  1 vfat
    amdkfd                135168  1
    edac_mce_amd           28672  0
    radeon               1478656  0
    kvm_amd                86016  0
    kvm                   589824  1 kvm_amd
    ttm                    98304  1 radeon
    r8169                  81920  0
    drm_kms_helper        163840  1 radeon
    snd_hda_codec_realtek    94208  1
    mii                    16384  1 r8169
    evdev                  24576  0
    drm                   372736  3 radeon,ttm,drm_kms_helper
    snd_hda_codec_generic    73728  1 snd_hda_codec_realtek
    snd_hda_codec_hdmi     49152  1
    snd_hda_intel          40960  0
    eeepc_wmi              16384  0
    asus_wmi               28672  1 eeepc_wmi
    snd_hda_codec         126976  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
    sparse_keymap          16384  1 asus_wmi
    irqbypass              16384  1 kvm
    rfkill                 28672  1 asus_wmi
    i2c_algo_bit           16384  1 radeon
    video                  40960  1 asus_wmi
    mxm_wmi                16384  0
    snd_hda_core           81920  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
    crct10dif_pclmul       16384  0
    wmi_bmof               16384  0
    efi_pstore             16384  0
    shpchp                 36864  0
    snd_hwdep              16384  1 snd_hda_codec
    snd_pcm                98304  4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
    snd_timer              32768  1 snd_pcm
    snd                    77824  8 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek,snd_pcm
    efivars                20480  1 efi_pstore
    crc32_pclmul           16384  0
    button                 16384  0
    crc32c_intel           24576  0
    ghash_clmulni_intel    16384  0
    serio_raw              16384  0
    ohci_pci               16384  0
    soundcore              16384  1 snd
    k10temp                16384  0
    sp5100_tco             16384  0
    i2c_piix4              24576  0
    pcspkr                 16384  0
    tpm_infineon           20480  0
    fam15h_power           16384  0
    wmi                    24576  3 asus_wmi,wmi_bmof,mxm_wmi
    acpi_cpufreq           20480  0
    efivarfs               16384  1
    dm_zero                16384  0
    dm_thin_pool           69632  0
    dm_bio_prison          20480  1 dm_thin_pool
    dm_persistent_data     69632  1 dm_thin_pool
    dm_service_time        16384  0
    dm_round_robin         16384  0
    dm_queue_length        16384  0
    dm_multipath           28672  3 dm_round_robin,dm_queue_length,dm_service_time
    dm_log_userspace       20480  0
    dm_flakey              16384  0
    dm_delay               16384  0
    virtio_pci             24576  0
    virtio_scsi            20480  0
    virtio_blk             20480  0
    virtio_net             45056  0
    virtio_console         28672  0
    virtio_balloon         20480  0
    virtio_ring            24576  6 virtio_blk,virtio_net,virtio_scsi,virtio_balloon,virtio_console,virtio_pci
    virtio                 16384  6 virtio_blk,virtio_net,virtio_scsi,virtio_balloon,virtio_console,virtio_pci
    xts                    20480  0
    aesni_intel           188416  0
    glue_helper            16384  1 aesni_intel
    crypto_simd            16384  1 aesni_intel
    cryptd                 24576  3 crypto_simd,ghash_clmulni_intel,aesni_intel
    aes_x86_64             20480  1 aesni_intel
    cbc                    16384  0
    iscsi_tcp              20480  0
    libiscsi_tcp           20480  1 iscsi_tcp
    libiscsi               53248  2 libiscsi_tcp,iscsi_tcp
    scsi_transport_iscsi    94208  2 libiscsi,iscsi_tcp
    tg3                   163840  0
    libphy                 61440  1 tg3
    ptp                    20480  1 tg3
    pps_core               20480  1 ptp
    e1000                 143360  0
    fuse                  102400  1
    nfs                   262144  0
    fscache                65536  1 nfs
    lockd                  90112  1 nfs
    sunrpc                331776  2 lockd,nfs
    grace                  16384  1 lockd
    jfs                   184320  0
    reiserfs              241664  0
    f2fs                  389120  0
    btrfs                1118208  0
    zstd_compress         163840  1 btrfs
    zstd_decompress        86016  1 btrfs
    xxhash                 16384  2 zstd_compress,zstd_decompress
    multipath              16384  0
    linear                 16384  0
    raid10                 49152  0
    raid1                  40960  0
    raid0                  20480  0
    dm_raid                40960  0
    raid456               147456  1 dm_raid
    md_mod                143360  7 dm_raid,raid1,raid10,multipath,linear,raid0,raid456
    async_raid6_recov      20480  1 raid456
    async_pq               16384  2 raid456,async_raid6_recov
    raid6_pq              114688  4 async_pq,btrfs,raid456,async_raid6_recov
    async_xor              16384  3 async_pq,raid456,async_raid6_recov
    xor                    24576  2 async_xor,btrfs
    async_memcpy           16384  2 raid456,async_raid6_recov
    async_tx               16384  5 async_xor,async_pq,raid456,async_memcpy,async_raid6_recov
    dm_snapshot            40960  0
    dm_bufio               28672  2 dm_persistent_data,dm_snapshot
    dm_crypt               36864  0
    dm_mirror              24576  0
    dm_region_hash         20480  1 dm_mirror
    dm_log                 20480  3 dm_log_userspace,dm_mirror,dm_region_hash
    dm_mod                118784  15 dm_log_userspace,dm_raid,dm_mirror,dm_log,dm_bufio,dm_zero,dm_crypt,dm_thin_pool,dm_delay,dm_multipath,dm_flakey,dm_snapshot
    hid_sunplus            16384  0
    hid_sony               32768  0
    hid_samsung            16384  0
    hid_pl                 16384  0
    hid_petalynx           16384  0
    hid_monterey           16384  0
    hid_microsoft          16384  0
    hid_logitech_dj        20480  0
    hid_logitech           32768  0
    ff_memless             16384  3 hid_logitech,hid_pl,hid_sony
    hid_gyration           16384  0
    hid_ezkey              16384  0
    hid_cypress            16384  0
    hid_chicony            16384  0
    hid_cherry             16384  0
    hid_belkin             16384  0
    hid_apple              16384  0
    hid_a4tech             16384  0
    sl811_hcd              24576  0
    hid_generic            16384  0
    usbhid                 49152  0
    xhci_pci               16384  0
    xhci_hcd              212992  1 xhci_pci
    ohci_hcd               53248  1 ohci_pci
    uhci_hcd               49152  0
    usb_storage            69632  0
    hid                   118784  19 hid_chicony,hid_generic,usbhid,hid_logitech_dj,hid_gyration,hid_monterey,hid_logitech,hid_samsung,hid_a4tech,hid_pl,hid_sony,hid_belkin,hid_ezkey,hid_apple,hid_cypress,hid_sunplus,hid_cherry,hid_microsoft,hid_petalynx
    ehci_pci               16384  0
    ehci_hcd               81920  1 ehci_pci
    usbcore               249856  10 usbhid,sl811_hcd,usb_storage,ehci_hcd,ohci_pci,uhci_hcd,xhci_pci,ohci_hcd,xhci_hcd,ehci_pci
    usb_common             16384  1 usbcore
    pata_via               16384  0
    pata_jmicron           16384  0
    pata_marvell           16384  0
    pata_netcell           16384  0
    pata_pdc202xx_old      16384  0
    pata_triflex           16384  0
    pata_atiixp            16384  0
    pata_amd               20480  0
    pata_ali               16384  0
    pata_it8213            16384  0
    pata_pcmcia            20480  0
    pcmcia                 65536  1 pata_pcmcia
    pcmcia_core            24576  1 pcmcia
    pata_ns87415           16384  0
    pata_ns87410           16384  0
    pata_serverworks       16384  0
    pata_oldpiix           16384  0
    pata_artop             16384  0
    pata_it821x            20480  0
    pata_hpt37x            20480  0
    pata_hpt366            16384  0
    pata_cmd64x            16384  0
    pata_efar              16384  0
    pata_rz1000            16384  0
    pata_sil680            16384  0
    pata_pdc2027x          16384  0
    pata_mpiix             16384  0
    nvmet_rdma             24576  0
    nvmet                  49152  1 nvmet_rdma
    nvme_rdma              28672  0
    rdma_cm                57344  2 nvme_rdma,nvmet_rdma
    configfs               36864  3 rdma_cm,nvmet
    ib_cm                  53248  1 rdma_cm
    iw_cm                  45056  1 rdma_cm
    ib_core               221184  5 ib_cm,rdma_cm,nvme_rdma,iw_cm,nvmet_rdma
    nvme_fabrics           20480  1 nvme_rdma
    nvme                   32768  0
    nvme_core              45056  3 nvme_fabrics,nvme_rdma,nvme
    ata_generic            16384  0
    mpt3sas               225280  0
    raid_class             16384  1 mpt3sas
    aic94xx                86016  0
    libsas                 73728  1 aic94xx
    lpfc                  741376  0
    qla2xxx               708608  0
    megaraid_sas          139264  0
    megaraid_mbox          40960  0
    megaraid_mm            20480  1 megaraid_mbox
    megaraid               53248  0
    aacraid               114688  0
    sx8                    24576  0
    DAC960                 81920  0
    hpsa                   98304  0
    3w_9xxx                45056  0
    3w_xxxx                36864  0
    3w_sas                 28672  0
    mptsas                 53248  0
    scsi_transport_sas     40960  5 libsas,hpsa,mpt3sas,mptsas,aic94xx
    mptfc                  20480  0
    scsi_transport_fc      57344  3 lpfc,qla2xxx,mptfc
    mptspi                 24576  0
    mptscsih               32768  3 mptfc,mptsas,mptspi
    mptbase                77824  4 mptscsih,mptfc,mptsas,mptspi
    atp870u                28672  0
    dc395x                 40960  0
    qla1280                32768  0
    dmx3191d               24576  0
    sym53c8xx              81920  0
    gdth                   90112  0
    initio                 28672  0
    BusLogic               28672  0
    arcmsr                 49152  0
    aic7xxx               126976  0
    aic79xx               151552  0
    scsi_transport_spi     32768  5 aic79xx,aic7xxx,dmx3191d,sym53c8xx,mptspi
    sr_mod                 24576  0
    cdrom                  61440  1 sr_mod
    sg                     32768  0
    sd_mod                 49152  4
    pdc_adma               16384  0
    sata_mv                32768  0
    ata_piix               36864  0
    ahci                   36864  3
    libahci                32768  1 ahci
    sata_qstor             16384  0
    sata_vsc               16384  0
    sata_uli               16384  0
    sata_sis               16384  0
    pata_sis               20480  1 sata_sis
    sata_sx4               20480  0
    sata_nv                28672  0
    sata_via               20480  0
    sata_svw               16384  0
    sata_sil24             20480  0
    sata_sil               16384  0
    sata_promise           20480  0
    libata                237568  44 pata_atiixp,sata_promise,sata_qstor,pata_pdc2027x,pata_efar,pata_hpt366,pata_amd,pata_sil680,pata_ns87410,sata_svw,sata_sx4,ahci,sata_sis,pata_via,pata_serverworks,pata_cmd64x,pata_it821x,pata_ali,pata_ns87415,ata_piix,pata_marvell,pata_netcell,pata_artop,pata_pdc202xx_old,libsas,pata_hpt37x,pata_mpiix,pata_oldpiix,pata_it8213,libahci,pata_rz1000,pata_jmicron,sata_sil24,sata_uli,sata_sil,pata_pcmcia,pata_triflex,pata_sis,ata_generic,pdc_adma,sata_nv,sata_mv,sata_via,sata_vsc
    scsi_mod              221184  42 3w_xxxx,gdth,aic79xx,aic7xxx,atp870u,lpfc,sd_mod,libiscsi,initio,megaraid_sas,usb_storage,megaraid_mbox,megaraid,virtio_scsi,BusLogic,dmx3191d,qla2xxx,3w_9xxx,3w_sas,scsi_transport_sas,mptscsih,libsas,libata,dc395x,scsi_transport_spi,scsi_transport_iscsi,mptfc,hpsa,mpt3sas,qla1280,arcmsr,raid_class,sr_mod,iscsi_tcp,dm_multipath,sg,mptsas,aacraid,sym53c8xx,aic94xx,mptspi,scsi_transport_fc
    ext4                  626688  1
    fscrypto               28672  2 f2fs,ext4
    jbd2                  102400  1 ext4
    mbcache                16384  1 ext4
    crc16                  16384  1 ext4
    # dmesg
    [    0.000000] Linux version 4.14.2-1 (portage@livecd) (gcc version 5.4.0 (Funtoo 5.4.0)) #1 SMP Sun Dec 31 02:54:52 EST 2017
    [    0.000000] Command line: BOOT_IMAGE=/kernel-debian-sources-x86_64-4.14.2-1 dolvm real_root=/dev/mapper/VolGroup00-LogVol00 rootfstype=ext4 resume=swap:/dev/sda2 quiet root=/dev/mapper/VolGroup00-LogVol00 rootfstype=ext4
    [    0.000000] random: get_random_u32 called from bsp_init_amd+0x19c/0x240 with crng_init=0
    [    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
    [    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
    [    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
    [    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
    [    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
    [    0.000000] e820: BIOS-provided physical RAM map:
    [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
    [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ba81efff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000ba81f000-0x00000000ba9a2fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000ba9a3000-0x00000000ba9b2fff] ACPI data
    [    0.000000] BIOS-e820: [mem 0x00000000ba9b3000-0x00000000bb928fff] ACPI NVS
    [    0.000000] BIOS-e820: [mem 0x00000000bb929000-0x00000000bc9e1fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000bc9e2000-0x00000000bca37fff] type 20
    [    0.000000] BIOS-e820: [mem 0x00000000bca38000-0x00000000bca38fff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000bca39000-0x00000000bcc3efff] ACPI NVS
    [    0.000000] BIOS-e820: [mem 0x00000000bcc3f000-0x00000000bd082fff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000bd083000-0x00000000bd7f3fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000bd7f4000-0x00000000bd7fffff] usable
    [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
    [    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
    [    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000083effffff] usable
    [    0.000000] NX (Execute Disable) protection: active
    [    0.000000] efi: EFI v2.10 by American Megatrends
    [    0.000000] efi:  ACPI=0xba9aa000  ACPI 2.0=0xba9aa000  SMBIOS=0xf04c0 
    [    0.000000] random: fast init done
    [    0.000000] SMBIOS 2.7 present.
    [    0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./M5A97 LE R2.0, BIOS 2103 11/06/2013
    [    0.000000] tsc: Fast TSC calibration using PIT
    [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [    0.000000] AGP: No AGP bridge found
    [    0.000000] e820: last_pfn = 0x83f000 max_arch_pfn = 0x400000000
    [    0.000000] MTRR default type: uncachable
    [    0.000000] MTRR fixed ranges enabled:
    [    0.000000]   00000-9FFFF write-back
    [    0.000000]   A0000-BFFFF write-through
    [    0.000000]   C0000-CFFFF write-protect
    [    0.000000]   D0000-DFFFF uncachable
    [    0.000000]   E0000-FFFFF write-protect
    [    0.000000] MTRR variable ranges enabled:
    [    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
    [    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
    [    0.000000]   2 base 0000BD800000 mask FFFFFF800000 uncachable
    [    0.000000]   3 base 0000BE000000 mask FFFFFE000000 uncachable
    [    0.000000]   4 disabled
    [    0.000000]   5 disabled
    [    0.000000]   6 disabled
    [    0.000000]   7 disabled
    [    0.000000] TOM2: 000000083f000000 aka 33776M
    [    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
    [    0.000000] e820: update [mem 0xbd800000-0xffffffff] usable ==> reserved
    [    0.000000] e820: last_pfn = 0xbd800 max_arch_pfn = 0x400000000
    [    0.000000] Base memory trampoline at [ffff94b240098000] 98000 size 24576
    [    0.000000] Using GB pages for direct mapping
    [    0.000000] BRK [0x5d1d8c000, 0x5d1d8cfff] PGTABLE
    [    0.000000] BRK [0x5d1d8d000, 0x5d1d8dfff] PGTABLE
    [    0.000000] BRK [0x5d1d8e000, 0x5d1d8efff] PGTABLE
    [    0.000000] BRK [0x5d1d8f000, 0x5d1d8ffff] PGTABLE
    [    0.000000] BRK [0x5d1d90000, 0x5d1d90fff] PGTABLE
    [    0.000000] BRK [0x5d1d91000, 0x5d1d91fff] PGTABLE
    [    0.000000] BRK [0x5d1d92000, 0x5d1d92fff] PGTABLE
    [    0.000000] BRK [0x5d1d93000, 0x5d1d93fff] PGTABLE
    [    0.000000] BRK [0x5d1d94000, 0x5d1d94fff] PGTABLE
    [    0.000000] BRK [0x5d1d95000, 0x5d1d95fff] PGTABLE
    [    0.000000] BRK [0x5d1d96000, 0x5d1d96fff] PGTABLE
    [    0.000000] Secure boot could not be determined
    [    0.000000] RAMDISK: [mem 0x36f09000-0x3777bfff]
    [    0.000000] ACPI: Early table checksum verification disabled
    [    0.000000] ACPI: RSDP 0x00000000BA9AA000 000024 (v02 ALASKA)
    [    0.000000] ACPI: XSDT 0x00000000BA9AA070 00005C (v01 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: FACP 0x00000000BA9B0EB8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20170728/tbfadt-658)
    [    0.000000] ACPI: DSDT 0x00000000BA9AA168 006D50 (v02 ALASKA A M I    00000000 INTL 20051117)
    [    0.000000] ACPI: FACS 0x00000000BB923F80 000040
    [    0.000000] ACPI: APIC 0x00000000BA9B0FC8 00009E (v03 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: FPDT 0x00000000BA9B1068 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: MCFG 0x00000000BA9B10B0 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
    [    0.000000] ACPI: HPET 0x00000000BA9B10F0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
    [    0.000000] ACPI: SSDT 0x00000000BA9B11B8 001714 (v01 AMD    POWERNOW 00000001 AMD  00000001)
    [    0.000000] ACPI: BGRT 0x00000000BA9B1180 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] No NUMA configuration found
    [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000083effffff]
    [    0.000000] NODE_DATA(0) allocated [mem 0x83eff9000-0x83effdfff]
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
    [    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
    [    0.000000]   Normal   [mem 0x0000000100000000-0x000000083effffff]
    [    0.000000]   Device   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
    [    0.000000]   node   0: [mem 0x0000000000100000-0x00000000ba81efff]
    [    0.000000]   node   0: [mem 0x00000000bca38000-0x00000000bca38fff]
    [    0.000000]   node   0: [mem 0x00000000bcc3f000-0x00000000bd082fff]
    [    0.000000]   node   0: [mem 0x00000000bd7f4000-0x00000000bd7fffff]
    [    0.000000]   node   0: [mem 0x0000000100001000-0x000000083effffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000083effffff]
    [    0.000000] On node 0 totalpages: 8363022
    [    0.000000]   DMA zone: 64 pages used for memmap
    [    0.000000]   DMA zone: 26 pages reserved
    [    0.000000]   DMA zone: 3999 pages, LIFO batch:0
    [    0.000000]   DMA32 zone: 11890 pages used for memmap
    [    0.000000]   DMA32 zone: 760944 pages, LIFO batch:31
    [    0.000000]   Normal zone: 118720 pages used for memmap
    [    0.000000]   Normal zone: 7598079 pages, LIFO batch:31
    [    0.000000] ACPI: PM-Timer IO Port: 0x808
    [    0.000000] ACPI: Local APIC address 0xfee00000
    [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [    0.000000] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
    [    0.000000] IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [    0.000000] ACPI: IRQ0 used by override.
    [    0.000000] ACPI: IRQ9 used by override.
    [    0.000000] Using ACPI (MADT) for SMP configuration information
    [    0.000000] ACPI: HPET id: 0x43538210 base: 0xfed00000
    [    0.000000] efi_bgrt: Ignoring BGRT: invalid image address
    [    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xba81f000-0xba9a2fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xba9a3000-0xba9b2fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xba9b3000-0xbb928fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xbb929000-0xbc9e1fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xbc9e2000-0xbca37fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xbca39000-0xbcc3efff]
    [    0.000000] PM: Registered nosave memory: [mem 0xbd083000-0xbd7f3fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xbd800000-0xfebfffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
    [    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
    [    0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
    [    0.000000] e820: [mem 0xbd800000-0xfebfffff] available for PCI devices
    [    0.000000] Booting paravirtualized kernel on bare hardware
    [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
    [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
    [    0.000000] percpu: Embedded 38 pages/cpu @ffff94ba7ec00000 s115352 r8192 d32104 u262144
    [    0.000000] pcpu-alloc: s115352 r8192 d32104 u262144 alloc=1*2097152
    [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8232322
    [    0.000000] Policy zone: Normal
    [    0.000000] Kernel command line: BOOT_IMAGE=/kernel-debian-sources-x86_64-4.14.2-1 dolvm real_root=/dev/mapper/VolGroup00-LogVol00 rootfstype=ext4 resume=swap:/dev/sda2 quiet root=/dev/mapper/VolGroup00-LogVol00 rootfstype=ext4
    [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [    0.000000] AGP: Checking aperture...
    [    0.000000] AGP: No AGP bridge found
    [    0.000000] AGP: Node 0: aperture [bus addr 0x00000000-0x01ffffff] (32MB)
    [    0.000000] AGP: Your BIOS doesn't leave an aperture memory hole
    [    0.000000] AGP: Please enable the IOMMU option in the BIOS setup
    [    0.000000] AGP: This costs you 64MB of RAM
    [    0.000000] AGP: Mapping aperture over RAM [mem 0xa4000000-0xa7ffffff] (65536KB)
    [    0.000000] PM: Registered nosave memory: [mem 0xa4000000-0xa7ffffff]
    [    0.000000] Memory: 32560416K/33452088K available (7543K kernel code, 1305K rwdata, 3272K rodata, 1532K init, 696K bss, 891672K reserved, 0K cma-reserved)
    [    0.000000] ftrace: allocating 30940 entries in 121 pages
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
    [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [    0.000000] NR_IRQS: 33024, nr_irqs: 1032, preallocated irqs: 16
    [    0.000000] Console: colour dummy device 80x25
    [    0.000000] console [tty0] enabled
    [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
    [    0.000000] hpet clockevent registered
    [    0.000000] tsc: Fast TSC calibration using PIT
    [    0.004000] tsc: Detected 3511.550 MHz processor
    [    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 7023.10 BogoMIPS (lpj=14046200)
    [    0.004000] pid_max: default: 32768 minimum: 301
    [    0.004000] ACPI: Core revision 20170728
    [    0.009065] ACPI: 2 ACPI AML tables successfully acquired and loaded
    [    0.010750] Security Framework initialized
    [    0.010751] Yama: disabled by default; enable with sysctl kernel.yama.*
    [    0.010768] AppArmor: AppArmor initialized
    [    0.017112] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
    [    0.020340] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [    0.020457] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
    [    0.020555] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
    [    0.020752] CPU: Physical Processor ID: 0
    [    0.020752] CPU: Processor Core ID: 0
    [    0.020753] mce: CPU supports 7 MCE banks
    [    0.020759] LVT offset 1 assigned for vector 0xf9
    [    0.020764] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
    [    0.020764] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
    [    0.021113] Freeing SMP alternatives memory: 28K
    [    0.032194] smpboot: Max logical packages: 1
    [    0.032548] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [    0.076000] smpboot: CPU0: AMD FX(tm)-8320 Eight-Core Processor (family: 0x15, model: 0x2, stepping: 0x0)
    [    0.076000] Performance Events: Fam15h core perfctr, AMD PMU driver.
    [    0.076000] ... version:                0
    [    0.076000] ... bit width:              48
    [    0.076000] ... generic registers:      6
    [    0.076000] ... value mask:             0000ffffffffffff
    [    0.076000] ... max period:             00007fffffffffff
    [    0.076000] ... fixed-purpose events:   0
    [    0.076000] ... event mask:             000000000000003f
    [    0.076000] Hierarchical SRCU implementation.
    [    0.076000] smp: Bringing up secondary CPUs ...
    [    0.076000] x86: Booting SMP configuration:
    [    0.076000] .... node  #0, CPUs:      #1
    [    0.076000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
    [    0.076000]  #2 #3 #4 #5 #6 #7
    [    0.092030] smp: Brought up 1 node, 8 CPUs
    [    0.092030] smpboot: Total of 8 processors activated (56184.80 BogoMIPS)
    [    0.100670] devtmpfs: initialized
    [    0.100670] x86/mm: Memory block size: 128MB
    [    0.102782] PM: Registering ACPI NVS region [mem 0xba9b3000-0xbb928fff] (16211968 bytes)
    [    0.102782] PM: Registering ACPI NVS region [mem 0xbca39000-0xbcc3efff] (2121728 bytes)
    [    0.104109] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.104120] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [    0.104197] pinctrl core: initialized pinctrl subsystem
    [    0.104295] NET: Registered protocol family 16
    [    0.104454] cpuidle: using governor ladder
    [    0.104454] cpuidle: using governor menu
    [    0.104454] ACPI: bus type PCI registered
    [    0.104454] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [    0.104454] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [    0.104454] PCI: not using MMCONFIG
    [    0.104454] PCI: Using configuration type 1 for base access
    [    0.104454] PCI: Using configuration type 1 for extended access
    [    0.105331] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.105331] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.105331] ACPI: Added _OSI(Module Device)
    [    0.105331] ACPI: Added _OSI(Processor Device)
    [    0.105331] ACPI: Added _OSI(3.0 _SCP Extensions)
    [    0.105331] ACPI: Added _OSI(Processor Aggregator Device)
    [    0.105331] ACPI: Executed 2 blocks of module-level executable AML code
    [    0.109019] ACPI: EC: EC started
    [    0.109020] ACPI: EC: interrupt blocked
    [    0.109025] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
    [    0.109027] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
    [    0.109028] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions
    [    0.109029] ACPI: Interpreter enabled
    [    0.109044] ACPI: (supports S0 S3 S4 S5)
    [    0.109045] ACPI: Using IOAPIC for interrupt routing
    [    0.109166] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [    0.109200] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [    0.109211] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [    0.109437] ACPI: Enabled 10 GPEs in block 00 to 1F
    [    0.116315] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [    0.116320] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [    0.116323] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [    0.116604] PCI host bridge to bus 0000:00
    [    0.116606] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
    [    0.116607] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
    [    0.116609] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
    [    0.116610] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
    [    0.116611] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    [    0.116612] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
    [    0.116613] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
    [    0.116615] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    0.116623] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
    [    0.116733] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
    [    0.116749] pci 0000:00:02.0: enabling Extended Tags
    [    0.116768] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [    0.116869] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
    [    0.116884] pci 0000:00:04.0: enabling Extended Tags
    [    0.116902] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    [    0.116974] pci 0000:00:07.0: [1002:5a1b] type 01 class 0x060400
    [    0.116989] pci 0000:00:07.0: enabling Extended Tags
    [    0.117007] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [    0.117088] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
    [    0.117104] pci 0000:00:11.0: reg 0x10: [io  0xf040-0xf047]
    [    0.117110] pci 0000:00:11.0: reg 0x14: [io  0xf030-0xf033]
    [    0.117117] pci 0000:00:11.0: reg 0x18: [io  0xf020-0xf027]
    [    0.117123] pci 0000:00:11.0: reg 0x1c: [io  0xf010-0xf013]
    [    0.117130] pci 0000:00:11.0: reg 0x20: [io  0xf000-0xf00f]
    [    0.117136] pci 0000:00:11.0: reg 0x24: [mem 0xfeb0b000-0xfeb0b3ff]
    [    0.117228] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [    0.117241] pci 0000:00:12.0: reg 0x10: [mem 0xfeb0a000-0xfeb0afff]
    [    0.117349] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [    0.117364] pci 0000:00:12.2: reg 0x10: [mem 0xfeb09000-0xfeb090ff]
    [    0.117421] pci 0000:00:12.2: supports D1 D2
    [    0.117422] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [    0.117494] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [    0.117506] pci 0000:00:13.0: reg 0x10: [mem 0xfeb08000-0xfeb08fff]
    [    0.117616] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [    0.117631] pci 0000:00:13.2: reg 0x10: [mem 0xfeb07000-0xfeb070ff]
    [    0.117688] pci 0000:00:13.2: supports D1 D2
    [    0.117689] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [    0.117760] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [    0.117875] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [    0.117892] pci 0000:00:14.2: reg 0x10: [mem 0xfeb00000-0xfeb03fff 64bit]
    [    0.117940] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [    0.118006] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [    0.118147] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [    0.118243] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    [    0.118255] pci 0000:00:14.5: reg 0x10: [mem 0xfeb06000-0xfeb06fff]
    [    0.118363] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
    [    0.118376] pci 0000:00:16.0: reg 0x10: [mem 0xfeb05000-0xfeb05fff]
    [    0.118483] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
    [    0.118498] pci 0000:00:16.2: reg 0x10: [mem 0xfeb04000-0xfeb040ff]
    [    0.118555] pci 0000:00:16.2: supports D1 D2
    [    0.118556] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    [    0.118626] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
    [    0.118692] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
    [    0.118757] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
    [    0.118821] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
    [    0.118888] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
    [    0.118954] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
    [    0.119056] pci 0000:01:00.0: [1002:6779] type 00 class 0x030000
    [    0.119076] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
    [    0.119086] pci 0000:01:00.0: reg 0x18: [mem 0xfea20000-0xfea3ffff 64bit]
    [    0.119092] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
    [    0.119104] pci 0000:01:00.0: reg 0x30: [mem 0xfea00000-0xfea1ffff pref]
    [    0.119109] pci 0000:01:00.0: enabling Extended Tags
    [    0.119117] pci 0000:01:00.0: BAR 0: assigned to efifb
    [    0.119147] pci 0000:01:00.0: supports D1 D2
    [    0.119193] pci 0000:01:00.1: [1002:aa98] type 00 class 0x040300
    [    0.119211] pci 0000:01:00.1: reg 0x10: [mem 0xfea40000-0xfea43fff 64bit]
    [    0.119236] pci 0000:01:00.1: enabling Extended Tags
    [    0.119271] pci 0000:01:00.1: supports D1 D2
    [    0.128016] pci 0000:00:02.0: PCI bridge to [bus 01]
    [    0.128019] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
    [    0.128021] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
    [    0.128024] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [    0.128065] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [    0.128084] pci 0000:02:00.0: reg 0x10: [io  0xd000-0xd0ff]
    [    0.128102] pci 0000:02:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
    [    0.128113] pci 0000:02:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
    [    0.128175] pci 0000:02:00.0: supports D1 D2
    [    0.128176] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    0.140016] pci 0000:00:04.0: PCI bridge to [bus 02]
    [    0.140019] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
    [    0.140022] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
    [    0.140064] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
    [    0.140087] pci 0000:03:00.0: reg 0x10: [mem 0xfe900000-0xfe907fff 64bit]
    [    0.140176] pci 0000:03:00.0: PME# supported from D3cold
    [    0.152014] pci 0000:00:07.0: PCI bridge to [bus 03]
    [    0.152017] pci 0000:00:07.0:   bridge window [mem 0xfe900000-0xfe9fffff]
    [    0.152080] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
    [    0.152087] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] (subtractive decode)
    [    0.152088] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
    [    0.152089] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
    [    0.152090] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
    [    0.152091] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
    [    0.152093] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
    [    0.152094] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
    [    0.152437] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
    [    0.152495] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
    [    0.152554] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
    [    0.152612] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 10 11 14 15) *0
    [    0.152659] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
    [    0.152696] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
    [    0.152733] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
    [    0.152770] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
    [    0.152899] ACPI: EC: interrupt unblocked
    [    0.152904] ACPI: EC: event unblocked
    [    0.152908] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
    [    0.152909] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions and events
    [    0.152963] pci 0000:01:00.0: vgaarb: setting as boot VGA device
    [    0.152963] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
    [    0.152963] pci 0000:01:00.0: vgaarb: bridge control possible
    [    0.152963] vgaarb: loaded
    [    0.152963] EDAC MC: Ver: 3.0.0
    [    0.152963] Registered efivars operations
    [    0.158764] PCI: Using ACPI for IRQ routing
    [    0.165138] PCI: pci_cache_line_size set to 64 bytes
    [    0.165181] e820: reserve RAM buffer [mem 0xba81f000-0xbbffffff]
    [    0.165183] e820: reserve RAM buffer [mem 0xbca39000-0xbfffffff]
    [    0.165183] e820: reserve RAM buffer [mem 0xbd083000-0xbfffffff]
    [    0.165184] e820: reserve RAM buffer [mem 0xbd800000-0xbfffffff]
    [    0.165185] e820: reserve RAM buffer [mem 0x83f000000-0x83fffffff]
    [    0.165286] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [    0.165286] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [    0.166095] clocksource: Switched to clocksource hpet
    [    0.176209] VFS: Disk quotas dquot_6.6.0
    [    0.176228] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.176326] AppArmor: AppArmor Filesystem Enabled
    [    0.176338] pnp: PnP ACPI init
    [    0.176442] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [    0.176446] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [    0.176678] system 00:01: [io  0x040b] has been reserved
    [    0.176680] system 00:01: [io  0x04d6] has been reserved
    [    0.176681] system 00:01: [io  0x0c00-0x0c01] has been reserved
    [    0.176683] system 00:01: [io  0x0c14] has been reserved
    [    0.176684] system 00:01: [io  0x0c50-0x0c51] has been reserved
    [    0.176685] system 00:01: [io  0x0c52] has been reserved
    [    0.176686] system 00:01: [io  0x0c6c] has been reserved
    [    0.176688] system 00:01: [io  0x0c6f] has been reserved
    [    0.176689] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
    [    0.176690] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
    [    0.176691] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
    [    0.176693] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
    [    0.176694] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
    [    0.176695] system 00:01: [io  0x0800-0x089f] has been reserved
    [    0.176697] system 00:01: [io  0x0b20-0x0b3f] has been reserved
    [    0.176698] system 00:01: [io  0x0900-0x090f] has been reserved
    [    0.176699] system 00:01: [io  0x0910-0x091f] has been reserved
    [    0.176702] system 00:01: [io  0xfe00-0xfefe] has been reserved
    [    0.176703] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    [    0.176705] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    [    0.176706] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
    [    0.176708] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
    [    0.176709] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
    [    0.176711] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
    [    0.176712] system 00:01: [mem 0xff800000-0xffffffff] has been reserved
    [    0.176716] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.176843] system 00:02: [io  0x0290-0x02af] has been reserved
    [    0.176846] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.176870] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [    0.176919] system 00:04: [io  0x04d0-0x04d1] has been reserved
    [    0.176923] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.176958] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.176993] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [    0.177130] pnp 00:07: [dma 0 disabled]
    [    0.177167] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [    0.177272] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.177352] system 00:09: [mem 0xfec20000-0xfec200ff] could not be reserved
    [    0.177355] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [    0.177463] pnp: PnP ACPI: found 10 devices
    [    0.183905] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
    [    0.183922] pci 0000:00:02.0: PCI bridge to [bus 01]
    [    0.183924] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
    [    0.183926] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
    [    0.183928] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [    0.183930] pci 0000:00:04.0: PCI bridge to [bus 02]
    [    0.183932] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
    [    0.183934] pci 0000:00:04.0:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
    [    0.183937] pci 0000:00:07.0: PCI bridge to [bus 03]
    [    0.183939] pci 0000:00:07.0:   bridge window [mem 0xfe900000-0xfe9fffff]
    [    0.183942] pci 0000:00:14.4: PCI bridge to [bus 04]
    [    0.183951] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
    [    0.183952] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
    [    0.183954] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
    [    0.183955] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
    [    0.183956] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
    [    0.183957] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
    [    0.183958] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff window]
    [    0.183959] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
    [    0.183960] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
    [    0.183961] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
    [    0.183963] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
    [    0.183964] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
    [    0.183965] pci_bus 0000:03: resource 1 [mem 0xfe900000-0xfe9fffff]
    [    0.183966] pci_bus 0000:04: resource 4 [io  0x0000-0x03af window]
    [    0.183968] pci_bus 0000:04: resource 5 [io  0x03e0-0x0cf7 window]
    [    0.183969] pci_bus 0000:04: resource 6 [io  0x03b0-0x03df window]
    [    0.183970] pci_bus 0000:04: resource 7 [io  0x0d00-0xffff window]
    [    0.183971] pci_bus 0000:04: resource 8 [mem 0x000a0000-0x000bffff window]
    [    0.183972] pci_bus 0000:04: resource 9 [mem 0x000c0000-0x000dffff window]
    [    0.183973] pci_bus 0000:04: resource 10 [mem 0xc0000000-0xffffffff window]
    [    0.184062] NET: Registered protocol family 2
    [    0.184252] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
    [    0.184688] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [    0.184873] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.184931] UDP hash table entries: 16384 (order: 7, 524288 bytes)
    [    0.185042] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
    [    0.185181] NET: Registered protocol family 1
    [    0.508255] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
    [    0.508377] PCI: CLS 64 bytes, default 64
    [    0.508411] Unpacking initramfs...
    [    1.320024] Freeing initrd memory: 8652K
    [    1.320634] PCI-DMA: Disabling AGP.
    [    1.320695] PCI-DMA: aperture base @ a4000000 size 65536 KB
    [    1.320695] PCI-DMA: using GART IOMMU.
    [    1.320697] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [    1.324130] amd_uncore: AMD NB counters detected
    [    1.324348] LVT offset 0 assigned for vector 0x400
    [    1.324436] perf: AMD IBS detected (0x000000ff)
    [    1.324733] audit: initializing netlink subsys (disabled)
    [    1.324797] audit: type=2000 audit(1514839922.320:1): state=initialized audit_enabled=0 res=1
    [    1.325078] workingset: timestamp_bits=40 max_order=23 bucket_order=0
    [    1.325169] zbud: loaded
    [    1.325253] SGI XFS with ACLs, security attributes, realtime, no debug enabled
    [    1.645124] Key type asymmetric registered
    [    1.645125] Asymmetric key parser 'x509' registered
    [    1.645133] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
    [    1.645192] io scheduler noop registered
    [    1.645193] io scheduler deadline registered
    [    1.645206] io scheduler cfq registered (default)
    [    1.645206] io scheduler mq-deadline registered
    [    1.645592] efifb: probing for efifb
    [    1.645601] efifb: framebuffer at 0xc0000000, using 1216k, total 1216k
    [    1.645602] efifb: mode is 640x480x32, linelength=2560, pages=1
    [    1.645602] efifb: scrolling: redraw
    [    1.645603] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [    1.646485] Console: switching to colour frame buffer device 80x30
    [    1.647257] fb0: EFI VGA frame buffer device
    [    1.648039] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    1.668467] 00:07: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    [    1.668784] Linux agpgart interface v0.103
    [    1.668818] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
    [    1.668818] AMD IOMMUv2 functionality not available on this system
    [    1.669491] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    [    1.669492] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    [    1.669607] serio: i8042 KBD port at 0x60,0x64 irq 1
    [    1.669693] mousedev: PS/2 mouse device common for all mice
    [    1.669726] rtc_cmos 00:03: RTC can wake from S4
    [    1.669814] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [    1.669831] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [    1.669972] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.670290] NET: Registered protocol family 10
    [    1.670470] Segment Routing with IPv6
    [    1.670481] mip6: Mobile IPv6
    [    1.670489] NET: Registered protocol family 17
    [    1.670491] mpls_gso: MPLS GSO support
    [    1.671105] microcode: CPU0: patch_level=0x06000822
    [    1.671114] microcode: CPU1: patch_level=0x06000822
    [    1.671117] microcode: CPU2: patch_level=0x06000822
    [    1.671122] microcode: CPU3: patch_level=0x06000822
    [    1.671132] microcode: CPU4: patch_level=0x06000822
    [    1.671140] microcode: CPU5: patch_level=0x06000822
    [    1.671148] microcode: CPU6: patch_level=0x06000822
    [    1.671156] microcode: CPU7: patch_level=0x06000822
    [    1.671185] microcode: Microcode Update Driver: v2.2.
    [    1.671192] sched_clock: Marking stable (1671181080, 0)->(1916553241, -245372161)
    [    1.671422] registered taskstats version 1
    [    1.671438] zswap: loaded using pool lzo/zbud
    [    1.671529] AppArmor: AppArmor sha1 policy hashing enabled
    [    1.671531] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
    [    1.671782] rtc_cmos 00:03: setting system clock to 2018-01-01 20:52:03 UTC (1514839923)
    [    1.690605] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [    1.692753] Freeing unused kernel memory: 1532K
    [    1.692753] Write protecting the kernel read-only data: 12288k
    [    1.693109] Freeing unused kernel memory: 640K
    [    1.694799] Freeing unused kernel memory: 824K
    [    1.701495] x86/mm: Checked W+X mappings: passed, no W+X pages found.
    [    2.017683] SCSI subsystem initialized
    [    2.020020] libata version 3.00 loaded.
    [    2.257300] ahci 0000:00:11.0: version 3.0
    [    2.257461] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x21 impl SATA mode
    [    2.257463] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
    [    2.257934] scsi host0: ahci
    [    2.258057] scsi host1: ahci
    [    2.258135] scsi host2: ahci
    [    2.258208] scsi host3: ahci
    [    2.258282] scsi host4: ahci
    [    2.258363] scsi host5: ahci
    [    2.258394] ata1: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b100 irq 19
    [    2.258395] ata2: DUMMY
    [    2.258395] ata3: DUMMY
    [    2.258396] ata4: DUMMY
    [    2.258396] ata5: DUMMY
    [    2.258398] ata6: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b380 irq 19
    [    2.336115] tsc: Refined TSC clocksource calibration: 3511.780 MHz
    [    2.336122] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x329ec8e7506, max_idle_ns: 440795241352 ns
    [    2.678022] scsi: <fdomain> Detection failed (no card)
    [    2.732074] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [    2.734229] ata6.00: ATAPI: HL-DT-ST DVDRAM GH24NSB0, LN00, max UDMA/133
    [    2.735935] ata6.00: configured for UDMA/133
    [    2.736081] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [    2.736623] ata1.00: ATA-9: WDC WD10EZEX-00BN5A0, 01.01A01, max UDMA/133
    [    2.736626] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [    2.737361] ata1.00: configured for UDMA/133
    [    2.737534] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EZEX-00B 1A01 PQ: 0 ANSI: 5
    [    2.737755] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [    2.737848] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
    [    2.737850] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [    2.737869] sd 0:0:0:0: [sda] Write Protect is off
    [    2.737870] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [    2.737904] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [    2.744033] scsi 5:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH24NSB0  LN00 PQ: 0 ANSI: 5
    [    2.745439] GDT-HA: Storage RAID Controller Driver. Version: 3.05
    [    2.778990] sr 5:0:0:0: [sr0] scsi3-mmc drive: 48x/12x writer dvd-ram cd/rw xa/form2 cdda tray
    [    2.778992] cdrom: Uniform CD-ROM driver Revision: 3.20
    [    2.779098] sr 5:0:0:0: Attached scsi CD-ROM sr0
    [    2.779157] sr 5:0:0:0: Attached scsi generic sg1 type 5
    [    2.807577]  sda: sda1 sda2 sda3
    [    2.808067] sd 0:0:0:0: [sda] Attached SCSI disk
    [    3.025980] Fusion MPT base driver 3.04.20
    [    3.025980] Copyright (c) 1999-2008 LSI Corporation
    [    3.083844] Fusion MPT SPI Host driver 3.04.20
    [    3.123663] Fusion MPT FC Host driver 3.04.20
    [    3.164737] Fusion MPT SAS Host driver 3.04.20
    [    3.193593] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
    [    3.222658] 3ware Storage Controller device driver for Linux v1.26.02.003.
    [    3.252437] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
    [    3.360211] clocksource: Switched to clocksource tsc
    [    3.377342] Adaptec aacraid driver 1.2.1[50834]-custom
    [    3.447154] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
    [    3.448433] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
    [    3.509425] megasas: 07.702.06.00-rc1
    [    3.544872] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 10.00.00.01-k.
    [    3.580659] Emulex LightPulse Fibre Channel SCSI driver 11.4.0.3
    [    3.580659] Copyright (C) 2017 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Limited and/or its subsidiaries.
    [    3.660021] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
    [    3.707530] mpt3sas version 15.100.00.00 loaded
    [    3.885173] hv_storvsc: Unknown symbol vmbus_driver_unregister (err 0)
    [    3.885206] hv_storvsc: Unknown symbol vmbus_sendpacket (err 0)
    [    3.885212] hv_storvsc: Unknown symbol hv_pkt_iter_first (err 0)
    [    3.885228] hv_storvsc: Unknown symbol vmbus_close (err 0)
    [    3.885272] hv_storvsc: Unknown symbol vmbus_open (err 0)
    [    3.885285] hv_storvsc: Unknown symbol vmbus_proto_version (err 0)
    [    3.885295] hv_storvsc: Unknown symbol hv_pkt_iter_close (err 0)
    [    3.885304] hv_storvsc: Unknown symbol vmbus_set_sc_create_callback (err 0)
    [    3.885310] hv_storvsc: Unknown symbol __vmbus_driver_register (err 0)
    [    3.885334] hv_storvsc: Unknown symbol __hv_pkt_iter_next (err 0)
    [    3.885339] hv_storvsc: Unknown symbol vmbus_sendpacket_mpb_desc (err 0)
    [    3.885344] hv_storvsc: Unknown symbol vmbus_are_subchannels_present (err 0)
    [    5.492184] ACPI: bus type USB registered
    [    5.492201] usbcore: registered new interface driver usbfs
    [    5.492207] usbcore: registered new interface driver hub
    [    5.492243] usbcore: registered new device driver usb
    [    5.494171] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    5.496240] ehci-pci: EHCI PCI platform driver
    [    5.496373] QUIRK: Enable AMD PLL fix
    [    5.496393] ehci-pci 0000:00:12.2: EHCI Host Controller
    [    5.496398] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
    [    5.496402] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [    5.496411] ehci-pci 0000:00:12.2: debug port 1
    [    5.496444] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
    [    5.512150] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [    5.512250] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [    5.512253] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    5.512256] usb usb1: Product: EHCI Host Controller
    [    5.512258] usb usb1: Manufacturer: Linux 4.14.2-1 ehci_hcd
    [    5.512260] usb usb1: SerialNumber: 0000:00:12.2
    [    5.512411] hub 1-0:1.0: USB hub found
    [    5.512417] hub 1-0:1.0: 5 ports detected
    [    5.512650] ehci-pci 0000:00:13.2: EHCI Host Controller
    [    5.512655] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
    [    5.512658] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [    5.512666] ehci-pci 0000:00:13.2: debug port 1
    [    5.512691] ehci-pci 0000:00:13.2: irq 21, io mem 0xfeb07000
    [    5.528146] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [    5.528241] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [    5.528244] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    5.528247] usb usb2: Product: EHCI Host Controller
    [    5.528249] usb usb2: Manufacturer: Linux 4.14.2-1 ehci_hcd
    [    5.528251] usb usb2: SerialNumber: 0000:00:13.2
    [    5.528396] hub 2-0:1.0: USB hub found
    [    5.528401] hub 2-0:1.0: 5 ports detected
    [    5.528613] ehci-pci 0000:00:16.2: EHCI Host Controller
    [    5.528617] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
    [    5.528620] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [    5.528628] ehci-pci 0000:00:16.2: debug port 1
    [    5.528654] ehci-pci 0000:00:16.2: irq 23, io mem 0xfeb04000
    [    5.544148] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    [    5.544236] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [    5.544239] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    5.544242] usb usb3: Product: EHCI Host Controller
    [    5.544244] usb usb3: Manufacturer: Linux 4.14.2-1 ehci_hcd
    [    5.544246] usb usb3: SerialNumber: 0000:00:16.2
    [    5.544393] hub 3-0:1.0: USB hub found
    [    5.544398] hub 3-0:1.0: 4 ports detected
    [    5.642553] hidraw: raw HID events driver (C) Jiri Kosina
    [    5.693057] usbcore: registered new interface driver usb-storage
    [    5.742803] uhci_hcd: USB Universal Host Controller Interface driver
    [    5.791101] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    5.892390] xhci_hcd 0000:03:00.0: xHCI Host Controller
    [    5.892395] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
    [    5.946471] xhci_hcd 0000:03:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x00080000
    [    5.946635] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
    [    5.946636] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    5.946637] usb usb4: Product: xHCI Host Controller
    [    5.946638] usb usb4: Manufacturer: Linux 4.14.2-1 xhci-hcd
    [    5.946638] usb usb4: SerialNumber: 0000:03:00.0
    [    5.946818] hub 4-0:1.0: USB hub found
    [    5.946825] hub 4-0:1.0: 2 ports detected
    [    5.946901] xhci_hcd 0000:03:00.0: xHCI Host Controller
    [    5.946904] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 5
    [    5.946923] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
    [    5.946941] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
    [    5.946942] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    5.946943] usb usb5: Product: xHCI Host Controller
    [    5.946944] usb usb5: Manufacturer: Linux 4.14.2-1 xhci-hcd
    [    5.946945] usb usb5: SerialNumber: 0000:03:00.0
    [    5.947027] hub 5-0:1.0: USB hub found
    [    5.947034] hub 5-0:1.0: 2 ports detected
    [    6.001127] usbcore: registered new interface driver usbhid
    [    6.001127] usbhid: USB HID core driver
    [    7.089716] device-mapper: uevent: version 1.0.3
    [    7.089773] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
    [    7.521710] async_tx: api initialized (async)
    [    7.551752] xor: automatically using best checksumming function   avx       
    [    7.628109] raid6: sse2x1   gen()  6800 MB/s
    [    7.696107] raid6: sse2x1   xor()  4622 MB/s
    [    7.764108] raid6: sse2x2   gen() 11019 MB/s
    [    7.832105] raid6: sse2x2   xor()  7393 MB/s
    [    7.900108] raid6: sse2x4   gen() 12887 MB/s
    [    7.968109] raid6: sse2x4   xor()  6572 MB/s
    [    7.968110] raid6: using algorithm sse2x4 gen() 12887 MB/s
    [    7.968110] raid6: .... xor() 6572 MB/s, rmw enabled
    [    7.968111] raid6: using ssse3x2 recovery algorithm
    [    7.995685] device-mapper: raid: Loading target version 1.13.0
    [    8.612420] Btrfs loaded, crc32c=crc32c-generic
    [    8.805652] JFS: nTxBlock = 8192, nTxLock = 65536
    [    8.903320] RPC: Registered named UNIX socket transport module.
    [    8.903321] RPC: Registered udp transport module.
    [    8.903321] RPC: Registered tcp transport module.
    [    8.903322] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    8.916276] FS-Cache: Loaded
    [    8.920827] FS-Cache: Netfs 'nfs' registered for caching
    [    8.989621] fuse init (API version 7.26)
    [    9.064074] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
    [    9.064075] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [    9.146373] pps_core: LinuxPPS API ver. 1 registered
    [    9.146374] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    9.147544] PTP clock support registered
    [    9.236528] Loading iSCSI transport class v2.0-870.
    [    9.390482] iscsi: registered transport (tcp)
    [    9.637277] AVX version of gcm_enc/dec engaged.
    [    9.637278] AES CTR mode by8 optimization enabled
    [   11.046103] device-mapper: dm-log-userspace: version 1.3.0 loaded
    [   11.197228] device-mapper: multipath queue-length: version 0.2.0 loaded
    [   11.434701] device-mapper: multipath round-robin: version 1.2.0 loaded
    [   11.513089] device-mapper: multipath service-time: version 0.3.0 loaded
    [   11.901241] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    [   13.610609] random: crng init done
    [   14.936667] udevd[29033]: starting version 3.2.2
    [   15.115522] udevd[29034]: starting eudev-3.2.2
    [   15.290375] acpi_cpufreq: overriding BIOS provided _PSD data
    [   15.525350] input: PC Speaker as /devices/platform/pcspkr/input/input1
    [   15.565771] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [   15.565781] piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port selection
    [   15.566004] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
    [   15.572892] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
    [   15.572979] sp5100_tco: PCI Vendor ID: 0x1002, Device ID: 0x4385, Revision ID: 0x42
    [   15.572983] sp5100_tco: I/O address 0x0cd6 already in use
    [   15.705183] ohci-pci: OHCI PCI platform driver
    [   15.705445] ohci-pci 0000:00:12.0: OHCI PCI host controller
    [   15.705456] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 6
    [   15.705505] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb0a000
    [   15.768165] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
    [   15.768169] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   15.768172] usb usb6: Product: OHCI PCI host controller
    [   15.768174] usb usb6: Manufacturer: Linux 4.14.2-1 ohci_hcd
    [   15.768177] usb usb6: SerialNumber: 0000:00:12.0
    [   15.768389] hub 6-0:1.0: USB hub found
    [   15.768419] hub 6-0:1.0: 5 ports detected
    [   15.768831] ohci-pci 0000:00:13.0: OHCI PCI host controller
    [   15.768835] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7
    [   15.768854] ohci-pci 0000:00:13.0: irq 20, io mem 0xfeb08000
    [   15.808375] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    [   15.808405] ACPI: Power Button [PWRB]
    [   15.808485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [   15.808498] ACPI: Power Button [PWRF]
    [   15.832167] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
    [   15.832171] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   15.832174] usb usb7: Product: OHCI PCI host controller
    [   15.832176] usb usb7: Manufacturer: Linux 4.14.2-1 ohci_hcd
    [   15.832179] usb usb7: SerialNumber: 0000:00:13.0
    [   15.832412] hub 7-0:1.0: USB hub found
    [   15.832428] hub 7-0:1.0: 5 ports detected
    [   15.832925] ohci-pci 0000:00:14.5: OHCI PCI host controller
    [   15.832935] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 8
    [   15.832969] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
    [   15.840734] EFI Variables Facility v0.08 2004-May-17
    [   15.894449] pstore: using zlib compression
    [   15.894475] pstore: Registered efi as persistent store backend
    [   15.900125] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
    [   15.900128] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   15.900131] usb usb8: Product: OHCI PCI host controller
    [   15.900132] usb usb8: Manufacturer: Linux 4.14.2-1 ohci_hcd
    [   15.900134] usb usb8: SerialNumber: 0000:00:14.5
    [   15.900311] hub 8-0:1.0: USB hub found
    [   15.900321] hub 8-0:1.0: 2 ports detected
    [   15.900628] ohci-pci 0000:00:16.0: OHCI PCI host controller
    [   15.900634] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 9
    [   15.900662] ohci-pci 0000:00:16.0: irq 22, io mem 0xfeb05000
    [   15.964217] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001
    [   15.964221] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   15.964224] usb usb9: Product: OHCI PCI host controller
    [   15.964226] usb usb9: Manufacturer: Linux 4.14.2-1 ohci_hcd
    [   15.964228] usb usb9: SerialNumber: 0000:00:16.0
    [   15.964524] hub 9-0:1.0: USB hub found
    [   15.964539] hub 9-0:1.0: 4 ports detected
    [   15.964878] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [   16.164181] usb 6-5: new low-speed USB device number 2 using ohci-pci
    [   16.320699] asus_wmi: ASUS WMI generic driver loaded
    [   16.338273] asus_wmi: Initialization: 0x0
    [   16.338326] asus_wmi: BIOS WMI version: 0.9
    [   16.338414] asus_wmi: SFUN value: 0x0
    [   16.339155] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input4
    [   16.339256] asus_wmi: Number of fans: 1
    [   16.350984] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
    [   16.351075] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
    [   16.362148] usb 6-5: New USB device found, idVendor=093a, idProduct=2510
    [   16.362150] usb 6-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [   16.362151] usb 6-5: Product: USB Optical Mouse
    [   16.362152] usb 6-5: Manufacturer: PixArt
    [   16.367297] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input5
    [   16.368445] input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.0/0003:093A:2510.0001/input/input6
    [   16.368560] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:12.0-5/input0
    [   16.537768] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
    [   16.537772] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [   16.537774] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
    [   16.537776] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
    [   16.537778] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x0
    [   16.537780] snd_hda_codec_realtek hdaudioC0D0:    inputs:
    [   16.537783] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
    [   16.537785] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
    [   16.537787] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
    [   16.552245] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
    [   16.552334] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
    [   16.552468] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
    [   16.552747] input: HDA ATI SB Line Out as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    [   16.553243] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
    [   16.696765] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [   16.696789] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
    [   16.697799] r8169 0000:02:00.0 eth0: RTL8168f/8111f at 0xffffa2aa431b1000, e0:3f:49:14:37:ca, XID 08000800 IRQ 38
    [   16.697802] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [   17.057615] kvm: Nested Virtualization enabled
    [   17.057622] kvm: Nested Paging enabled
    [   17.366228] [drm] radeon kernel modesetting enabled.
    [   17.369936] MCE: In-kernel MCE decoding enabled.
    [   17.549444] EDAC amd64: Node 0: DRAM ECC disabled.
    [   17.549447] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                    Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                    (Note that use of the override may cause unknown side effects.)
    [   17.601128] EDAC amd64: Node 0: DRAM ECC disabled.
    [   17.601131] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                    Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                    (Note that use of the override may cause unknown side effects.)
    [   17.641527] EDAC amd64: Node 0: DRAM ECC disabled.
    [   17.641529] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                    Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                    (Note that use of the override may cause unknown side effects.)
    [   17.641868] CRAT table not found
    [   17.641870] Finished initializing topology ret=0
    [   17.641901] kfd kfd: Initialized module
    [   17.642344] [drm:radeon_pci_probe [radeon]] *ERROR* radeon kernel modesetting for R600 or later requires firmware-amd-graphics.
    [   20.164155] EXT4-fs (dm-0): re-mounted. Opts: (null)
    [   20.337583] Adding 22020092k swap on /dev/sda2.  Priority:-2 extents:1 across:22020092k FS
    [   22.366044] r8169 0000:02:00.0: firmware: failed to load rtl_nic/rtl8168f-1.fw (-2)
    [   22.366047] r8169 0000:02:00.0: Direct firmware load for rtl_nic/rtl8168f-1.fw failed with error -2
    [   22.366050] r8169 0000:02:00.0 eth0: unable to load firmware patch rtl_nic/rtl8168f-1.fw (-2)
    [   22.383043] r8169 0000:02:00.0 eth0: link down
    [   22.383089] r8169 0000:02:00.0 eth0: link down
    [   22.383158] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   25.674320] r8169 0000:02:00.0 eth0: link up
    [   25.674337] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    # lspci -nn | grep VGA
    01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] [1002:6779]

     

  7. 6 minutes ago, palica said:

    can you paste

    emerge -pqv xorg-server xorg-drivers xf86-video-ati

    emerge -pqv xorg-server xorg-drivers xf86-video-ati
    [ebuild   R   ] x11-base/xorg-server-1.19.3-r1  USE="glamor ipv6 suid udev xorg -debug -dmx -doc -kdrive -libressl -minimal (-selinux) -static-libs -systemd -tslib -unwind -wayland -xcsecurity -xephyr -xnest -xvfb" 
    [ebuild   R   ] x11-drivers/xf86-video-ati-7.9.0  USE="glamor udev" 
    [ebuild   R   ] x11-base/xorg-drivers-1.19  INPUT_DEVICES="evdev keyboard mouse synaptics (-acecad) (-aiptek) -elographics (-fpit) (-hyperpen) -joystick -libinput (-mutouch) -penmount -tslib -vmmouse -void -wacom" VIDEO_CARDS="radeon -amdgpu (-apm) (-ark) -ast (-chips) (-cirrus) -dummy -epson -fbdev -fglrx (-freedreno) (-geode) -glint (-i128) (-i740) -i915 -i965 -intel (-mach64) -mga (-neomagic) (-newport) -nouveau -nv -nvidia (-omap) -qxl -r128 -radeonsi (-rendition) (-s3) (-s3virge) (-savage) -siliconmotion (-sis) (-sisusb) (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) (-tdfx) (-tegra) (-tga) (-trident) (-tseng) (-vc4) -vesa -via -virtualbox -vmware (-voodoo)" 

     

  8. 1 hour ago, palica said:

    Hi,

    please provide

    emerge --info,

    ego kit,

    ego profile,

    emerge -pqv @world

    lspci

    uname -a

    Hello. Happy new year and thank you for the reply.  As you requested:

     

    # emerge --info
    Portage 2.3.18 (python 2.7.13-final-0, funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-5.4.0, glibc-2.23-r4, 4.14.2-1 x86_64)
    =================================================================
    System uname: Linux-4.14.2-1-x86_64-AMD_FX-tm-8320_Eight-Core_Processor-with-gentoo-2.2.1
    KiB Mem:    32847900 total,  32409036 free
    KiB Swap:   22020092 total,  22020092 free
    sh bash 4.4_p12-r1
    ld GNU ld (Gentoo 2.28 p1.2) 2.28
    app-shells/bash:          4.4_p12-r1::core-kit
    dev-lang/perl:            5.24.0-r2::perl-kit
    dev-lang/python:          2.7.13::python-kit, 3.4.6::python-kit
    dev-util/cmake:           3.8.0::core-kit
    sys-apps/baselayout:      2.2.1::core-kit
    sys-apps/openrc:          0.35.0_beta1::core-kit
    sys-apps/sandbox:         2.10-r4::core-kit
    sys-devel/autoconf:       2.13::core-kit, 2.69-r2::core-kit
    sys-devel/automake:       1.13.4-r1::core-kit, 1.14.1-r1::core-kit, 1.15-r2::core-kit
    sys-devel/binutils:       2.28-r4::core-kit
    sys-devel/gcc:            5.4.0::core-kit
    sys-devel/gcc-config:     1.8-r1::core-kit
    sys-devel/libtool:        2.4.6-r4::core-kit
    sys-devel/make:           4.1-r1::core-kit
    sys-kernel/linux-headers: 4.9::core-kit (virtual/os-headers)
    sys-libs/glibc:           2.23-r4::core-kit
    Repositories:
    
    nokit
        location: /var/git/meta-repo/kits/nokit
        masters: core-kit
        priority: -500
    
    core-hw-kit
        location: /var/git/meta-repo/kits/core-hw-kit
        masters: core-kit
        priority: 1
    
    core-kit
        location: /var/git/meta-repo/kits/core-kit
        masters: core-kit
        priority: 1
        aliases: gentoo
    
    desktop-kit
        location: /var/git/meta-repo/kits/desktop-kit
        masters: core-kit
        priority: 1
    
    dev-kit
        location: /var/git/meta-repo/kits/dev-kit
        masters: core-kit
        priority: 1
    
    editors-kit
        location: /var/git/meta-repo/kits/editors-kit
        masters: core-kit
        priority: 1
    
    games-kit
        location: /var/git/meta-repo/kits/games-kit
        masters: core-kit
        priority: 1
    
    gnome-kit
        location: /var/git/meta-repo/kits/gnome-kit
        masters: core-kit
        priority: 1
    
    haskell-kit
        location: /var/git/meta-repo/kits/haskell-kit
        masters: core-kit
        priority: 1
    
    java-kit
        location: /var/git/meta-repo/kits/java-kit
        masters: core-kit
        priority: 1
    
    kde-kit
        location: /var/git/meta-repo/kits/kde-kit
        masters: core-kit
        priority: 1
    
    lang-kit
        location: /var/git/meta-repo/kits/lang-kit
        masters: core-kit
        priority: 1
    
    lisp-scheme-kit
        location: /var/git/meta-repo/kits/lisp-scheme-kit
        masters: core-kit
        priority: 1
    
    media-kit
        location: /var/git/meta-repo/kits/media-kit
        masters: core-kit
        priority: 1
    
    ml-lang-kit
        location: /var/git/meta-repo/kits/ml-lang-kit
        masters: core-kit
        priority: 1
    
    net-kit
        location: /var/git/meta-repo/kits/net-kit
        masters: core-kit
        priority: 1
    
    perl-kit
        location: /var/git/meta-repo/kits/perl-kit
        masters: core-kit
        priority: 1
    
    php-kit
        location: /var/git/meta-repo/kits/php-kit
        masters: core-kit
        priority: 1
    
    python-kit
        location: /var/git/meta-repo/kits/python-kit
        masters: core-kit
        priority: 1
    
    ruby-kit
        location: /var/git/meta-repo/kits/ruby-kit
        masters: core-kit
        priority: 1
    
    science-kit
        location: /var/git/meta-repo/kits/science-kit
        masters: core-kit
        priority: 1
    
    security-kit
        location: /var/git/meta-repo/kits/security-kit
        masters: core-kit
        priority: 1
    
    text-kit
        location: /var/git/meta-repo/kits/text-kit
        masters: core-kit
        priority: 1
    
    xfce-kit
        location: /var/git/meta-repo/kits/xfce-kit
        masters: core-kit
        priority: 1
    
    xorg-kit
        location: /var/git/meta-repo/kits/xorg-kit
        masters: core-kit
        priority: 1
    
    ACCEPT_KEYWORDS="amd64 ~amd64"
    ACCEPT_LICENSE="* -@EULA Oracle-BCLA-JavaSE"
    CBUILD="x86_64-pc-linux-gnu"
    CFLAGS="-march=bdver2 -O2 -pipe"
    CHOST="x86_64-pc-linux-gnu"
    CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
    CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
    CXXFLAGS="-march=bdver2 -O2 -pipe"
    DISTDIR="/var/cache/portage/distfiles"
    FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
    FFLAGS="-march=bdver2 -O2 -pipe"
    GENTOO_MIRRORS="http://distfiles.gentoo.org"
    LANG="en_US.UTF-8"
    LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed"
    PKGDIR="/var/cache/portage/packages"
    PORTAGE_CONFIGROOT="/"
    PORTAGE_TMPDIR="/var/tmp"
    USE="X a52 aac acl alsa amd64 apng berkdb bluray bzip2 cdda cddb cdio cdr consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr dvdread encode exif faac faad ffmpeg flac gdbm gif gpm ico iconv icu ieee1394 ios ipod ipv6 jpeg jpeg2k lame libass libguess libmpeg2 mad matroska mjpeg mmx modules mp3 mpeg mtp mudflap multilib ncurses nls nptl nsplugin ogg opengl openmp pam pcre pdf png postproc pppd python quicktime readline resolvconf sndfile sse sse2 ssl svg taglib tcpd theora tiff truetype twolame udev unicode v4l vorbis vpx wav wavpack webp win32codecs wmf x264 x265 xattr xml xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python3_4 python2_7" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby22 ruby23 ruby24" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
    Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS
    
    # ego kit
    /var/git/meta-repo (updated 1 day 17 hours 20 minutes ago):
    
      kit                  active branch        default              stability
      core-kit             1.0-prime            (same)               prime
      core-hw-kit          master               (same)               prime
      security-kit         1.0-prime            (same)               prime
      xorg-kit             1.19-prime           (same)               prime
      gnome-kit            3.20-prime           (same)               prime
      kde-kit              5.10-prime           (same)               prime
      media-kit            1.1-prime            (same)               prime
      perl-kit             5.24-prime           (same)               prime
      python-kit           3.4-prime            (same)               prime
      php-kit              master               (same)               prime
      java-kit             1.1-prime            (same)               prime
      ruby-kit             1.1-prime            (same)               prime
      haskell-kit          1.1-prime            (same)               prime
      ml-lang-kit          1.1-prime            (same)               prime
      lisp-scheme-kit      1.1-prime            (same)               prime
      lang-kit             1.1-prime            (same)               prime
      dev-kit              1.1-prime            (same)               prime
      xfce-kit             4.12-prime           (same)               prime
      desktop-kit          1.1-prime            (same)               prime
      editors-kit          master               (same)               prime
      net-kit              master               (same)               prime
      text-kit             master               (same)               prime
      science-kit          master               (same)               prime
      games-kit            master               (same)               prime
      nokit                master               (same)               prime
    
      NOTE: This information comes from /etc/ego.conf and meta-repo metadata. After
      making changes to ego.conf, be sure to run ego sync in so that the individual
      kit repositories on disk are synchronized with the kit branches shown above.
    # ego profile
    
    === Enabled Profiles: ===
    
            arch: x86-64bit
           build: current
         subarch: amd64-piledriver
          flavor: desktop
         mix-ins: lxqt
    
    
    === Python kit: ===
    
          branch: 3.4-prime
    
    === All inherited flavor from desktop flavor: ===
    
                         workstation (from desktop flavor)
                                core (from workstation flavor)
                             minimal (from core flavor)
    
    === All inherited mix-ins from desktop flavor: ===
    
                                   X (from workstation flavor)
                               audio (from workstation flavor)
                                 dvd (from workstation flavor)
                               media (from workstation flavor)
          mediadevice-audio-consumer (from media mix-in)
                    mediadevice-base (from mediadevice-audio-consumer mix-in)
          mediadevice-video-consumer (from media mix-in)
                    mediadevice-base (from mediadevice-video-consumer mix-in)
            mediaformat-audio-common (from media mix-in)
              mediaformat-gfx-common (from media mix-in)
            mediaformat-video-common (from media mix-in)
                      console-extras (from workstation flavor)
                               print (from desktop flavor)
    
    === All inherited flavor from lxqt mix-ins: ===
    
                             desktop (from lxqt mix-in)
                         workstation (from desktop flavor)
                                core (from workstation flavor)
                             minimal (from core flavor)
    
    === All inherited mix-ins from lxqt mix-ins: ===
    
                                   X (from workstation flavor)
                               audio (from workstation flavor)
                                 dvd (from workstation flavor)
                               media (from workstation flavor)
          mediadevice-audio-consumer (from media mix-in)
                    mediadevice-base (from mediadevice-audio-consumer mix-in)
          mediadevice-video-consumer (from media mix-in)
                    mediadevice-base (from mediadevice-video-consumer mix-in)
            mediaformat-audio-common (from media mix-in)
              mediaformat-gfx-common (from media mix-in)
            mediaformat-video-common (from media mix-in)
                      console-extras (from workstation flavor)
                               print (from desktop flavor)
    
    # emerge -pqv @world
    [ebuild   R   ] app-arch/bzip2-1.0.6-r7  USE="-static -static-libs" ABI_X86="32 (64) (-x32)" 
    [ebuild   R   ] sys-devel/gnuconfig-20170101 
    [ebuild   R   ] app-arch/gzip-1.8  USE="-pic -static" 
    [ebuild   R   ] app-arch/cpio-2.12-r1  USE="nls" 
    [ebuild   R   ] sys-apps/which-2.21 
    [ebuild   R   ] net-dns/openresolv-3.9.0  USE="(-selinux)" 
    [ebuild   R   ] virtual/os-headers-0 
    [ebuild   R   ] sys-devel/patch-2.7.5  USE="xattr -static {-test}" 
    [ebuild   R   ] net-misc/rsync-3.1.2-r1  USE="acl iconv ipv6 xattr -static -stunnel" 
    [ebuild   R   ] virtual/libc-1 
    [ebuild   R   ] app-arch/xz-utils-5.2.3  USE="nls threads -static-libs" ABI_X86="(64) -32 (-x32)" 
    [ebuild   R   ] dev-libs/mpc-1.0.3  USE="-static-libs" ABI_X86="(64) -32 (-x32)" 
    [ebuild   R   ] sys-devel/m4-1.4.18  USE="-examples" 
    [ebuild   R   ] sys-apps/coreutils-8.24  USE="acl nls xattr -caps -gmp -hostname -kill -multicall (-selinux) -static -vanilla" 
    [ebuild   R   ] sys-apps/net-tools-1.60_p20161110235919  USE="arp hostname ipv6 nls -nis -plipconfig (-selinux) -slattach -static" 
    [ebuild   R   ] sys-apps/baselayout-2.2.1  USE="-build" 
    [ebuild   R   ] sys-apps/sed-4.4  USE="acl nls (-selinux) -static" 
    [ebuild   R   ] sys-devel/make-4.1-r1  USE="nls -guile -static" 
    [ebuild   R   ] sys-devel/flex-2.6.1  USE="nls -static {-test}" ABI_X86="(64) -32 (-x32)" 
    [ebuild   R   ] sys-apps/findutils-4.6.0-r1  USE="nls (-selinux) -static {-test}" 
    [ebuild   R   ] app-arch/tar-1.29-r3  USE="acl nls xattr -minimal (-selinux) -static" 
    [ebuild   R   ] sys-apps/diffutils-3.5  USE="nls -static" 
    [ebuild   R   ] sys-devel/bison-3.0.4-r1  USE="nls -examples -static {-test}" 
    [ebuild   R   ] net-misc/iputils-20121221-r2  USE="ipv6 ssl -SECURITY_HAZARD -caps -doc -gnutls -idn -static" 
    [ebuild   R   ] sys-apps/kbd-2.0.4  USE="nls pam {-test}" 
    [ebuild   R   ] net-misc/dhcpcd-7.0.0_beta3  USE="embedded ipv6 udev" 
    [ebuild   R   ] virtual/dev-manager-0 
    [ebuild   R   ] sys-apps/grep-3.0  USE="nls pcre -static" 
    [ebuild   R   ] app-eselect/eselect-vi-1.1.9 
    [ebuild   R   ] sys-apps/usbutils-008-r1  USE="python" PYTHON_TARGETS="python2_7" 
    [ebuild   R   ] virtual/package-manager-0 
    [ebuild   R   ] sys-apps/busybox-1.27.2  USE="ipv6 pam -debug -livecd -make-symlinks -math -mdev -savedconfig (-selinux) -sep-usr -static -syslog -systemd" 
    [ebuild   R   ] virtual/modutils-0 
    [ebuild   R   ] virtual/man-0-r1 
    [ebuild   R   ] sys-apps/man-pages-4.10  USE="nls" L10N="-da -de -fr -it -ja -nl -pl -ro -ru -zh-CN" 
    [ebuild   R   ] virtual/shadow-0 
    [ebuild   R   ] sys-apps/shadow-4.4-r2  USE="acl cracklib nls pam xattr -audit (-selinux) -skey" LINGUAS="-cs -da -de -es -fi -fr -hu -id -it -ja -ko -pl -pt_BR -ru -sv -tr -zh_CN -zh_TW" 
    [ebuild   R   ] sys-apps/iproute2-4.14.1-r3  USE="berkdb iptables ipv6 -atm -minimal (-selinux)" 
    [ebuild   R   ] virtual/ssh-0  USE="-minimal" 
    [ebuild   R   ] virtual/editor-0 
    [ebuild   R   ] media-libs/libtxc_dxtn-1.0.1-r3  ABI_X86="(64) -32 (-x32)" 
    [ebuild   R   ] sys-kernel/debian-sources-4.14.2  USE="binary" 
    [ebuild   R   ] x11-base/xorg-x11-7.4-r2 
    [ebuild   R   ] lxqt-base/lxqt-meta-0.11.0  USE="about filemanager icons oxygen policykit powermanagement -admin -lightdm -lximage -minimal -sddm -ssh-askpass -sudo" 
    [ebuild   R   ] sys-devel/autoconf-2.69-r2  USE="-emacs" 
    [ebuild   R   ] sys-devel/libtool-2.4.6-r4  USE="-vanilla" 
    [ebuild   R   ] sys-devel/automake-1.15-r2 
    [ebuild   R   ] sys-libs/zlib-1.2.11  USE="minizip -static-libs" ABI_X86="32 (64) (-x32)" 
    [ebuild   R   ] net-misc/bridge-utils-1.5  USE="(-selinux)" 
    [ebuild   R   ] x11-drivers/xf86-input-evdev-2.10.5 
    [ebuild   R   ] x11-misc/lightdm-1.24.0  USE="gnome -audit -gtk -introspection -qt4 -qt5" 
    [ebuild   R   ] x11-apps/xdm-1.1.11-r3  USE="consolekit ipv6 pam -xdm-auth" 
    [ebuild   R   ] dev-lang/perl-5.24.0-r2  USE="berkdb gdbm -debug -doc -ithreads" 
    [ebuild   R   ] sys-devel/binutils-2.28-r4  USE="cxx nls -multitarget -static-libs {-test} -vanilla" 
    [ebuild   R   ] sys-apps/pciutils-3.5.4  USE="kmod udev zlib -dns -static-libs" ABI_X86="(64) -32 (-x32)" 
    [ebuild   R   ] net-misc/wget-1.19.2-r1  USE="ipv6 nls pcre ssl zlib -debug -gnutls -idn -libressl -ntlm -static {-test} -uuid" 
    [ebuild   R   ] app-admin/sudo-1.8.21_p2  USE="nls pam sendmail -gcrypt -ldap -offensive -openssl -sasl (-selinux) -skey" 
    [ebuild   R   ] x11-misc/lightdm-gtk-greeter-2.0.3  USE="-ayatana -branding" 
    [ebuild   R   ] sys-devel/gcc-5.4.0  USE="cxx fortran (multilib) nls openmp -ada (-altivec) -doc -graphite (-hardened) (-libssp) -objc -objc++ (-sanitize) -vanilla" 
    [ebuild   R   ] dev-vcs/git-2.11.1-r1  USE="blksha1 curl gpg iconv nls pcre perl python threads webdav -cgi -cvs -doc -emacs -gnome-keyring -gtk -highlight -libressl -mediawiki -mediawiki-experimental (-ppcsha1) -subversion {-test} -tk -xinetd" LINGUAS="-bg -ca -de -fr -is -it -ko -pt_PT -ru -sv -vi -zh_CN" PYTHON_TARGETS="python2_7" 
    [ebuild   R   ] net-misc/ifenslave-1.1.0-r6 
    [ebuild   R   ] sys-apps/file-5.30  USE="python zlib -static-libs" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7 python3_4 -pypy -python3_5 -python3_6" 
    [ebuild  N    ] sys-libs/gpm-1.20.7-r3  USE="(-selinux) -static-libs" ABI_X86="32 (64) (-x32)" 
    [ebuild   R   ] sys-libs/ncurses-6.0-r1  USE="cxx gpm* unicode -ada -debug -doc -minimal -profile -static-libs {-test} -threads -tinfo -trace" ABI_X86="32 (64) (-x32)" 
    [ebuild   R   ] sys-libs/readline-6.3_p8-r3  USE="-static-libs -utils" ABI_X86="(64) -32 (-x32)" 
    [ebuild   R   ] sys-apps/texinfo-6.3  USE="nls -static" 
    [ebuild   R   ] app-shells/bash-4.4_p12-r1  USE="net nls (readline) -afs -bashlogger -examples -mem-scramble -plugins" 
    [ebuild   R   ] sys-process/psmisc-22.21-r3  USE="X* ipv6 nls (-selinux)" 
    [ebuild   R   ] sys-apps/less-491  USE="pcre unicode" 
    [ebuild   R   ] app-editors/nano-2.7.5  USE="magic ncurses nls spell unicode -debug -justify -minimal -slang -static" 
    [ebuild   R   ] sys-process/procps-3.3.12  USE="kill ncurses nls unicode -modern-top (-selinux) -static-libs -systemd {-test}" 
    [ebuild   R   ] dev-lang/python-3.4.6  USE="gdbm ipv6 ncurses readline sqlite ssl (threads) xml -build -examples -hardened -libressl -tk -wininst" 
    [ebuild   R   ] sys-apps/openrc-0.35.0_beta1  USE="ncurses pam unicode -audit -debug -netifrc -newnet (-prefix) (-selinux) -static-libs" 
    [ebuild   R   ] sys-apps/gawk-4.1.4  USE="nls readline -mpfr" 
    [ebuild   R   ] sys-devel/bc-1.07.1  USE="readline -libedit -static" 
    [ebuild   R   ] virtual/pager-0 
    [ebuild   R   ] sys-apps/util-linux-2.29.2-r1  USE="cramfs ncurses nls pam python readline static-libs suid unicode -build -caps -fdformat -kill (-selinux) -slang -systemd {-test} -tty-helpers (-udev)" ABI_X86="32 (64) (-x32)" PYTHON_SINGLE_TARGET="python3_4 -python2_7 -python3_5" PYTHON_TARGETS="python2_7 python3_4 -python3_5" 
    [ebuild   R   ] app-admin/ego-2.3.3-r1  USE="-zsh-completion" PYTHON_SINGLE_TARGET="python3_4 -python3_5 -python3_6" PYTHON_TARGETS="python3_4 -python3_5 -python3_6" 
    [ebuild   R   ] virtual/service-manager-0  USE="(-prefix)" 
    [ebuild   R   ] app-portage/gentoolkit-0.4.0-r1  PYTHON_TARGETS="python2_7 python3_4 -pypy -python3_5 -python3_6" 
    [ebuild   R   ] app-editors/vim-8.0.1427  USE="X* acl gpm* nls python -cscope -debug -lua -luajit -minimal -perl -racket -ruby (-selinux) -tcl -vim-pager" PYTHON_TARGETS="python2_7 python3_4 -python3_5 -python3_6" 
    [ebuild   R   ] sys-boot/boot-update-1.8.2  PYTHON_SINGLE_TARGET="python3_4 -python3_5 -python3_6" PYTHON_TARGETS="python3_4 -python3_5 -python3_6" 
    [ebuild   R   ] sys-fs/e2fsprogs-1.43.7  USE="nls -fuse -static-libs" 
    [ebuild   R   ] sys-apps/gptfdisk-1.0.3  USE="ncurses -static" 
    [ebuild   R   ] sys-fs/xfsprogs-4.5.0  USE="nls readline -libedit -static -static-libs" 
    [ebuild   R   ] sys-power/pm-utils-1.4.1-r7  USE="alsa -debug -ntp" VIDEO_CARDS="radeon -intel" 
    # lspci
    00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 Host Bridge (rev 02)
    00:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GFX port 0)
    00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 0)
    00:07.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 3)
    00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (rev 40)
    00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 42)
    00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
    00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
    00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge (rev 40)
    00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 0
    00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 1
    00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 2
    00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 3
    00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 4
    00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 5
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
    01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235/235X OEM]
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 09)
    03:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
    # uname -a
    Linux funtoohost 4.14.2-1 #1 SMP Sun Dec 31 02:54:52 EST 2017 x86_64 AMD FX(tm)-8320 Eight-Core Processor AuthenticAMD GNU/Linux

     

  9. Hello all

     

    I recently installed Funtoo and Xorg and LxQT,  I set up lightdm as instructed on the Funtoo LightDM documentation, including the greeter.  When I rebooted my system, the greeter never showed up and all I see, is a black screen with a blinking cursor. I SSH'd into the system and removed xdm from default, then i logged in as my user account, and set up lxqt to start manually, by placing: 

    exec ck-launch-session dbus-launch --sh-syntax --exit-with-session startlxqt  

    in ~/.xinitrc  

     

    then when I issued the startx command from my user account prompt,  X failed to start and I received an error that says that no screen was found. I tried to do a Xorg -configure from the root account prompt and I got the same error in addition to a signal 11 error. I am using a Radeon HD graphics card and I already have xf86-video-ati installed.  I have no idea what is going on with this thing.. please help!  Let me  know which information I should provide you from my system. Thanks!

  10. 13 hours ago, Oleg Vinichenko said:

    no need for additional 32Mb Bios Boot partition.

    LVM install guide has the examples for fstab and boot-update's boot.conf. You need to change /boot to be vfat instead ext2

    
    LABEL=boot                      /boot               vfat        noatime     0           0

     

    Thanks! that worked.. I noticed that when I added LVM to runlevel boot using rc-update add lvm boot , afterwards when I rebooted the system into thefirst boot I received an error message saying that the LVM script is using runscripts and it needs to be converted to openrc-run.  I saw the same when I tried to boot the system after adding net.enp2s0  to runlevel default using rc-update add net.enp2s0 default. How does one convert the scripts to openrc-run? 

  11. 32 minutes ago, Oleg Vinichenko said:

    no need for additional 32Mb Bios Boot partition.

    LVM install guide has the examples for fstab and boot-update's boot.conf. You need to change /boot to be vfat instead ext2

    
    LABEL=boot                      /boot               vfat        noatime     0           0

    Thank you for the response. Will I need to add  defaults,noatime  to the /etc/fstab entry for /boot?  or will the example you provided be enough for a successful boot?

     

     

    Thanks

  12. 21 minutes ago, Oleg Vinichenko said:

    for the 2) case, the debian-sources is compiled with initramfs which is created with LVM support by default. So, what you do is just unpack the stage into the volume that holds "/", use correct boot.conf, emerge lvm2 and add it's init script to boot runlevel. For the UEFI you just need additional partition formatted with FAT32. The LVM_Install does not cover this and this bit needs addition, but is as plain simple as having a separate partition with FAT32, rest of partition can be the LVM layout.

    Thank you for the response!  So to add the init script to boot runlevel , I guess I will have to do rc-update add lvm boot

    Do I have to emerge grub with the device-mapper USE flag? I know in Gentoo we would have to do that.    Also do I have to add "dolvm" to my Grub commandline defaults in the Grub configuration?

    As for the UEFI partition, I currently have:

    /dev/sda1  as a 500MB EFI Partition formatted as FAT32

    /dev/sda2 swap partition

    /dev/sda3 root partition as an LVM

     

    Would that be enough or would I have to add a 32MB  Bios Boot partition as well? 

    You mentioned using the correct boot.conf.. Where do I get information about what the correct boot.conf should look like for LVM?

     

    Thanks!

     

     

  13. Hello everyone

     

    This is my first time posting in the forums.  I am currently trying to install Funtoo on my desktop computer with UEFI/GPT and LVM.  As I am reading the documentation, I am running into some instructions which seem vague to me:

     

    1) In the official installation guide, it mentions that if you already have a version of debian-sources installed, you can skip the kernel section and go to the bootloader section.  This section does not mention anything about if you are using LVMs

    2) In the following documentation:   https://www.funtoo.org/LVM_Install_Guide

    It mentions that after using genkernel to build the initramfs, we will still need to build the kernel to be able to use LVM.  How do I build the kernel itself? 

    3) In the official instruction guide, in the section about partitioning the disk using the new school method of UEFI/GPT,  it explains how to create the EFI Boot partition, the Swap partition and the root partition.  From what I understand about UEFI/GPT, a small Bios Boot partition is required to be able to boot.  Was this step left out of the instructions?  I see it on this documentation: https://www.funtoo.org/Partitioning_using_gdisk

     

    What's confusing to me is that the official installation guide is more recently updated than the other two articles.  Which do I follow to be able to successfully boot my system after I am done installing it? 

     

     

    Thanks for all help and happy new year!

×
×
  • Create New...