Hi all, i'm trying out a netinstall test installation. When asked to where I do want to install I got a bunch of choices. If i select HTTP I insert:
server: mirror.centos.org path: centos/$releasever/os/$basearch
but then he says to me that he can't find the "boot.iso" in:
http://mirror.centos.org//centos/$releasever/os/$basearch ^^^^^^^^^^^^^
please note the double /. If then i go back I see:
path: /centos/$releasever/os/$basearch
with a /at the beginning I did not enter. Ideas ?
TIA, Nicola
On Dec 6, 2007 8:15 AM, kOoLiNuS - Nicola Losito suser.koolinus@gmail.com wrote:
server: mirror.centos.org path: centos/$releasever/os/$basearch
Try path: centos/5/os/i386 (or x86_64 instead of i386)
I don't think the $releasever and $basearch variables are set in this instance.
Jeff
kOoLiNuS - Nicola Losito wrote:
Hi all, i'm trying out a netinstall test installation. When asked to where I do want to install I got a bunch of choices. If i select HTTP I insert:
server: mirror.centos.org path: centos/$releasever/os/$basearch
but then he says to me that he can't find the "boot.iso" in:
http://mirror.centos.org//centos/$releasever/os/$basearch ^^^^^^^^^^^^^
please note the double /.
The double / is harmless.
Can you use $variable here? Try inserting the right values
centos/5.1/os/i386
or whatever your architecture is.
Mogens
Il giorno gio, 06/12/2007 alle 15.31 +0100, Mogens Kjaer ha scritto:
Can you use $variable here? Try inserting the right values
centos/5.1/os/i386
or whatever your architecture is.
Let's try it then !
Il giorno gio, 06/12/2007 alle 15.31 +0100, Mogens Kjaer ha scritto:
kOoLiNuS - Nicola Losito wrote:
When asked to where I do want to install I got a bunch of choices. If i select HTTP I insert:
server: mirror.centos.org path: centos/$releasever/os/$basearch
but then he says to me that he can't find the "boot.iso" in: http://mirror.centos.org//centos/$releasever/os/$basearch ^^^^^^^^^^^^^ please note the double /.
The double / is harmless. Can you use $variable here? Try inserting the right values
centos/5.1/os/i386
It worked ... sorry to have bugged the list and thanks!