Sunteți pe pagina 1din 3

Log In

Search
Sparky Wiki
Recent Changes Media Manager Sitemap

Trace: • minimal • sparky_special • sparky_gameover • sparky_multimedia • sparky_rescue • sparky_home • start • customize_grub_to_your_liking • create_live_usb

create_live_usb
Sparky Wiki
Table of Contents
Registration
Formatting Syntax
Privacy & Cookies Policy
Create Live USB disk Create Live USB disk
From a Windows host
Links From a Linux host
Sparky web site EN
Sparky web site PL
Sparky Forums
Sparky Developers Wiki From a Windows host
Sparky Bug Tracker
Sparky Git Repository Running a Windows host/Operating System you can create a live USB disk with Sparkylinux using one of the
Debian Wiki tools, for example:
Donate Sparky
Unetbootin (available for MS Windows, OSX and Linux)
Universal USB Installer
Linux USB Creator
Win32 Disk Imager

How to write Sparkylinux iso to a pen drive on Windows host?

Donate Sparky 1. Insert at least 2GB USB stick into your PC and launch one of the applications listed above.

2. Click 'Browse' and choose the downloaded SparkyLinux ISO image.

3. Choose the USB drive and click 'Create'.


Now you can boot Sparkylinux from your pen drive changing the boot order in your machine's BIOS/UEFI.

From a Linux host


GUI method

There are a few applications working with graphical interface (GUI) to make a copy of Sparky onto an USB
stick.

1. Mintstick - available in Linux Mint and its derivatives and SparkyLinux as well.

Simply choose Sparky iso image from your hard drive and USB stick.

2. Live USB Creator - Sparky's tool which uses 'dd' command.

Choose Sparky iso image from your hard drive and USB stick.

3. Unetbootin - available in most Linux distributions.

CLI method

On a Linux host you can copy the iso image in text mode using dd command.

As the first, you have to check what is your already connected USB number.

It can be: sdb, sdc, sde, etc.


Open a terminal and type:

sudo fdisk ‐l

and then enter your “root” or admin password.

This is only an example, which shows:

sda - a hard drive

/dev/sda1 * 2048 40962047 40960000 19,5G 83 Linux


/dev/sda2 40962048 81922047 40960000 19,5G 83 Linux
/dev/sda3 81922048 83970047 2048000 1000M 82 Linux swap / Solaris

sdc - usb pen drive (FAT32 file system)

/dev/sdc1 * 2048 31260671 31258624 14,9G b W95 FAT32

Next step is to erase previous partition info from your usb, so backup your data before formatting your pen
drive.

Unmount your pen drive:

umount /mnt/usb

Format it to FAT32 file system:

sudo mkfs.vfat /dev/sdb

Now copy Sparky iso image to USB disk:

sudo dd if=~/Desktop/sparkylinux.iso of=/dev/sdx oflag=direct bs=1048576

Where:

'~/Desktop/sparkylinux.iso' is the name and location of your downloaded image (located at the desktop
is an example)
'/dev/sdx' is the target USB drive.
if your system doesn't support 'oflag=direct', you can just leave it out as it is simply intended to speed
up the process a bit.

Warning: Make sure to set the correct device path, as this process will delete all data that was on the
specified device previously!

Remember, don't include an integer for the USB drive, e.g. '/dev/sdx1', as it would refer to the existing
partition on that drive and not the drive itself.

When the USB has been properly created by dd, there should be an output similar to this:

sudo dd if=~/Desktop/sparkylinux.iso of=/dev/sdb oflag=direct bs=1048576


706+1 records in
706+1 records out
740601856 bytes (741 MB) copied, 91.7024 s, 8.1 MB/s

<--- Burn iso image onto CD/DVD disk|Disk partitioning --->

create_live_usb.txt · Last modified: 2015/06/13 16:31 by pavroo

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International

S-ar putea să vă placă și