Automatic installation of Debian 11 on ARM64

2023-10-15 Thread Frank Wilson
Hi, Has anyone successfully used the "automatic installation" option for the Debian 11 installer? I was expecting this option to give me screen where I can enter the URL to my preseed file (which it does on x86), but all I get on arm64 is a black screen and a blinking cursor. Th

Re: Fully automatic installation of Debian made simple

2019-05-15 Thread Rick Thomas
of it,,, Thanks! Rick > On May 15, 2019, at 1:37 AM, André Rodier wrote: > > Hello Debian users, > > For those who are interested in fully automatic installation of Debian, > I have published something that you'll find useful. > > It allows you to cr

Re: PXE, automatic installation and reboot

2013-07-29 Thread Iain M Conochie
> > You also have a default file in your pxelinux.cfg file with the > following in it: This should read pxelinux.cfg Directory not file. And the default file is called default Ta Iain -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Re: PXE, automatic installation and reboot

2013-07-29 Thread Iain M Conochie
On Thu, 2013-07-25 at 17:30 +0200, Jimmy Thrasibule wrote: > Hi, > > I've setup and environment to automatically install some Debian boxes > via the network using PXE, TFTP and Preseed. If this part is working > fine, I'm facing a little issue when the installation is done. > > I'm trying to make

Re: PXE, automatic installation and reboot

2013-07-26 Thread Jimmy Thrasibule
Hi, I finally opted for some iptables rules: -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT -A INPUT -m recent --name tftp --update --reap --seconds 5 -j ACCEPT -A INPUT -m conntrack -m set --match-set tftp_hosts src -p udp --dport 69 --ctstate NEW -j REJECT -A INPUT -m conntrack

Re: PXE, automatic installation and reboot

2013-07-25 Thread Karl E. Jorgensen
Hi On Thu, Jul 25, 2013 at 04:30:04PM +0100, Jimmy Thrasibule wrote: > Hi, > > I've setup and environment to automatically install some Debian boxes > via the network using PXE, TFTP and Preseed. If this part is working > fine, I'm facing a little issue when the installation is done. > > I'm try

PXE, automatic installation and reboot

2013-07-25 Thread Jimmy Thrasibule
Hi, I've setup and environment to automatically install some Debian boxes via the network using PXE, TFTP and Preseed. If this part is working fine, I'm facing a little issue when the installation is done. I'm trying to make everything automatic with no human intervention. The problem is that whe

Network automatic installation with custom mirror

2009-11-14 Thread Ding Honghui
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, I try to install my server from pxe boot and encounter some issue. Because my network bandwidth is very limited and I can't wait too long to install a server, so I collect all I need packages include packages from security.debian.org and ftp

Re: debian automatic installation question

2004-08-05 Thread John Summerfield
Jin Zhao wrote: Hi, Recently I started converting my servers from Redhat to Debian. I was a long time redhat user. and now find myself facing multiple ways of automatic installation -- fai, replicator, systemimager, autoinstall. Before deeply digging into these different beasts, I hope to hear

debian automatic installation question

2004-08-05 Thread Jin Zhao
Hi, Recently I started converting my servers from Redhat to Debian. I was a long time redhat user. and now find myself facing multiple ways of automatic installation -- fai, replicator, systemimager, autoinstall. Before deeply digging into these different beasts, I hope to hear suggestions from

Automatic Installation

2004-04-23 Thread Nicolas Winter
Hi, Here is my problem, I have to make an automatic install CD for debian stable. This CD have to be sent to a guy which only has to put the CD in the computer and let it go. The problem is that with one master CD, it should be send to many destination, with specific network settings so i cou

Re: Automatic Installation of Debian Systems

2003-07-18 Thread Harshwardhan Nagaonkar
Christian Langner wrote: Hi, Thank you for your fast response. I know there is Systemimager and FAI for Debian-Linux. I`m wanted to know, if there are another tools and what are the advantages and disadvantages of these programs. For example, FAI has security holes. Why is this problem not fixed

Re: Automatic Installation of Debian Systems

2003-07-14 Thread David Fokkema
blem ? You can take a look at fai (fully automatic installation). HTH, David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Automatic Installation of Debian Systems

2003-07-14 Thread Harshwardhan Nagaonkar
Christian Langner wrote: Hi, we want to have an automatioc installation system for our computers. The dream is, you put it on and it installs itself with all packages and perhaps with our own config-files, you type only the name and the IP. The process should run non-interactiv. I know there are

Automatic Installation of Debian Systems

2003-07-14 Thread Christian Langner
Hi, we want to have an automatioc installation system for our computers. The dream is, you put it on and it installs itself with all packages and perhaps with our own config-files, you type only the name and the IP. The process should run non-interactiv. I know there are many of imaging tools ou

Re: Automatic installation

2003-06-08 Thread Mike M
On Sunday 08 June 2003 15:27, David Fokkema wrote: > Can anyone comment on the tools available and which might be > particularly suited for the job. For example, is fai the best choice > because you can easily define classes and so configure the packages for > a particular server, or is it overkil

Automatic installation

2003-06-08 Thread David Fokkema
Hi group, I want to install some servers which will be running as simple home servers: ADSL or cable connection, shorewall, ssh, exim, procmail, spamassassin, clamav, uw-imapd, etc. The basic home server stuff. I want to do this by using automatic installation tools like autoinstall or fai

help with Fully Automatic Installation (FAI)

2003-04-03 Thread Benjamin Ash
Hi, I am probably shooting in the dark here, but is there anyone out there who has had success with FAI? I keep running into a problem during fai-setup. It is able to run the deboostrap program, get all of the debs', later it freaks out with script ending like so. init: timeout opening/writi

Re: automatic installation

2002-11-26 Thread Timo Benk
On Tue, Nov 26, 2002 at 01:38:38PM -0500, sean finney wrote: > heya, > > On Tue, Nov 26, 2002 at 05:48:24PM +0100, Timo Benk wrote: > > I want to install a debian system without > > any user interaction. > > > > All parameters like partition table or filesystems > > or packages to install are fix

Re: automatic installation

2002-11-26 Thread sean finney
heya, On Tue, Nov 26, 2002 at 05:48:24PM +0100, Timo Benk wrote: > I want to install a debian system without > any user interaction. > > All parameters like partition table or filesystems > or packages to install are fixed. > > Is there already a solution? yeah, take a look at the fai package.

automatic installation

2002-11-26 Thread Timo Benk
Hi, I want to install a debian system without any user interaction. All parameters like partition table or filesystems or packages to install are fixed. Is there already a solution? The next problem is the package configuration, is there a way to configure the packages without user interaction

Re: Announcing FAI 1.0 (Fully automatic Installation)

1999-12-28 Thread Sean 'Shaleh' Perry
> > Why cfengine and not debconf? It seems to me that debconf is a > natural for solving these problems. In fact, there's no reason why > dbootstrap couldn't ultimately be replaced by a debconf script, > leading to a single system for automated (with conf file, network db, > whatever) or manual

Announcing FAI 1.0 (Fully automatic Installation) (fwd)

1999-12-27 Thread Brian Almeida
- Forwarded message from "Bradley M. Alexander" <[EMAIL PROTECTED]> - Date: Mon, 27 Dec 1999 06:41:34 -0500 (EST) From: "Bradley M. Alexander" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Announcing FAI 1.0 (Fully automatic Installatio