Re: Booting GPT part table via BIOS, bootable flag required in protective MBR

2022-02-09 Diskussionsfäden Juri Grabowski
' /sys/devices/virtual/dmi/id/sys_vendor |tr 'a-z' 'A-Z' exit 0 EOF cat <<'EOF'>85-auto_product_HP_ #! /bin/bash ifclass EDU_AUTO_PRODUCT_HP_ && echo LVM_EDU_ROAMING_MBR EOF chmod +x 21-edu-board_name 21-edu-product_name 21-edu-sysvendor 85-auto_product_HP_* and define your disk_config LVM_EDU_ROAMING_MBR Best Regards, Juri Grabowski

Re: LUKS, "no device found"

2022-01-24 Diskussionsfäden Juri Grabowski
yrpt_dev_sda3 ^^ looks wrong. Best Regards, Juri Grabowski

Re: Hooks being run twice (same class)

2021-11-17 Diskussionsfäden Juri Grabowski
Hello, I mean you can solve this problem by using fai-deps on the end of your class definitions. cat <<'EOF'>class/90-fai-deps.sh #!/bin/sh fai-deps EOF Best Regards, Juri Grabowski

Re: Fai.me support for i386 and lxqt desktop

2020-10-22 Diskussionsfäden Juri Grabowski
, Juri Grabowski

Re: make nfs root dies on dracut setup in stretch build

2017-06-26 Diskussionsfäden Juri Grabowski
Hi, is curl installed in your chroot? Best regards, Juri Grabowski -- LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart Fon: +49 (7 11) 78 28 50 90 - Fax: +49 (7 11) 78 28 50 91 Mail: li...@lihas.de - Web: http://lihas.de Linux, Netzwerke, Consulting & Support - USt-ID: DE

Re: Proxy configuration during Server Insallation from FAI-CD

2017-06-23 Diskussionsfäden Juri Grabowski
Hello, if you just need proxy for debian packages, you can use APTPROXY=http://$YOUR_PROXY as a kernel-option. Regards Juri -- LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart Fon: +49 (7 11) 78 28 50 90 - Fax: +49 (7 11) 78 28 50 91 Mail: li...@lihas.de - Web: http://lihas.de L

Re: Fwd: Adding Macs with FAI

2017-06-17 Diskussionsfäden Juri Grabowski
initrd boot Your Squashfs image you can build with: fai-cd -Mef -d "" stretch-squashfs.img after "fai-chboot -c $TEMPLATE $HOST" you should remove the first line with "sed 1d /srv/tftp/fai/pxelinux.cfg/$HOST" or use patched version of fai-chboot to avoid "# template generated by fai-chboot for host" on first line. After this manipulations you can boot your macbook with ipxe and start the installation over http. Best Regards, Juri Grabowski