baldyeti wrote: Mon Aug 26, 2019 6:35 pm
i thought i'd use frugal persist because i had never tried it and was always intrigued by the feature.
Maybe i did something wrong but it wasn't all smooth sailing.
Note i did not allow the installer to relabel my target partition.
The generated grub.cfg looks for a kernel at antiX/vmlinuz,
but the directory created to host the frugal install is actually called antiX-4.19-amd64 (or somesuch)
After fixing that, i still could not boot with the default grub entry (fails to find antiX/linuxfs, although it exists)
*but* the failsafe option actually proceeds and works. Hooray!
Not sure: I just done a frugal install. The created grub.entry look as it should be:
Code: Select all
menuentry "MX 19beta-1 (patito feo) Frugal Install" {
search --no-floppy --set=root --fs-uuid 2635ed5c-9868-48c5-bfd6-55dedc20cc01
linux /antiX-Frugal-4.19.0-5-amd64/vmlinuz bdir=antiX-Frugal-4.19.0-5-amd64 buuid=2635ed5c-9868-48c5-bfd6-55dedc20cc01 quiet splasht=v kbd=de
initrd /antiX-Frugal-4.19.0-5-amd64/initrd.gz
}
The frugal-directory is correctly named: "/antiX-Frugal-4.19.0-5-amd64".
The created grub.entry shall work if you copy it into an existing grub-install under /boot/grub/custom.cfg,
which provide an new menuentry with the grub-menu.
If you want to boot from the LiveUSB/ISO and if you not re-label the frugal partition, you need to tell it where to look for the the frugal-files, e.g with boot options flab=xxx, fdev=/dev/sda2 or fuuid=XXXXXXXX
Also I think, the symptoms you describe have nothing to do with MX-19Beta-1, but rather that you need first to find out how frugal booting works.
