Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Won't Boot after hdd upgrade

  1. #1
    Join Date
    Oct 2012
    Beans
    8

    Won't Boot after hdd upgrade

    wubi install of 12.04 was working ok until I cloned my hdd to new drive.

    W7 works fine with new drive but Lubuntu just says 'device not found' (the old hdd) when I try to run it from boot menu. Safe mode lubuntu does not start either.

    The Ubuntu folder is there on C:\ when I look in w7.

    How do I get it to recognise the new hdd ?

  2. #2
    Join Date
    Nov 2009
    Location
    North Vancouver
    Beans
    Hidden!
    Distro
    Edubuntu 14.04 Trusty Tahr

    Re: Won't Boot after hdd upgrade

    When you select Lubuntu it says that immediately? Or do you see the: Try (hd0,0): wubildr message first.

  3. #3
    Join Date
    Oct 2012
    Beans
    8

    Re: Won't Boot after hdd upgrade

    It says it imediately, then says press a key to continue, but freezes & I have to reboot.

  4. #4
    Join Date
    Nov 2009
    Location
    North Vancouver
    Beans
    Hidden!
    Distro
    Edubuntu 14.04 Trusty Tahr

    Re: Won't Boot after hdd upgrade

    Quote Originally Posted by coliny View Post
    It says it imediately, then says press a key to continue, but freezes & I have to reboot.
    You mentioned 'safe mode lubuntu' doesn't work either. So does that mean you get to see the grub menu?

  5. #5
    Join Date
    Oct 2012
    Beans
    8

    Re: Won't Boot after hdd upgrade

    don't know the grub menu

    recovery mode displays a lot of text then says
    ALERT! /dev/disk/by-uuid/da....... does not exist. Dropping to shell !.
    Busybox v1.18.5
    Enter 'help' for a list of commands.

  6. #6
    Join Date
    Nov 2009
    Location
    North Vancouver
    Beans
    Hidden!
    Distro
    Edubuntu 14.04 Trusty Tahr

    Re: Won't Boot after hdd upgrade

    ah okay...

    Try this:
    http://ubuntuforums.org/showpost.php...40&postcount=8

    So, hit 'c' to get to a grub prompt. Then enter:
    Code:
    search -s -f -n /ubuntu/disks/root.disk
    probe --set=diskuuid -u $root
    loopback loop0 /ubuntu/disks/root.disk
    set root=(loop0)
    linux /vmlinuz root=UUID=$diskuuid loop=/ubuntu/disks/root.disk ro quiet splash
    initrd /initrd.img
    boot

    Once you've booted, run:
    Code:
    sudo update-grub

  7. #7
    Join Date
    Oct 2012
    Beans
    8

    Re: Won't Boot after hdd upgrade

    Sorry I don't now how to get to grub menu.

    When I type help it gives me list of commands but not the ones you want me to execute !

  8. #8
    Join Date
    Nov 2009
    Location
    North Vancouver
    Beans
    Hidden!
    Distro
    Edubuntu 14.04 Trusty Tahr

    Re: Won't Boot after hdd upgrade

    When you select Lubuntu (from the Windows boot manager), immediately hold down the SHIFT key. That should pop the grub menu. Then hit 'c' to get to the grub prompt where you can enter those commands.

  9. #9
    Join Date
    Oct 2012
    Beans
    8

    Re: Won't Boot after hdd upgrade

    OK got the grub prompt

    the search command returned error: no such device.
    checked in w7 and found the path is /ubuntu/disks/boot/root.disk
    tried search on the path but still get error: no such device

    will resume tomorow, thanks

  10. #10
    Join Date
    Nov 2009
    Location
    North Vancouver
    Beans
    Hidden!
    Distro
    Edubuntu 14.04 Trusty Tahr

    Re: Won't Boot after hdd upgrade

    Quote Originally Posted by coliny View Post
    OK got the grub prompt

    the search command returned error: no such device.
    checked in w7 and found the path is /ubuntu/disks/boot/root.disk
    tried search on the path but still get error: no such device

    will resume tomorow, thanks
    That doesn't seem standard, but if that's what it is, then just substitute /ubuntu/disks/boot/root.disk everywhere in those instructions.

Page 1 of 2 12 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
  •