Search:

Type: Posts; User: 1fallen; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.12 seconds.

  1. [all variants] Re: 24.04 live USB cannot open another USB drive

    Must be A Xubuntu Flaw, I didn't see other drives with the New live installer.
  2. [kubuntu] Re: Kubuntu 24.04 no option for Wayland in sddm

    On Ubuntu with Snaps Yes, On other Distro's No :)

    Arch=No
    KDE Neon=No
    Debian=No
  3. Replies
    9
    Views
    10

    Re: Cannot run deb programs in 24.04

    FWIW Windscribe Future Updates

    The app will notify you of any future updates, and you can install them with a single click, directly from the app.
  4. Replies
    21
    Views
    22

    [ubuntu] Re: Multi boot system but no Grub Menu

    You don't load it to a USB drive, Gnome Disks will install it to your USB drive though

    I assume you unziped it, and inside that Folder you will see a ".img"
    ie:

    cd...
  5. [xubuntu] Re: Recommendation: Email program for XFCE desktop

    Claws comes to mind, and also Betterbird it is a fork of Thunderbird. More info on Betterbird: https://www.addictivetips.com/ubuntu-linux-tips/set-up-the-betterbird-fork-of-thunderbird-on-linux/...
  6. Replies
    21
    Views
    22

    [ubuntu] Re: Multi boot system but no Grub Menu

    Opinionated, but since you asked Yes.

    But I would install rEFInd on USB Thumb Drive, and set your Bios to boot to that first. That Link is here:...
  7. Re: lsusb and lspci show I have thunderbolt4 and usb 4. But the manufacurer says I do

    Please show this:

    lsmod | grep thund

    ### Mine Dose.
    intel_wmi_thunderbolt 16384 0
    thunderbolt 512000 0
    wmi 32768 4...
  8. Replies
    21
    Views
    22

    [ubuntu] Re: Multi boot system but no Grub Menu

    Change this line


    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

    To this

    GRUB_CMDLINE_LINUX_DEFAULT="noplymouth"
    And at the bottom remove one of these lines "GRUB_DISABLE_OS_PROBER=false"
  9. [ubuntu] Re: Updating Ubuntu 24.04 LTS from Ubuntu 22.04 LTS

    +1 Wise to wait....
  10. Replies
    12
    Views
    13

    [SOLVED] Re: Ubuntu Graphical Installer Question

    +1 for rEFInd, it's very adaptable, and will show all bootable drives even swapping them out.

    You still need a bootloader though....More on this later I have meeting ATM
  11. Replies
    114,993
    Views
    1,735,046

    Re: Tug of war - Community vs Mods - to 200 (or -200)

    179
  12. Re: Deb packages not installing in Ubuntu 24.04

    Things change very quickly with Buntu, New features added some Old ones removed.

    My self like ajgreeny just get accustom to the terminal.

    BTW which one worked for you?
  13. Replies
    21
    Views
    22

    [ubuntu] Re: Multi boot system but no Grub Menu

    I see it all the time, plus I have 5 other Boot-able OS's on different drives....No Multi-Boots Allowed here.
    My Bootl loader is rEFInd! just to be clear.

    But your suggestion should be considered...
  14. Replies
    21
    Views
    22

    [ubuntu] Re: Multi boot system but no Grub Menu

    Where to start, Please use Code tags to paste terminal returns. I need you to that in the last post you made #10
    And please don't add your questions in that file.
    Right Now before anything else,...
  15. [all variants] Re: 24.04 live USB cannot open another USB drive

    Xubuntu has the "gnome-disk-utility" package and make sure that udisks2 package is installed.
  16. Re: Deb packages not installing in Ubuntu 24.04

    What about "dpkg -i some.deb" ....and "gdebi" just a right click open with gdebi.
  17. Replies
    21
    Views
    22

    [ubuntu] Re: Multi boot system but no Grub Menu

    After the changes are made use key combo [Ctrl + o] to exit after the save use [Ctrl + x] Now update grub again.

    The important bits should look like this:

    # If you change this file, run...
  18. Replies
    9
    Views
    10

    Re: Cannot run deb programs in 24.04

    For Google Chrome:


    wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
    sudo apt install ./google-chrome-stable_current_amd64.deb

    For Windscribe, I'll assume you...
  19. Replies
    14
    Views
    15

    Re: need help with node trobleshooting

    Dang I'll have to find it again It's been a few months since, but for v20 I use:

    curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - &&\
    sudo apt-get install -y nodejs
    For v22 I...
  20. Replies
    9
    Views
    10

    Re: Cannot run deb programs in 24.04

    An example of what your now trying would be helpful.

    Are you speaking on how to install them?
  21. Replies
    14
    Views
    15

    Re: need help with node trobleshooting

    I did not have good luck for case use with v 20, will v 22 work for you both?

    node --version
    v22.0.0
  22. Replies
    21
    Views
    22

    [ubuntu] Re: Multi boot system but no Grub Menu

    Ok this

    GRUB_TIMEOUT_STYLE=hidden
    needs to be:

    GRUB_TIMEOUT_STYLE=menu
    and this one I've have found works better with out "quiet splash'
    so it would now look like:
    ...
  23. Replies
    14
    Views
    15

    Re: need help with node trobleshooting

    Just driving by but I also see what you found dragonfly41

    which -a node
    /usr/bin/node
    /bin/node


    node --version
    v18.19.1
  24. Replies
    114,993
    Views
    1,735,046

    Re: Tug of war - Community vs Mods - to 200 (or -200)

    176
  25. Replies
    21
    Views
    22

    [ubuntu] Re: Multi boot system but no Grub Menu

    Right now for the one your booted to, show us this:

    cat /etc/default/grub
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4