- 3,708,778 Users
- 2,241,125 Discussions
- 7,840,609 Comments
Forum Stats
Discussions
Categories
- 22 Industry Applications
- 3.2K Intelligent Advisor
- 4 Insurance
- 746 On-Premises Infrastructure
- 251 Analytics Software
- 21 Application Development Software
- 1.7K Cloud Platform
- 700.4K Database Software
- 17.4K Enterprise Manager
- 4 Hardware
- 107 Infrastructure Software
- 70 Integration
- 45 Security Software
"Error setting up base repository" when using 8.3 x86_64-boot-uek.iso

Hi,
I'm trying to install OL 8.3 using the x86_64-boot-uek.iso but I'm always getting "Error setting up base repository" even though my network connection is fine.
Any ideas how to proceed?
Best Answer
-
Avi Miller-Oracle Senior Manager, Oracle Linux and Virtualization Product Management Melbourne, AustraliaPosts: 4,656 Employee
I agree. I've submitted an internal enhancement request to configure default repos using
https://yum.oracle.com
for our UEK-based boot ISOs, but until then, you will need to configure the following three repos to successfully install using the UEK Boot ISO:Installation source:
https://yum.oracle.com/repo/OracleLinux/OL8/baseos/latest/x86_64
Additional repos:
ol8_appstream
/https://yum.oracle.com/repo/OracleLinux/OL8/appstream/x86_64/
ol8_UEKR6
/https://yum.oracle.com/repo/OracleLinux/OL8/UEKR6/x86_64
If you configure
btrfs
as the file system for/
or/boot
then enabling theol8_UEKR6
repo is critical otherwise the system will not boot after install, as the RHCK does not not supportbtrfs
.5
Answers
I ran into the same thing and per some notes in the official installation documentation (https://docs.oracle.com/en/operating-systems/oracle-linux/8/install/F13930.pdf), I change the http:// to https:// and added "yum.oracle.com/repo/OracleLinux/OL8/baseos/latest/x86_64" as the repository URL and it worked for me. Why they didn't set a sensible default like this makes no sense to me, but this should solve it for you. Enjoy!
I agree. I've submitted an internal enhancement request to configure default repos using
https://yum.oracle.com
for our UEK-based boot ISOs, but until then, you will need to configure the following three repos to successfully install using the UEK Boot ISO:Installation source:
https://yum.oracle.com/repo/OracleLinux/OL8/baseos/latest/x86_64
Additional repos:
ol8_appstream
/https://yum.oracle.com/repo/OracleLinux/OL8/appstream/x86_64/
ol8_UEKR6
/https://yum.oracle.com/repo/OracleLinux/OL8/UEKR6/x86_64
If you configure
btrfs
as the file system for/
or/boot
then enabling theol8_UEKR6
repo is critical otherwise the system will not boot after install, as the RHCK does not not supportbtrfs
.