mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Improve Ubuntu 24.04 Booting
Increases ramdisk size, and sets cloud-config-url=/dev/null to prevent hangs during the boot process. Resolves: https://github.com/netbootxyz/netboot.xyz/issues/1496
This commit is contained in:
parent
488a2e8088
commit
8216ae06ef
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ iseq ${os_arch} amd64 && set ubuntu_iso_url http://releases.ubuntu.com/${codenam
|
|||
iseq ${os_arch} arm64 && set ubuntu_iso_url http://cdimage.ubuntu.com/releases/${version_number}/release/ubuntu-${version_number}-live-server-${os_arch}.iso ||
|
||||
isset ${dhcp-server} && set netboot_params ip=dhcp url=${ubuntu_iso_url} || set netboot_params
|
||||
echo Loading Ubuntu Subiquity Network Installer...
|
||||
kernel ${kernel_url}vmlinuz root=/dev/ram0 ramdisk_size=1500000 ${netboot_params} ${install_params} {{ kernel_params }}
|
||||
kernel ${kernel_url}vmlinuz root=/dev/ram0 ramdisk_size=3500000 cloud-config-url=/dev/null ${netboot_params} ${install_params} {{ kernel_params }}
|
||||
initrd ${kernel_url}initrd
|
||||
echo
|
||||
echo MD5sums:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue