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

Unable to respin 18.04 #57

Open
atillier opened this issue Jul 14, 2019 · 3 comments
Open

Unable to respin 18.04 #57

atillier opened this issue Jul 14, 2019 · 3 comments

Comments

@atillier
Copy link

atillier commented Jul 14, 2019

Hi,

The current version looks quite broken. First run after a fresh clone always gives

./build.sh ubuntu-18.04.2-desktop-amd64.iso -c bionicbeaver
Setting compatibility...
Isorespin script not found. Please get a complete copy of this toolkit from
https://github.com/stockmind/dell-xps-9560-ubuntu-respin

Then I can grab the file mysef but according to issue#44 it should be pulled automatically at some point.

After getting that script I am getting another issue

Setting compatibility...
isorespin.sh -i ubuntu-18.04.2-desktop-amd64.iso
Extracting ISO ...
Parallel unsquashfs: Using 8 processors
139420 inodes (157590 blocks) to write

[============================================================================================================================================================================================|] 157590/157590 100%

created 111966 files
created 16955 directories
created 27421 symlinks
created 7 devices
created 0 fifos
Extracting isorespin files ...
Processing bootloader/bootmanager ...
Fetching mainline kernel packages ...
./isorespin.sh: Cannot fetch mainline kernel header file . from . http://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2/ ;  check your internet connection and try again.

I changed the error message to see that the URL is mis-built.

I am trying to fix it and might suggest a PR for the later one. The first one is definitely a problem though.

Thanks
Adrien

@stockmind
Copy link
Owner

Sorry, lately i was just using the docker build process. Fix should be quite easy. Will look into It ASAP.

@atillier
Copy link
Author

Great thanks stockmind.

Regarding the other issue it's actually coming from isorespin directly / the ubuntu kernel page. By default it will go to 5.2 and there is no link to the amd64 debs: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2/

Is it because the build failed for them? Is 5.2 safe anyway or would you recommend another one? (I am respining for a 9550)

Thanks
Adrien

@atillier
Copy link
Author

atillier commented Jul 14, 2019

Okay so instead of using the default one I tried with v5.1.16:

Setting compatibility...
Setting kernel version...
isorespin.sh -i ubuntu-18.04.2-desktop-amd64.iso
Extracting ISO ...
Parallel unsquashfs: Using 8 processors
139420 inodes (157590 blocks) to write

[==================================================================================/] 157590/157590 100%

created 111966 files
created 16955 directories
created 27421 symlinks
created 7 devices
created 0 fifos
Extracting isorespin files ...
Processing bootloader/bootmanager ...
Fetching mainline kernel packages ...
KERNEL_TYPE: generic
Installing mainline kernel packages ...
Adding repositories ...
WARNING:root:system-image-cli failed, using defaults: [Errno 13] Permission denied: '/dev/null'
WARNING:root:system-image-cli failed, using defaults: [Errno 13] Permission denied: '/dev/null'
WARNING:root:system-image-cli failed, using defaults: [Errno 13] Permission denied: '/dev/null'
Cannot add PPA: 'ppa:~graphics-drivers/ubuntu/ppa'.
ERROR: '~graphics-drivers' user or team does not exist.
./isorespin.sh: Adding repository 'ppa:graphics-drivers/ppa' failed.

I suspected something with permissions but I believe this is rather an issue with my host (Ubuntu 17). It seems like the scripts are assuming a given system is in place. I am therefore trying the docker approach.

Oh well I just re-read your read me ; the "-c" is for specifying the system it's rebuilding "on". I guess I got mislead with the "Build Ubuntu 18.04 ISO or 2018+ newest distro". So I assune all my issues are because of the "-c bionicbeaver" option.

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

2 participants