I have a desktop computer at home, I am interested installing openSUSE12.2 on a couple of unused partitions on my drive. Currently this pc dual boots Windows Vista (which I use only for my taxes) and Kubuntu. I followed these directions athttps://en.opensuse.org/SDB:Network_installation. for media free network installation.
Mostly I ran these commands.
mkdir /boot/install
cd /boot/install
wget http://download.opensuse.org/distribution/12.2/repo/oss/boot/i386/loader/linux
wget http://download.opensuse.org/distribution/12.2/repo/oss/boot/i386/loader/initrd
and put this in the root partition where I plan to install the new OS.
Ubuntu is loaded with Grub2, so I rebooted and got into the grub prompt, and I got it to boot from the new partition. The install seems to start fine and I it prompts me for a network source, samba, nfs, ftp, http, or whatever.
I tried a couple of options, ftp and http, I think, but it eventually asks me for an IP address, which I don’t have.
I was expecting the installer to connect to the internet and carry on. Is this possible? Should I just forget this and burn a bootable CD?
Ok. What do you need to know? I have a desktop computer and I am connected to a router, and that is connected to another router/modem. The card is located at eth0.
Here is the output of lspci and ifconfig, if that helps.
> I tried a couple of options, ftp and http, I think, but it eventually
> asks me for an IP address, which I don’t have.
>
> I was expecting the installer to connect to the internet and carry on.
> Is this possible? Should I just forget this and burn a bootable CD?
It is possible to use internet, yes. But some of the procedures need you
type the IP address of the remote server, because you don’t have name
resolution at that stage.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4, with Evergreen, x86_64 “Celadon” (Minas Tirith))
Thanks Carlos. I got it to work! First I found a mirror and lookedup the ip address with ifconfig, and wrote it down. Then I selected the http protocol and entered it in . Then it asked for a directory. The installer is in process on the other machine right now.
> Ok. What do you need to know? I have a desktop computer and I am
> connected to a router, and that is connected to another router/modem.
> The card is located at eth0.
In addition to this, what the network card actually is.
Most ethernet cards are identified as “eth0” in a single NIC system. But
if it’s an odd off-brand card, it may not be being detected properly by
the net install disc, or the driver may not be present.
lspci will give you a line that might look something like this:
On 2012-12-22 02:26, treeup wrote:
>
> Thanks Carlos. I got it to work! First I found a mirror and lookedup
> the ip address with ifconfig, and wrote it down. Then I selected the
> http protocol and entered it in . Then it asked for a directory. The
> installer is in process on the other machine right now.
Good
–
Cheers / Saludos,
Carlos E. R.
(from 11.4, with Evergreen, x86_64 “Celadon” (Minas Tirith))