Will Price

Results 55 comments of Will Price

Thanks asharrem and kamilion. I was able to build an ISO based on asharrem's instructions, in the end I used the following command to pack my ISO directory ```bash sudo...

I'm having the same issue too. I downloaded xubuntu 18.04.1 (or 18.04.2) from http://cdimages.ubuntu.com/xubuntu/releases/18.04/release/ Installed it in a VirtualBox VM using EFI. I then installed customizer according to the instructions...

Hi @kamilion, Thanks for getting back to me so quickly. So I tried both suggestions on `xubuntu-18.04.1.iso`. 1. Setting `purge_kernel = False` to no avail. 2. `sed -i s:/casper/initrd:/casper/initrd.lz:g ISO/`...

Thanks for the explanation, makes sense. I'll have a look at the `unmkinitramfs` threads in more detail as well.

See https://github.com/pytorch/pytorch/issues/8637 for a discussion on why this happens and how to resolve it.

Hi Chris, Looks like `libdbus-1` no longer exists in the latest release, try `sudo apt install -y libdbus-1-3 libdbus-1-dev`

It looks like you're missing glib2, try install that through apt

@kkhanh were you able to get this working? If so would you mind sharing your tips so others can benefit? Thanks

Do you see any `*omxplayer*` files in `/tmp` when you run omxplayer from the CLI?

Thanks @jpc for looking into this, would you be able to open a PR with this change and i'll merge it in!