Giter Club home page Giter Club logo

Comments (7)

PJ-Singh-001 avatar PJ-Singh-001 commented on August 16, 2024
  1. From Cubic's Terminal page, please share the output of

    ls -l /boot
    
  2. Also, please share a screenshot of the Kernel tab from Cubic's Options page, and let me know which of the listed items you have selected for your custom ISO (ie. 1st item, 2nd item, etc.)?

from cubic.

woflydev avatar woflydev commented on August 16, 2024

Here are the screenshots, (btw thank you for the quick reply, it's so hard to find a well maintained project these days);
Screenshot from 2022-02-16 08-32-20

Screenshot from 2022-02-16 08-31-07

I did figure out the cause of the problem while tinkering with some of the GRUB boot settings. However I still don't know a fix for it yet. The steps I took to figure out the problem:

  • Made a new 'testing' Cubic project using the same ubuntu.iso file as above.
  • Only changed the Plymouth settings.
  • Updated kernel with update-initramfs -uk all.
  • Changed kernel in the options menu.
  • Generated the test-splashscreen.iso file.

The generated image's Plymouth settings worked on VMware AND the Qemu test window within Cubic. I deduced that it didn't work on my desktop because of my Nvidia graphics card, which made the installer default back to the 'Safe Graphics' option.

What's funny is that I didn't even get the chance to pick, and there was no GRUB menu shown when booted from my desktop.

When I booted it from my Intel Iris powered laptop (after I flashed the test-splashscreen.iso) it did work. The GRUB menu was also shown.

On VMware, the GRUB menu shown was the colored one with 'Ubuntu 20.04 LTS' as the title. However, it was the standard GRUB menu (black and white) when booted from my laptop.

If it helps, the thing that shows before (and what I think is causing it to boot in the 'Safe Graphics' mode) before booting on my desktop is 'nouveau [number] unknown chipset (my graphics card id)'.

My new question is: how do I fix the Nvidia driver problem, and why isn't the GRUB menu showing on my Nvidia desktop?

Thank you :)

from cubic.

woflydev avatar woflydev commented on August 16, 2024

While I was customizing the ISO within the chroot terminal, I also tried install Plank using:

apt-get update and then
apt-get install plank.

However, it returned:
Plank depends on libplank1 (= 0.11.89+git20211104.e2c9502e-0ubuntu1~20.04~ricotz1) but it is not going to be installed. E: Unable to correct problems, you have held broken packages.

I've also tried using apt-get install -f but it doesn't seem to work either way.

I know I should create a separate issue for this, but I didn't want to bother you with opening a bunch of pages from the same person.

Thank you.

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on August 16, 2024

The version of libplank1 in Ubuntu 20.02 is 0.11.89-1 from the Universe repository.
It looks like the plank package you are trying to install requires a very specific version of libplank1 (e.g. 0.11.89+git20211104.e2c9502e-0ubuntu1~20.04~ricotz1).
To me, this version number looks like a customized non-standard version (notice the +git20211104.e2c9502e-0ubuntu1~20.04~ricotz1 at the end of the version number).

There are a couple of options you have:

  1. Determine which source or PPA you can get this specific version of libplank1, that satisfies the dependency for plank. If it is a PPA, then add the PPA to your sources list and execute:

    apt update
    apt install libplank1
    
  2. Contact the developer of plank and point out the issue. If the official Ubuntu version of libplank1 (e.g. 0.11.89-1 from the Universe repository) will work with their software, then they probably need to fix their dependencies. Instead of the dependency = 0.11.89+git... ("equal to 0.11.89+git..."), it probably needs to be changed to >= 0.11.89 ("greater than or equal to 0.11.89").

from cubic.

woflydev avatar woflydev commented on August 16, 2024

I tested the Plymouth splashscreen some more and I figured out that it works on EFI boot mode (all the tests I'm doing are on my Desktop with the Nvidia Graphics Card).

However, it doesn't on Legacy BIOS mode, no matter the parameters. I've tried adding and omitting 'nomodeset', '$vt_handoff', 'rdblacklist=nouveau', and the like. However, it just shows the default kernel splashscreen.

Would you know any reason why this is so?

(Thank you for the information on plank, I'll try what you said)

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on August 16, 2024

What do you see as a splash screen? Your laptop manufacturer logo, or the Ubuntu logo with the dots?

from cubic.

PJ-Singh-001 avatar PJ-Singh-001 commented on August 16, 2024

I haven't heard back from you, so I'll assume you have solved this or it is no longer an issue.

from cubic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.