LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 11-26-2010, 10:52 PM   #1
browser
Member
 
Registered: Aug 2004
Location: Australia,NSW
Distribution: CalculateLinux, FreeBSD, Makulu, OpenSuse
Posts: 269

Rep: Reputation: 30
Question What to do with "dfly-i386-gui-2.8.2_REL.img.bz2"


I downloaded "dfly-i386-gui-2.8.2_REL.img.bz2" thinking it might of been a DVD.iso I was downloading. AnyWay I am a bit surprised there doesn't seem to be any info on their site about what to to do with this kind of download.
From searching the net it seems to be for burning to USB. Is it possible to turn it into a .iso or am I stuck with it.
I have a USB stick but as I said there doesnt seem to be any info on their site on what to do with this after downloading it.
Can someone give some info on what to do with this.
When I google the term "REL.img.bz2" it doesnt seem to help much.
 
Old 11-27-2010, 12:58 AM   #2
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Google .. using Dragonflybsd image file ..

Example :

http://lwn.net/Articles/384200/
QUOTE : DragonFly BSD is distributed as a live CD ISO or USB image that lets users check their system for hardware compatibility before installation ...


And ... if you want an ISO, just download this instead :
dfly-i386-2.8.2_REL.iso.bz2 , 29-Oct-2010 23:35 , 174M
http://ftp.twaren.net/BSD/DragonFlyBSD/iso-images/
..
 
Old 11-27-2010, 12:38 PM   #3
browser
Member
 
Registered: Aug 2004
Location: Australia,NSW
Distribution: CalculateLinux, FreeBSD, Makulu, OpenSuse
Posts: 269

Original Poster
Rep: Reputation: 30
I actually wanted the GUI version because of net problems when trying to install both netbsd & openbsd which wouldn't connect to the net for me because they don't seem to recognise any of my eth0 cards which I find amazing. it seems like you have to use the USB version if you want a GUI.
I am limited to what I can download which is why I dont want to down load another .iso that might not be compatible to my hardware & am hoping I can get the GUI to work.
AnyWay thanks
 
Old 11-27-2010, 06:27 PM   #4
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
As this is a BSD question, I have moved this thread to the BSD forum.
 
Old 11-29-2010, 03:37 AM   #5
browser
Member
 
Registered: Aug 2004
Location: Australia,NSW
Distribution: CalculateLinux, FreeBSD, Makulu, OpenSuse
Posts: 269

Original Poster
Rep: Reputation: 30
Thanks For That, GodBless
 
Old 11-29-2010, 11:36 AM   #6
fbsduser
Member
 
Registered: Oct 2009
Distribution: Hackintosh, SlackWare
Posts: 267

Rep: Reputation: 30
You need to unarchive the file to get an image (*.img) file. Then you use the "dd" command to write it to your USB drive, to do this type:
Code:
dd if=<path to dfly-i386-gui-2.8.2_REL.img> of=/dev/sdb (your usb block device which you find using dmesg | tail right after pluging the usb device in the computer)
 
Old 12-02-2010, 05:10 AM   #7
browser
Member
 
Registered: Aug 2004
Location: Australia,NSW
Distribution: CalculateLinux, FreeBSD, Makulu, OpenSuse
Posts: 269

Original Poster
Rep: Reputation: 30
In all seriousness, does it matter what the disk is formatted as or should it be done on a disk with a BSD partion table instead of MSDOS which can be done with GParted etc.
Is it ok to do this on a fat32 usb disc.
I,m interested in what someones opinion might be

Last edited by browser; 12-02-2010 at 08:31 AM.
 
Old 12-02-2010, 10:02 AM   #8
multios
Member
 
Registered: Mar 2006
Location: Homer, Alaska USA
Distribution: OpenBSD, FreeBSD, Slackware64-current
Posts: 276

Rep: Reputation: 58
After running bunzip2 on the file, and burning the image to cd/usb, then this page should help you:
http://www.dragonflybsd.org/docs/new.../Installation/
 
Old 12-02-2010, 02:22 PM   #9
browser
Member
 
Registered: Aug 2004
Location: Australia,NSW
Distribution: CalculateLinux, FreeBSD, Makulu, OpenSuse
Posts: 269

Original Poster
Rep: Reputation: 30
Hi multios, thanks if you were trying to help but I was mainly interested in finding out if it mattered what format the usb disk was before putting the img onto it,& howto put it on a usb disk etc.
I ended up using fat32 I think it was & it was very very slow booting with some errors showing which I may have to look into.
I had already searched the Docs & Handbook before posting & was surprised that there was not any tutorials on what to do with their "gui img" after downloading it & couldnt find much with a google search either.
I have it running but am now hoping to get it to connect to the internet via ethernet with win 7 as I do with ubuntu so I will hopefully know if its then worth installing.
AnyWay
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
5.2. Toolchain Technical Notes "segmentation fault" on ALL bz2 Majin_Buu Linux From Scratch 0 08-20-2008 04:39 AM
network gui app "active" vs. "inactive" ? Hewson Linux - Newbie 1 12-01-2007 05:01 AM
how to extract .img file to create a "DUD" on a floppy diskette dojiep Linux - Newbie 4 05-23-2006 08:31 AM
how do you install programs extracted from "tar.gz", "bz2", etc? shoelessworm Ubuntu 13 04-12-2006 02:24 PM
Difference between "2.4.18-1-i386" and "2.4.18-i386bf" swmok Debian 2 04-23-2004 06:48 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 04:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration