Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu server 22.04.3 can not install by cubic #271

Open
jupyzhu opened this issue Nov 15, 2023 · 3 comments
Open

ubuntu server 22.04.3 can not install by cubic #271

jupyzhu opened this issue Nov 15, 2023 · 3 comments
Labels
question Further information is requested

Comments

@jupyzhu
Copy link

jupyzhu commented Nov 15, 2023

Describe the question
I also following the instruction in here , add user-data/meta-data , update grub/loopback.cfg and then make a iso file with ubuntu-22.04.3-live-server-amd64.iso
#101 (comment)

A clear and concise description of what the question is.
i can't install custom ubuntu server 22.04.3, and the installation screen cannot be displayed.

What you have tried
apt update&&apt upgrade -y
apt -y remove --purge snap*&&apt autoremove
apt install -y vim tree iftop net-tools netcat htop traceroute apt-file tree unzip p7zip jq apt-offline gdb iotop expect dos2unix sysstat
apt install -y chrony firewalld supervisor
echo "hello new-iso">hello.txt

#creatre a user named jupy
useradd -m jupy -s /bin/bash
usermod -aG sudo jupy
#set the passwd 'jupy'
passwd jupy

Steps you already took.

Expected behavior

  1. I hope the custom iso can get the system
  2. I want the installed system to have users:jupy、user1、user2、user3、psingh. And the user saves the corresponding password.
  3. The software I set was installed by default in the installed system.
    The installation failed at the first step. I can not install the custom-iso.

A clear and concise description of what you expected to happen.

OS Information (please complete the following information):

  • OS/Distro Name: Ubuntu
  • OS Version:ubuntu-22.04.3-live-server-amd64(the newest server LTS release version)

Cubic Information (please complete the following information):

Screenshots
图片
图片
图片
图片
图片
图片
图片
图片
图片
when run test, it's stuck in the picture below. After the output "[ OK ]finished casper-md5check verify live ISO checksum" , it does not continue. After a day of waiting, still the same.
图片

My guess is that test might fail, but the installation on an actual physical machine would not fail. But in fact, the result is the same, still stuck in the above startup screen.

@jupyzhu jupyzhu added the question Further information is requested label Nov 15, 2023
@UnstoppableDrew
Copy link

Have you tried hitting enter in the qemu window? I have found on real systems it gets to this point and is done, and is actually ready to login, but hasn't printed out the prompt until you hit enter.

@jupyzhu
Copy link
Author

jupyzhu commented Dec 15, 2023

Have you tried hitting enter in the qemu window? I have found on real systems it gets to this point and is done, and is actually ready to login, but hasn't printed out the prompt until you hit enter.

I've already pressed Enter, and nothing has changed

@phillips321
Copy link

Have you tried hitting enter in the qemu window? I have found on real systems it gets to this point and is done, and is actually ready to login, but hasn't printed out the prompt until you hit enter.

I have the same problem on 24.04 when using multi-user (no gui). It never displays the logon prompt (however i have it working fine with 22.04). See my issue #313

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants