[cobbler] Re: trouble with cobbler get-loaders behind a proxy

2016-02-17 Thread Marcq, Nicolas
Hello, this is what I have done to get a working config with Selinux Active SELinux, edit /etc/sysconfig/selinux SELINUX=enforcing SELINUXTYPE=targeted Reboot the system. reboot You can investigate SELinux issues without any tools by opening the audit log it generates. This log is found at

[cobbler] Remove GNU GRUB menu when UEFI install

2016-02-11 Thread Marcq, Nicolas
Hello, When I deploy a machine with a UEFI bios I'm stuck on a menu that propose the profile name I have selected. I have to press enter to run the install. How can I remove this menu, or how I can add a timer that automatically select the first choice like in legacy mode. Thank you !

Re: [cobbler] VMware EFI + CentOS7

2015-08-07 Thread Marcq, Nicolas
; } else if option pxe-system-type = 00:07 { filename grub/grub-x86_64.efi; } else { filename pxelinux.0; } } That's it. De : Marcq, Nicolas Envoyé : lundi 3 août 2015 15:40 À : 'cobbler@lists.fedorahosted.org' cobbler

[cobbler] VMware EFI + CentOS7

2015-08-03 Thread Marcq, Nicolas
Hi experts ! I'm testing Cobbler and I'm stuck when I try to deploy CentOS 7 on VMware VM (ESX 5.5) with EFI bios activated. I don't see anything about specific configuration I should have added on the official documentation. In DHCP log I can see the requested boot file is pxelinux.0 instead