mvallim / live-custom-ubuntu-from-scratch

(Yes, the project is still alive 😃) This procedure shows how to create a bootable and installable Ubuntu Live (along with the automatic hardware detection and configuration) from scratch.
https://mvallim.github.io/live-custom-ubuntu-from-scratch/
GNU General Public License v3.0
397 stars 186 forks source link

Add boot loaders for both BIOS and UEFI mode #14

Closed ghost closed 3 years ago

ghost commented 3 years ago

See https://github.com/mvallim/live-custom-ubuntu-from-scratch/pull/17

fcore117 commented 3 years ago

Hello, could you be kind to reconfigure your fixes against this repository's ubuntu plan so there is less confusion. Currently it wont exactly match to Ubuntu series.

I still try to make my own build plan based on this repo and i still have random various issues still. I want to build my plan so i can easily as possible to move forward with future Ubuntu versions. Currently i target 21.04 to be as barebone plain desktop with some apps.

Ubuntu 21.04 still with random issues.zip

ghost commented 3 years ago

Don't use '--no-install-recommends' option, I have issues with it. Run this before install other packages:

apt install -y linux-image-generic ubuntu-standard xserver-xorg \
ubiquity-frontend-gtk ubiquity-slideshow-ubuntu \
gnome-keyring gvfs policykit-desktop-privileges && \
apt install -y --no-install-recommends ubuntu-desktop-minimal
fcore117 commented 3 years ago

Thanks, but any idea what could be that critical package that is missed with no-recommends? i for example do not want that any help or slideshow to be pulled and no fonts(without no-recommends enabled there comes tons of African, Chinese etc.. fonts i do not need), no manuals and other stuff that is chained with packages. I cannot even remember to count things that is pulled in without --no-install-recommends as there are so many. I would really like to find out what is that critical package that could cause install fail quite often.

fcore117 commented 3 years ago

Thanks, yes i continue my trials as long as needed to find these culprit packages that breaks installer installing sometimes. Good night/day :)

mvallim commented 3 years ago

Hi @mki77,

Could you open a Pull Request for this?

Thanks for you contribution.