[CentOS] [FIPS] FIPS_selftest failing in Centos 7

2020-03-06 Thread Akshar Kanak
Dear team The API FIPS_selftest() is failing . The content of the file /proc/sys/crypto/fips_enabled is 1 I have executed the below mentioned code The code is #include "stdio.h" int main() { int ret=0; ret=FIPS_mode(); printf("\nFIPS_mode = %u \n",ret); ret=FIPS_selftest(); printf("\n

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Jerry Geis
This is my /proc/cmdline BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-4.18.0-147.5.1.el8_1.x86_64 root=UUID=c1bef884-0180-4955-a669-c99a8c64f75a ro crashkernel=auto resume=UUID=0fe1a972-9912-4803-b5ec-265a13a888c1 biosdevname=0 net.ifnames=0 rhgb quiet rd.driver. blacklist=nouveau nomodeset nouveau.modeset

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Leon Fauster via CentOS
Am 06.03.20 um 15:23 schrieb Jerry Geis: This is my /proc/cmdline BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-4.18.0-147.5.1.el8_1.x86_64 root=UUID=c1bef884-0180-4955-a669-c99a8c64f75a ro crashkernel=auto resume=UUID=0fe1a972-9912-4803-b5ec-265a13a888c1 biosdevname=0 net.ifnames=0 rhgb quiet rd.driver.

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Jerry Geis
> module_blacklist=nouveau,amdgpu,radeon i915.alpha_support=1 ok I did that - regen that file and verified with cat /proc/cmdline This is not a dual monitor situation. I also removed all that other "legacy" stuff I had in there. no difference. Jerry __

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Jonathan Billings
On Fri, Mar 06, 2020 at 01:20:23PM -0500, Jerry Geis wrote: > > > module_blacklist=nouveau,amdgpu,radeon i915.alpha_support=1 > > ok I did that - regen that file and verified with cat /proc/cmdline > This is not a dual monitor situation. I also removed all that other > "legacy" stuff I had in ther

[CentOS] Convert CentOS-8 UEFI img to hyper-V

2020-03-06 Thread Jerry Geis
Hi All, Anyone tried to convert QEMU to hyper v? I tried this: qemu-img convert -f raw “kvm-virtal-machine.img” -O vhdx -o subformat=dynamic “hyperv-virtual-machine.vhdx” Then defined new HyperV stuff - and booted it did not boot got a dracut error. Anyone done that ? If so how ? Jerry _

Re: [CentOS] Support for Intel Graphics 605 UHD

2020-03-06 Thread Jerry Geis
Ok so I re-installed CentOS 8 from scratch. and compared the two. C7 and C8 X log files. As 7 loaded Intel drivers and 8 does not. grep LoadModule Xorg.0.log on CentOS 7 [22.856] (II) LoadModule: "glx" [22.863] (II) LoadModule: "intel" [22.878] (II) LoadModule: "dri3" [22.878] (II)