This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| create_live_usb [2015/06/13 14:30] – old revision restored (2015/06/11 18:52) pavroo | create_live_usb [2021/05/04 13:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | * [[http:// | ||
| How to write Sparkylinux iso to a pen drive on Windows host? | How to write Sparkylinux iso to a pen drive on Windows host? | ||
| Line 66: | Line 67: | ||
| sudo fdisk -l | sudo fdisk -l | ||
| - | and then enter your " | + | and then enter your password. |
| This is only an example, which shows: | This is only an example, which shows: | ||
| Line 75: | Line 76: | ||
| / | / | ||
| - | | + | |
| - | /dev/sdc1 | + | /dev/sdb1 |
| Next step is to erase previous partition info from your usb, so backup your data before formatting your pen drive. | Next step is to erase previous partition info from your usb, so backup your data before formatting your pen drive. | ||
| Line 83: | Line 84: | ||
| Unmount your pen drive: | Unmount your pen drive: | ||
| - | | + | |
| Format it to FAT32 file system: | Format it to FAT32 file system: | ||
| Line 91: | Line 92: | ||
| Now copy Sparky iso image to USB disk: | Now copy Sparky iso image to USB disk: | ||
| - | sudo dd if=~/ | + | sudo dd if=~/ |
| Where: | Where: | ||
| * ' | * ' | ||
| - | * '/dev/sdx' is the target USB drive. | + | * '/dev/sdb' is the target USB drive. |
| * if your system doesn' | * if your system doesn' | ||
| Warning: Make sure to set the correct device path, as this process will delete all data that was on the specified device previously! | 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. | + | Remember, don't include an integer for the USB drive, e.g. '/dev/sdb1', 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: | + | When the Live USB has been properly created by **dd**, there should be an output similar to this: |
| sudo dd if=~/ | sudo dd if=~/ | ||
| Line 111: | Line 112: | ||
| ---- | ---- | ||
| - | <WRAP center box 60%> | + | <WRAP center box 100%> |
| - | [[burn_iso|< | + | |[[burn_iso|< |
| </ | </ | ||