Difference between pages "User:Pross" and "Package:Unetbootin"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
(Created page with "{{Person |Geoloc=50.902049, -3.4912070000000313 |Location name=Tiverton, Devon |Blogs= }}")
 
(initial commit)
 
Line 1: Line 1:
{{Person
{{Ebuild
|Geoloc=50.902049, -3.4912070000000313
|Summary=Universal Netboot Installer creates Live USB systems for various OS distributions
|Location name=Tiverton, Devon
|CatPkg=sys-boot/unetbootin
|Blogs=
|Homepage=http://unetbootin.sourceforge.net/
}}
}}
'''Unetbootin''' is an easy to use program to generate live usb disks.
=== Installation ===
{{console|body=
###i## emerge unetbootin
}}
=== Runtime ===
Download your favorite ISO, select ISO mode in the program, point to the ISO image, point the program to your flash drive, hit OK.
=== Windows 7 Live USB Install Keys ===
Making windows 7 bootable usb install media requires several things to happen in a special order.  This requires unetbootin 494 binaries from sourceforge.  It is a good idea to also have official portage unetbootin installed to satisfy all of the binary dependencies.
* Install gparted and ntfs-3g.
* Format your 8gb or larger media as ntfs.
* Mount your freshly formatted usb disk
* Get unetbootin-linux-494 binary from source forge http://sourceforge.net/projects/unetbootin/files/UNetbootin/494/
* Chmod +x unetbootin-linux-494
* As root run ./unetbootin-linux-494
* Select disk image, then locate windows ISO.  Select show all drives, then navigate to your usb devices ntfs partition.
* Select ok, have a cup of hot coco as this will take some time.  exit rather than reboot.  Unmount, and remove flash drive.
{{EbuildFooter}}

Latest revision as of 00:37, January 7, 2015

Unetbootin

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Unetbootin is an easy to use program to generate live usb disks.

Installation

root # emerge unetbootin

Runtime

Download your favorite ISO, select ISO mode in the program, point to the ISO image, point the program to your flash drive, hit OK.

Windows 7 Live USB Install Keys

Making windows 7 bootable usb install media requires several things to happen in a special order. This requires unetbootin 494 binaries from sourceforge. It is a good idea to also have official portage unetbootin installed to satisfy all of the binary dependencies.

  • Install gparted and ntfs-3g.
  • Format your 8gb or larger media as ntfs.
  • Mount your freshly formatted usb disk
  • Chmod +x unetbootin-linux-494
  • As root run ./unetbootin-linux-494
  • Select disk image, then locate windows ISO. Select show all drives, then navigate to your usb devices ntfs partition.
  • Select ok, have a cup of hot coco as this will take some time. exit rather than reboot. Unmount, and remove flash drive.