@stzn:matrix.org | 06:11 | |
---|---|---|
Hi everyone, | ||
Trying to setup "Standard Configuration with Controller Storage". I completed the installation of Controller-0 without encountering any issue but encountered an error in the boot phase of Controller-1. Controller-1 fetch the image with iPXE successfully but getting error while booting Controller-1 like: | ||
"error: no such device: ((hd0,gpt2)/EFI/BOOT)/EFI/BOOT/grub.cfg" | ||
When I run Ubuntu directly from the USB stick I can see that grub.cfg exists and is located in this path. Also, checked it in the UEFI shell. | ||
Partitions: | ||
sda1 -> platfrom_backup ext4 (31 GB Ext4) | ||
sda2 -> otaefi vfat (315 MB FAT) | ||
sda3 -> otaboot ext4 (2.1 GB Ext4) | ||
sda4 -> platform_pv (926 GB LVM2 PV) | ||
In order to understand what is going on, tried things like this: | ||
- Checked partitions and sizes of Controller-0 and Controller-1. It looks the same. | ||
- Thinking that maybe there is a problem with my server(Controller-1) so I removed the SSD and put it in a laptop and got the same error. | ||
@ildikov:matrix.org | > <@ericmacdonald:matrix.org> Lastly, on system node installs, ostree and kickstarts are fetched remotely from controller-0 and that content MUST be under /var/www/pages/feed | 14:19 |
> Here is the rule from /etc/lighttpd/lighttpd.conf | ||
> | ||
> ; deny access to feed directories for external connections. | ||
> ; Only enable access to dir listing for feed directory if on internal network | ||
> ; (i.e. mgmt or pxeboot networks) | ||
> include "/etc/lighttpd/lighttpd-inc.conf" | ||
> $HTTP["remoteip"] != "127.0.0.1" { | ||
> $HTTP["url"] =~ "^/(rel-[^/]*|feed|updates|iso)/" { | ||
> dir-listing.activate = "enable" | ||
> } | ||
> $HTTP["remoteip"] != var.management_ip_network { | ||
> $HTTP["remoteip"] != var.pxeboot_ip_network { | ||
> $HTTP["url"] =~ "^/(rel-[^/]*|feed|updates)/" { | ||
> url.access-deny = ( "" ) | ||
> } | ||
> } | ||
> } | ||
> } | ||
Ceyhun Şen: Did you see the latest responses here? Was this helpful for you to move forward with the deployment process? |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!