Problem with CentOS 7 Installation

2015-07-26 Thread Denny Bortfeldt
Hello everyone, I tried now several hours to create an unattended centos installation with fai. I've got already a working fai with debian wheezy & jessie and now I wanted to integrate also CentOS. I downloaded the basefile (CENTOS7_x86_64) and put them in $FAI/basefiles folder. The class

Re: What is renaming my PXE files?

2015-08-05 Thread Denny Bortfeldt
You don't need to edit the source code. You can create a hook for this task and at the end skip the task so that the normal subroutine won't execute anymore. 2015-08-05 0:01 GMT+02:00 John G Heim : > > > On 07/24/2015 05:18 PM, Thomas Lange wrote: > >> On Fri, 24 Jul 2015 11:05:33 -0500, John G H

Problem with CentOS 7 PXE Install

2015-10-28 Thread Denny Bortfeldt
Hello, I've got a little problem with the CentOS PXE Installation. My DHCP/PXE-Server is configured and I'm able to select the centos-installation in the pxe menu. FAI also extract the base-tgz and update the system. But after rebooting the CentOS-Systeme, there are wrong permissions for "/", whic

Re: Problem with CentOS 7 PXE Install

2015-10-28 Thread Denny Bortfeldt
then everything works like a charm. Thank you Thomas! Greetings, Denny (d3nny) 2015-10-28 13:29 GMT+01:00 Thomas Lange : > >>>>> On Wed, 28 Oct 2015 13:07:10 +0100, Denny Bortfeldt < > de...@bortfeldt.net> said: > > > I've got a little problem with th

Problem with GPT Bios Partition

2015-11-26 Thread Denny Bortfeldt
Hello everyone, I'm using FAI 5.0 and need a special partition layout for our centos kvm installation. The partition schema need to be like this: GPT /dev/sda1 2048 6143 2M BIOS boot partition /dev/sda2 6144 16783359 8G Linux swap /dev/sda3 16783360 17831935 512M Microsoft basic data /boot /dev/

Re: Problem with mk-basefile

2015-11-26 Thread Denny Bortfeldt
>> btw I am online Seems like you're on the wrong server. Try using irc.oftc.net. 2015-11-26 17:00 GMT+01:00 Werner Pommerer : > rpm2cpio was installed. During the following actions, > I lost the package rinse. But, when I try now: > > apt-get install rinse > > I get: > Reading package lists... D

Re: Problem with GPT Bios Partition

2015-11-26 Thread Denny Bortfeldt
; To do so, this should work: > > disk_config disk1 disklabel:gpt-bios bootable:1 fstabkey:uuid > > primary /boot/efi 2048 vfat rw > primary swap 8192 swap rw > primary /boot 512 ext4 rw,noatime,errors=remount-ro > primary / 15360 ext4 rw,noatime,errors=remount-ro > logic

Re: Problem with GPT Bios Partition

2015-12-04 Thread Denny Bortfeldt
=remount-ro > primary / 15360 ext4 rw,noatime,errors=remount-ro > logical - 1- - - > > > Best regards > Kerim > > > > On 26.11.2015 18:14, Denny Bortfeldt wrote: > > Hey Kerim, > > no not really - my disk_config could be/is wrong. > The followin

Problem with DNS DHCP-Name

2016-06-13 Thread Denny Bortfeldt
Hello everyone, I’ve got a little problem with my fai installations. Everytime I install a client via pxe, the name of the vm contains our dns domain. I know that Thomas had a fix for this but I can’t find it anywhere. Can anyone give me a link or a hint for the fix? For example: DNS-Domain: dom

AW: Problem with DNS DHCP-Name

2016-06-13 Thread Denny Bortfeldt
n 2016 12:52:54 +, Denny Bortfeldt >>>>> said: > Hello everyone, > I’ve got a little problem with my fai installations. > Everytime I install a client via pxe, the name of the vm contains our dns domain. I know that Thomas had a fix for this but I can’t find i

Problem with virtio network boot

2016-06-14 Thread Denny Bortfeldt
Hello everyone, I’ve got a little problem with virtio vms. When I create a new vm with a virtio network card, then the system will get an IP for PXE-Boot, the menu appears and after loading the initrd and vmlinuz, the system hang at: „Starting dhcp for interface eth0 dhcp: PREINIT eth0 up dhcp:

AW: Problem with virtio network boot

2016-06-14 Thread Denny Bortfeldt
15:09:49 +, Denny Bortfeldt >>>>> said: > When I create the VM with an e1000 driver everything works fine. > We didn’t have this problem with FAI 3, this now happens with FAI 5. > Seems like dracut don’t support virtio out of the box? Yes, it should support v

AW: AW: Problem with virtio network boot

2016-06-14 Thread Denny Bortfeldt
>> but only DHCP is not working Yes and no. It's only not working when booting with virtio network card when dracut is running. The first DHCP request for pxe-boot-menu is received successfully. After that the initrd and stuff is loaded. When dracut is running a dhcp again, then the dhcp fails -

AW: AW: AW: Problem with virtio network boot

2016-06-14 Thread Denny Bortfeldt
Screenshot attached: https://data.bortfeldt.net/f/84d501dcd7/ Don't know why the interface can't get started. Jun 14 17:57:45 s110077 dnsmasq-dhcp[1840]: DHCPDISCOVER(eth1) 52:54:00:81:ff:41 Jun 14 17:57:45 s110077 dnsmasq-dhcp[1840]: DHCPOFFER(eth1) 10.0.100.108 52:54:00:81:ff:41 Jun 14 17:57:

AW: AW: AW: AW: Problem with virtio network boot

2016-06-14 Thread Denny Bortfeldt
Default timeout are 20 seconds, this is way enough. DHCPOFFERS will be send out but VM don't respect them. This problem only occur with Dracut and virtio network card. With FAI 3 everything worked fine.

AW: AW: AW: AW: AW: Problem with virtio network boot

2016-06-16 Thread Denny Bortfeldt
Hello everyone, I could fix the problem. And here's the solution if you also got the problem: VirtIO driver is included in the initrd, but when the VM boot into dracut the "dhclient" command fails. This happens, because of bad checksums with special software. Currently we use qemu/kvm on out vi

Re: LVM not working.

2016-06-16 Thread Denny Bortfeldt
I don't have any problems with installation centos7. But I also don't use LVM. Just the same disk_partition as for debian.

Re: scripts don't execute

2016-06-24 Thread Denny Bortfeldt
Are you sure that your script in /- got chmod +x ? Without execution flag the script will not get executed. 2016-06-24 15:59 GMT+02:00 Ronald Steele : > I’m trying to use scripts to install application software. The scripts > never get executed. > If I embed the same script code into to one of

Re: scripts don't execute

2016-06-24 Thread Denny Bortfeldt
s all the other > script directories. > > Ron > > > On Jun 24, 2016, at 10:16 AM, Denny Bortfeldt wrote: > > Are you sure that your script in /- got chmod +x ? > Without execution flag the script will not get executed. > > 2016-06-24 15:59 GMT+02:00 Ronald Steele : >

RedHat installation via fai

2016-08-09 Thread Denny Bortfeldt
Hello everyone, we did manage to install debian, sles (via autoyast) and centos (base-file) via fai. But now we need also install RedHat. Did anyone manage to install RedHat via fai? If yes, how? Is there a basefile which could be shared? Thanks in advance. Best regards, Denny