Results 1 to 5 of 5

Thread: /dev/sda contains GPT signatures

  1. #1

    Question /dev/sda contains GPT signatures

    Hello

    I got an Asus K56CB with free Dos on the disk.

    I format the disk and the recovery partition and all partitions from Windows 7 SP1 setup and instal Windows without problems.

    Then i try to install as dual boot the Kali v1.04 and when i load gparted to split at half my 1TB disk i get an unalocated partition and got this warning:

    /dev/sda contains GPT signatures indicating that it has a GT table. However it does not have a valid fake msdos partitiontable as it should.
    Perhaps it was corupted possibly by a program that doesn't understand GPT partition tables or perhaps you deleted the GPT table and are now
    using an msdos partition table.Is this a GPT partition table?
    My nfts windows partition was not there to split it

    I need a way to get rid forever that GPT stuff and get only the normal MBR that i ha use many times without any problems.....

    Any ideas?

  2. For this issue, you may want to try a utility, called gdisk, I suggest trying with the "v" verify command, and then with the "r" recover command. Please take a look at the man page before hand to get a gist of what else it can do http://www.rodsbooks.com/gdisk/gdisk.html

    Also as an alternative, I havent't tried, but heard that this route may actually be more user friendly is a program called FixParts (and maybe the better option for what you want to do. Here is the website for it: http://www.rodsbooks.com/fixparts/

    I hope it helps, please report back your success! ^^
    Fact, Science and the Pursuit of Knowledge. Working to secure your networks from threats; Outside and Within.

  3. #3
    Ok i fix it and i dual boot it

    But when i try to select windows from the Grub loader menu i am getting an error:

    Error no argument specified...
    Press any key to continue
    If i press any key Windows loading without any problem.If i do not press any key after 5-10 seconds it is auto loading again without any problems...

    How can i fix this?

    My Asus k56CB laptop had Free Dos and i am wonderind if the problem was on the disk or also on any UEFI/EFI setting related to windows secure boot ?

    After installing Kali always Windows was not loading but i was lucky and after many restarts ask for repair and i press yes and then Windows Dual booting fine ....

  4. #4
    careful here, this is a fix [worked for me], but there is probably a more "appropriate" fix ...

    boot into [kali] linux
    cd /boot/grub
    cp grub.cfg grub.cfg.orig [really, do this in case]
    vim grub.cfg
    remove the "search --no-floppy --fs-uuid..." line below the "set root=(hd0, msdos1)" line in the desired windows menuentry section
    NOTE: the above lines may be different for you
    save with w!
    reboot and try it now

    that should do it.

    damian

  5. #5
    Join Date
    2013-Mar
    Posts
    354
    Quote Originally Posted by damianwalters View Post
    careful here, this is a fix [worked for me], but there is probably a more "appropriate" fix ...

    boot into [kali] linux
    cd /boot/grub
    cp grub.cfg grub.cfg.orig [really, do this in case]
    vim grub.cfg
    remove the "search --no-floppy --fs-uuid..." line below the "set root=(hd0, msdos1)" line in the desired windows menuentry section
    NOTE: the above lines may be different for you
    save with w!
    reboot and try it now

    that should do it.

    damian
    Do not ever touch the grub.cfg file as it is not recommended in the GRUB home page. Please refer to the templates to make any changes and then use update-grub commando to update the grub.cfg.

    If any doubt, please read the GRUB home page, as they state the "do not touch the grub.cfg"

    Luck.

Similar Threads

  1. Replies: 0
    Last Post: 2022-02-25, 21:04
  2. How to update expired keys/signatures for repo?
    By my68_ in forum General Archive
    Replies: 5
    Last Post: 2015-04-19, 20:15
  3. Grub - Invalid Signatures when trying to boot into Windows
    By Decent60 in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2013-04-04, 19:16

Posting Permissions

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