Jump to content











Photo

Install Fbinst in Ubuntu


  • Please log in to reply
2 replies to this topic

#1 tinybit

tinybit

    Gold Member

  • Developer
  • 1175 posts
  •  
    China

Posted 09 July 2011 - 12:06 PM

Original article: http://citiboy9.wordpress.com/2011/07/08/install-fbinst-in-ubuntu/ Sorry it should be http://agnipulse.com...-fbinst-ubuntu/

Fbinst is a really good USB Flash Disk formatting tool.It creates universal bootable USB Flash Drives. I had previously posted about using Fbinst in Windows.In this article I will show you how you can install Fbinst and format your USB Flash Drives in Ubuntu or any other Linux Distribution.

There are no deb or rpm packages for Fbinst.So you have to compile it from the source to use it in Linux.

As of now there is no GUI interface for Fbinst in Linux.So you have to be satisfied with the command line version.

Compiling Fbinst from Source

1. Download grubutil_scripts.zip and extract it to your home folder.
2. Open grubutil_dirs with a text editor like gedit
3. Edit the file as follows.
SRCDIR=/home/username/fbinst/src
OBJDIR=/home/username/fbinst/obj

replace username with your User Name
4. Open terminal and execute the following the commands
sudo apt-get install subversion
chmod +x grubutil_compile
chmod +x grubutil_update
PATH=$PATH:/home/username
export PATH
./grubutil_update
./grubutil_compile
5. Now you can execute fbinst.it will be located in the fbinst/obj folderfbinstubuntu Install Fbinst in Ubuntu

Install Grub4Dos to your USB Flash Drive using Fbinst in Ubuntu

Grub4Dos is a very powerful and versatile bootloader with many features.I always use Grub4Dos as the bootloader in my bootable USB Flash Drives.

1. Download AutoFbinst and extract grldr and fb.txt to /home/username/fbinst/obj
2. Open Terminal and navigate to the fbinst folder.
cd fbinst/obj
3. To view Fbinst help
./fbinst -h
4. View list of USB Drives connected.Note down the correct hd number.In my case it was (hd1)
sudo ./fbinst -l

You must run fbinst as root.
5. Formating your USB Flash Drive and installing grub4dos boot loader.
Execute the following instructions one by one.Make sure you enter the correct hd number.In this case it is hd1.In your case it maybe hd2 or hd3 depending on the number of USB Flash Drives connected to the computer.
Never enter hd0 as it your primary hard disk.
sudo ./fbinst “(hd1)” format –force –fat32
sudo ./fbinst “(hd1)” add grldr grldr
sudo ./fbinst “(hd1)” add-menu fb.cfg fb.txt
6. You can now copy your menu.lst and other boot files to your USB Drive.

#2 agni

agni

    Frequent Member

  • Tutorial Writer
  • 270 posts
  • Location:Bengaluru (Bangalore)
  •  
    India

Posted 09 July 2011 - 01:08 PM

You got the original article link wrong.

I posted this tutorial first at http://agnipulse.com...-fbinst-ubuntu/

Looks like citiboy9 just ripped it of my site.

He is even hotlinking the image from my site.
Interestingly all the links in the post still point to my site.

Also my RSS feed appears here in Reboot.pro
So it was already posted here before.
http://reboot.pro/13904/

#3 tinybit

tinybit

    Gold Member

  • Developer
  • 1175 posts
  •  
    China

Posted 10 July 2011 - 09:01 AM

Sorry just yesterday I googled and got that page. And I did not expect it is actually not original.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users