What Installation Source to Use?
I began installation from the boot iso. I'm sure there are secondary locations on the web where I can find addresses for this menu (google),
but I'm confused why no standard installation source or repositories are included here or automatically configured.
Where would be the first obvious place assuming you were working with a boot CD and didnt know repository addresses off the top of your head? There is nothing in any of the guides.
Should I just copy the link from the dvd iso or what?
Responses
Hi Aaron,
Is it your goal to load a system using a dvd? Or are you using a mere boot disk to load the system? The boot iso file does not contain the packages necessary to load a system.
Please see this Red Hat article that explains the difference between the mere boot iso and the actual binary dvd https://access.redhat.com/articles/548913. This link here has similar info, but slightly condensed recommend reading them both
Lastly go to this link which goes to developers.redhat.com which has step-by-step instructions with graphics (and use your redhat credentials you made earlier) and that will give you a complete instructional guide (and concurrently download the proper dvd for server, but if you bought workstation, download the binary workstation/desktop/client iso).
Unless you have a "kickstart" server, a PXE server or a Red Hat Satellite server, the boot iso is not sufficient to load the system (again see the link in the previous paragraph).
After you read that - get back with us if necessary and someone ought to chime in and help you
Regards,
RJ
Hi Aaron,
"Sorry but did you read my post? I understand all those things." Not the most friendly way (IMHO) to respond to RJ's help attempt. The topic is quite clear (IMHO again) : On the network does not mean a public website address, it means a local network you might want to use. Generally you need the DVD.iso, which contains everything, so just use that. The boot.iso is meant to be used in cases when you've placed the content of the DVD on your local network in order to use it for the installation of several server systems on your infrastructure. By the way, the difference compared to other distributions is that Red Hat doesn't offer a 'Live installation iso'.
Regards,
Christian
Hi Aaron,
You're welcome ! I'm glad that you appreciate our assistance. This community is quite different to other "forums", here we really try to help users by providing them with best possible answers and instructions to their questions and we always do our best in order to getting problems solved ... :)
Regards,
Christian
Same question for me: why cannot we use this +550MB iso as a netinstaller using the official Red Hat repos?
Hi Alexandre,
Why ? Well, because it is like it is ... :) You can place a feature request on bugzilla though.
Regards,
Christian
heart_d: 'I been looking for a community where people don't answer questions like the last 3 forums I been to: "You should have no need to edit/execute [insert file]." That isn't helpful.'
Christian Labisch: 'This community is quite different to other "forums", here we really try to help users by providing them with best possible answers and instructions to their questions..."
Christian Labisch, later: 'Why ? Well, because it is like it is ... :)'
huh
Hi Nathan,
Yes, it is like it is ... it simply is (or better was) the truth and we as volunteers (we are not Red
Hat employees) can't do anything to make this net installer work differently, to how Red Hat
provides the iso file. By the way, meanwhile the RHEL 8 boot.iso acts just the way Alexandre
wants it to. Hope this explains it - yes, we try our best, but still some things are as they are. :)
Regards,
Christian
Hi Aaron,
Sorry I missed the intent of your question. We get people who come to this forum who often mistake a boot iso for when they really need a binary dvd. Your question initially seemed to fit that highly recurring question. so sorry I missed that, but check out the info I gave which explains it more (EDITED the link below in this specific reply).
[edited] I read your post, but the boot disk is a means to do an installation either using a web/ftp/nfs repository you create in advance and possibly with something called a kickstart where you have pre-provisioned a full yum repo from a binary disk in advance, such as what is written at this Red Hat documentation with the very graphic you provided.
I do the same thing as you are describing, but I've never used a boot iso for any install. Using a repository is soemthing can be done within a kickstart which is what I do. But you will have to establish the source yourself. I instead either use PXE servers I have created or use a kickstart file where I have already set up a network visible repository by nfs, http or ftp. However you could certainly make your own pre-provisioned yum repository in advance and then point your boot disk install to it.
You'll have to make an install source that you've provisioned and that you have verified access. You can use that method you took a screenshot of (see that link I gave), or make a kickstart (use yum -y install system-config-kickstart
then run system-config-kickstart
added and add a line in the kickstart file to point to your pre-provisioned source you created in advance.
Red Hat to my knowledge doesn't offer online repositories for people to build from a boot iso, you'd have to create one for yourself, using your own resources.
Regards,
RJ