Need help installing FreeBSD via USB

I'm running an old Toshiba with a busted cd drive. This Toshiba has the interesting quality of being unable to boot from a usb cd drive. I have scoured the interwebs for ways to install FreeBSD (7.4 preferably) on it from a usb drive. I have been unable to find such a solution.

I have installed grub2 on a stick but I can't find the correct config chage to make to the grub.cfg file to be able to install FreeBSD from it.

http://forums.freebsd.org/showthread.php?t=5918
http://forums.freebsd.org/showthread.php?t=12082
http://forums.freebsd.org/archive/index.php/t-9777.html
http://ubuntuforums.org/showthread.php?t=1645298

and the most promising...

http://forums.freebsd.org/showthread.php?t=19701

Is it impossible to boot into something via USB and then begin to load the FreeBSD install iso from that environment? Right now I have access to Ubuntu, Windows and OpenSolaris. There must be some tool out there somewhere that will let me do this. I don't want to load the OS ONTO the USB stick. I want to load it FROM the USB stick. I just bought Absolute FreeBSD and I am dying to jump into this OS and learn. But I cant... :(
 
Two problems with that.
A) The target machine can't boot from USB.
B) It will overwrite the memory stick.

If B is acceptable, A can be circumvented--maybe--with plop.
 
Yes, the maching WILL boot from USB hard disks, NOT USB CD-DRIVES.
I will try this plop.

davidgurvich said:
Download the memstick image file and boot from that. You'll need at least a 1GB usb stick.

What memstick file? I have only seen the CD and DVD ISOs.

Thanks for the help.
 
It's one of the image file formats for 8.X along with the iso files. If you want to install 7.X you will need to build your own usb image.
 
merlock18 said:
Yes, the maching WILL boot from USB hard disks, NOT USB CD-DRIVES.
I will try this plop.

plop should not be needed if you can boot from the USB stick.

davidgurvich - Download the memstick image file and boot from that. You'll need at least a 1GB usb stick.
What memstick file? I have only seen the CD and DVD iso's.

It's in with the other versions: ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/8.2/
Also see the Handbook about writing the memory stick.

Avoid 7.4 unless it's required, it's the end of that line and is missing a lot of the advantages of 8.x.
 
davidgurvich said:
It's one of the image file formats for 8.X along with the iso files. If you want to install 7.X you will need to build your own usb image.

Or just dd the -disc1 image to a memory stick. It worked for me, YMMV.
 
Seriously, in the linux world all distributions can be booted from one usb stick without overwrite/wearing flash. Even windows 7 can be booted along penguins. FreeBSD so special than needs be only one on stick (yes it is but I just want all tools be on one stick and not 10x sticks marked as disk1, disk2, disk3 of ... xd)?

Is it hard to be FreeBSD installer iso compatible with FAT usb stick e.g. to exist along with other ISOs. Of course you can buy zalman HDD enclosure to present HDD iso files as virtual cd but is it not possible with just slight modification of installer to support boot from FAT ISO file? E.g. syslinux compatible?

If FreeBSD adds support for true ISO FAT boot, then it will be major compatibility for multiboot environments.

I have syslinux-like usb stick with all kind of tools (UBCD, hiren's, ubuntu livecd/install) and windoze setup as well, wanted to add FreeBSD but seems it's not possible.

for linuxes there tools
http://www.pendrivelinux.com/
 
Back
Top