@ C.S.Cameron (cscameron),

I think I understand now. You can remove the boot option maybe-ubiquity
from the 'linux line' of grub.cfg:

from

menuentry "Ubuntu - persistent live" {
 search --set=root --fs-uuid 2020-04-23-07-51-42-00
        set gfxpayload=keep
        linux   ($root)/casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash persistent ---
        initrd  ($root)/casper/initrd
}

to

menuentry "Ubuntu - persistent live" {
 search --set=root --fs-uuid 2020-04-23-07-51-42-00
        set gfxpayload=keep
        linux   ($root)/casper/vmlinuz  file=/cdrom/preseed/ubuntu.seed  quiet 
splash persistent ---
        initrd  ($root)/casper/initrd
}

If you confirm that this is what you mean, I can modify that in mkusb-
dus (the shellscript dus-persistent), maybe also in mkusb-plug (the
shellscript mkusb-sedd).

When dropping the option maybe-ubiquity, the option to select language
(via grub) will also be dropped. Maybe it is worthwhile to keep this
option anyway, or to create an extra menuentry for the purpose to select
language?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1863672

Title:
  The 'new' persistent live method starting in 19.10 no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1863672/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to