Como posso fazer o preseed funcionar com o PXE Netboot?

1

Eu tenho experimentado com netboot PXE com TFTP nos últimos dias e eu configurei tudo com sucesso exceto o preseed. Eu posso ver que o Ubuntu (versões 14.10-15.04, amd64 e i386) obtém com êxito o preseed.cfg do meu servidor web e o carrega, mas ele ainda executa o instalador interativo. Aqui estão minhas opções de inicialização:

LABEL 1
    MENU LABEL Ubuntu 15.04 (64-bit)
    KERNEL Ubuntu/15.04/amd64/vmlinuz.efi
    APPEND auto=true quiet keyboard-configuration/layoutcode=us preseed/locale=en_US hostname=us domain=valdeon.co kbd-chooser/method=us console-keymaps-at/keymap=us priority=critical only-ubiquity boot=casper netboot=nfs nfsroot=10.1.1.1:/srv/install/Ubuntu/15.04/amd64 initrd=Ubuntu/15.04/amd64/initrd.lz url=http://10.1.1.1/pxe/Ubuntu/15.04/amd64/preseed.cfg
    TEXT HELP
    Boot the Ubuntu 15.04 64-bit DVD
    ENDTEXT
LABEL 2
    MENU LABEL Ubuntu 15.04 (32-bit)
    KERNEL Ubuntu/15.04/i386/vmlinuz
    APPEND boot=casper netboot=nfs nfsroot=10.1.1.1:/srv/install/Ubuntu/15.04/i386 initrd=Ubuntu/15.04/i386/initrd.lz url=http://10.1.1.1/pxe/Ubuntu/15.04/i386/preseed.cfg
    TEXT HELP
    Boot the Ubuntu 15.04 32-bit DVD
    ENDTEXT
LABEL 3
    MENU LABEL Ubuntu 14.10 (64-bit)
    KERNEL Ubuntu/14.10/amd64/vmlinuz.efi
    APPEND boot=casper netboot=nfs nfsroot=10.1.1.1:/srv/install/Ubuntu/14.10/amd64 initrd=Ubuntu/14.10/amd64/initrd.lz url=http://10.1.1.1/pxe/Ubuntu/14.10/amd64/preseed.cfg
    TEXT HELP
    Boot the Ubuntu 14.10 64-bit DVD
    ENDTEXT
LABEL 4
    MENU LABEL Ubuntu 14.10 (32-bit)
    KERNEL Ubuntu/14.10/i386/vmlinuz
    APPEND boot=casper netboot=nfs nfsroot=10.1.1.1:/srv/install/Ubuntu/14.10/i386 initrd=Ubuntu/14.10/i386/initrd.lz url=http://10.1.1.1/pxe/Ubuntu/14.10/i386/preseed.cfg
    TEXT HELP
    Boot the Ubuntu 14.10 32-bit DVD
    ENDTEXT

O que estou tentando trabalhar é o Ubuntu 15.04 (64 bits). Eu tenho mudado as opções de inicialização que muitos dizem ter corrigido este problema, mas sem sucesso.

Eu não quero colar todo o meu preseed.cfg aqui porque acho um pouco longo demais, mas colei aqui: link

Alguém tem alguma ideia?

    
por Spencer 06.06.2015 / 17:22

0 respostas