View Full Version : [Solved] no floppies for 8.0-R?
hirohitosan
December 21st, 2009, 20:08
I tried to download the floppies for 8.0-RELEASE from ftp.FreeBSD.org/pub/FreeBSD/releases/i386/8.0-RELEASE/floppies/.
That directory doesn't exist.
No floppies for 8.0-RELEASE?
hermit
December 21st, 2009, 23:20
all u need is the first cd,of course if u have cd-rom...
ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/8.0/8.0-RELEASE-i386-disc1.iso
LateNiteTV
December 21st, 2009, 23:30
a burner helps also.
but seriously... i wonder why theres no floppy images.
vigol
December 22nd, 2009, 00:33
Because of the same story as 8" & 5.25".
hirohitosan
December 22nd, 2009, 10:56
my computer cannot boot from cdrom ...
vivek
December 22nd, 2009, 11:10
What about USB? Can you boot from USB pen 128/256Mb? If not network boot will also help but than you need TFT and at least some sort of working UNIX / BSD box.
aragon
December 22nd, 2009, 12:23
If there are no floppy images, it's because the project ran out of people to generate and test them. Maybe you could fill the role, hirohitosan?
hirohitosan
December 22nd, 2009, 14:26
Maybe you could fill the role, hirohitosan?
well ... I'm an "old" beginner in FreeBSD, I have no idea what that means :)
and I want to use floppies for I wanted to test FBSD on my very old computer Toshiba Tecra 510CDT. I posted this issue already and the only way to bring my PCMCIA network card was to test with new 8.0 kernel. So my comp can boot only from floppy or HDD :(
jb_fvwm2
December 22nd, 2009, 22:24
Put the hard drive in another computer and install to it?
Though the other computer should be running v8 already...
Beastie
December 23rd, 2009, 00:05
Though the other computer should be running v8 already...
Hmm, why?
fronclynne
December 23rd, 2009, 00:21
It might take a bit of time, but installing 7.x from floppies and using either freebsd-update or the buildworld cycle ought to work. I mean, it wasn't a huge headache here, though with a slow machine it might be.
Beastie
December 23rd, 2009, 01:10
Isn't that like a big waste of time, human energy and electric power when you can do it in 15 minutes using the above method?
hirohitosan
December 23rd, 2009, 12:03
Like I said in a previous post, 7.2 cannot recognize my PCMCIA card (the only way to connect at Internet) so the only hope was 8.0.
since my computer is very old I don't know how to mount my HDD to another computer. I need some adapters or something. I never opened this laptop.
mickey
December 23rd, 2009, 12:23
If you have another machine already running 8.0, you could try and generate floppy images on that one:
cd /usr/src/release
make -D MAKE_FLOPPIES release
But there are other ways still... if you have 7.2 installed on this notebook, you could set up networking through serial or parallel port to another machine, that acts as a router, using SLIP/PPP/PLIP.
Beastie
December 23rd, 2009, 13:14
since my computer is very old I don't know how to mount my HDD to another computer. I need some adapters or something. I never opened this laptop.
All you need is:
An external USB enclosure for your laptop HDD (that you can borrow or get for 20$)
Access to any other computer that can understand USB (obviously), and optionally that can boot CDs (see next point)
A livefs disk (ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/8.0/8.0-RELEASE-i386-livefs.iso) *or* working FreeBSD system (*any version* will do)
The base (ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/base/) distribution and the GENERIC kernel (ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/8.0-RELEASE/kernels/) (that you can both get from disc1)
hirohitosan
December 23rd, 2009, 14:12
If you have another machine already running 8.0, you could try and generate floppy images on that one.
Here's the output
# cd /usr/src/release/
# make -D MAKE_FLOPPIES release
To make a release you must set CHROOTDIR and BUILDNAME
*** Error code 1
Stop in /usr/src/release.
I don't understand, how to set chrootdir and buildname?
if you have 7.2 installed on this notebook, you could set up networking through serial or parallel port to another machine, that acts as a router, using SLIP/PPP/PLIP.
but for this I need a parallel cable (hard to find in these days) and a computer act like a router? All that I have on this notebook is an working internet connection in Win98
hirohitosan
December 27th, 2009, 14:03
All you need is:
thanks Beastie. I've got everything, I installed 8.0 on HDD, but unfortunately 8.0 still not recognize my PCMCIA network card, so I cannot conect to internet :(
I got the same CIS is too long -- truncating
pccard1: Card has no functions!
cbb1: PC Card card activation failed
thomas
January 29th, 2010, 01:22
well ... I'm an "old" beginner in FreeBSD, I have no idea what that means :)
and I want to use floppies for I wanted to test FBSD on my very old computer Toshiba Tecra 510CDT. I posted this issue already and the only way to bring my PCMCIA network card was to test with new 8.0 kernel. So my comp can boot only from floppy or HDD :(
use smartbootmgr to boot from the floppy and then select CD0 from the menu (it seems to replace the BIOS bootloader code in memory, so it can even boot DVD on machines that pre-date bootable DVD). It's open-source, btw. I use it on machines that don't support DVD or where the CD bootloader does not work, or to select alternate HDD).
randi@
February 1st, 2010, 04:34
I was wondering the other day if people still used floppies to install FreeBSD. So many parts of our installer are built around the idea that people require older technology that it can inhibit some improvements. I'm glad to have my question answered. :P
silicium
April 22nd, 2010, 23:56
I had not tried to install from floppies for ages, but went for another bootable medium after seeing the number of floppies to format and dd (too many for 7.3 and... nothing for 8.0). Since my target does not have CD/DVD-ROM, but has another disk with an older release and a bootable CF, I installed the bootonly ISO on the CF and could run sysinstall successfully. Creating such a bootable flash drive does not look easy for a beginner (mdconfig, mount_cd9660, fdisk, disklabel, boot0cfg, find | cpio, reboot, F5).
Installing from local FTP server is faster (anonymous user name is 'ftp'), but the packages directory is in the CD/DVD root while the installer looks for them in x.x-RELEASE if media == FTP. The release ISO's cannot be mounted and served, first extract them to move packages where they will be expected.
richardpl
April 23rd, 2010, 05:26
thanks Beastie. I've got everything, I installed 8.0 on HDD, but unfortunately 8.0 still not recognize my PCMCIA network card, so I cannot conect to internet :(
I got the same CIS is too long -- truncating
pccard1: Card has no functions!
cbb1: PC Card card activation failed
Usually such problems are reported on freebsd mailing list, with more useful data.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.