-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to PXE boot via NFS #269
Comments
Well nfs is not supported, it can only boot from http, even if you manage
to setup ip address properly
Tomas M
Dne po 15. 1. 2024 16:50 uživatel trigger1154 ***@***.***>
napsal:
… So I've tried just about everything. I can get the initrd to boot, however
it can't find the squashfs file. If I input network commands it can't get
an IP though DHCP, says "Bad Address". I assume I need to edit the create
script for the initramfs but not sure what part. It is set to include
network in the config file. I even installed libnfs-utils on the mint os
I'm using.
Anyone know how to make this work?
—
Reply to this email directly, view it on GitHub
<#269>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARHTKS7UYBWRWLOY2DC7JLYOVF2VAVCNFSM6AAAAABB3PO7J6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4DEMRZGMZTINQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hey,Thank you for the timely response. Can you think of any reason why when I had it set up as HTTP that the DHCP still gave me the same error? It seems to not like using IP=DHCP command.On Jan 15, 2024 14:46, Tomas Matejicek ***@***.***> wrote:
Well nfs is not supported, it can only boot from http, even if you manage
to setup ip address properly
Tomas M
Dne po 15. 1. 2024 16:50 uživatel trigger1154 ***@***.***>
napsal:
So I've tried just about everything. I can get the initrd to boot, however
it can't find the squashfs file. If I input network commands it can't get
an IP though DHCP, says "Bad Address". I assume I need to edit the create
script for the initramfs but not sure what part. It is set to include
network in the config file. I even installed libnfs-utils on the mint os
I'm using.
Anyone know how to make this work?
—
Reply to this email directly, view it on GitHub
<#269>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARHTKS7UYBWRWLOY2DC7JLYOVF2VAVCNFSM6AAAAABB3PO7J6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4DEMRZGMZTINQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I do not know how is your pxe or dhcp server set up, and I do not remember
what is going on in livekit anymore, but you can maybe get some inspiration
from pxe server script here:
https://github.com/Tomas-M/linux-live/blob/master/Slax/debian12/rootcopy/usr/bin/pxe
Tomas M
Dne po 15. 1. 2024 21:57 uživatel trigger1154 ***@***.***>
napsal:
… Hey,Thank you for the timely response. Can you think of any reason why
when I had it set up as HTTP that the DHCP still gave me the same error? It
seems to not like using IP=DHCP command.On Jan 15, 2024 14:46, Tomas
Matejicek ***@***.***> wrote:
Well nfs is not supported, it can only boot from http, even if you manage
to setup ip address properly
Tomas M
Dne po 15. 1. 2024 16:50 uživatel trigger1154 ***@***.***>
napsal:
> So I've tried just about everything. I can get the initrd to boot,
however
> it can't find the squashfs file. If I input network commands it can't
get
> an IP though DHCP, says "Bad Address". I assume I need to edit the
create
> script for the initramfs but not sure what part. It is set to include
> network in the config file. I even installed libnfs-utils on the mint os
> I'm using.
>
> Anyone know how to make this work?
>
> —
> Reply to this email directly, view it on GitHub
> <#269>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AARHTKS7UYBWRWLOY2DC7JLYOVF2VAVCNFSM6AAAAABB3PO7J6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4DEMRZGMZTINQ>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—Reply to this email directly, view it on GitHub, or unsubscribe.You are
receiving this because you authored the thread.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#269 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARHTKXGLS2V3VSNTSURQQDYOWJ23AVCNFSM6AAAAABB3PO7J6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJSG42TMOJVG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So I've tried just about everything. I can get the initrd to boot, however it can't find the squashfs file. If I input network commands it can't get an IP though DHCP, says "Bad Address". I assume I need to edit the create script for the initramfs but not sure what part. It is set to include network in the config file. I even installed libnfs-utils on the mint os I'm using.
Anyone know how to make this work?
The text was updated successfully, but these errors were encountered: