1 Answer
- Newest
- Most votes
- Most comments
2
I need to figure out how to get these installed packages back on there
While the problem root disk is mounted on the rescue instance at /mnt
, run chroot /mnt dnf install -y [packages]
Relevant content
- asked 3 months ago
- Accepted Answerasked 3 years ago
- Accepted Answerasked a year ago
- asked a year ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 4 months ago
Thanks! I'm going to try this out! I didn't even think of using chroot for doing this. Fingers crossed!
update! this was definitely the right path I needed to go down.. I had a ton of hurdles to get over with needing to also mount the volume with STIG mounts under the mounted boot volume, manipulating the yum repo configs, restoring the network manager configs, updating eth0 config with new MAC address as I had to do an AMI restore from the AMI backup I took before troubleshooting and beginning to work on resolving all this, etc etc... but all in all after 2-3 days or so, I got Satellite up working perfectly. Super happy thanks again!