forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PXE] Added the installer image for PXE installation (#26)
Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com> Co-authored-by: Vivek Reddy Karri <vkarri@nvidia.com>
- Loading branch information
Showing
13 changed files
with
361 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
""" Setup PXE Network Installer for Bluefield """ | ||
1) vendor-class-identifier option of the DHCP request coming from a bluefield2 will be equal to BF2Client. | ||
2) Add the corresponding line to DHCP conf | ||
if substring (option vendor-class-identifier, 0, 9) = "BF2Client" { | ||
filename "grubnetaa64.efi"; | ||
} | ||
3) Extract the tar file. Eg: tar -xvzf <tar_file> . | ||
4) Please place the individual files in the expected locations. For Eg: | ||
a) The above DHCP configuration expects grub-efi binary to be in tftp-root | ||
b) grub.cfg is expected in grub/ directory | ||
c) Location of Image & initramfs can be somewhere in the tftp-root directory, but update the grub.cfg appropriately | ||
5) Doesn't support Secure Boot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.