User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
gentoo_env [2025/08/06 06:13] normangentoo_env [2025/08/06 14:15] (current) – [Enter Installed System From Install Cd] norman
Line 6: Line 6:
  
 <code>mount /dev/sda3 /mnt/gentoo</code> <code>mount /dev/sda3 /mnt/gentoo</code>
 +Legacy BIOS:
 <code>mount /dev/sda1 /mnt/gentoo/boot</code> <code>mount /dev/sda1 /mnt/gentoo/boot</code>
 +####
 <code>mount -t proc none /mnt/gentoo/proc</code> <code>mount -t proc none /mnt/gentoo/proc</code>
 <code>mount -o bind /dev /mnt/gentoo/dev</code> <code>mount -o bind /dev /mnt/gentoo/dev</code>
Line 22: Line 24:
 <code>env-update</code> <code>env-update</code>
 <code>source /etc/profile</code> <code>source /etc/profile</code>
 +UEFI Systems: 
 +<code> 
 +mount /dev/sda1 /efi 
 +</code>
  
 ====== Temporally Disable IPv6 ====== ====== Temporally Disable IPv6 ======