Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: New preseed on Ubuntu 20.04
Post: RE: New preseed on Ubuntu 20.04
I know MultimediaMan that is not a iPXE problem.
I just ask for help to integrate the new Ubuntu Network install to iPXE. Not said that iPXE don't work.
Certainly I'm not clear in my explanations.
... |
|
fred |
General |
8 |
24,151 |
2020-05-11, 14:52 |
|
|
Thread: New preseed on Ubuntu 20.04
Post: RE: New preseed on Ubuntu 20.04
Hello,
Thanks d4rk3 for your example, but it's not working.
Code:
set imgargs initrd=initrd.gz root=/dev/rd/0 ramdisk_size=14984 rw ip=dhcp auto=true key... |
|
fred |
General |
8 |
24,151 |
2020-05-11, 13:40 |
|
|
Thread: New preseed on Ubuntu 20.04
Post: RE: New preseed on Ubuntu 20.04
Hello,
I'm sorry I don't see error. Where I can find error log of this?
Simply, it's, how to integrate the news "preseed system" named autoinstall of the new Ubuntu 20.04 to iPXE?
Thanks!
Have a gre... |
|
fred |
General |
8 |
24,151 |
2020-05-02, 07:38 |
|
|
Thread: New preseed on Ubuntu 20.04
Post: New preseed on Ubuntu 20.04
Hello,
New Ubuntu, news problems!
They change the network install.
As new thread/doc said:
Netbooting the live server installer
And my new entry UEFI in menu.ipxe is:
Code:
:ubuntu2004
kernel iso/... |
|
fred |
General |
8 |
24,151 |
2020-05-01, 15:23 |
|
|
Thread: [solved] Variable in boot menu
Post: RE: Variable in boot menu
My final snponly.efi generate by rom-o-matic that work:
UEFI + dnsmasq
Code:
#!ipxe
dhcp ||
echo IP pxe server: ${66}
sleep 2
set menu-url http://${66}/menu.ipxe
initrd ${menu-url}... |
|
fred |
General |
17 |
70,328 |
2019-10-20, 15:07 |
|
|
Thread: [solved] debian buster - netinstall - uefi
Post: 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... |
|
fred |
General |
3 |
12,646 |
2019-10-20, 14:57 |
|
|
Thread: [solved] debian buster - netinstall - uefi
Post: 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/instal... |
|
fred |
General |
3 |
12,646 |
2019-10-19, 08:38 |
|
|
Thread: [solved] Variable in boot menu
Post: RE: Variable in boot menu
Thanks,
I will continue and post when I have finish. |
|
fred |
General |
17 |
70,328 |
2019-10-18, 12:36 |
|
|
Thread: [solved] Variable in boot menu
Post: RE: Variable in boot menu
Sorry, same result.
Error
echo ${3} show me 192.168.10.1
echo ${17} is empty
initrd http:///menu.ipxe
Failure! (ipxe.org/err/3e11618e)
And that what I tried now:
My snponly.efi built with... |
|
fred |
General |
17 |
70,328 |
2019-10-18, 11:06 |
|
|
Thread: [solved] Variable in boot menu
Post: RE: Variable in boot menu
I'm using DNSMASQ with proxy relay to my router.
This what I tried:
dnsmasq.conf
Code:
#===============================================================
# Configuration file for dnsmasq
#===========... |
|
fred |
General |
17 |
70,328 |
2019-10-18, 10:00 |
|
|
Thread: [solved] debian buster - netinstall - uefi
Post: [solved] debian buster - netinstall - uefi
Hello,
Me again...
My preseed conf is not load.
Code:
:debian-amd64-auto
kernel http://debian.proxad.net/debian/dists/stable/main/installer-amd64/current/images/netboot/debian-installer/amd64/linu... |
|
fred |
General |
3 |
12,646 |
2019-10-17, 17:09 |
|
|
Thread: [solved] Variable in boot menu
Post: RE: Variable in boot menu
The same:
Code:
192.168.10.1
192.168.10.1
initrd http://192.168.10.1/menu.ipxe
http://192.168.10.1/menu.ipxe no such file or directory No such file or directory (http://ipxe.org/2d0c618e)
Failure!
ht... |
|
fred |
General |
17 |
70,328 |
2019-10-17, 08:19 |
|
|
Thread: [solved] Variable in boot menu
Post: RE: Variable in boot menu
It's little bit better!
Something new!
With your script Mr MultimediaMan I have something like this:
Code:
http://192.168.10.1/menu.ipxe... No such file or directory (http://ipxe.org/2d0c618e)
Failu... |
|
fred |
General |
17 |
70,328 |
2019-10-17, 07:56 |
|
|
Thread: [solved] Variable in boot menu
Post: RE: Variable in boot menu
I add:
sleep 5 between each step and add echo http://${netX/next-server}/boot.ipxe.cfg
Nothing sleep and nothing echo.
Sorry don't know... |
|
fred |
General |
17 |
70,328 |
2019-10-15, 12:27 |
|
|
Thread: [solved] Variable in boot menu
Post: RE: Variable in boot menu
Hello,
I tried with netX, nothing better. Sorry.
screenshot
http://ipxe.org/err/2d03e1
???
Thanks |
|
fred |
General |
17 |
70,328 |
2019-10-15, 08:03 |
|
|
Thread: [solved] Variable in boot menu
Post: RE: Variable in boot menu
Hello,
Thanks for your answer.
I'm very very sorry, but I simply don't underdstand. Sorry...
Yes, my TFTP server is on the same IP.
I try this on rom-o-matic:
Code:
#!ipxe
dhcp
chain http://$... |
|
fred |
General |
17 |
70,328 |
2019-10-14, 20:49 |
|
|
Thread: [solved] Variable in boot menu
Post: [solved] Variable in boot menu
Hello,
This is what I have and compil from rom-o-matic and work:
Code:
#!ipxe
dhcp
chain http://192.168.10.118/menu.ipxe
exit
But I want to passing variable in this menu something like:
Code:
#!i... |
|
fred |
General |
17 |
70,328 |
2019-10-11, 21:37 |