Note:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "User:Vargux/Install"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 55: | Line 55: | ||
| style="padding:4px" align="center" width="11%" valign="top"|17.-<br />[[Install/Get_Acquainted/es|¡Todo Listo! ¡A disfrutar!]] | | style="padding:4px" align="center" width="11%" valign="top"|17.-<br />[[Install/Get_Acquainted/es|¡Todo Listo! ¡A disfrutar!]] | ||
|} | |} | ||
<hr style="width:100%;height:3px;background:#444488"/> | |||
==Lista de Verificación Rápida de Instalación Funtoo == | ==Lista de Verificación Rápida de Instalación Funtoo == | ||
=== Descargar Funtoo LiveCD === | === Descargar Funtoo LiveCD === | ||
Line 70: | Line 69: | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
|-align=center | |-align=center | ||
| width=3% | '''2 | | width=3% | '''2''' | ||
| width=47% | '''<code>lscpu</code>''' | | width=47% | '''<code>lscpu</code>''' | ||
| width=50% | | | width=50% | | ||
: Con '''lspcu''', se conoce la ''arquitectura'' (''primera línea''), la cantidad de CPU's, el ID del fabricante, el modelo de procesador (''novena línea''), etc. | : Con '''lspcu''', se conoce la ''arquitectura'' (''primera línea''), la cantidad de CPU's, el ID del fabricante, el modelo de procesador (''novena línea''), etc. | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | * | ||
| width=47% | '''https://www.funtoo.org/Funtoo_CPU_Database''' | | width=47% | '''https://www.funtoo.org/Funtoo_CPU_Database''' | ||
| width=50% | | | width=50% | | ||
Line 81: | Line 80: | ||
:Por ejemplo: En ''search'', buscar por ejemplo:: '''Intel x86-64 i7 E3-1200 - Haswell''' | :Por ejemplo: En ''search'', buscar por ejemplo:: '''Intel x86-64 i7 E3-1200 - Haswell''' | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | * | ||
| width=47% | '''[https://www.funtoo.org/Subarches https://www.funtoo.org/Subarches]''' | | width=47% | '''[https://www.funtoo.org/Subarches https://www.funtoo.org/Subarches]''' | ||
| width=50% | | | width=50% | | ||
Line 88: | Line 87: | ||
=== Arranque === | === Arranque === | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | | | colspan=3 | | ||
=====Teclado===== | =====Teclado===== | ||
|-align=center | |-align=center | ||
| width=3% | ''' | | width=3% | '''3''' | ||
| width=47% | <code>'''loadkeys es'''</code> | | width=47% | <code>'''loadkeys es'''</code> | ||
| width=97% | | | width=97% | | ||
Line 122: | Line 102: | ||
===== Acceso a la Red===== | ===== Acceso a la Red===== | ||
|-align=center | |-align=center | ||
| width=3% | ''' | | width=3% | '''4''' | ||
| width=47% | <code>'''net-setup'''</code> | | width=47% | <code>'''net-setup'''</code> | ||
| width=97% | | | width=97% | | ||
Line 159: | Line 139: | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
|-align=center | |-align=center | ||
| width=3% | ''' | | width=3% | '''5''' | ||
| width=47% ; colspan=8 | <code>'''fdisk -l'''</code> | | width=47% ; colspan=8 | <code>'''fdisk -l'''</code> | ||
| width=50% | | | width=50% | | ||
Line 290: | Line 270: | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
|-align=center | |-align=center | ||
| width=3% | ''' | | width=3% | '''6''' | ||
| width=47% | <code>'''cfdisk /dev/sda'''</code> | | width=47% | <code>'''cfdisk /dev/sda'''</code> | ||
| width=50% | | | width=50% | | ||
Line 323: | Line 303: | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
|-align=center | |-align=center | ||
| width=3% | ''' | | width=3% | '''7''' | ||
| width=47% | <code>'''cfdisk /dev/sda'''</code> | | width=47% | <code>'''cfdisk /dev/sda'''</code> | ||
| width=50% | | | width=50% | | ||
Line 376: | Line 356: | ||
=== Creando directorios de boteo === | === Creando directorios de boteo === | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | ''' | | colspan=3 | '''8''' | ||
==== MBR / UEFI ==== | ==== MBR / UEFI ==== | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | | ||
| width=47% | <code>'''mkdir /mnt/funtoo/boot/'''</code> | | width=47% | <code>'''mkdir -p /mnt/funtoo'''</code><br /> <code>'''mkdir /mnt/funtoo/home'''</code> <br /><code>'''mkdir -p /mnt/funtoo/boot/'''</code> | ||
| width="50% | | | width="50% | Creando particiones de boteo MBR - BIOS) | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | | ||
| width=47% | <code>'''mkdir /mnt/funtoo/boot/efi'''</code> | | width=47% | <code>'''mkdir -p /mnt/funtoo'''</code><br /> <code>'''mkdir /mnt/funtoo/home'''</code> <br /><code>'''mkdir -p /mnt/funtoo/boot/'''</code><br /> <code>'''mkdir /mnt/funtoo/boot/efi'''</code> | ||
| width=50% | Creando particiones de boteo UEFI | | width=50% | Creando particiones de boteo UEFI | ||
|} | |} | ||
Line 390: | Line 370: | ||
=== Montando particiones === | === Montando particiones === | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | ''' | | colspan=3 | '''9''' | ||
====UEFI==== | ====UEFI==== | ||
|-align=center | |-align=center | ||
Line 406: | Line 386: | ||
| width=47% |<code>'''mount /dev/sda3 /mnt/funtoo/home'''</code> | | width=47% |<code>'''mount /dev/sda3 /mnt/funtoo/home'''</code> | ||
| width=50% | | | width=50% | | ||
: Montando la partición '''/dev/sda3''' en '''mnt/funtoo/home''' (datos del usuario). | : Montando la partición '''/dev/sda3''' en '''/mnt/funtoo/home''' (datos del usuario). | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | | ||
Line 428: | Line 408: | ||
| width=97% | | | width=97% | | ||
: Montando el sistema Funtoo '''/dev/sda2''' en '''/mnt/funtoo''' ya que '''/''' está siendo usada por el instalador. | : Montando el sistema Funtoo '''/dev/sda2''' en '''/mnt/funtoo''' ya que '''/''' está siendo usada por el instalador. | ||
|-align=center | |||
| width=3% | | |||
| width=47% |<code>'''mount /dev/sda3 /mnt/funtoo/home'''</code> | |||
| width=97% | | |||
: Montando la partición '''mnt/funtoo/home''' '''/dev/sad3'''. | |||
|} | |} | ||
=== Configurar la fecha === | === Configurar la fecha === | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | ''' | | colspan=3 | '''10''' | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | | ||
Line 449: | Line 434: | ||
=== Descargar y extraer el Stage3 === | === Descargar y extraer el Stage3 === | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | ''' | | colspan=3 | '''11''' | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | | ||
Line 467: | Line 452: | ||
| width=27% | Extrayendo el Stage 3 según nuestro procesador. | | width=27% | Extrayendo el Stage 3 según nuestro procesador. | ||
|} | |} | ||
=== Entrando a fchroot (funtoo chroot) === | === Entrando a fchroot (funtoo chroot) === | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | ''' | | colspan=3 | '''12''' | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | | ||
Line 489: | Line 472: | ||
=== Descargar el Árbol/Repositorio de Portage === | === Descargar el Árbol/Repositorio de Portage === | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | ''' | | colspan=3 | '''13''' | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | | ||
Line 499: | Line 482: | ||
=== Archivos de Configuración === | === Archivos de Configuración === | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | ''' | | colspan=3 | '''14''' | ||
==== Tabla de particiones ==== | ==== Tabla de particiones ==== | ||
|-align=center | |-align=center | ||
Line 572: | Line 555: | ||
===Actualizar World=== | ===Actualizar World=== | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | ''' | | colspan=3 | '''15''' | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | | ||
Line 591: | Line 574: | ||
===Instalar un Núcleo=== | ===Instalar un Núcleo=== | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | ''' | | colspan=3 | '''16''' | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | | ||
Line 620: | Line 603: | ||
===Gestor de Arranque + Intel Microcode === | ===Gestor de Arranque + Intel Microcode === | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | ''' | | colspan=3 | '''17''' | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | | ||
Line 666: | Line 649: | ||
=== Redes === | === Redes === | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | ''' | | colspan=3 | '''18''' | ||
==== Red no cableada (Wireless - Wi-Fi) ==== | ==== Red no cableada (Wireless - Wi-Fi) ==== | ||
|-align=center | |-align=center | ||
Line 694: | Line 677: | ||
=== Hostamane === | === Hostamane === | ||
{|class= "wikitable" width=100% | {|class= "wikitable" width=100% | ||
| colspan=3 | ''' | | colspan=3 | '''19''' | ||
|-align=center | |-align=center | ||
| width=3% | | | width=3% | | ||
Line 742: | Line 725: | ||
:Agregando contraseña para '''''USUARIO'''''. | :Agregando contraseña para '''''USUARIO'''''. | ||
|} | |} | ||
=== Reiniciando el sistema === | === Reiniciando el sistema === | ||
Line 749: | Line 731: | ||
==== Saliendo de fchroot ==== | ==== Saliendo de fchroot ==== | ||
|-align=center | |-align=center | ||
| width=3% | ''' | | width=3% | '''20''' | ||
| width=47% | <code>'''exit'''</code> | | width=47% | <code>'''exit'''</code> | ||
| width=50% | | | width=50% | | ||
Line 772: | Line 754: | ||
: Reiniciando el sistema con '''reboot''' | : Reiniciando el sistema con '''reboot''' | ||
|} | |} | ||
<hr style="width:100%;height:3px;background:#444488"/> | |||
== Véase también == | == Véase también == | ||
*'''[https://www.funtoo.org/Install/Introduction/es Guía de Instalación de Funtoo]''' (Oficial) | *'''[https://www.funtoo.org/Install/Introduction/es Guía de Instalación de Funtoo]''' (Oficial) | ||
Latest revision as of 08:58, August 22, 2022
Familiarícese con la Cultura | Matriz de soporte de Funtoo |
Lista de Verificación Rápida de Instalación Funtoo
Descargar Funtoo LiveCD
1 | https://build.funtoo.org/livecd |
|
Conocer nuestro procesador
2 | lscpu
|
|
* | https://www.funtoo.org/Funtoo_CPU_Database |
|
* | https://www.funtoo.org/Subarches |
|
Arranque
Teclado | ||
3 | loadkeys es
|
|
Acceso a la Red | ||
4 | net-setup
|
|
Verificación de la Red | ||
|
| |
Acceso remoto para instalación (opcional) | ||
|
| |
|
|
Particionar el disco
5 | fdisk -l
|
| |||||||
Disposit. | Comienzo | Final | Sectores | Tamaño | Id | Tipo | |||
/dev/sda1 | 2048 | 2099199 | 2097152 | 1G | EF | Sistema EFI | |||
/dev/sda2 | 2099199 | 18876415 | 16777216 | 8G | 82 | Linux swap | |||
/dev/sda3 | 18876416 | 1713485823 | 1694609408 | 808.1G | 83 | Linux | |||
/dev/sda4 | 1713485824 | 1953525134 | 240039311 | 115.5G | 83 | Linux |
lsblk
|
| ||||||||
NAME | MAJ:MIN | RM | SIZE | RO | TYPE | MOUNTPOINTS | |||
sda | 8:0 | 0 | 931,56G | 0 | disk | ||||
├─sda1 | 8:1 | 0 | 1G | 0 | part | /boot/efi | |||
├─sda2 | 8:2 | 0 | 8G | 0 | part | [SWAP] | |||
├─sda3 | 8:3 | 0 | 808,1G | 0 | part | /home | |||
├─sda4 | 8:4 | 0 | 114,5G | 0 | part | / |
Ingresar a ver las particiones
6 | cfdisk /dev/sda
|
|
UEFI | ||
|
BIOS | ||
|
Formateando las particiones
7 | cfdisk /dev/sda
|
|
UEFI | ||
mkfs.fat -F32 /dev/sda1
|
| |
mkswap /dev/sda2
|
| |
mkfs.ext4 /dev/sda3
|
| |
mkfs.ext4 /dev/sda4
|
|
BIOS | ||
mkswap /dev/sda1
|
| |
mkfs.ext4 /dev/sda2
|
| |
mkfs.ext4 /dev/sda3
|
|
Creando directorios de boteo
8
MBR / UEFI | ||
mkdir -p /mnt/funtoo mkdir /mnt/funtoo/home mkdir -p /mnt/funtoo/boot/
|
Creando particiones de boteo MBR - BIOS) | |
mkdir -p /mnt/funtoo mkdir /mnt/funtoo/home mkdir -p /mnt/funtoo/boot/ mkdir /mnt/funtoo/boot/efi
|
Creando particiones de boteo UEFI |
Montando particiones
9
UEFI | ||
mount /dev/sda1 /mnt/funtoo/boot/efi
|
| |
swapon /dev/sda2
|
| |
mount /dev/sda3 /mnt/funtoo/home
|
| |
mount /dev/sda4 /mnt/funtoo
|
|
BIOS | ||
swapon /dev/sda1
|
| |
mount /dev/sda2 /mnt/funtoo
|
| |
mount /dev/sda3 /mnt/funtoo/home
|
|
Configurar la fecha
10 | ||
date
|
Muestra la fecha | |
date MMDDhhmmYYYY
|
Formato: MM mes... DD día... hhmm hora...YYYY año | |
hwclock --systohc
|
Reloj del sistema |
Descargar y extraer el Stage3
11 | ||
https://www.funtoo.org/Subarches
|
Stage3 a usar, según el punto 2. (https://www.funtoo.org/Intel64-haswell) | |
cd /mnt/funtoo
|
Cambiando el directorio a /mny/funtoo | |
wget -c https://build.funtoo.org/next/x86-64bit/intel64-haswell/2022-07-21/gnome-stage3-intel64-haswell-next-2022-07-21.tar.xz
|
Descargando el Stage 3 elegido según nuestro procesador, con entorno GNOME. | |
tar xpvf gnome-stage3-intel64-haswell-next-2022-07-21.tar.xz --xattrs-include='*.*' --numeric-owner
|
Extrayendo el Stage 3 según nuestro procesador. |
Entrando a fchroot (funtoo chroot)
12 | ||
fchroot /mnt/funtoo /bin/bash --login
|
| |
ping -c 5 google.com
|
Comprobando la red. |
Descargar el Árbol/Repositorio de Portage
13 | ||
ego sync
|
Se instala el repositorio de Portage, con los scripts de paquetes (ebuilds) que le indican a Portage cómo compilar e instalar los paquetes de software.
|
Archivos de Configuración
14
Tabla de particiones | ||
lsblk -f
|
Muestra las particiones montadas y los tipos de sistema de archivos asociados a ellas. | |
nano -w /etc/fstab
|
Editar el archivo /etc/fstab relativo a los puntos de montaje para todos los sistemas de archivos que se utilizarán en el momento del arranque. Este archivo debe reflejar la configuración de la partición del disco. | |
/dev/sda1 /boot vfat noauto,noatime 1 2 /dev/sda2 none swap sw 0 0 /dev/sda3 / ext4 noatime 0 1 |
Un ejemplo de archivo /etc/fstab. | |
Configurar zona horaria | ||
ln -sf /usr/share/zoneinfo/America/Santiago /etc/localtime
|
| |
Idioma del sistema | ||
nano /etc/locale.gen
|
| |
|
| |
eselect locale list
root ##b##Available targets for the LANG variable: [1] C [2] POSIX [3] es_CL.utf8 [4] en_US.utf8 * [ ] (free form) |
| |
Setting LANG to es_CL.utf8 ... Run ". /etc/profile" to update the variable in your shell. |
|
Actualizar World
15 | ||
ego sync
|
Se instala el repositorio de Portage, con los scripts de paquetes (ebuilds) que le indican a Portage cómo compilar e instalar los paquetes de software.
| |
emerge -auDN @world
|
Se instala el repositorio de Portage, con los scripts de paquetes (ebuilds) que le indican a Portage cómo compilar e instalar los paquetes de software.
|
Instalar un Núcleo
16 | ||
|
Para ver la versión del núcleo debian precompilado. | |
emerge -av linux-firmware
|
|
Gestor de Arranque + Intel Microcode
17 | ||
emerge -av grub intel-microcode iucode_tool
|
|
Instalar Grub
UEFI | ||
mount -o remount,rw /sys/firmware/efi/efivars
|
| |
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id="Funtoo Linux [GRUB]" --recheck /dev/sda
|
| |
ego boot update
|
|
MBR | ||
grub-install --target=i386-pc --recheck /dev/sda
|
| |
ego boot update
|
|
Redes
18
Red no cableada (Wireless - Wi-Fi) | ||
emerge linux-firmware networkmanager
|
| |
rc-update add NetworkManager default
|
|
Red cableada (Etheret - DHCP) | ||
rc-update add dhcpcd default
|
|
Hostamane
19 | ||
nano /etc/conf.d/hostname
|
|
Usuarios
passwd
|
|
Creando un nuevo usuario | ||
useradd –m USUARIO
|
|
Modificando al usuario creado | ||
usermod -aG wheel USUARIO
|
|
Agregando contraseña al usuario creado | ||
passwd USUARIO
|
|
Modificando al usuario creado | ||
usermod -G wheel,audio,video,plugdev,portage USUARIO
|
|
Reiniciando el sistema
Saliendo de fchroot | ||
20 | exit
|
|
cd /mnt
|
| |
umount -lR funtoo
|
| |
reboot
|
|
Véase también
- Guía de Instalación de Funtoo (Oficial)