On 22/03/2020 04:03, Tom & Karen Pino wrote:
> Have no idea what the problem is but creating custom symbolic menu
> entries would be an easy and sure cure.
I just created, but that doesn't seem to work either.
This is for ubuntu live iso:
menuentry "Ubuntu LTS" {
icon EFI/BOOT/icons/os_ubun
I'm trying to create a multiboot live pendrive that works under EFI/UEFI setup.
This should be a really straightforward process, since you just need to:
- create the GPT partition table on the pendrive
- create the ESP partition and format it using fat32,
- create one additional partition for ea
It looks like there's a problem with booting a live system. My setup is
always the same:
# apt-cache policy live-build
live-build:
Installed: 4.0~alpha33-1
Candidate: 4.0~alpha33-1
Version table:
*** 4.0~alpha33-1 0
500 http://ftp.pl.debian.org/debian/ sid/main amd64 Packages
> i assume you're using the latest version of live-build 4.x here,
> right?
>
Yes:
# apt-cache policy live-build
live-build:
Installed: 4.0~alpha31-1
Candidate: 4.0~alpha31-1
Version table:
*** 4.0~alpha31-1 0
130 http://ftp.pl.debian.org/debian/ experimental/main amd64
Packages 1
This is my live config:
#!/bin/sh
set -e
lb config noauto \
--apt aptitude \
--apt-recommends true \
--apt-secure true \
--distribution jessie \
--binary-image hdd \
--archive-areas "main contrib non-free" \
--interactive shell \
--
Package: live-build
Followup-For: Bug #729522
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I removed the aptosid kernel from the config file, and the image was created
successfully. That's weird because you know, I've been using this setup for
several months and everything was fine. Besides, isn
Package: live-build
Version: 4.0~alpha30-1
Severity: normal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Package: live-build
Version: 4.0~alpha30-1
I've been trying to build a testing live hdd image using experimental
live-build package, but unfortunately something went wrong.
Following is my