Results 1 to 3 of 3

Thread: Automated install/preseeding not working with 1.1.0

  1. #1
    Join Date
    2014-Oct
    Posts
    1

    Automated install/preseeding not working with 1.1.0

    Hi,

    I'm trying to auto install by adding "auto url=http://xxx/preseed.cfg" to the boot params in 1.1.0 and I can't manage to get it to work at all. Same process worked fine under 1.0.9.

    I can see the debug logs confirm that the preseed.cfg file was downloaded and I can see it saved in / during install. Despite that, the installer process doesn't appear to use it at all and will ask all of the standard setup questions as if preseeding wasn't used.

    Any thoughts?

  2. #2
    I have the same issue. I have been playing with the boot parameters a bit, but so far without much success. Works fine on 1.0.9a and earlier versions, but not on 1.1.0

  3. #3
    Join Date
    2015-Sep
    Posts
    1
    I had the same issues with Kali 2.0. I discovered Kali 2.0 is based off of Debian Jessie and found this issue: https://bugs.debian.org/cgi-bin/bugr...cgi?bug=772044. The crux of the problem, as stated in that thread, is a "---" (triple dash) must be put before the parameters to be parsed by the Debian installer. I was working on this for a Packer Kali build (https://packer.io/), and the boot command for my Packer template is:

    "<wait>I<tab>",
    "<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>< bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs ><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
    "--- preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg debian-installer=en_US locale=en_US keymap=us kbd-chooser/method=us fb=false debconf/frontend=noninteractive hostname=kali domain=local.lan",
    " keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA keyboard-configuration/variant=USA console-setup/ask_detect=false initrd=/install/initrd.gz <enter>"

Similar Threads

  1. Replies: 17
    Last Post: 2017-05-28, 09:25
  2. Automated email for failed login attempt
    By juice_box in forum General Archive
    Replies: 1
    Last Post: 2016-09-01, 10:50
  3. Alot of wireless automated tools not working in kali 2.0.
    By Fetalerror in forum General Archive
    Replies: 0
    Last Post: 2015-10-01, 08:20
  4. working Mitm automated script
    By scorpoin in forum General Archive
    Replies: 2
    Last Post: 2014-06-26, 00:51

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •