[solved] debian buster - netinstall - uefi
|
2019-10-17, 17:09
(This post was last modified: 2019-10-20 14:59 by fred.)
Post: #1
|
|||
|
|||
[solved] debian buster - netinstall - uefi
Hello,
Me again... My preseed conf is not load. Code: :debian-amd64-auto I have install screen but I preseed not take effect. Code: # Préconfigurer la locale seule définit la langue, le pays et la locale. Any idea? Thanks |
|||
2019-10-18, 12:59
Post: #2
|
|||
|
|||
RE: preseed debian buster
relevant for why is if you are booting in efi mode or not.
you might want to use preseed.cfg in all cases... If in efi mode there will be no cpio headers added so it won't appear as /preseed.cfg for the kernel, while it will if you boot in pcbios mode. for efi, you will have to add cpio headers yourself Code: echo preseed.cfg | cpio -H newc -o > preseed.cfg.cpio Use GitHub Discussions VRAM bin |
|||
2019-10-19, 08:38
Post: #3
|
|||
|
|||
RE: preseed debian buster
Hello and thanks for your answer.
I tried this after found http://forum.ipxe.org/showthread.php?tid=8275, in add of your reply. Code: kernel http://debian.proxad.net/debian/dists/stable/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux initrd=initrd.gz initrd=preseed.cfg.cpio But not working. I did echo preseed.cfg | cpio -H newc -o > preseed.cfg.cpio and it's add this to preseed.cfg.cpio Code: 0707010000CDFA000081E40000000000000021000000015DA85C6D000011AC000000000000003B00000000000000000000000C00000000preseed.cfg^@^@^@ Something I don't understand again. I need to add preseed in archive to be load?! |
|||
2019-10-20, 14:57
Post: #4
|
|||
|
|||
RE: preseed debian buster
Hello,
I tried many configuration, and I found something works with netinstall + uefi / preseed ! my menu.ipxe: Code: kernel http://debian.proxad.net/debian/dists/stable/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux initrd=initrd.gz initrd=firmware.cpio.gz locale=fr_FR.UTF-8 keyboard-configuration/layoutcode=fr keyboard-configuration/variantcode=latin9 keymap=skip-config auto=true priority=critical auto url=http://${66}/iso/debian/preseed.cfg You have to put in kernel args keyboard and localization if you don't want to be ask about, and add priority=critical auto url=http://URL/path/to/preseed.cfg Know I tried to pass somes late-command, but I have error. It's another story without link with ipxe. Hope can help with this example. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)