Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

perfmonk

Members
  • Posts

    7
  • Joined

  • Last visited

  • Days Won

    1

perfmonk last won the day on December 31 2021

perfmonk had the most liked content!

Personal

  • Location
    Quebec/Qc/Canada
  • Interests
    Linux, Desktops, virtualization, installation.

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

perfmonk's Achievements

  1. perfmonk

    Gnome 4 ???

    Hi, I have been using Funtoo in the past. But I recently retired, bought a new laptop and just giving back a try at Funtoo, I'm kind of new here and would like to know if gnome 41 is going to hit portage soon ? Since it is said on Funtoo site that gnome is a Class A support and since Gnome 41 is available since end of september 2021, I was expecting to build a recent gnome for desktop (not 3.36). It's not to blame anybody, but I would like to know the plans about gnome ? Is it the best desktop to have with Funtoo ? If one want to have a recent desktop, wich one would it be ? Or is there a "funtoo" way to install a more recent gnome ? Regards, BT
  2. Answering my own question since I found a solution. You have to use the partition name for that command, not the LUKS mapping ... Here is what I did : (chroot) # cryptsetup luksAddKey swap /bt_keyfile.bin swap n'est pas un périphérique LUKS valide. (chroot) # cryptsetup luksAddKey /dev/mapper/swap /bt_keyfile.bin /dev/mapper/swap n'est pas un périphérique LUKS valide. (chroot) # cryptsetup luksAddKey /dev/sda3 /bt_keyfile.bin Entrez une phrase secrète existante : (chroot) # echo ### yes it worked! #### Sorry for the noise, Bernard
  3. I'm trying to install funtoo and I want my laptop to be encrypted. I choose to install firstly funtoo on a USB disk to test how it behave before moving it to the laptop disk eventually. I'm using the regular gnome stage 3. Everything is going well until now. I'm in at the chroot on my laptop actually trying to finalize installatiion. But I'm having an issue to add a new passphrase on a keyfile for the 2 encrypted disks (root and swap). Here is the disk (One touch HDD USB3 1Tb): # lsblk /dev/sda NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 931.5G 0 disk ├─sda1 8:1 0 1G 0 part ├─sda2 8:2 0 447.7G 0 part │ └─root 254:3 0 447.7G 0 crypt funtoo root encrypted ├─sda3 8:3 0 17G 0 part │ └─swap 254:2 0 17G 0 crypt funtoo swap encrypted └─sda4 8:4 0 465.8G 0 part backup disk ext4 # I can't add the new passphrase from the keyfile. Here is what happens : ### keyfile was generated with dd if=/dev/random bs=63 of=bt_keyfile.bin ### # ls -al bt_keyfile.bin -rw------- 1 root root 63 Dec 29 15:42 bt_keyfile.bin # cryptsetup open /dev/sda3 swap ####typing passphrase here### # ###Now trying to add a new key from the keyfile # # cryptsetup -v luksAddKey swap bt_keyfile.bin --debug # cryptsetup 2.4.2 processing "cryptsetup -v luksAddKey swap bt_keyfile.bin --debug" # Running command luksAddKey. # Locking memory. # Installing SIGINT/SIGTERM handler. # Unblocking interruption on signal. # Allocating context for crypt device swap. # Trying to open and read device swap with direct-io. # Trying to open device swap without direct-io. Device swap does not exist or access denied. # Unlocking memory. Command failed with code -4 (wrong device or file specified). # ### But the device is really there and open. Why ?????? # # ls /dev/mapper control swap # cryptsetup status swap /dev/mapper/swap is active. type: LUKS1 cipher: aes-xts-plain64 keysize: 512 bits key location: dm-crypt device: /dev/sda3 sector size: 512 offset: 4096 sectors size: 35647488 sectors mode: read/write I have been searching/googling around for a while, but no luck. I have the same error if I try to add the new passphrase from the linux on the laptop (GarudaLinux (arch based)) or if I try from the funtoo live iso either. Anybody would have some clues to help me solve this ? I need to be able to mount the swap without typing a second passphrase. Regards, Bernard My emerge --info (chroot) gag4ruda ~ # emerge --info Portage 3.0.14 (python 3.7.10-final-0, funtoo/1.0/linux-gnu/arch/x86-64bit, gcc-9.2.0, glibc-2.33, 5.15.11-zen1-1-zen x86_64) ================================================================= System uname: Linux-5.15.11-zen1-1-zen-x86_64-AMD_Ryzen_7_5700U_with_Radeon_Graphics-with-gentoo-1.4 KiB Mem: 15829400 total, 10375752 free KiB Swap: 50992832 total, 50990528 free sh bash 5.0_p18 ld GNU ld (Gentoo 2.36.1 p1) 2.36.1 app-shells/bash: 5.0_p18::core-kit dev-lang/perl: 5.32.0::perl-kit dev-lang/python: 2.7.18::python-kit, 3.7.10::python-kit dev-util/cmake: 3.19.7::core-kit sys-apps/baselayout: 2.6.1-r2::core-kit sys-apps/openrc: 0.41.2-r3::core-kit sys-apps/sandbox: 2.24::core-kit sys-devel/autoconf: 2.13-r1::core-kit, 2.69-r4::core-kit sys-devel/automake: 1.16.1-r1::core-kit sys-devel/binutils: 2.36.1-r1::core-kit sys-devel/gcc: 9.2.0::core-kit sys-devel/gcc-config: 2.4::core-kit sys-devel/libtool: 2.4.6-r5::core-kit sys-devel/make: 4.2.1-r4::core-kit sys-kernel/linux-headers: 4.19::core-kit (virtual/os-headers) sys-libs/glibc: 2.33::core-kit Repositories: nokit location: /var/git/meta-repo/kits/nokit masters: core-kit priority: -500 browser-kit location: /var/git/meta-repo/kits/browser-kit masters: core-kit priority: 1 core-gl-kit location: /var/git/meta-repo/kits/core-gl-kit masters: core-kit priority: 1 core-hw-kit location: /var/git/meta-repo/kits/core-hw-kit masters: core-kit priority: 1 core-kit location: /var/git/meta-repo/kits/core-kit priority: 1 aliases: gentoo core-server-kit location: /var/git/meta-repo/kits/core-server-kit masters: core-kit priority: 1 desktop-kit location: /var/git/meta-repo/kits/desktop-kit masters: core-kit priority: 1 dev-kit location: /var/git/meta-repo/kits/dev-kit masters: core-kit priority: 1 editors-kit location: /var/git/meta-repo/kits/editors-kit masters: core-kit priority: 1 games-kit location: /var/git/meta-repo/kits/games-kit masters: core-kit priority: 1 gnome-kit location: /var/git/meta-repo/kits/gnome-kit masters: core-kit priority: 1 haskell-kit location: /var/git/meta-repo/kits/haskell-kit masters: core-kit priority: 1 java-kit location: /var/git/meta-repo/kits/java-kit masters: core-kit priority: 1 kde-kit location: /var/git/meta-repo/kits/kde-kit masters: core-kit priority: 1 lang-kit location: /var/git/meta-repo/kits/lang-kit masters: core-kit priority: 1 lisp-scheme-kit location: /var/git/meta-repo/kits/lisp-scheme-kit masters: core-kit priority: 1 llvm-kit location: /var/git/meta-repo/kits/llvm-kit masters: core-kit priority: 1 mate-kit location: /var/git/meta-repo/kits/mate-kit masters: core-kit priority: 1 media-kit location: /var/git/meta-repo/kits/media-kit masters: core-kit priority: 1 ml-lang-kit location: /var/git/meta-repo/kits/ml-lang-kit masters: core-kit priority: 1 net-kit location: /var/git/meta-repo/kits/net-kit masters: core-kit priority: 1 perl-kit location: /var/git/meta-repo/kits/perl-kit masters: core-kit priority: 1 python-kit location: /var/git/meta-repo/kits/python-kit masters: core-kit priority: 1 python-modules-kit location: /var/git/meta-repo/kits/python-modules-kit masters: core-kit priority: 1 qt-kit location: /var/git/meta-repo/kits/qt-kit masters: core-kit priority: 1 ruby-kit location: /var/git/meta-repo/kits/ruby-kit masters: core-kit priority: 1 science-kit location: /var/git/meta-repo/kits/science-kit masters: core-kit priority: 1 security-kit location: /var/git/meta-repo/kits/security-kit masters: core-kit priority: 1 text-kit location: /var/git/meta-repo/kits/text-kit masters: core-kit priority: 1 xfce-kit location: /var/git/meta-repo/kits/xfce-kit masters: core-kit priority: 1 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA Oracle-BCLA-JavaSE" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=znver2 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=znver2 -O2 -pipe" DISTDIR="/var/cache/portage/distfiles" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-march=znver2 -O2 -pipe" GENTOO_MIRRORS="https://fastpull-us.funtoo.org" LANG="fr_CA.utf8" LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--as-needed" LINGUAS="cf" PKGDIR="/var/cache/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl alsa amd64 apng berkdb bluray btrfs bzip2 cdda cddb cdio cdr colord cracklib crypt cups curl cxx dbus dnssd dri dts dvd dvdr dvdread eds egl elogind encode evo exif faac faad ffmpeg flac gdbm gif glamor glvnd gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk gtk3 gtkstyle ico iconv icu ieee1394 introspection ios ipod ipv6 jpeg jpeg2k lame libass libguess libmpeg2 libnotify mad matroska mjpeg mmx modules mp3 mpeg mtp mudflap nautilus ncurses nls nptl nsplugin nvenc ogg opengl openmp openrc-force pam pcre pdf png policykit postproc pppd pulseaudio python quicktime readline resolvconf sdl sdl1 sndfile sse sse2 ssl startup-notification svg taglib tcpd theora tiff tracker truetype twolame udev unicode v4l vaapi vdpau vorbis vpx vulkan wav wavpack webp win32codecs wmf x264 x265 xa xattr xinerama xml xvid xvmc zeroconf zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel ice1724 intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias authn_core authz_core socache_shmcb unixd" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev synaptics keyboard mouse" KERNEL="linux" L10N="en fr" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python3_7 python2_7" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby27 ruby26" USERLAND="GNU" VIDEO_CARDS="radeon amdgpu vulkan-amdgpu gallium-radeonsi radeonsi fbdev gallium-r600 gallium-vmware nvidia osmesa qxl r600 swrast vaapi vdpau vmware xa xvmc" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, ENV_UNSET, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS (chroot) gag4ruda ~ # my inxi -Faz info (chroot) gag4ruda ~ # inxi -Faz -xxx System: Kernel: 5.15.11-zen1-1-zen x86_64 bits: 64 compiler: gcc v: 11.1.0 parameters: initrd=\amd-ucode.img initrd=\initramfs-linux-zen.img rd.luks.name=86691f1a-15a7-4cc6-823e-08eab8fb14b4=luks-86691f1a-15a7-4cc6-823e-08eab8fb14b4 root=/dev/mapper/luks-86691f1a-15a7-4cc6-823e-08eab8fb14b4 rootflags=subvol=@ rd.luks.options=discard rw rd.luks.name=1436414a-f251-47a7-bf5f-6ba83c40e119=luks-1436414a-f251-47a7-bf5f-6ba83c40e119 resume=/dev/disk/by-label/swap Console: pty pts/0 Distro: Funtoo Linux 1.4 Machine: Type: Laptop System: ASUSTeK product: VivoBook_ASUSLaptop X513UA_M513UA v: 1.0 serial: <filter> Mobo: ASUSTeK model: X513UA v: 1.0 serial: <filter> UEFI: American Megatrends LLC. v: X513UA.305 date: 03/12/2021 (upower:1850851): UPower-WARNING **: 22:06:25.806: Cannot connect to upowerd: Could not connect: No such file or directory Battery: ID-1: BAT0 charge: 40.3 Wh (100.0%) condition: 40.3/42.1 Wh (95.8%) volts: 11.8 min: 11.8 model: ASUSTeK ASUS Battery type: Li-ion serial: N/A status: Not charging cycles: 7 Device-1: hidpp_battery_0 model: Logitech Wireless Mouse M325 serial: <filter> charge: Full status: Discharging CPU: Info: model: AMD Ryzen 7 5700U with Radeon Graphics bits: 64 type: MT MCP arch: Zen 2 family: 0x17 (23) model-id: 0x68 (104) stepping: 1 microcode: 0x8608103 Topology: cpus: 1x cores: 8 tpc: 2 threads: 16 smt: enabled cache: L1: 512 KiB desc: d-8x32 KiB; i-8x32 KiB L2: 4 MiB desc: 8x512 KiB L3: 8 MiB desc: 2x4 MiB Speed (MHz): avg: 1400 min/max: 1400/4370 boost: enabled scaling: driver: acpi-cpufreq governor: powersave cores: 1: 1400 2: 1400 3: 1400 4: 1400 5: 1400 6: 1400 7: 1400 8: 1400 9: 1400 10: 1400 11: 1400 12: 1400 13: 1400 14: 1400 15: 1400 16: 1400 bogomips: 57494 Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm Vulnerabilities: Type: itlb_multihit status: Not affected Type: l1tf status: Not affected Type: mds status: Not affected Type: meltdown status: Not affected Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization Type: spectre_v2 mitigation: Full AMD retpoline, IBPB: conditional, IBRS_FW, STIBP: conditional, RSB filling Type: srbds status: Not affected Type: tsx_async_abort status: Not affected Graphics: Device-1: AMD Lucienne vendor: ASUSTeK driver: amdgpu v: kernel bus-ID: 03:00.0 chip-ID: 1002:164c class-ID: 0300 Device-2: Quanta USB2.0 HD UVC WebCam type: USB driver: uvcvideo bus-ID: 3-3:3 chip-ID: 0408:30d4 class-ID: 0e02 serial: <filter> Display: server: X.org 1.20.10 compositor: enlightenment driver: loaded: amdgpu note: n/a (using device driver) tty: 182x45 Message: Advanced graphics data unavailable in console for root. Audio: Device-1: AMD driver: snd_hda_intel v: kernel bus-ID: 03:00.1 chip-ID: 1002:1637 class-ID: 0403 Device-2: AMD Raven/Raven2/FireFlight/Renoir Audio Processor vendor: ASUSTeK driver: N/A bus-ID: 03:00.5 chip-ID: 1022:15e2 class-ID: 0480 Device-3: AMD Family 17h HD Audio vendor: ASUSTeK driver: snd_hda_intel v: kernel bus-ID: 03:00.6 chip-ID: 1022:15e3 class-ID: 0403 Sound Server-1: ALSA v: k5.15.11-zen1-1-zen running: yes Sound Server-2: JACK v: 0.125.0 running: no Sound Server-3: PulseAudio v: 14.0 running: no Sound Server-4: PipeWire v: 0.3.0 running: yes Network: Device-1: Intel Wi-Fi 6 AX200 driver: iwlwifi v: kernel bus-ID: 01:00.0 chip-ID: 8086:2723 class-ID: 0280 IF: wlp1s0 state: up mac: <filter> IF-ID-1: docker0 state: down mac: <filter> Bluetooth: Device-1: Intel AX200 Bluetooth type: USB driver: btusb v: 0.8 bus-ID: 3-2:2 chip-ID: 8087:0029 class-ID: e001 Report: rfkill ID: hci0 rfk-id: 2 state: up address: see --recommends Drives: Local Storage: total: 1.84 TiB used: 6.32 GiB (0.3%) SMART Message: Required tool smartctl not installed. Check --recommends ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Western Digital model: PC SN530 SDBPNPZ-1T00-1002 size: 953.87 GiB block-size: physical: 512 B logical: 512 B speed: 31.6 Gb/s lanes: 4 type: SSD serial: <filter> rev: 21106000 temp: 34.9 C ID-2: /dev/sda maj-min: 8:0 type: USB vendor: Seagate model: One Touch HDD size: 931.51 GiB block-size: physical: 4096 B logical: 512 B type: N/A serial: <filter> rev: 1707 Partition: ID-1: / raw-size: 447.66 GiB size: 447.66 GiB (100.00%) used: 6.3 GiB (1.4%) fs: btrfs block-size: 4096 B dev: /dev/dm-3 maj-min: 254:3 mapped: funtoo ID-2: /boot raw-size: 1024 MiB size: 1022 MiB (99.80%) used: 20.3 MiB (2.0%) fs: vfat block-size: 512 B dev: /dev/sda1 maj-min: 8:1 ID-3: /home raw-size: 447.66 GiB size: 447.66 GiB (100.00%) used: 6.3 GiB (1.4%) fs: btrfs block-size: 4096 B dev: /dev/dm-3 maj-min: 254:3 mapped: funtoo ID-4: /var raw-size: 447.66 GiB size: 447.66 GiB (100.00%) used: 6.3 GiB (1.4%) fs: btrfs block-size: 4096 B dev: /dev/dm-3 maj-min: 254:3 mapped: funtoo Swap: Kernel: swappiness: 133 (default 60) cache-pressure: 100 (default) ID-1: swap-1 type: partition size: 16.54 GiB used: 0 KiB (0.0%) priority: -2 dev: /dev/dm-1 maj-min: 254:1 mapped: luks-1436414a-f251-47a7-bf5f-6ba83c40e119 ID-2: swap-2 type: zram size: 15.1 GiB used: 2.2 MiB (0.0%) priority: 100 dev: /dev/zram0 ID-3: swap-3 type: partition size: 17 GiB used: 0 KiB (0.0%) priority: -3 dev: /dev/dm-2 maj-min: 254:2 mapped: swap Sensors: Missing: Required tool sensors not installed. Check --recommends Info: Processes: 398 Uptime: 4h 51m wakeups: 24 Memory: 15.1 GiB used: 2.73 GiB (18.1%) Init: systemd v: N/A default: 3 tool: rc-service Compilers: gcc: 9.2.0 alt: 9.2.0 Packages: emerge: 1160 lib: 178 Shell: Bash (su) v: 5.0.18 running-in: pty pts/0 inxi: 3.3.11 Info from
  4. Trying to run "ego boot update" to reboot on funtoo and install the graphic environment (in a VM). I get the following error message : (chroot)livecd /etc/portage # ego boot update * Generating config for grub... ERROR: Ego encountered an unexpected error: AttributeError ERROR: Full traceback written to /tmp/ego-traceback-16718.txt. And the following is in the traceback log : 'NoneType' object has no attribute 'generate_cpu_microcode_initramfs'Traceback (most recent call last): File "/usr/bin/ego", line 120, in <module> EgoModule.run_ego_module(action, econfig, args, VERSION) File "/usr/share/ego/python/ego/module.py", line 110, in run_ego_module ego_module(*args) File "/usr/share/ego/python/ego/module.py", line 95, in __call__ self.handle() File "/usr/share/ego/modules/boot.ego", line 256, in handle handler() File "/usr/share/ego/modules/boot.ego", line 225, in update_action self.update(boot_menu, quiet=quiet, cleanup=True, check=check, boot_options=self.boot_options) File "/usr/share/ego/modules/boot.ego", line 113, in update success = extension.regenerate(boot_menu) File "/usr/share/ego/python/funtoo/boot/extension.py", line 98, in regenerate self.generateConfigFile(boot_menu) File "/usr/share/ego/python/funtoo/boot/extensions/grub.py", line 413, in generateConfigFile self.resolver.GenerateSections(boot_menu, self.generateBootEntry, self.generateOtherBootEntry) File "/usr/share/ego/python/funtoo/boot/resolver.py", line 505, in GenerateSections ok = self._GenerateLinuxSection(boot_menu, sect, sfunc) File "/usr/share/ego/python/funtoo/boot/resolver.py", line 432, in _GenerateLinuxSection ok = sfunc(boot_menu, sect, kname, kext) File "/usr/share/ego/python/funtoo/boot/extensions/grub.py", line 209, in generateBootEntry initrds = self.resolver.find_initrds(initrds, scanpath, k_full_path, kext) File "/usr/share/ego/python/funtoo/boot/resolver.py", line 135, in find_initrds success, initramfs = self.generate_cpu_microcode_initramfs(scanpath=scanpath) File "/usr/share/ego/python/funtoo/boot/resolver.py", line 129, in generate_cpu_microcode_initramfs return self.cpu.generate_cpu_microcode_initramfs(scanpath) AttributeError: 'NoneType' object has no attribute 'generate_cpu_microcode_initramfs' I have installed "linux-firmware" 20211027 but ego doesn't seems to find the AMD firmware. Info on the laptop here: linux-0rk5:/mnt/garuda/@/etc # inxi -faz CPU: Info: Quad Core model: AMD A6-3400M APU with Radeon HD Graphics socket: FS1 bits: 64 type: MCP arch: Fusion family: 12 (18) model-id: 1 stepping: 0 microcode: 3000027 cache: L1: 512 KiB L2: 4 MiB bogomips: 11179 Speed: 801 MHz min/max: 800/1400 MHz base/boost: 1400/1400 boost: enabled volts: 1.1 V ext-clock: 100 MHz Core speeds (MHz): 1: 801 2: 811 3: 799 4: 807 Flags: 3dnow 3dnowext 3dnowprefetch abm aperfmperf apic arat clflush cmov cmp_legacy constant_tsc cpb cpuid cr8_legacy cx16 cx8 de extapic extd_apicid fpu fxsr fxsr_opt ht hw_pstate ibs lahf_lm lbrv lm mca mce misalignsse mmx mmxext monitor msr mtrr nonstop_tsc nopl npt nrip_save nx osvw pae pat pausefilter pdpe1gb pge pni popcnt pse pse36 rdtscp rep_good sep skinit sse sse2 sse4a svm svm_lock syscall tsc vme vmmcall wdt Vulnerabilities: Type: itlb_multihit status: Not affected Type: l1tf status: Not affected Type: mds status: Not affected Type: meltdown status: Not affected Type: spec_store_bypass status: Not affected Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization Type: spectre_v2 mitigation: Full AMD retpoline, STIBP: disabled, RSB filling Type: srbds status: Not affected Type: tsx_async_abort status: Not affected I'm installing Funtoo in a VM under KVM. Booted the VM with 3Gb memory, 25Gb vdisk with ext2 /boot on vda1, btrfs root on vda3 (yes I had to recompile genkernel and linux-debian-source) and 2Gb swap on vda2. The vm processors are a copy of the current machine and virtmanage show it is an "Opteron_G3". I have installed inxi in the vm and it show the following info : (chroot)livecd /etc/portage # inxi -faz CPU: Info: 4x Single Core model: AMD Opteron 23xx (Gen 3 Class Opteron) bits: 64 type: SMP arch: K10 family: 10 (16) model-id: 2 stepping: 3 microcode: 1000065 cache: L2: 2 MiB bogomips: 11179 Speed: 1397 MHz min/max: N/A Core speeds (MHz): 1: 1397 2: 1397 3: 1397 4: 1397 Flags: 3dnow 3dnowext 3dnowprefetch abm apic arat clflush cmov cmp_legacy cpuid cr8_legacy cx16 cx8 de extd_apicid fpu fxsr fxsr_opt hypervisor lahf_lm lm mca mce misalignsse mmx mmxext msr mtrr nopl nx osvw pae pat pdpe1gb pge pni popcnt pse pse36 rdtscp rep_good sep sse sse2 sse4a syscall tsc tsc_deadline_timer tsc_known_freq vme vmmcall x2apic Vulnerabilities: Type: l1tf status: Not affected Type: mds status: Not affected Type: meltdown status: Not affected Type: spec_store_bypass status: Not affected Type: spectre_v1 mitigation: __user pointer sanitization Type: spectre_v2 mitigation: Full AMD retpoline, STIBP: disabled, RSB filling I have added use flag "btrfs" in the make.conf previously. Anything I have forget ? Or is that a problem with the AMD microcode not loading ??? Regards, BT Any hint how to finally be able to boot this VM ???
  5. I just found that I had a GEOIP block iptables that blocked CN,UA,TW,RO,HK. It was interfering with some of the servers of build.funtoo.org. I had this rule to block people from Asia that where constantly knocking at my ssh port on port 443. I had to use 443 because of work firewall restriction. As soon I deleted the GeoIP_Restriction chain everything came back to normal. Sorry for the wrong alarm call ! It was me. Regards, Bernard
  6. Thanks, I did continue installation with generic 64 bits stage3 image and naturally the AMD firmware package. But I was just trying to guess why is only that one subarch missing ??? and it happen to be the one my laptop need ??? The part about unresolvable dependency block is more disturbing to me ... I'm just testing funtoo installation on a VM for now. I'm still waiting for my new laptop to be delivered. But if the installation and administration of the laptop become to heavy/complicated I might switch to Artix, Void Linux or Devuan. I have tried void linux with enlightenment and its really very, very fast. Thanks for answering, BT
  7. Would it be logical that it happens when installing from stage3 in a VM and have not yet configured anything related to the clock ??? I'm testing an installation of funtoo in a VM under KVM. I booted the VM with the Funtoo liveCD and it is not in the good zoneinfo (I'm in America/Montreal) and the VM is on UTC. It's not a big deal since I can download anyway by adding --no-check-certificate. The message about the certificate is confusing. Regards, Bernard
  8. Just to warn that the certificate of build.funtoo.org is expired. Is somebody in charge to renew certificate ? Time to do it! Regards, BT
  9. Hi, I hope I do not hijack this post. But it's exactly what I need to know and it's 2 years old with no answer ... Anybody found wich arch use instead of AMD64_Jaguar since it seems to be still missing ?? Here is my processor info : linux-0rk5:/mnt/garuda/@/etc # inxi -faz CPU: Info: Quad Core model: AMD A6-3400M APU with Radeon HD Graphics socket: FS1 bits: 64 type: MCP arch: Fusion family: 12 (18) model-id: 1 stepping: 0 microcode: 3000027 cache: L1: 512 KiB L2: 4 MiB bogomips: 11179 Speed: 801 MHz min/max: 800/1400 MHz base/boost: 1400/1400 boost: enabled volts: 1.1 V ext-clock: 100 MHz Core speeds (MHz): 1: 801 2: 811 3: 799 4: 807 Flags: 3dnow 3dnowext 3dnowprefetch abm aperfmperf apic arat clflush cmov cmp_legacy constant_tsc cpb cpuid cr8_legacy cx16 cx8 de extapic extd_apicid fpu fxsr fxsr_opt ht hw_pstate ibs lahf_lm lbrv lm mca mce misalignsse mmx mmxext monitor msr mtrr nonstop_tsc nopl npt nrip_save nx osvw pae pat pausefilter pdpe1gb pge pni popcnt pse pse36 rdtscp rep_good sep skinit sse sse2 sse4a svm svm_lock syscall tsc vme vmmcall wdt Vulnerabilities: Type: itlb_multihit status: Not affected Type: l1tf status: Not affected Type: mds status: Not affected Type: meltdown status: Not affected Type: spec_store_bypass status: Not affected Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization Type: spectre_v2 mitigation: Full AMD retpoline, STIBP: disabled, RSB filling Type: srbds status: Not affected Type: tsx_async_abort status: Not affected I'm testing installation of Funtoo on my old laptop. Waiting for the new one to arrive. Been using funtoo in the far away past and thinking of using it for my new laptop (it's gonna be a ryzen 7 5300U). Regards, BT
×
×
  • Create New...