Received: from libero.it (smtp-35.italiaonline.it [213.209.10.35]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 2465D223C5B for ; Fri, 8 Aug 2025 10:42:45 +0000 (UTC) Received: from [192.168.1.36] ([151.65.24.169]) by smtp-35.iol.local with ESMTPA id kKYduGnROOVk3kKYduAMQC; Fri, 08 Aug 2025 12:42:44 +0200 x-libjamoibt: 1601 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=libero.it; s=s2021; t=1754649764; bh=vKsF8T0d8x/Lg8comlYVp5X9N6E+xP78IgMxEv73dC8=; h=From; b=KomXDPGPYrcxRnzcgRxofXoW/FF87Ug2+/+VmbixlK78TU89oHsPpEM4oxv6AQX2g Lw4SCNHErXr8ARC90nciaFFSTvXWOvVaudI3iEP66UCHF0d+Okk+9yr1j7AmHhsOD1 jXbjR2LXyZQ1P8kcgKNb8GIOZwDFUwl58vhEQJKXI+XzH+CSrq0JoJGtcSs0fPi8wD n8PQUZZWe7R+GghEbFI/rFpy7y/t0TOFYTWIE7xFnMPo0G2QuCa4z0tU6nMC+NeoD8 K3WYBW/RYXoFjKzdDHq498KG8Cc4nVvHlUJmZL1s6+B1uFAAxEn7NHJXYpR/2nM7FV plhSS9hVq2W/g== X-CNFS-Analysis: v=2.4 cv=X+xSKHTe c=1 sm=1 tr=0 ts=6895d4a4 cx=a_exe a=VX3XdWSYZc3h49bTBob7tw==:117 a=VX3XdWSYZc3h49bTBob7tw==:17 a=IkcTkHD0fZMA:10 a=wVO1HhwA_sfoa0Ap4hYA:9 a=3ZKOabzyN94A:10 a=QEXdDO2ut3YA:10 To: alpine-user@lists.alpinelinux.org From: Riccardo Mottola Subject: system boot & modloop Message-ID: <681aa559-6aed-f1cc-8793-52504d67a1f6@libero.it> Date: Fri, 8 Aug 2025 12:44:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0 SeaMonkey/2.53.21 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfCNyaYY2nis74FBieZn/JoP6ACsc0yCX7cjgGcpDv+WmelEr0DNlW4Tjz6nd0vIasD/+05QTmfV3Tpjr9LrAdqCOR7FXAemT289Qx/8EbAibNxO+TTpv MWdCiJmX0tCke+IsQT0VoUbYEJzEKifMd0uEV0SdZkPf/6KBRajBEnDIusSWeTIyxHfyx0sptY5qHO/t6KX1wjnN5Rez0l154CDhmo/Y4Pa+7Zuv8GMrLACN Hi all, I did a fresh install of 3.22 on a ThinkPad amd64. It was not clean, it had FreeBSD and Windows. I wanted to keep dual booting and replace FreeBSD. I had installed Alpine previously on 32bit laptops without issues and kept it up-to-date. Boot from the CD was problematic: it had consistent modloop issues, so that the booted system had no ethernet nor wifi. I looked on the internet and hints were about that existing partitioned disk was an issue. I decided to use another Debian USB stick, format it and reboot with alpine. DId not help At the end, the only fix was: |modloop_verify=no at boot and I could get into a working Alpine, as usual. I proceeded with settup, used whole disk for simplicity. Rebooted and started installing all classic stuff for X... nouveau worked, windowmanager, basic stuff all fine! Unpacked data backup in my home. Poweroff & reboot next day, bad surprise: no ethernet, no framebuffer, no anything. Appears the system is completely without modules. I see no modloop errors though. I see no errors at all, except during network setup where "no such devices" comes, for obvious reasons. Using ||modloop_verify=no now doesn't help either, because it is not a modloop error. Any hints what is going wrong and how can debug? I tried checking "rc-service" and I see acpid is crashed, the rest is running. A check says it is beause of /dev/input/event0 missing I tried manually starting modloop with: rc-service modloop "modloop failed to start" but in messages find that no reason. Is this expected onĀ  an installed system? Riccardo |||