.. vim: set ft=rst showbreak=»\ noexpandtab fileencoding=utf-8 nomodified wrap textwidth=0 foldmethod=marker foldmarker={{{,}}} foldcolumn=4 ruler showcmd lcs=tab\:|- list tabstop=8 noexpandtab nosmarttab softtabstop=0 shiftwidth=0 linebreak :date: 2025.07.08 05:25:41 :_modified: 1970.01.01 00:00:00 :tags: HW,SW,Ryoga,gentoo,systems :authors: Gilhad :summary: 2025.07.08-Ryoga.2025 - instalace :title: 2025.07.08-Ryoga.2025 :nice_title: |logo| %title% |logo| %HEADER% 2025.07.08-Ryoga.2025 -------------------------------------------------------------------------------- Měl jsem tam (asi) TeachMePCB a baterka asi umřela a EFI si nepamatovalo nic, tak nebootovalo. Nabootoval jsem z instalačky gentoo, našel řadek s efibootmgr a aplikoval ho a zase to šlo. Ale systém je neupdatovatelný a nemám tam nic, o čem bych věděl, že to chci, takže znova od začátku. Chci to na chatičku, protože Mahoro už nezvládá KiCad a tohle tam může sedět nafurt. .. code:: cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 76 model name : Intel(R) Celeron(R) CPU N3000 @ 1.04GHz stepping : 3 microcode : 0x34c cpu MHz : 480.001 cache size : 1024 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 11 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb pti tpr_shadow flexpriority ept vpid tsc_adjust smep erms dtherm ida arat vnmi vmx flags : vnmi preemption_timer invvpid ept_x_only flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest bugs : cpu_meltdown spectre_v1 spectre_v2 mds msbds_only mmio_unknown bogomips : 2080.66 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: processor : 1 (to samé, víc jich není) .. code:: free -h total used free shared buff/cache available Mem: 1.8Gi 263Mi 1.6Gi 1.5Mi 157Mi 1.6Gi Swap: 0B 0B 0B .. code:: fdisk /dev/sda -l Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors Disk model: ST1000LM048-2E71 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: 52097823-C0A4-4234-AC00-2AA470A7BE31 Device Start End Sectors Size Type /dev/sda1 2048 2099199 2097152 1G EFI System /dev/sda2 2099200 421529599 419430400 200G Linux filesystem /dev/sda3 421529600 840959999 419430400 200G Linux filesystem /dev/sda4 840960000 882903039 41943040 20G Linux swap .. code:: parted /dev/sda name 1 EFI-boot parted /dev/sda name 2 Ryoga2025 parted /dev/sda name 3 Ryoga2025bck parted /dev/sda name 4 SWAP mkfs.fat -F 32 /dev/sda1 -n EFI mkswap /dev/sda4 mkfs.ext4 -L Ryoga2025 /dev/sda2 mkfs.ext4 -L Ryoga2025bck /dev/sda3 swapon /dev/sda4 mount /dev/sda2 /mnt/gentoo cd /mnt/gentoo/ >~Ryoga.2025 wget https://mirror.bytemark.co.uk/gentoo/releases/amd64/autobuilds/current-stage3-amd64-openrc/stage3-amd64-openrc-20250126T154834Z.tar.xz tar xpf stage3-*.tar.xz --xattrs-include='*.*' --numeric-owner mv etc/portage/make.conf etc/portage/00-make.conf mkdir etc/portage/make.conf mv etc/portage/00-make.conf etc/portage/make.conf cat >>etc/portage/make.conf/00-make.conf <