Results 1 to 5 of 5

Thread: Installing Ubuntu 13.04 still wont boot (Guides Useless)

  1. #1
    Join Date
    Aug 2013
    Beans
    3

    Installing Ubuntu 13.04 still wont boot (Guides Useless)

    I have been trying to install 13.04 and it does not boot. I can boot into Windows 7 just fine. I have tried everything ( along side windows, something else with swap and primary) I have read everything I can and nothing works (EasyBCD fails) (Boot repair disk fails) I need help here is my pastebin http://paste.ubuntu.com/6019478/

    I am using an Asus u36s

  2. #2
    Join Date
    Aug 2007
    Location
    a puddle in Manchester
    Beans
    9,198
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Installing Ubuntu 13.04 still wont boot (Guides Useless)

    Did you run the recommended repair from that utility? You have something odd in the MBR of the drive. Grub should be there but it's not.
    Last edited by Quackers; August 24th, 2013 at 02:38 AM.
    MacBook Pro 10,1 retina

  3. #3
    Join Date
    Aug 2013
    Beans
    3

    Re: Installing Ubuntu 13.04 still wont boot (Guides Useless)

    As I said boot repair failed yes I ran the recommended repair it ask me to Run some sudo chroot commands to sda4 but when I open xterm in boot repair and tried to copy and paste the recommended commands it would not let me. I keep reading and trying everything nothing works.

  4. #4
    Join Date
    Aug 2013
    Beans
    3

    Re: Installing Ubuntu 13.04 still wont boot (Guides Useless)

    PLEASE HELP "" I spent two days trying to get grub installed. I've tried boot repair which does not work it has me use sudo chroot command lines that doesn't work. If I try to update the grub from live CD it does not work either. I've created a swap and primary partition and no matter what I do it does not work can someone please look at my paste.bin or give me some ideas. ( Note everything I have tried from searching Ubuntu forums seems to fail) it is like grub is not there. My Ubuntu installation is but it will not boot. I do not want to use WUBI because I need more than 30gb. I never had any trouble before but this Asus u36s is got me at a loss

  5. #5
    Join Date
    Aug 2007
    Location
    a puddle in Manchester
    Beans
    9,198
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Installing Ubuntu 13.04 still wont boot (Guides Useless)

    Firstly try the quick way to install grub.
    Boot from the live cd/usb and select try ubuntu.
    When the desktop loads open up a terminal and enter
    Code:
    sudo mount /dev/sda4 /mnt
    Then enter
    Code:
    sudo grub-install --root-directory=/mnt /dev/sda
    If that completes ok reboot and take the cd/usb out.

    All the above should be copy/pasted into the terminal window as this will stop typing errors.

    The system should now boot into your Ubuntu installation. If it does open up a terminal and run
    Code:
    sudo update-grub
    and watch to make sure that the Windows menu entries are picked up. If they are please reboot and try to boot Windows from the grub menu.
    If that works everything is ok. If not get back to us.
    MacBook Pro 10,1 retina

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
  •