Hyper-V 2012 R2 and CentOS 7. Gen 1 or Gen 2 Virtual Machine?
-
All of my CentOS VMs are generation 2.
Prior to power on, just go to the bios setting in Hyper-V and disable secure boot. Nothing else needs done.
-
@scottalanmiller said:
Can you test
setenforce 0
to see if that works on CentOS 7?Centos 7 default install has SELinux set to
enforcing
-
@scottalanmiller said:
Can you test
setenforce 0
to see if that works on CentOS 7?I will, reinstalling, already made it through the install script and figured it would be easier to just reinstall
-
@JaredBusch said:
All of my CentOS VMs are generation 2.
Prior to power on, just go to the bios setting in Hyper-V and disable secure boot. Nothing else needs done.
I thought that at least a few Linux versions could use secure boot?
-
@Dashrender said:
@JaredBusch said:
All of my CentOS VMs are generation 2.
Prior to power on, just go to the bios setting in Hyper-V and disable secure boot. Nothing else needs done.
I thought that at least a few Linux versions could use secure boot?
The question is CentOS, not a nebulous "Linux versions" of some type.
-
Jared is correct. That is a question about a specific OS, not an OS family.
-
@scottalanmiller said:
Jared is correct. That is a question about a specific OS, not an OS family.
Well my fingers are moving at least..
http://www.lapsura.com/drawings/images/of-course-im-right.jpg
-
Have you got Snipe-IT working?
-
@hobbit666 Not yet, it looks like it installed, but I am not able to pull up the webpage (times out) I'm wondering if iptables is blocking port 80.
-
@brianlittlejohn said:
@hobbit666 Not yet, it looks like it installed, but I am not able to pull up the webpage (times out) I'm wondering if iptables is blocking port 80.
It is.
sec
-
@brianlittlejohn
here you go.firewall-cmd --zone=public --add-port=http/tcp --permanent
firewall-cmd --reload
-
@JaredBusch Thanks. It is up!
-
@scottalanmiller , you may want to add that to your one liner. along with
yum -y install wget
-
Going to do so now, thanks.