Received: from smtp4.xmail.net (smtp4.xmail.net [65.110.6.11]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 95D79225C6A for <~alpine/users@lists.alpinelinux.org>; Fri, 27 Dec 2024 22:59:50 +0000 (UTC) Received: from smtp.xmail.net (xmail.net [65.110.6.56]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp4.xmail.net (MTA) with ESMTPS id 7B719198956 for <~alpine/users@lists.alpinelinux.org>; Fri, 27 Dec 2024 14:59:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=xmail.net; s=xm; t=1735340389; bh=JV2LobMuPsbs81U3PIjq6HMvkzYx5d+XEd+9lfdkIPM=; h=Date:From:To:Subject; b=YbGNaEY+a6MDr2OVuIOboWFzw3WfPULpXYD9UylzXTQZ+8+AbXBv19Z1zwJ2PbBe4 HhV7f1ovU/j82567Y5WRxwad0tcsTeM43ltZcV20uNK4k0Bm/+YtpmbFAn8XYYpOOf Kl3z4Eo+HBQODUZJc+EroUpQ7YQ7v0Scwc+41sHA= Received: from xmail.net (localhost [127.0.0.1]) by smtp.xmail.net (MTA) with ESMTP id 7416F20328A for <~alpine/users@lists.alpinelinux.org>; Fri, 27 Dec 2024 14:59:49 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.xmail.net Received: from smtp.xmail.net ([127.0.0.1]) by xmail.net (xmail.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O-5IEO_E5Mi8 for <~alpine/users@lists.alpinelinux.org>; Fri, 27 Dec 2024 14:59:49 -0800 (PST) Received: from [127.0.0.1] (unknown [77.220.196.253]) (using TLSv1.2 with cipher AES128-SHA256 (128/128 bits)) (Client CN "maxl@xmail.net", Issuer "Aaex CA" (verified OK)) (Authenticated sender: maxl) by smtp.xmail.net (MTA) with ESMTPSA id 60AFD203289 for <~alpine/users@lists.alpinelinux.org>; Fri, 27 Dec 2024 14:59:47 -0800 (PST) Date: Fri, 27 Dec 2024 23:59:41 +0100 From: Maxl To: ~alpine/users@lists.alpinelinux.org Subject: Delays during boot Message-Id: <20241227235932.2B62.CCE032F3@xmail.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.74.02 [de] - alpine-virt-3.21.0-x86.iso with VirtualBox, installed with setup-alpine as "sys" - Problem: Boot to login-prompt takes 2 minutes (virtual SATA-disk, removed CD after install, no other devices; SCSI took even longer, IDE very much longer) These are the longest delays: EXT4-fs (sda3): orphan cleanup... takes 20s In Busybox: "Scanning hardware for mdev" takes 5s "loading hardware drivers" >30s Is it possible to speed up the boot process? Maybe too many devices are supported although only the a few drivers for the virtual hardware are needed? On the same computer a Windows-VM boots in 30s to the complete desktop. And this is no explicit "virt"-version like Alpine... Poweroff is slow, too: 20s. BTW: it took quite long to find out, that the ethernet-adapter "PC-Net FAST" doesn't work. The Intel-adapter has to be choosen. IMHO this could be mentioned in the wiki - like the SCSI/IDE thing. Sorry for faults, I'm a Linux-beginner and English is not my native language. The Alpine Linux I found while searching for a small and fast Linux for use in VMs on older machines. DSL-Linux (and others) was quite slow and comes with too many apps, which are not needed and Clipboard/VBox-Shares is not working out of the box. So I thought, it makes more sense to use Alpine and install only the needed software. The 1st "big" aim is to get Firefox ESR running.