• One shoot USB key with ssh

    From jack-sparrow@3:633/10 to All on Wednesday, June 10, 2026 05:00:02


    Dear,

    I think to use on old Intel Pentium Dual Core for at home, but no VGA screen.


    Have an iso image of Trixie to one shoot install?


    Just a essential package and ssh with DHCP to install Debian (I don't know if i386 or amd64 for pentium dual core) for an at home server.


    And become with ssh in local network to access and configure it.


    I have just 16Go of my computer, can't do my personal ISO installer.


    Any suggestions are welcome.


    Jack Sparrow.








    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Jack Sparrow@3:633/10 to All on Wednesday, June 10, 2026 09:30:02
    thank

    On mer., 2026-06-10 at 08:42 +0200, Thomas Schmitt wrote:
    Hi,

    jack-sparrow wrote:
    I think to use on old Intel Pentium Dual Core for at home, but no
    VGA
    screen.
    Have an iso image of Trixie to one shoot install?
    Just a essential package and ssh with DHCP to install Debian (I
    don't know
    if i386 or amd64 for pentium dual core) for an at home server.

    If you need i386 then you are out of luck with Debian 13.

    If you can use amd64 then i think that Debian Live flavor "standard"
    (i.e. without GUI) is nearest to your description:
    ÿ https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-13.5.0-amd64-standard.iso


    Have a nice day :)

    Thomas

    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Jeffrey Walton@3:633/10 to All on Wednesday, June 10, 2026 13:10:01
    On Wed, Jun 10, 2026 at 1:19?AM jack-sparrow
    <jack-sparrow@blues-softwares.net> wrote:

    I think to use on old Intel Pentium Dual Core for at home, but no VGA scr
    een.

    Have an iso image of Trixie to one shoot install?

    Just a essential package and ssh with DHCP to install Debian (I don't kno
    w if i386 or amd64 for pentium dual core) for an at home server.

    And become with ssh in local network to access and configure it.

    I have just 16Go of my computer, can't do my personal ISO installer.

    Any suggestions are welcome.

    The Pentium Dual-Core are either 32-bit or 64-bit; see <https://en.wikipedia.org/wiki/Pentium_Dual-Core>. You can run Debian 12/Bookworm on with 32-bit or 64-bit. Debian 13/Trixie only supports
    64-bit.

    You have to determine which version of the processor you have. Check
    in the BIOS.

    If you can boot to Bookworm, then dmidecode should be able to provide
    the information. Notice the "64-bit capable" below.

    $ sudo dmidecode -t processor
    # dmidecode 3.6
    Getting SMBIOS data from sysfs.
    SMBIOS 3.4 present.

    Handle 0x0004, DMI type 4, 48 bytes
    Processor Information
    Socket Designation: U3E1
    Type: Central Processor
    Family: Core i7
    Manufacturer: Intel(R) Corporation
    ...
    Core Count: 14
    Core Enabled: 14
    Thread Count: 20
    Characteristics:
    64-bit capable
    Multi-Core
    Hardware Thread
    Execute Protection
    Enhanced Virtualization

    Jeff

    --- PyGate Linux v1.5.15
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)