• USB stick installer

    From rob stone@21:1/5 to All on Tue May 20 11:10:01 2025
    Hello,

    I have copied debian-12.11.0-amd64-netinst.iso to a USB stick and its
    size is 702545920.

    Am I correct in thinking that I can boot from this on a new laptop
    (after adjusting boot sequence) and then install Debian on that laptop
    wiping out the OS it was sold with?

    Regards,
    Robert

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peter Ehlert@21:1/5 to rob stone on Tue May 20 18:50:01 2025
    On 5/20/25 01:13, rob stone wrote:
    Hello,

    I have copied debian-12.11.0-amd64-netinst.iso to a USB stick and its
    size is 702545920.
    I prefer the netinst ISO... may be a bit of a challenge for you, see below

    Am I correct in thinking that I can boot from this on a new laptop
    (after adjusting boot sequence) and then install Debian on that laptop
    wiping out the OS it was sold with?

    yes. The installer is very powerful and a bit complicated for many.

    a more "user friendly" installer (calamares) is included with the Live ISOs.


    Regards,
    Robert



    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Pascal Hambourg@21:1/5 to rob stone on Tue May 20 20:50:01 2025
    On 20/05/2025 at 10:13, rob stone wrote:

    I have copied debian-12.11.0-amd64-netinst.iso to a USB stick and its
    size is 702545920.

    Am I correct in thinking that I can boot from this on a new laptop
    (after adjusting boot sequence) and then install Debian on that laptop
    wiping out the OS it was sold with?

    It depends what you mean by "copied".
    If you mean "write to the raw /dev/sdX USB drive", e.g.

    # cp debian-12.11.0-amd64-netinst.iso /dev/sdX
    or
    # dd if=debian-12.11.0-amd64-netinst.iso of=/dev/sdX bs=1M

    then the answer is yes, unless the laptop firmware is faulty or the CPU
    is not 64-bit x86. If you mean "write to a mounted filesystem on the USB
    drive, e.g.

    # mount /dev/sdX1 /mnt && cp debian-12.11.0-amd64-netinst.iso /mnt

    then the answer is no.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nicholas D Steeves@21:1/5 to Pascal Hambourg on Tue May 20 22:30:01 2025
    Hi Rob,

    Pascal Hambourg <pascal@plouf.fr.eu.org> writes:

    On 20/05/2025 at 10:13, rob stone wrote:

    I have copied debian-12.11.0-amd64-netinst.iso to a USB stick and its
    size is 702545920.

    Am I correct in thinking that I can boot from this on a new laptop
    (after adjusting boot sequence) and then install Debian on that laptop
    wiping out the OS it was sold with?

    It depends what you mean by "copied".
    If you mean "write to the raw /dev/sdX USB drive", e.g.

    # cp debian-12.11.0-amd64-netinst.iso /dev/sdX
    or
    # dd if=debian-12.11.0-amd64-netinst.iso of=/dev/sdX bs=1M

    Or if you used an easy to use utility like Etcher (even on another OS)

    https://etcher.balena.io/

    then the answer is yes, unless the laptop firmware is faulty or the CPU
    is not 64-bit x86.

    Cheers,
    Nicholas

    --=-=-Content-Type: application/pgp-signature; name="signature.asc"

    -----BEGIN PGP SIGNATURE-----

    iQJEBAEBCgAuFiEE4qYmHjkArtfNxmcIWogwR199EGEFAmgs5ZAQHHN0ZW5AZGVi aWFuLm9yZwAKCRBaiDBHX30QYaCyD/4u0ZB/CAYvKkZlVYAmeUSA/uN++x7vwhDD NH70DfG5jfGw0uvaK28GaUOwL9Ck6djTvwo0IKGXVs+KEruUBFwYo9xoTkVdBzWo U7y1HJQV11qazQC0oK/77hSYki99DOnHQbceZONBG/SxgaTbqRrbNn8nP+jPf5zL sWI8qaKEC22TekEN8gSH7/PaSYpDR2CGrda6YtOciqqxzzJx+1Zf7foq2qsblj2l XEvRBnA7gDZk9BzvTyPzXuwEU6Y0t6GflbRr0qVmnGct1RdDJu+yzPRZT8fV5dSb DQKXGzG4Lv/T9CrgwB6bXDRDPEpKJjT6cXLwgyHUh9dFjf1319gAwc5NIuFGasAa lvQoD6Lfw2hnpq3jlW6OlVjCV+GPzRe/tnT1I3bUvUzECwJkCLZLDMWcP5WMJgkL TUmT1PSVdlg9EWZ1BhTxQYnwsbFDiHOLqVjD6+6Cx1tm74IGzPtv1WOT+jF3X0zr mNT1pN1Cn2y9y8Helu0jBHyeiRPod9udC2AeFrUcE+uBOYanEQHOfhm/C2kN1nIn ErjNVQ5eoq2qoJaBvOogxrbSY/jSn4Peq/D+5xBulbu4oESEljUAzBtsQnB6bAJp ue3w6xBrj7tYyHbs03ljV3nnHV4UXD5EMq1imXToOH+EOIDkR3Bn8pBRmzLB49Vf vcQ/yGukUA==8yVA
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)