Comment 6 for bug 1890884

Revision history for this message
Taihsiang Ho (tai271828) wrote :

@mwhudson Thanks for the hint. I think I did make some mistakes when setting up the grub parameters for pxe[1] because @dann seemed to perform a similar test without the same issue in these bug reports[2][3].

Let me set the status to be invalid until the pxe config is confirmed to be right.

[1] The grub.cfg snippet I used to reproduce this issue

menuentry "Install Ubuntu Server (18.04.5 subiquity live 20200806.1) (Pull the iso from lab apache)" {
        set gfxpayload=keep
        linux /casper/vmlinuz url=http://10.228.68.91/bionic-live-server-arm64.iso only-ubiquity ip=dhcp ---
        initrd /casper/initrd
}

[2] https://bugs.launchpad.net/subiquity/+bug/1891060
[3] https://bugs.launchpad.net/subiquity/+bug/1891059