Announcement

Collapse
No announcement yet.

KUbuntu not booting after install

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    KUbuntu not booting after install

    Hi Everybody.
    I'm a linux nubie, i have installed Kubuntu 11.10 alongside windows 7
    After installation, Kubuntu doesn't boot, only windows 7.
    I installed Ubuntu in a separate partition, and the install went through correctly
    when the installation was done, i removed the liveCd and "enter", then only windows 7 boot.

    Thanks for Help.

    #2
    it sounds like when you installed Kubuntu Grub (the boot loader) got installed to the installation partition instead of the MBR .
    when you were at the part of the installation ware you pick the partition to install Kubuntu to at the bottom is a menu for ware to install grub to ..........if lets say you were installing to a single HD it would have been somthing like /sda2 assuming win7 is in /sda1 you would have wanted to have grub installed to /sda

    so now we will nead to know how you installed ........did you prepartition the HD or did you let the installer do this?
    if you can boot the live cd to a desktop and copy and past the output of
    Code:
    sudo fdisk -l
    hear so we can see the HD's layout and advise how to proced.

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Originally posted by vinnywright View Post
      it sounds like when you installed Kubuntu Grub (the boot loader) got installed to the installation partition instead of the MBR .
      when you were at the part of the installation ware you pick the partition to install Kubuntu to at the bottom is a menu for ware to install grub to ..........if lets say you were installing to a single HD it would have been somthing like /sda2 assuming win7 is in /sda1 you would have wanted to have grub installed to /sda

      so now we will nead to know how you installed ........did you prepartition the HD or did you let the installer do this?
      if you can boot the live cd to a desktop and copy and past the output of
      Code:
      sudo fdisk -l
      hear so we can see the HD's layout and advise how to proced.

      VINNY
      VINNY

      I did the partition sda2 for swap, sda7 for ubuntu, and also chose sda7 for grub file i guess.
      and just to let you know, i installed kubuntu 10.04 LTS with the same steps i did 11.10, and it worked fine

      So
      I followed the steps. the code : sudo fdisk -l
      it showed the partitions labelled "Linux" , i mean for swap partition and partition where i installed ubuntu,

      and when i checked the grub file, i got this :

      Code:
      # If you change this file, run 'update-grub' afterwards to update
      # /boot/grub/grub.cfg.
      # For full documentation of the options in this file, see:
      # info -f grub -n 'Simple configuration'
      
      GRUB_DEFAULT=0
      #GRUB_HIDDEN_TIMEOUT=0
      GRUB_HIDDEN_TIMEOUT_QUIET=true
      GRUB_TIMEOUT=10
      GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
      GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
      GRUB_CMDLINE_LINUX=""
      
      # Uncomment to enable BadRAM filtering, modify to suit your needs
      # This works with Linux (no patch required) and with any kernel that obtains
      # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
      #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xe fefefef"
      
      # Uncomment to disable graphical terminal (grub-pc only)
      #GRUB_TERMINAL=console
      
      # The resolution used on graphical terminal
      # note that you can use only modes which your graphic card supports via VBE
      # you can see them in real GRUB with the command `vbeinfo'
      #GRUB_GFXMODE=640x480
      
      # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
      #GRUB_DISABLE_LINUX_UUID=true
      
      # Uncomment to disable generation of recovery mode menu entries
      #GRUB_DISABLE_RECOVERY="true"
      
      # Uncomment to get a beep at grub start
      #GRUB_INIT_TUNE="480 440 1"

      Comment


        #4
        Is There Something Else I Could Do ?

        Comment


          #5
          Go into the live CD and mount your Kubuntu somewhere and chroot into it.
          Code:
          sudo mount /dev/sda7 /mnt/kubuntu
          sudo chroot /dev/kubuntu
          From there you can update and install grub to the MBR of the disk
          Code:
          update-grub
          grub-install "/dev/sda"
          That should get grub installed to the MBR. It should let you boot into Windows 7 without any trouble.
          The unjust distribution of goods persists, creating a situation of social sin that cries out to Heaven and limits the possibilities of a fuller life for so many of our brothers. -- Archbishop Jorge Mario Bergoglio of Buenos Aires (now Pope Francis)

          Comment


            #6
            Thank You bsniadajewski

            Comment


              #7
              No problem.
              The unjust distribution of goods persists, creating a situation of social sin that cries out to Heaven and limits the possibilities of a fuller life for so many of our brothers. -- Archbishop Jorge Mario Bergoglio of Buenos Aires (now Pope Francis)

              Comment

              Working...
              X