Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New preseed on Ubuntu 20.04
2020-05-11, 13:40
Post: #6
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 keymap=us hostname=ubuntu vga=normal preseed/url=http://${66}/iso/ubuntu/autoinstall/config.yml
kernel iso/ubuntu/vmlinuz  ${imgargs}
initrd iso/ubuntu/initrd
boot

For MultimediaMan, I don't know what I can answer to you sorry...
rom-o-matic is not reachable, and on my VM I cannot compil a new .efi multiples errors... Sorry. I tried to answer this my template of snponly.efi

I can boot Ubuntu 20.04 installer without problem. Just my autoinstaller yaml is not use. Canonical change network boot method.

This is
Code:
#!ipxe

dhcp ||

echo IP pxe server: ${66}
sleep 2

set menu-url http://${66}/menu.ipxe

initrd ${menu-url} && goto success || goto failure

:success
echo Success!
sleep 2
goto command

:failure
echo Failure!
sleep 2

:command
chain ${menu-url} ||

#For Troubleshooting after Failure...
shell

So read this doc: Autonstall
And if someone know how to make it work with iPXE, it's will be very good.

I'll looking for for cloudinit and ipxe, maybe.

Thanks,
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
New preseed on Ubuntu 20.04 - fred - 2020-05-01, 15:23
RE: New preseed on Ubuntu 20.04 - fred - 2020-05-11 13:40
RE: New preseed on Ubuntu 20.04 - XaT - 2020-05-13, 14:27



User(s) browsing this thread: 1 Guest(s)