Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Dual boot windows 7 and ubuntu 9.10 separate hard drives

  1. #1
    Join Date
    Apr 2008
    Beans
    57

    Dual boot windows 7 and ubuntu 9.10 separate hard drives

    I had vista and ubuntu dual booting on separate hard drives. I unplugged my ubuntu drive and installed windows 7 on the vista drive. I now have ubuntu drive plugged back inand now I am stuck.
    It boots to windows 7 and i can switch drive is in bios and boot ubuntu drive and it starts with grub menu. The grub menu still has vista on it but will not boot 7. I would like to get back to booting with the grub menu if anyone can help.
    Thanks

  2. #2
    Join Date
    Jan 2010
    Beans
    6

    Re: Dual boot windows 7 and ubuntu 9.10 separate hard drives

    update the grub list

    Code:
    sudo update-grub

  3. #3
    Join Date
    Apr 2008
    Beans
    57

    Re: Dual boot windows 7 and ubuntu 9.10 separate hard drives

    this is the result of that going to try to reboot now
    Searching for GRUB installation directory ... found: /boot/grub
    Searching for default file ... found: /boot/grub/default
    Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
    Searching for splash image ... none found, skipping ...
    Found kernel: /boot/vmlinuz-2.6.31-17-generic
    Found kernel: /boot/vmlinuz-2.6.31-16-generic
    Found kernel: /boot/vmlinuz-2.6.31-15-generic
    Found kernel: /boot/vmlinuz-2.6.31-14-generic
    Found kernel: /boot/vmlinuz-2.6.28-11-generic
    Found kernel: /boot/memtest86+.bin
    Updating /boot/grub/menu.lst ... done

  4. #4
    Join Date
    Apr 2008
    Beans
    57

    Re: Dual boot windows 7 and ubuntu 9.10 separate hard drives

    Yeah that didnt do anything

  5. #5
    Join Date
    Jan 2010
    Beans
    6

    Re: Dual boot windows 7 and ubuntu 9.10 separate hard drives

    There are many posibilities that cause this problem.

    Can't you mount the window volume file in ubuntu?
    -If not, your Ubuntu is having troubles mounting the volume.

    Then, in terminal type:

    Code:
    sudo fdisk -l
    If you can mount the volume:-

    try to install grub2..

    Code:
    sudo apt-get install grub2
    then, try to update the grub2

    Code:
    sudo udate-grub2

  6. #6
    Join Date
    Apr 2008
    Beans
    57

    Re: Dual boot windows 7 and ubuntu 9.10 separate hard drives

    i can mount it

  7. #7
    Join Date
    Apr 2008
    Beans
    57

    Re: Dual boot windows 7 and ubuntu 9.10 separate hard drives

    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xdefd3c49

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 13 102400 7 HPFS/NTFS
    Partition 1 does not end on cylinder boundary.
    /dev/sda2 13 60802 488282112 7 HPFS/NTFS

    Disk /dev/sdb: 250.1 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00023388

    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 29272 235127308+ 83 Linux
    /dev/sdb2 29273 30401 9068692+ 5 Extended
    /dev/sdb5 29273 30401 9068661 82 Linux swap / Solaris

  8. #8
    Join Date
    Jan 2010
    Beans
    6

    Re: Dual boot windows 7 and ubuntu 9.10 separate hard drives

    may i know your kernel version?

    type uname -r in terminal

  9. #9
    Join Date
    Apr 2008
    Beans
    57

    Re: Dual boot windows 7 and ubuntu 9.10 separate hard drives

    2.6.31-17-generic

  10. #10
    Join Date
    Jan 2010
    Beans
    6

    Re: Dual boot windows 7 and ubuntu 9.10 separate hard drives

    Ok..it same with me..seem you have same problem like me before..

    I also use ubuntu 9.10 and window 7

    try to intall and update grub2..

    you should get like this..

    Generating grub.cfg ...
    Found linux image: /boot/vmlinuz-2.6.31-17-generic
    Found initrd image: /boot/initrd.img-2.6.31-17-generic
    Found memtest86+ image: /boot/memtest86+.bin
    Found Windows 7 (loader) on /dev/sda1
    done

Page 1 of 3 123 LastLast

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
  •