24 Aug
2022
24 Aug
'22
08:48
I also got error "Creating Bootstrap Repository failed: Error generating bootstrap repo" using Uyuni Version 2022.08 and google brought me here. After studying Uyuni Client Configuration Guide and some testing this looks like a working solution: - generate repos and channels: # spacewalk-common-channels -u uyuni-admin -a x86_64 'sles15*' - find out their names: # spacewalk-repo-sync -l|grep uyuni-client|cut -d \ -f2 - sync it/them (e.G. sles15sp4): # spacewalk-repo-sync -c sles15-sp4-uyuni-client-x86_64 - retry bootstrap repo creation (e.G. sles15sp4): mgr-create-bootstrap-repo -n -c SLE-15-SP4-x86_64