Install Gentoo Usb From Windows

12.10.2019

This method is for people running Linux, or another unix with GNOME, Nautilus and the GNOME Disk Utility installed. Particularly, if you are using a distribution other than Fedora which does not support Flatpak, this may be the easiest available method.

  1. Gentoo Images
  2. Universal Usb Installer
  3. Gentoo Linux Install Guide

Minimal Installation CD 2019-07-31 340 MiB Hybrid ISO (LiveDVD) 2016-07-04 2 GiB Admin CD 2019-07-31 443 MiB. Next push the three dots button to select the iso install-amd64-minimal-20140828.iso. Next select the usb drive and push the ok button. Your machine should be using legacy bios to boot the usb. On my dell I push F12 on the bios screen for a boot menu and then select usb to start. Once grub comes up select gentoo to use the usb drive.

A standard installation of Fedora, or a standard GNOME installation of many other distributions, should be able to use this method. On Fedora, ensure the packages nautilus and gnome-disk-utility are installed. Similar graphical direct-write tools may be available for other desktops, or you may use the command-line direct write method.You may use a non-destructive method to create the stick, meaning existing files on the stick will not be destroyed. This is less reliable than the destructive write methods, and should be used only if you have no stick you can afford to wipe.On live images, you can include a feature called a persistent overlay, which allows changes made to persist across reboots.

You can perform updates just like a regular installation to your hard disk, except that kernel updates require manual intervention and overlay space may be insufficient. Without a persistent overlay, the stick will return to a fresh state each time it is booted.On live images, you can also have a separate area to store user account information and data such as documents and downloaded files, with optional encryption for security and peace of mind. This method directly writes the image to the USB stick much like or GNOME Disk Utility, but uses a command line utility named dd. Like the other direct write methods, it will destroy all data on the stick and does not support any of the advanced features like data persistence, but it is a very reliable method. The dd tool is available on most Unix-like operating systems, including Linux distributions and macOS, and a Windows port is available. This may be your best method if you cannot use or GNOME Disk Utility, or just if you prefer command line utilities and want a simple, quick way to write a stick.Wait for a safe point to reboot.As the machine starts to reboot, watch carefully for instructions on which key to press. Usually a function key, Escape, Tab or Delete is to be pressed to enter the boot device selection menu, BIOS setup, firmware, or UEFI.

Gentoo

Press and hold that key. If you miss the window of opportunity, often only a few seconds, then reboot and try again.Use the firmware, BIOS, interface or the boot device menu to put your USB drive first in the boot sequence. It might be listed as a hard drive rather than a removable drive. Each hardware manufacturer has a slightly different method for doing so. $ parted /dev/sdbGNU Parted 1.8.6Using /dev/sdbWelcome to GNU Parted! Type 'help' to view a list of commands.(parted) printModel: Imation Flash Drive (scsi)Disk /dev/sdX: 1062MBSector size (logical/physical): 512B/512BPartition Table: msdosNumber Start End Size Type File system Flags1 32.3kB 1062MB 1062MB primary fat16(parted) toggle 1 boot(parted) printModel: Imation Flash Drive (scsi)Disk /dev/sdX: 1062MBSector size (logical/physical): 512B/512BPartition Table: msdosNumber Start End Size Type File system Flags1 32.3kB 1062MB 1062MB primary fat16 boot(parted) quitInformation: Don't forget to update /etc/fstab, if necessary.

Gentoo Images

Partitions need a filesystem labelIf you get the message Need to have a filesystem label or UUID for your USB device, you need to label the partition: dosfslabel /dev/sdX LIVE. Partition has different physical/logical endingsIf you get this message from fdisk, you may need to reformat the flash drive when writing the image, by passing -format when writing the stick. MBR appears to be blankIf your test boot reports a corrupted boot sector, or you get the message MBR appears to be blank., you need to install or reset the master boot record (MBR), by passing -reset-mbr when writing the stick. Livecd-iso-to-disk on other Linux distributionslivecd-iso-to-disk is not meant to be run from a non-Fedora system. Even if it happens to run and write a stick apparently successfully from some other distribution, the stick may well fail to boot.

Universal Usb Installer

Use of livecd-iso-to-disk on any distribution other than Fedora is unsupported and not expected to work: please use an alternative method, such as. You might have to install the package first with dnf install system-config-kickstart in Fedora 22 and beyond or yum install system-config-kickstart in earlier versions of Fedora.

This tool is mainly intended for generating kickstart files for automated installs, not live images, so the output will probably not be usable without editing, but it may help you to generate particular kickstart directives. Remember to add the line%include /usr/share/spin-kickstarts/fedora-live-base.ks at the beginning of your kickstart file to include the base live configuration.

Contents.PrerequisitesIn order to use a Gentoo LiveUSB the following will be needed:. Bootable USB drive with at least 1GB (the bigger the better);.

i686 or x8664 computer with support for booting from USBAccess to the following is needed for creating a LiveUSB:. A computer running Gentoo (or alternatively another Linux distribution);. A computer running Microsoft Windows with the appropriate software (see the below)ddWhen using the latest install ISOs (installcds or livedvd), it is sufficient to directly copy the ISO contents on the USB device. The dd command can be used to accomplish this. For instance, assuming the USB device is at /dev/sdc. Root # syslinux /dev/sdc1 Windows RufusRufus is a free and open source project created to successfully image USB drives with a variety of operating systems. It tends to be faster than the Universal USB installer (see in the next section).Rufus can be downloaded from the project's.Rufus is so easy to use that instructions for its use are not needed for this article.

Seriously, go check it out! If questions do come up, check out Rufus'.Universal USB InstallerUniversal USB installer is one of the oldest Linux-capable LiveUSB creators for Windows systems. It supports most Linux distributions, and has a simple, helpful wizard for selecting the Linux distribution. For Gentoo Minimal Installation CDs, however, select the Try Unlisted Linux ISO which is at the very bottom of the list. Select the proper USB drive to format and extract Linux to, and click Create.Universal USB installer can be downloaded from its.BootingInsert the USB drive and turn on the computer, make sure the BIOS (or EFI firmware) has been set to boot from USB. If all goes well a standard syslinux prompt should appear on the screen.Follow the generic installation instructions found in the appropriate to the system's architecture from here on to install Gentoo!External resources.

Gentoo Linux Install Guide

— The very popular alternativeThis page is based on a document formerly found on our main website.The following people contributed to the original document: brix, neysxThey are listed here because wiki history does not allow for any external attribution. If you edit the wiki article, please do not add yourself here; your contributions are recorded on each article's associated history page.