coolpul
April 17th, 2020, 01:43 PM
Hi,
We are trying to create unattended installation of Ubuntu-20.04 Desktop edition and would like the inputs for the same.
Can we perform through netboot method or Live image method?
We have tried using Netboot method and did not work with error as Network was unreachable. Tried to ping the network and it was working fine
Entries made to Grub file is as shown below with netboot option:
menuentry "Install Ubuntu 20.04" --id 2004 {
linux netboot_1/vmlinuz root=/dev/nfs boot=casper netbot=nfs nfsroot=192.168.x.xxx://OS/ubuntu2004 automatic-ubiquity url=http://xx.xxx.xx.xx/ubuntu/preseed/ubuntu2004.cfg console-setup/ask_detect=false keyboard-configuration/layoutcode=us netcfg/choose_interface=auto locale=en_us netcfg/get_hostname=ubuntu20.04 biosdevname=0 systemd.mask=dev-hugepages.mount systemd.mask=dev-mqueue.mount systemd.msk=sys-fs-fuse-connections.mount syetmd.mask=sys-kernel-config.mount systemd.mask=sys-kernel-debug.mount systemd.mask=tmp.mount splash toram nomodeset
initrd netboot_focal/initrd
}
With below method, I am facing Live image not found.
Entries made to Grub file is as shown below with Live image option:
menuentry "Install Ubuntu 20.04 Live" --id 2004Live {
linux netboot_1/vmlinuz automatic-ubiquity url=http://xx.xxx.xx.xx/ubuntu/preseed/ubuntu2004.cfg console-setup/ask_detect=false keyboard-configuration/layoutcode=us netcfg/choose_interface=auto locale=en_us netcfg/get_hostname=ubuntu20.04 biosdevname=0 systemd.mask=dev-hugepages.mount systemd.mask=dev-mqueue.mount systemd.msk=sys-fs-fuse-connections.mount syetmd.mask=sys-kernel-config.mount systemd.mask=sys-kernel-debug.mount systemd.mask=tmp.mount splash toram nomodeset
initrd netboot_focal/initrd
}
Any help to create unattended installation of U20.04 would be appreciated.
TIA.
We are trying to create unattended installation of Ubuntu-20.04 Desktop edition and would like the inputs for the same.
Can we perform through netboot method or Live image method?
We have tried using Netboot method and did not work with error as Network was unreachable. Tried to ping the network and it was working fine
Entries made to Grub file is as shown below with netboot option:
menuentry "Install Ubuntu 20.04" --id 2004 {
linux netboot_1/vmlinuz root=/dev/nfs boot=casper netbot=nfs nfsroot=192.168.x.xxx://OS/ubuntu2004 automatic-ubiquity url=http://xx.xxx.xx.xx/ubuntu/preseed/ubuntu2004.cfg console-setup/ask_detect=false keyboard-configuration/layoutcode=us netcfg/choose_interface=auto locale=en_us netcfg/get_hostname=ubuntu20.04 biosdevname=0 systemd.mask=dev-hugepages.mount systemd.mask=dev-mqueue.mount systemd.msk=sys-fs-fuse-connections.mount syetmd.mask=sys-kernel-config.mount systemd.mask=sys-kernel-debug.mount systemd.mask=tmp.mount splash toram nomodeset
initrd netboot_focal/initrd
}
With below method, I am facing Live image not found.
Entries made to Grub file is as shown below with Live image option:
menuentry "Install Ubuntu 20.04 Live" --id 2004Live {
linux netboot_1/vmlinuz automatic-ubiquity url=http://xx.xxx.xx.xx/ubuntu/preseed/ubuntu2004.cfg console-setup/ask_detect=false keyboard-configuration/layoutcode=us netcfg/choose_interface=auto locale=en_us netcfg/get_hostname=ubuntu20.04 biosdevname=0 systemd.mask=dev-hugepages.mount systemd.mask=dev-mqueue.mount systemd.msk=sys-fs-fuse-connections.mount syetmd.mask=sys-kernel-config.mount systemd.mask=sys-kernel-debug.mount systemd.mask=tmp.mount splash toram nomodeset
initrd netboot_focal/initrd
}
Any help to create unattended installation of U20.04 would be appreciated.
TIA.