This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

LiveUSB

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
Resources

Creation

Get the ISO image

Good choices are:

Note
As of August 2018, Gentoo Minimal Installation CD images support both UEFI and legacy boot.

With that being said, almost any modern LiveCD should work for installing Gentoo.

When downloading, adjust the architecture (x86, amd64, arm, sparc, etc.) portion of the URL to match the system's CPU. Gentoo mirrors are here.

Convert the ISO image to hybrid mode

Most modern LiveCD's, like Gentoo are already in hybrid mode. If the LiveUSB does not boot, then it will have to be converted to hybrid mode. Hybrid mode means image will enable the ISO to boot from both a CD-ROM device or a USB drive.

Convert the ISO with the following command:

root #isohybrid filename.iso

The isohybrid command comes as part of the sys-boot/syslinux package.

Write the ISO image to a USB drive

Write the ISO image to a USB drive using the dd utility:

root #dd if=livedvd-amd64-multilib-20160704.iso of=/dev/sdb bs=4M

The dd utility will not return any progress output on standard output (it can provide some progress output, but not without some finagling). The command will exit without any errors (no output) when it completes the transfer successfully. Depending on the size of the ISO image and the speed of the USB device, this process could some time. Be patient!

Once complete, the USB drive should be bootable.

Boot via the system's firmware interface

When attempting to boot from a USB device, be sure to select or enable USB drives as bootable devices in the system's firmware interface. If the ISO is UEFI capable, it may be necessary to enable booting UEFI devices as well. This is typically performed via toggle options in the BIOS or UEFI firmware interface.

While in the system's firmware interface the boot order may need to be adjusted for USB devices to boot first, although it usually easier to hit the appropriate key (usually F2 or Delete) in order to manually select the USB device as a one-time boot option from the bootable devices list.

External resources