mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #390] Using preseed with Ubuntu installer, DHCP fails, how to specify static IP without manual interaction? #151
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @orange888 on GitHub (Nov 16, 2019).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/390
Originally assigned to: @antonym on GitHub.
Hi,
I am using a preseed file, inside the ubuntu installer, how do I configure the ubuntu installer static IP? how do I get around the DHCP?
https://imgur.com/a/YRN1UIy
I would like this to be fully automated.
Thanks.
@orange888 commented on GitHub (Nov 16, 2019):
Because I had to configure the netboot IP in the beginning to get to the main menu, can the netboot pass the static ip information to the ubuntu installer?
Thanks.
@antonym commented on GitHub (Nov 17, 2019):
Probably will need to add static support to Ubuntu, Debian:
Either it'll need to be in preseed format like this or:
or ip= format for casper:
http://manpages.ubuntu.com/manpages/bionic/man7/casper.7.html
Would also need to find out how you can have it select interface to use by the mac address iPXE booted into. i.e. BOOTIF=${netX/mac}
@github-actions[bot] commented on GitHub (Nov 24, 2020):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@antonym commented on GitHub (Nov 24, 2020):
Focal and Groovy now use the Subiquity installer. I've added support to leverage an interactive fallback if DHCP is not found. It does use the new auto install instead of typical Debian preseed though.
github.com/netbootxyz/netboot.xyz@40d124473d