Re: Installer image for installation via ssh

2018-04-18 Thread Abdullah Ramazanoglu
On Wed, 18 Apr 2018 21:51:42 +0200 deloptes said: > what might help here and is not very hard to configure, is to get it done > via nfs boot - you can prepare it with a working computer and then run the > one with the broken card. But again if bios was not configured to run PXE > as boot option, i

Re: Installer image for installation via ssh

2018-04-18 Thread deloptes
Abdullah Ramazanoglu wrote: > Or, if you can get into BIOS settings somehow (in spite of a defunct graph > card?) and if your machine (BIOS) can use an RS232 port for remote console > (server class machines usually do) then you can connect to the broken > machine over telnet / RS-232. if it was n

Re: Installer image for installation via ssh

2018-04-18 Thread Abdullah Ramazanoglu
On Wed, 18 Apr 2018 14:02:25 +0200 Leandro Noferini said: > Ciao a tutti, Ciao Leandro > I need to (re)install debian on a compact on intel with graphic board > broken so I would try to install via ssh: are there installation images > prepared for this kind of situation? I speculate that it is

Re: Installer image for installation via ssh

2018-04-18 Thread Brian
On Wed 18 Apr 2018 at 18:32:14 +0200, john doe wrote: > On 4/18/2018 2:02 PM, Leandro Noferini wrote: > > Ciao a tutti, > > > > I need to (re)install debian on a compact on intel with graphic board > > broken so I would try to install via ssh: are there installation images > > prepared for this k

Re: Installer image for installation via ssh

2018-04-18 Thread john doe
On 4/18/2018 2:02 PM, Leandro Noferini wrote: Ciao a tutti, I need to (re)install debian on a compact on intel with graphic board broken so I would try to install via ssh: are there installation images prepared for this kind of situation? You could try: https://wiki.debian.org/DebianInstalle

Re: Installer image for installation via ssh

2018-04-18 Thread Curt
On 2018-04-18, Leandro Noferini wrote: > > I hoped to find something "pre-cooked". > The low-tech pre-cooked solution is to remove the hard drive from machine A, install Debian onto the drive from machine B, and then put it back under the proverbial cover of darkness. This is the renown Y answer

Re: Installer image for installation via ssh

2018-04-18 Thread Brian
On Wed 18 Apr 2018 at 17:41:20 +0200, Leandro Noferini wrote: > The Wanderer writes: > > [...] > > > https://sowhatisthesolution.wordpress.com/2016/03/13/headless-debian-install-via-ssh/ > > > > which appears to be someone's directions for doing exactly what you're > > after, only a couple of y

Re: Installer image for installation via ssh

2018-04-18 Thread Leandro Noferini
The Wanderer writes: [...] > https://sowhatisthesolution.wordpress.com/2016/03/13/headless-debian-install-via-ssh/ > > which appears to be someone's directions for doing exactly what you're > after, only a couple of years old. I hoped to find something "pre-cooked". :-) Could be something to

Re: Installer image for installation via ssh

2018-04-18 Thread songbird
Leandro Noferini wrote: > --=-=-= > Content-Type: text/plain; charset=utf-8 > Content-Transfer-Encoding: quoted-printable > > Ciao a tutti, > > I need to (re)install debian on a compact on intel with graphic board > broken so I would try to install via ssh: are there installation images > prepared

Re: Installer image for installation via ssh

2018-04-18 Thread The Wanderer
On 2018-04-18 at 08:02, Leandro Noferini wrote: > Ciao a tutti, > > I need to (re)install debian on a compact on intel with graphic > board broken so I would try to install via ssh: are there > installation images prepared for this kind of situation? This is what would be called a "headless" ins

Installer image for installation via ssh

2018-04-18 Thread Leandro Noferini
Ciao a tutti, I need to (re)install debian on a compact on intel with graphic board broken so I would try to install via ssh: are there installation images prepared for this kind of situation? -- Ciao leandro http://6xukrlqedfabdjrb.onion/blog/ Alla bellezza preferisco la verità. E il dubbio è l

Re: how to find out ethernet device name

2018-04-18 Thread Greg Wooledge
On Wed, Apr 18, 2018 at 08:31:14AM +, Curt wrote: > On 2018-04-17, Don Armstrong wrote: > > sudo ip link; > > Do you need sudo for that (would I get something else here if I was > root)? No, you don't. Don is probably just used to the years of needing sudo or an explicit path to ifconfig.

Re: how to find out ethernet device name

2018-04-18 Thread Brian
On Wed 18 Apr 2018 at 12:13:31 -, Dan Purgert wrote: > Ben Caradoc-Davies wrote: > > On 18/04/18 09:46, Don Armstrong wrote: > >> On Tue, 17 Apr 2018, Long Wind wrote: > >>> we used to call them eth0, eth1 ...now we use new names > >>> i have a ethernet card in stretchhow to find out its name?

Re: how to find out ethernet device name

2018-04-18 Thread Dan Purgert
Ben Caradoc-Davies wrote: > On 18/04/18 09:46, Don Armstrong wrote: >> On Tue, 17 Apr 2018, Long Wind wrote: >>> we used to call them eth0, eth1 ...now we use new names >>> i have a ethernet card in stretchhow to find out its name? Thanks! >> sudo ip link; >> will show you what the available interf

Re: how to find out ethernet device name

2018-04-18 Thread Curt
On 2018-04-17, Don Armstrong wrote: > On Tue, 17 Apr 2018, Long Wind wrote: >> we used to call them eth0, eth1 ...now we use new names >> i have a ethernet card in stretchhow to find out its name? Thanks! > > sudo ip link; Do you need sudo for that (would I get something else here if I was root)?