Showing posts with label LiveUSB. Show all posts
Showing posts with label LiveUSB. Show all posts

Wednesday, March 27, 2013

Monday, February 20, 2012

UNetbootin - For Creating Bootable USB Drives

UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD. It runs on Windows, Linux, and Mac OS X. You can either let UNetbootin download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you've already downloaded one or your preferred distribution isn't on the list.

 Requirements
  • Microsoft Windows 2000/XP/Vista/7, or Linux, or Mac OS X 10.5+. Note that resulting USB drives are bootable only on PCs (not on Macs).
  • Internet access for downloading a distro to install, or a pre-downloaded ISO file
Features

 UNetbootin can create a bootable Live USB drive, or it can make a "frugal install" on your local hard disk if you don't have a USB drive. It loads distributions either by downloading a ISO (CD image) files for you, or by using an ISO file you've already downloaded. 

screenshot 


Installation & Screenshots

  1. If using Windows, run the file, select an ISO file or a distribution to download, select a target drive (USB Drive or Hard Disk), then reboot once done. If your USB drive doesn't show up, reformat it as FAT32.

    screenshot
  2. If using Linux, make the file executable (using either the command chmod +x ./unetbootin-linux, or going to Properties->Permissions and checking "Execute"), then start the application, you will be prompted for your password to grant the application administrative rights, then the main dialog will appear, where you select a distribution and install target (USB Drive or Hard Disk), then reboot when prompted.

    screenshot

    screenshot
  3. After rebooting, if you created a Live USB drive by selecting "USB Drive" as your install target, press the appropriate button (usually F1, F2, F12, ESC, or backspace) while your computer is starting up to get to your BIOS boot menu and select USB drive as the startup target; otherwise if there's no boot selection option, go to the BIOS setup menu and change the startup order to boot USB by default. Note that Live USB drives are bootable only on PCs (not on Macs). Otherwise, if you did a "frugal install" by selecting "Hard Disk" as your install target, select the UNetbootin entry from the Windows Boot Menu as the system boots up
Download Link and official Website:
http://unetbootin.sourceforge.net/

You can mail me to abhi.82@aol.in
Please  post any  suggestions or comments.

Monday, February 28, 2011

What if you want to access files from infected usb drive or infected system

The best part of the viruses are that they are operating system dependent. In other words a virus that is written for windows operating system will not infect a linux based system. This is because of many reasons -
The difference in the file system  and the file types in both operating systems.
The autorun.inf  is identified by windows (used for autorunning executables like .bat and .exe) but is not idetified by linux os.

The good trick to access files from infected system  or infected usb drive is to use a live linux boot cd and accessing the files without any fear of virus infection. You even dont have to install it on hard disk. It is live.

There are many live boot cd/dvd available on internet.
One of them is lucid puppy 5.2  which can be easily downloaded from http://puppylinux.org/main/Download%20Latest%20Release.htm
or another version from
 http://distro.ibiblio.org/pub/linux/distributions/puppylinux/puppy-5.1.1/lupu-511.iso
 both are live bootabble cd iso image.

You can download it by using idm  http://www.internetdownloadmanager.com/download.html
and burn it using cd/dvd burner like CDBurnerXP which is a free CD, DVD, HD-DVD and Blu-Ray burning software from http://cdburnerxp.se/download

If you want to boot  the lucid puppy from usb (pen drive or memory card) and not from cd then you can use following two tools.

You can  download unetbootin from  http://unetbootin.sourceforge.net/ and run it. It will ask for the iso file . Provide it with the path of  iso file which you just downloaded. insert your usb drive (this pendrive is not the one from which you have to access the data) and backup your existing data if necessary. Unetbootin will make your usb drive bootable.

Another tool is  Universal USB Installer http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/
It can also make usb bootable like unetbootin but please backup your existing  pendrive data if necessary.

Now the main trick. You have now got atleast a bootable pendrive or a bootable cd of lucid puppy linux.
Insert the bootable cd (before restarting the computer) or the bootable pendrive (after shuting down the computer). Till now dont connect the pendrive from which you have to access the data. Now restart computer and make changes to your bios settings for first boot device (either usb or cd/dvd which ever is applicable to you). After that the computer will boot and lucid puppy os will load in live environment.
Some times in some computers while booting live os , it gives errors due to the floppy drive or its controller. If this occors and live os dont boot then go to bios again by restarting your computer and set floppy disk drive to None  and/or dissable  the floppy disk controller. After that reboot and this time live os will boot.
when its desktop appears , now you can attach your pendrive from which you have to access the data.
You can also easily  access your files from your internal hard disk drive without any fear of virus infection.
Now you can easily and safely copy/move your data between your harddisk and pendrive without further infecting any of them. After your work is done , remove all your storage  media cd/usb by right clicking and unmounting them (or simply shut down and remove all). After that you can normally login to your windows as usual.  So, you can get relief of virus without using any antivirus.

All these process will not effect/modify  your harddisk or your previosly installed operating system (os) because you were in live environment.

If your computer bios dont support usb booting and you want to boot your usb then read my previous post
"older computers that can't boot from usb - the howto guide" at http://averma82.blogspot.in/2011/02/older-computers-that-cant-boot-from-usb.html

You can mail me to abhi.82@hotmail.com

Please  post any  suggestions or comments.