Create a Bootable Device: Difference between revisions

From Alpine Linux
(Clearify that we are creating boot media - not really installing alpine)
m (Consistency and clarity)
Line 1: Line 1:
== Creating a bootable Alpine USB Stick with UNetbootin ==
== Creating a bootable Alpine Linux USB Stick with UNetbootin ==


UNetbootin is a graphical tool that allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD. UNetbootin is available for many distributions and Windows.
UNetbootin is a graphical tool that allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD. UNetbootin is available for many distributions and Windows. This process applies to all versions of Alpine Linux, and results in a '''run-from-ram''' style installation.


=== Requirements ===
=== Requirements ===
To create an Alpine on a USB drive, you will need:
To create a bootable Alpine Linux USB drive, you will need:


* An Alpine Linux ISO image file ([[Downloads|Download]])
* An Alpine Linux ISO image file ([[Downloads|Download]])
Line 18: Line 18:
When you selected your USB device under '''Device'' and press '''OK''' to proceed. When UNetbootin is done, your USB drive is ready to use.
When you selected your USB device under '''Device'' and press '''OK''' to proceed. When UNetbootin is done, your USB drive is ready to use.


== Creating a bootable Alpine on a USB Stick from command line ==
== Creating a bootable Alpine Linux USB Stick from the command line ==


This process applies to Alpine Linux 1.9.0 or later, and results in a '''run-from-ram''' style installation.  
This process applies to Alpine Linux 1.9.0 or later, and results in a '''run-from-ram''' style installation.  

Revision as of 08:31, 23 December 2011

Creating a bootable Alpine Linux USB Stick with UNetbootin

UNetbootin is a graphical tool that allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD. UNetbootin is available for many distributions and Windows. This process applies to all versions of Alpine Linux, and results in a run-from-ram style installation.

Requirements

To create a bootable Alpine Linux USB drive, you will need:

  • An Alpine Linux ISO image file (Download)
  • A partitioned and formatted USB drive
  • UNetbootin

Process

After the launch of UNetbootin, click the Diskimage radio button, and then the ... button to select the Alpine ISO image.

size=400

When you selected your USB device under Device and press OK' to proceed. When UNetbootin is done, your USB drive is ready to use.

Creating a bootable Alpine Linux USB Stick from the command line

This process applies to Alpine Linux 1.9.0 or later, and results in a run-from-ram style installation.

Requirements

In order to follow this document, you will need:

  • Alpine Linux CD-ROM (Download a .iso file containing an Alpine release.)
  • A USB drive (flash, external HD, card reader, etc.)
This material is proposed for deletion ...

This redirect is to an include that is obsolete and is completely unused on the wiki (Discuss)
Make sure no other pages link here and check the page's history before deleting.

Slow USB Devices

Specifying the 'waitusb=X' option at the end of the syslinux.cfg line might help with certain USB devices that take a bit longer to register. X stands for the amount of seconds kernel will wait before looking for the installation media.

append initrd=/boot/grsec.gz alpine_dev=usbdisk:vfat modules=loop,cramfs,sd-mod,usb-storage quiet waitusb=3

Alpine Linux has some special applications that helps you to use it in the way you want.
Some of the first scripts you are suggested to use is:

  • setup-alpine (Configures all basic things on your Alpine Linux)
  • setup-acf (was named setup-webconf before Alpine 1.9 beta 4) (Configures ACF (webconfiguration) so you can manage your box through https)
Note: Just type any of the above commands on your console and hit Enter to execute the script.

Other useful pages