Oracle Linux 5 (x86_64) Update 11. Installation media copy of Oracle Linux 5 (x86_64) Update 11. Oracle Linux 7 UEK Boot ISO image for x86_64 (64 bit) This ISO image contains everything that is required to boot a system and start an installation.

Join GitHub today

GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.

Sign up New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments

commented Aug 31, 2018
edited

bento git:(master) packer -v
1.2.5

Mac OS building oracle linux 6.10 in 64bit

Trying to build box in oracle linux 6.10

packer build -only=virtualbox-iso oracle-6.10-x86_64.json

building box

> virtualbox-iso: ISO download failed. Build 'virtualbox-iso' errored: ISO download failed.

commented Aug 31, 2018

When building oracle linux 6.10
packer build -only=virtualbox-iso oracle-6.10-x86_64.json

Got error

> virtualbox-iso: ISO download failed. Build 'virtualbox-iso' errored: ISO download failed.

Issue is caused by wrong path in oraclelinux/oracle-6.10-x86_64.json
http://mirrors.kernel.org/oracle//OL6/U9/x86_64/OracleLinux-R6-U10-Server-x86_64-dvd.iso <= double slash in path oracle//OL6

changed the titleOracle Linux 6.10 wrong path in jsonAug 31, 2018

commented Aug 31, 2018
edited

is-url seems to be fine anyway somewhere is one '/' more
'iso_url': '{{user mirror}}/{{user mirror_directory}}/{{user iso_name}}',

commented Aug 31, 2018
edited

Found 2 errors in oracle-6.10-x86_64.json
Wrong name of ISO yourself
`- 'iso_name': 'OracleLinux-R6-U10-Server-x86_64-dvd.iso',

  • 'iso_name': 'OracleLinux-R6-U9-Server-x86_64-dvd.iso',`

And removing one slash
`- 'mirror': 'http://mirrors.kernel.org/oracle/',

  • 'mirror': 'http://mirrors.kernel.org/oracle',`

Now testd and download image corectly:

_➜ oraclelinux git:(fix-#1111) packer build -only=virtualbox-iso oracle-6.10-x86_64.json virtualbox-iso output will be in this color.

> virtualbox-iso: Downloading or copying Guest additions
virtualbox-iso: Downloading or copying: file:///Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso
> virtualbox-iso: Downloading or copying ISO
virtualbox-iso: Downloading or copying: http://mirrors.kernel.org/oracle/OL6/U9/x86_64/OracleLinux-R6-U9-Server-x86_64-dvd.iso
virtualbox-iso: Download progress: 4%_

commented Aug 31, 2018

I would like to push into branch anyway looks that I need some permition into this projekt.

➜ oraclelinux git:(fix-#1111) git push --set-upstream origin fix-#1111
Username for 'https://github.com': xchose
Password for 'https://xchose@github.com':
remote: Permission to chef/bento.git denied to xchose.
fatal: unable to access 'https://github.com/chef/bento.git/': The requested URL returned error: 403

Please add some rights I can push into branch and ask for merging if OK. Thank you

commented Sep 1, 2018

Oracle Linux 64 Iso Download Free

@xchose nobody seems to have the Oracle images publicly at this time. We download them direct from Oracle and override the mirror when building. If you want to use the old images you may but there is no reason for a PR because this is as intended until those images appear on a public mirror.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

I am having windows 8.1 laptop and installed VirtualBox 4.3.26. I am trying to install OEL 6.6 that I downloaded from Oracle site.

Oracle

I have 5 iso images

I have setup the VM and tried to start the VM to install Linux. I selected the 'Oracle Linux Release 6 Update 6 Boot iso image for x86_64 (64 bit)--->V52219-01' as IDE Primary Master as this will be the boot disk. It goes to the installation screen, but then it asks for the source files, not sure how to proceed, I tried to change the image to 'Oracle Linux Release 6 Update 6 source DVD 1--->V52216-01' but it does not help.

I tried to update/ create new hard drive, but it did not help. I tried using another image that I downloaded from the net(it was a single file) and it worked fine.

Any suggestions. Thanks.

Oracle Enterprise Linux Download Iso

user115391user115391

1 Answer

Oracle linux download iso 64 bit

The ISO image you need to map as virtual DVD in the VBox Virtual Machine settings is the 3.7 GB one:

Oracle Linux 64 Iso Download Torrent

Oracle Linux Release 6 Update 6 for x86_64 (64 Bit) V52218-01.iso

Marco BaldelliMarco Baldelli

Oracle Linux 7 Download Iso

Not the answer you're looking for? Browse other questions tagged linuxvirtualbox or ask your own question.