installation from win-unetbootin hangs...

at
looking up host ftp.reebsd.org
Cannot resolve hostname 'tp.freebsd.org'! are you sure that you name sever,gateway and network interface are correctly configured?
then
Unable o get proper FTP path.FTP media not initialized
then
Unable to open base/base.inf: i/o error...reinitialize media?

i dunno want spend on cd's,got pendrive 1gb and can't boot..

what to do?
 
nope! same thing!! something's very wrong with this netinstall...if i disable the winBUG$ firewalll would help?

x(
 
I have never used unetbootin so this might be a stupid question/suggestion:

Did you try downloading the iso(-s) from here, and then creating your usb from a locally mounted iso?

That way you don't have to create the usb directly from ftp, or burn a cd, no?

Sorry if I've misunderstood your situation.
 
i had the pcbsd 7.0 fibonacci cd's...now got instaled but need to no how the hell upgrade from 7 to 8 version...dunno wanna new instalation!

is there a command? what about
Code:
# freebsd-update install
or
Code:
freebsd-update -r 8.0-RELEASE upgrade
 
well...still can't install from unetbootin/windows...i don't gonna/wanna to buy a cd/dvd,got usb 256mb...can i do something with that? i mean with that 2 tools...
 
I can post you a blanck CD if you are short of 0.5$ (or less) or if you don't have CD-R anywhere near.

There is an option - a small img file or iso file "boot-only" and from there you can install via internet cable FBSD. This should fit your small usb-stick.

Also, you can install VirtualBox on your Windows Machine and inside VB install FreeBSD or PCBSD and from there use dd - which is IMHO a massive waste of time (time is money?!) but it should work.
 
klanger said:
you can install VirtualBox on your Windows Machine and inside VB install FreeBSD or PCBSD and from there use dd

sounds good to me! what does dd mean? if it is possible to install from vb to HD i'd do it...
 
Don't install it from any virtual machine since you don't know and don't want to know what dd command is (google it).

That is off topic.

Now, after rereading all your posts, it seems that you do have PC-BSD 7.0 on one of your computers.

Power it up, wait until it PC-BSD boots, download a copy of new 8.0 PC-BSD (follow link for isohttp://www.pcbsd.org/content/view/152/11/#bootonlycd or imghttp://www.pcbsd.org/content/view/152/11/#bootonlyusb. Save those files in your user directory (eg. /usr/home/johnsmith), open terminal (konsole in KDE) and type
Code:
su
and your root password.
Now copy and paste this line into terninal (konsole)
Code:
dd if=<path_to/img_file.iso> of=/dev/da0 bs=1m
but before that edit it so you have something like this for our eg johnsmith
Code:
dd if=/usr/home/jonhsmith/PCBSD8.0-x86-USB.img of=/dev/da0 bs=1m
.

As for /dev/da0 you should use
Code:
dmesg
in terminal after insrting usb-stick to your computer to see if it really is called da0 (should be).

What ever way you choose for installing FreeBSD, don't use FBSD install iso - for you PC-BSD GUI installer should be much better and easier for installing FreeBSD (it is just point&click).

___

Other way is to use bootonly iso (40MB - will fit your small usb-stick)
 
Thx homie!

first --> got xp only
second --> can boot from unetbootin(the inconvenient is media installation)
third --> i'm going to try bootonly.iso
_____________________________________
edit

impossible to boot:

searching for boot record from USB RMD-FDD..OK
then hangs!
 
somebody can instruct me how to fill this correct?

fk8w7s.gif


Without a Name Server the installation won't be able to convert a name
like ftp.freebsd.org into a number (62.243.72.50). And therefore will
not be able to connect.

http://lists.freebsd.org/pipermail/freebsd-questions/2003-March/000456.html

seems i'm talking alone...seems no interest to help...do i have to write to developers?...x(
 
[ screaming removed ]

@jumbotron, if you post something like that again, you're out of here.
 
Back
Top