Results 1 to 4 of 4

Thread: Need Help With Grub2 on Kali

  1. #1

    Need Help With Grub2 on Kali

    Hello, total forum and kali linux noob here. I have Triple booted my laptop and made (In my case anyway) of installing kali first. It is now utilizing its own grub startup and I would like to either have full control to customize it OR be able to switch my laptop to using my linux Mint 17 grub launcher so I can customize it completely with my better knowledge of Mint over Kali. I had tried to install grub-customizer to Kali, but I keep getting the same errors. I have looked at several tutorials to fix the problem and they all yeild the same problem (ironicly). when ever I try to install from a ppa, I get the "add-apt-repository: command not found" error. I looked and found that I should install python-software-properties, but I get this error -
    "Package python-software-properties is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

    E: Package 'python-software-properties' has no installation candidate". I have tried to solve this problem with methods I found on blackmoreops.com but they all yeild the same error. I even tried installing grub-customizer from source, still recieving the same error trying to install the dependancys.

    In conclusion, I would like to install grub-customizer on Kali, completely fix the errors I am recieving, or switch my laptop from using Kali grub on start up to Linux Mint grub.

    This is my first forum post in forever and I thank you for even taking the time to read.

  2. #2
    Join Date
    2014-Apr
    Location
    Down Under
    Posts
    315
    post the output of

    Code:
    cat /etc/apt/sources.list
    chown -R us ./base

  3. #3
    Join Date
    2015-Jul
    Location
    /home/duxim
    Posts
    408
    your source list should be like this
    #Regular repositories
    deb http://http.kali.org/kali/ sana main non-free contrib
    deb http://security.kali.org/kali-security/ sana/updates main contrib non-free

    #Source repositories
    deb-src http://http.kali.org/kali/ sana main non-free contrib
    deb-src http://security.kali.org/kali-security/ sana/updates main contrib non-free
    about grub this is general steps if you have multi boot linux and windows systems on computer
    from first installed Linux (with grub installed) just use (it is better then install grub with every Linux distro).

    sudo update grub
    if you want to make specific OS to be first then you have to edit grub
    sudo leafpad /etc/default/grub
    and make all changes
    Repetitio est mater studiorum

  4. #4
    This is what I got. THanks for responding.




    #

    # deb cdrom:[Debian GNU/Linux 2.0 _Sana_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150811-08:02]/ sana contrib main non-free

    deb cdrom:[Debian GNU/Linux 2.0 _Sana_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150811-08:02]/ sana contrib main non-free

    # Line commented out by installer because it failed to verify:
    #deb http://security.debian.org/ sana/updates main contrib non-free
    # Line commented out by installer because it failed to verify:
    #deb-src http://security.debian.org/ sana/updates main contrib non-free

Similar Threads

  1. Where does Kali declare and set $prefix for grub2 ?
    By BadMonkey in forum Kali Linux General Questions
    Replies: 0
    Last Post: 2023-07-08, 04:59
  2. Kali Linux 2020 GRUB2 boot order and theme change
    By Miha1l in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-07-20, 17:32
  3. Replies: 1
    Last Post: 2015-04-30, 06:48
  4. Replies: 1
    Last Post: 2014-01-22, 16:58

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •