PJ-Singh-001 / Cubic

The Official Web Site for Cubic (Custom Ubuntu ISO Creator) (https://github.com/PJ-Singh-001/Cubic)
789 stars 46 forks source link

random user login issue on iso boot #330

Open kassrose opened 1 month ago

kassrose commented 1 month ago

Describe the question so when i boot into the iso file it gives me a login screen for a user labed firmware update demon and wants a password. i dont know what i did to make this happen as all i have done so far is start a brand new project using a copy of the latest kde neon iso file directly from kde.org and plug it into cubic and installing all the usuall programs i have installed on my normal day to day computer. once done i generated an iso file ( i did not change any settings on any page other than the terminal page and he distro info page when selecting the iso i am using for the project base as i dont need to do so my purposes so i just left them all as the defaults you auto set) and then tried to boot into the live enviroment and that worked as normal although once it booted i got stuck ad that weird log in screen asking for me to log into the account for a firmware update demon and i dont know what to do.

What you have tried

restarted the project from scratch.

Expected behavior

boot into the live install/ test environment to bgin install of the os.

OS Information (please complete the following information):

Cubic Information (please complete the following information):

Screenshots

If applicable, add screenshots to help explain your problem.

PJ-Singh-001 commented 1 month ago

I've never seen this before.

Do you have a screenshot?

kassrose commented 1 month ago

I've never seen this before.

Do you have a screenshot?

I cant get a screen shot taken as whren and i boot into the live enviroment on my laptop via usb it gives me the lock screen and i cant access the screen shot taken. i can how ever give you every single command line by line i used in the order i used so you can try and reproduce the issue.

PJ-Singh-001 commented 1 month ago

Please go ahead and share the commands you have used. Please be aware that it may take me some time to get to this, because I am currently preparing the next release.

kassrose commented 1 month ago

so this is the list is the list of commands i am sing to edit the iso file i am using (kde neon 6) so aside from using this list of commands all i am doing is changing the iso file name and other options on screen one where you have provided the option to change the iso file name and relase verion name ect.

apt-get update -y
apt-get full-upgrade -y
apt-get install kdenlive -y
apt-get install krita -y
apt-get install kcalc -y
apt-get install kfind -y
apt-get install kgpg -y
apt-get install k3b -y
apt-get install sweeper -y
apt-get install ktorrent -y
apt-get install elisa -y
apt-get install kamoso -y
apt-get install kdevelop -y
apt-get install kteatime -y
apt-get install falkon -y
apt-get install konversation -y
apt-get install kbackup -y
apt-get install kget -y
apt-get install marble -y
apt-get install kalarm -y
apt-get install kontact -y
apt-get install knotes -y
apt-get install isoimagewriter -y
apt-get install audiotube -y
apt-get install keysmith -y
apt-get install plasmatube -y
apt-get install tokodon -y
apt-get install kasts -y
apt-get install kongress -y
apt-get install haruna -y
apt-get install kmymoney -y
apt-get install keurocalc -y
apt-get update -y
apt-get full-upgrade -y
apt autoremove -y
apt-get install blender -y
apt-get install obs-studio -y
apt-get install lmms -y
apt-get update -y
apt-get full-upgrade -y
apt autoremove -y
dpkg --add-architecture i386
mkdir -pm755 /etc/apt/keyrings
wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
apt update -y
apt install libpoppler-glib8:{i386,amd64}=22.02.0-2ubuntu0.* -y
apt install --install-recommends winehq-stable -y
apt-get update -y
apt-get full-upgrade -y
apt autoremove -y
add-apt-repository ppa:appimagelauncher-team/stable
apt-get update -y
apt-get install appimagelauncher -y
apt-get update -y
apt-get full-upgrade -y
apt autoremove -y
apt-get install steam -y
apt-get install q4wine -y
apt-get install neofetch -y
apt-get install virtualbox -y
add-apt-repository ppa:yuki-iptv/yuki-iptv-stable
apt update -y
apt install yuki-iptv -y
apt-get update -y
apt-get full-upgrade -y
apt autoremove -y
apt purge vlc -y
apt purge xterm -y
apt purge khelpcenter -y
apt-get update -y
apt-get full-upgrade -y
apt autoremove -y
apt clean
wget -O- https://updates.signal.org/desktop/apt/keys.asc | gpg --dearmor > signal-desktop-keyring.gpg
cat signal-desktop-keyring.gpg | tee /usr/share/keyrings/signal-desktop-keyring.gpg > /dev/null
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main' |\ tee /etc/apt/sources.list.d/signal-xenial.list
apt update -y
apt install signal-desktop -y
apt-get update -y
apt-get full-upgrade -y
apt autoremove -y
apt clean
add-apt-repository ppa:papirus/papirus
apt update -y
apt install qt6-style-kvantum qt6-style-kvantum-themes -y
apt update -y
apt install signal-desktop -y
apt-get update -y
apt-get full-upgrade
apt autoremove
apt clean
echo "deb [signed-by=/etc/apt/keyrings/lutris.gpg] https://download.opensuse.org/repositories/home:/strycore/Debian_12/ ./" | tee /etc/apt/sources.list.d/lutris.list > /dev/null
wget -q -O- https://download.opensuse.org/repositories/home:/strycore/Debian_12/Release.key | gpg --dearmor | tee /etc/apt/keyrings/lutris.gpg > /dev/null
apt update
apt install lutris
apt-get update
apt-get full-upgrade
apt autoremove
apt clean
clear
echo I am done