You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's pulling the live iso and doesn't inject the auto install into txt.cfg i tried modifying the install script but couldn't get it to work correctly
the set command at 252:
sed -i "/label install/ilabel autoinstall\n\
is not running since there no install in the file:
default live
label live
menu label ^Install Ubuntu Server
kernel /casper/vmlinuz
append initrd=/casper/initrd quiet ---
label live-nomodeset
menu label ^Install Ubuntu Server (safe graphics)
kernel /casper/vmlinuz
append initrd=/casper/initrd quiet nomodeset ---
label memtest
menu label Test ^memory
kernel /install/mt86plus
label hd
menu label ^Boot from first hard disk
localboot 0x80
The text was updated successfully, but these errors were encountered:
it's pulling the live iso and doesn't inject the auto install into txt.cfg i tried modifying the install script but couldn't get it to work correctly
the set command at 252:
sed -i "/label install/ilabel autoinstall\n\
is not running since there no install in the file:
default live
label live
menu label ^Install Ubuntu Server
kernel /casper/vmlinuz
append initrd=/casper/initrd quiet ---
label live-nomodeset
menu label ^Install Ubuntu Server (safe graphics)
kernel /casper/vmlinuz
append initrd=/casper/initrd quiet nomodeset ---
label memtest
menu label Test ^memory
kernel /install/mt86plus
label hd
menu label ^Boot from first hard disk
localboot 0x80
The text was updated successfully, but these errors were encountered: