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

iso.sh says "Please connect to the internet" when already connected #132

Open
katarafett opened this issue Aug 28, 2024 · 9 comments
Open

Comments

@katarafett
Copy link

I'm using Arch Linux, and I'm connected to the internet via ethernet.

On running iso.sh, I get the message Please connect to the internet. After commenting out lines 19 through 24:

# if [ $? -eq 0 ]; then
#     true
# else
#     echo "Please connect to the internet"
#     exit 1
# fi

it ran just fine.

@AdityaGarg8
Copy link
Member

Script needs netcat to test internet access. You probably don't have it installed.

https://man.archlinux.org/man/nc.1.en

@lemmyg
Copy link
Collaborator

lemmyg commented Nov 6, 2024

Hello @AdityaGarg8 ,
I got this project if you want to give a try.
you need to download kubuntu-24.10-desktop-amd64.iso from the web site.
https://github.com/lemmyg/t2-kubuntu/tree/test

@AdityaGarg8
Copy link
Member

Hello @AdityaGarg8 , I got this project if you want to give a try. you need to download kubuntu-24.10-desktop-amd64.iso from the web site. https://github.com/lemmyg/t2-kubuntu/tree/test

Does the installer work as well?

@lemmyg
Copy link
Collaborator

lemmyg commented Nov 6, 2024 via email

@lemmyg
Copy link
Collaborator

lemmyg commented Nov 6, 2024

I have tested the installation in virtual box and the live session in my computer. I didn't install in my computer yet. But it should work.

@AdityaGarg8
Copy link
Member

Hello @AdityaGarg8 , I got this project if you want to give a try. you need to download kubuntu-24.10-desktop-amd64.iso from the web site. https://github.com/lemmyg/t2-kubuntu/tree/test

Can you give me instructions please?

@lemmyg
Copy link
Collaborator

lemmyg commented Nov 7, 2024

yes,
you need to download kubuntu 24.10 iso from https://kubuntu.org/getkubuntu/

git clone -b test https://github.com/lemmyg/t2-kubuntu.git
cd t2-kubuntu/
edit ISO_IMAGE with the path to your iso file
sh build_in_docker.sh
note that you may need to run twice as at the first time fails to mount the iso. I dont know why.

it will create the output folder with kubuntu-24.10-t2-desktop-amd64.iso file
sudo chown -R $USER:$USER output
test kubuntu-24.10-t2-desktop-amd64.iso in virtual box for example

@AdityaGarg8
Copy link
Member

===]> Info: Generating final ISO ...
grub-mkrescue: error: mformat invocation failed

workflow: https://github.com/AdityaGarg8/random/actions/runs/11725595328/job/32662273856#step:4:673

@lemmyg
Copy link
Collaborator

lemmyg commented Nov 7, 2024

ah sorry I put my comment in the wrong issue
lets continue in the original one

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

No branches or pull requests

3 participants