Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B55AE782BE2 for <~alpine/users@lists.alpinelinux.org>; Sat, 22 May 2021 16:56:30 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 62B152400FC for <~alpine/users@lists.alpinelinux.org>; Sat, 22 May 2021 18:56:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1621702589; bh=V6HAXte5UIrDBgPJu7IplY24y08RmDdLccYH+62cM44=; h=Date:From:To:Subject:From; b=mtj/kzq88f7pu2zC7/8ceplOkfiXB53i4o0QZPpqndeyNZdPmmcm24c/mGFzgnCW/ HEPBEEV2HvSwwcE8bTcp8Q9KhpePKTkrmSIKgvJvkSO5hhut3nq7hOkZhj3qtp9E2c kWONNyLqSVcj/dLvnsmlmHPBcDwYhqamc944OwleIwpUupyJ86nmCGwdUObBFBHvfK JplSNj1CS0wZINQXp6Fj+i0Vw/QAOyc69wYP3UagGrNEU6UZlW7qMrZWkvK5R0lRWU nRjBmi5bIb7dMd2DvPfbL/V26Da2lphEHxwN/RmtfQpZqsIFioe+UFbpLWPY0e6rzx G0Aiqdh6tFmZQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FnV4D5tWSz9rxW for <~alpine/users@lists.alpinelinux.org>; Sat, 22 May 2021 18:56:28 +0200 (CEST) Date: Sat, 22 May 2021 16:56:30 +0000 From: Moritz Strohm To: ~alpine/users@lists.alpinelinux.org Subject: Re: Cannot boot from hard drive on a Pentium1 system Message-ID: <20210522165630.kasvz3ksa5mekchl@posteo.de> References: <20210509122748.pjrvxeggco77yzck@posteo.de> <20210509162830.bbueyf2kjmm6mgkq@posteo.de> <20210510202906.vt6yswflyz434w5v@posteo.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="366jvr3cm6ektfcw" Content-Disposition: inline In-Reply-To: <20210510202906.vt6yswflyz434w5v@posteo.de> --366jvr3cm6ektfcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > If you can boot apine from a usb, maybe you could configure it to boot > your hard disk install as a workaround until fixing this. No, that is not possible since the BIOS doesn't really support USB at all. I tried to install Grub2 again, since Grub2 did at least boot, contrary to syslinux/extlinux that didn't show any sign of booting at all (see above). grub-mkconfig detected the vmlinuz-image and the ramdisk, so I assume it generated a correct configuration file in /boot/grub/grub.cfg. Then, I called grub-install like this: grub-install --target=i386-pc --modules="boot ext2 elf vga vga_text msdospart configfile fat echo normal linux" /dev/sda The installation reported no errors and after a reboot, I landed in the normal grub mode, not the rescue mode, but grub2 still could not load the content of the boot partition, which has an ext4 file system, set up by the alpine linux installer. Event after manually loading the ext2 module in grub using "insmod ext2", the content of the partitions cannot be read by grub. --366jvr3cm6ektfcw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmYQZdPjq88yLGBjgCz8M0NkjOYMFAmCpN7UACgkQCz8M0Nkj OYOjNw/9Ggfi6GdHGHuogFrD3QwfNI59LwQIJe2iQMY1KETQuFm3m1d6TrfZ2a3T YAGkYfgzwf/kvpZm5dMc6SR2JL+IrGaW+Ge9ywcMeVY2f4LXC574OIBbziRcP1mo Tv7MfSdIZGI/BQWMvoSK+cbEbhU9LfH34elF2jfeJkSM0jezokaHst6Lc1wnwF0t TQyy0c30oUTofb5DceYBUaXMCwkF+inQuWL/n+ckNMpk751NmA8+TuYqD2KY+r5x rYRXTl4+REyBxI/WBncQ9TKZgTfgvG8Ia2JvjOCE4ZzAloa9JbM/CdsO+HvhN7Hc GoQ5iFP1vDpj5rwm2Yoqo7tqiWhC73K+CJvoMcK27IOb+5fmPh6zgLIQAVCSRKtH wPi65UkizVbEUiMLrEiY0dgxq1I3bvJybHXiFRrSQNec3Awb12ijLWcHu9VX52Gr unmMI5jVes+E6Vjkq88Ac5k//BFsEojTwMhD1zQ1kxBu50+BGV27g4Hn6EthLTiM SAXclFMuHEj05o8O9B8kb/pmL665//Vfy56mY6nyD37LFhNACiLgUMKoEuFWylay Sg23xzRtnOX7HjqLsMOzQYuiWYRncZ+N19jdxww5OU9jiP22RcznuofPiYJO1+Jy 1Kb8xSUFzHDDjE9qBKIluNpmQZGgvmlUVHBOIx5W828jia/iK10= =JIhV -----END PGP SIGNATURE----- --366jvr3cm6ektfcw--