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. A Linux to call your own.
https://mvallim.github.io/live-custom-ubuntu-from-scratch/
GNU General Public License v3.0
413 stars 194 forks source link

Stuck problem when iso booting #54

Closed olmezgokhan closed 1 month ago

olmezgokhan commented 1 year ago

Describe the bug I want to create a custom iso for Ubuntu 22.04 (jammy) server. I'm running the script in the order it should be. I am successfully creating an iso. I have not encountered any errors until this step. But after making the iso bootable and going through the installation step, the installation gets stuck on the screen where the services are checked. it stays in the "dispatcher daemon for systemd-networkd" step and does not jump.

I'm opening a second teminal with ALT+F2. i uninstall the service called neworkd and install it again. And this time he's stuck on the next step after that. I might be doing wrong? I'll be glad if you help.

To Reproduce Steps to reproduce the behavior:

  1. ./build.sh setup_host
  2. ./build.sh debootstrap
  3. ./build.sh run_chroot
  4. ./build.sh build_iso
  5. Use the iso

Screenshots chroot

Desktop (please complete the following information):

jeffersoncechinel commented 1 year ago

Same issue here. Also, in my case, to be able to build the iso I had to comment the line that copies chroot/boot/memtest86+.bin to the image because this file does not exists and hangs the build process.

jeffersoncechinel commented 1 year ago

@olmezgokhan did you manage do make it work?

mvallim commented 1 month ago

@olmezgokhan and @jeffersoncechinel,

Solved in latest version of how to.