Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 458197816F4 for <~alpine/users@lists.alpinelinux.org>; Mon, 10 May 2021 20:29:04 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id A48212400FD for <~alpine/users@lists.alpinelinux.org>; Mon, 10 May 2021 22:29:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1620678542; bh=2vL/7FeRl6CpkVEgGEwb4WA9Bu4yx6PQ/Yx2twWI7F8=; h=Date:From:To:Subject:From; b=rm+X9pSLcAmL3BPt0kumniH4TrZ4jayrbHAPeR4Thuz+fZT5GYPDlfmSV4DNmtqgV 6SB+7AoKdbkIaFhA6YnaWZmEAFFlDF8U7DSD0Qz+bNrHPjCS1tLlpat2ytQql7wTUW NvHGHul7paLoKOZvBrc9LYc6eBu3jlvnBm0lzvsIXEh7MmPBZOle1iXkO4oBKLdvhp U6WlUeGBpCYZOZ6MOB6t3NNC1S3tYf76MJD3HNk+a6UkxFSFP5YZzVJgqvaCqKS4l4 MZClXitYrf7C5nek66ENJU1mbucLc3GYtaZbHgypLjmRxpvolfj4xmhqRuBIPEEZv/ vKwxiz0bK/yYQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FfCM16fNgz6tmJ for <~alpine/users@lists.alpinelinux.org>; Mon, 10 May 2021 22:29:01 +0200 (CEST) Date: Mon, 10 May 2021 20:29:06 +0000 From: Moritz Strohm To: ~alpine/users@lists.alpinelinux.org Subject: Re: Cannot boot from hard drive on a Pentium1 system Message-ID: <20210510202906.vt6yswflyz434w5v@posteo.de> References: <20210509122748.pjrvxeggco77yzck@posteo.de> <20210509162830.bbueyf2kjmm6mgkq@posteo.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4jveo4efxb7divi7" Content-Disposition: inline In-Reply-To: <20210509162830.bbueyf2kjmm6mgkq@posteo.de> --4jveo4efxb7divi7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Check with fdisk that your boot partition is bootable and try > (install syslinux if needed first): >=20 > extlinux -i /mnt/boot > > dd if=3D/usr/share/syslinux/mbr.bin of=3D/dev/sda The boot partition is marked as bootable according to fdisk. I chrooted from the Alpine Linux CD to the Alpine Linux on the hard drive and executed the two commands, but without success. In the chroot environment, the first command was: extlinux -i /boot extlinux recognised that /dev/sda1 is the boot partition (which should be correct) and reported no errors. I also tried to install the alt-mbr.bin with dd, but the result is the same. I checked that the MBR ends with the sequence 0x55 0xAA (using dd and xxd) before making attempts to reinstall syslinux in it. --4jveo4efxb7divi7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmYQZdPjq88yLGBjgCz8M0NkjOYMFAmCZl5IACgkQCz8M0Nkj OYNcGxAAtaP1kf0GNF6lRahpzeVNmVh2tb1jbm/NWG/gRtTziiPIqo79aJPXVqjB 50YRIGazf79ubdDntUpZ+LoZWxNFAYP4bmcPx0dNdssll3XW6lSsbcYl4YIJTW52 6EKX5aBAtUydgmxiO6Z4pjQ70xPdaNVoZcad6fEQCYo6LdEnqzxvS8NqKGrDk7/o raJxIYy0t61gk+Z/r9pyaYgHYJbDx83gJ9qObJxJ79JM/UJzjBFBT/qJM/waqgpA tJJ79UBmDURx1TBTGwAMLdc8PZ8I+JH0z6DKq4KCo7Pl63h95fOz2cdnA5bV29CX x8xlRnLU8FVh8ZSPE1TtG5xewuUrxwRDPNhKxyPUnWKUCtVLezxlaVRN6wY5CRAI D0EU63827qn2AE74mbocEzcXj9Jmge9RE2bvP+d+Dgsxrly5VFQvJ7Zr3LXxOmoV DPujpHctLL06Umpa5bMeY6+Y1W7ez/o/j1f2uwzW9iCelCxhxWOBsCby/kj5JQLq HycIfnmn0TcloMX/LyJU3ryxx04Ov9ZTF5IVixzYJ2wmXSA3Ek0fTginCesYR4oO xZd6TzbP2P0xRrJW9b7OMX3cXLn1it1hwrxpynDjDJfW57kJ2/xhqC4H9/U5XydQ tf1dVe65RVQjyIM76TCrptf0Zmq4yTqk3yb4FABdi5jjiTiCtTU= =Zxw1 -----END PGP SIGNATURE----- --4jveo4efxb7divi7--