Translations:Install/Mounting Filesystems/3/es

From Funtoo
Revision as of 21:48, August 19, 2022 by Vargux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

BIOS/MBR

root # mkdir /mnt/funtoo
root # mount /dev/sda3 /mnt/funtoo
root # mkdir /mnt/funtoo/boot
root # mount /dev/sda1 /mnt/funtoo/boot

UEFI/GPT

root # mkdir /mnt/funtoo
root # mount /dev/sda3 /mnt/funtoo
root # mkdir /mnt/funtoo/boot
root # mkdir /mnt/funtoo/boot/efi
root # mount /dev/sda1 /mnt/funtoo/boot/efi