Results 1 to 5 of 5

Thread: Kubuntu 12.04 x64 will not boot after install

  1. #1
    Join Date
    Jan 2008
    Beans
    25

    Question Kubuntu 12.04 x64 will not boot after install

    Kubuntu 12.04 x64 will not boot after install

    Hi, all.

    I have the following situation:

    I am on a 64-bit system.
    I have a brand new hard drive.
    I have installed Windows 7 on the first partition on this hard drive.
    Now I am trying to install Kubuntu 12.04 next to my Windows.
    The Kubuntu installer seems to install fine, but when I boot I get this:

    error: no such partition
    grub rescue>

    This means I can boot neither Kubuntu nor Windows. I've googled a bit. I've found out (url=http://ubuntuforums.org/showthread.php?t=1359802]here[/url]) that I can restore the Windows boot loader by booting with the Kubuntu Live CD and doing this:

    Code:
    sudo apt-get install lilo
    sudo lilo -M /dev/sda mbr
    The above allows me to boot Windows, which is nice and all, but it doesn't help me get into my Linux.

    I've tried to restore GRUB by booting with the Kubuntu Live CD and using the GUI tool "Boot-Repair" (and doing a "recommended repair"). That didn't help. It just brought back the error message "error: no such partition".

    I have a (presumably) functioning Kubuntu installation, but I cannot boot it. Can anyone help me set up GRUB so I can get into my Linux?

    Thanks in advance!
    Last edited by SpectrumDT; March 3rd, 2013 at 02:39 PM.

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Kubuntu 12.04 x64 will not boot after install

    How large is new hard drive? And how did you partition. Some have had issues with very large / (root) partitions. I normally suggest 25GB for / and use the remainder for /home or preferred just as data partition(s). Especially if dual booting with Windows another NTFS shared data partition is good to have. Best not to write into Windows system partition, just shared data. And then set Windows system partition as read only.

    Post the link to the BootInfo report that this creates. Is part of Boot-Repair:
    https://help.ubuntu.com/community/Boot-Info
    Boot Repair -Also handles LVM, GPT, separate /boot and UEFI dual boot.:
    https://help.ubuntu.com/community/Boot-Repair
    You can repair many boot issues with this or 'Create BootInfo' report (Other Options) & post the link it creates, so we can see your exact configuration and diagnose advanced problems.
    Install in Ubuntu liveCD or USB or Full RepairCD with Boot-Repair (for newer computers)
    http://sourceforge.net/p/boot-repair/home/Home/
    https://help.ubuntu.com/community/UbuntuSecureRemix
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Jan 2008
    Beans
    25

    Re: Kubuntu 12.04 x64 will not boot after install

    Thanks for the reply.

    My Boot-Repair URL is this: http://paste.ubuntu.com/5580271/

    My hard drive is 3 TB. The first partition, containing Windows, is one terabyte. The second partition, containing Kubuntu (ext4), is 100 GB in all.

    EDIT: I've messed around a bit, so I decided to run boot-repair again (with default settings). Here is my newest boot-repair URL: http://paste.ubuntu.com/5580448/
    Last edited by SpectrumDT; March 2nd, 2013 at 10:09 PM.

  4. #4
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Kubuntu 12.04 x64 will not boot after install

    There was a bug where grub/Ubuntu would not boot from partitions over 500GB location on drive. Supposedly that bug was fixed but we still see issues with some BIOS and grub versions. I would add a /boot partition near the beginning of some drive.

    You do know with MBR partitioning your 3TB drive is only 2TiB or about 2.2TB as that is the largest MBR is. Some drive manufacturers have a 4K drive and make MBR use that which may be a work around. Yours shows the 512/4K mapping.

    With Multiple drives it usually is best to have Windows on one drive (sda) and Ubuntu on another drive. And I like to have an operating system on every drive as a backup boot.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  5. #5
    Join Date
    Jan 2008
    Beans
    25

    Re: Kubuntu 12.04 x64 will not boot after install

    Quote Originally Posted by oldfred View Post
    There was a bug where grub/Ubuntu would not boot from partitions over 500GB location on drive. Supposedly that bug was fixed but we still see issues with some BIOS and grub versions. I would add a /boot partition near the beginning of some drive.

    You do know with MBR partitioning your 3TB drive is only 2TiB or about 2.2TB as that is the largest MBR is. Some drive manufacturers have a 4K drive and make MBR use that which may be a work around. Yours shows the 512/4K mapping.

    With Multiple drives it usually is best to have Windows on one drive (sda) and Ubuntu on another drive. And I like to have an operating system on every drive as a backup boot.
    Thanks for the reply. I installed Kubuntu on another hard drive instead, and now it works fine.

Bookmarks

Posting Permissions

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