Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27

Thread: GRUB Loading Stage 2..Problem

  1. #11
    FeatherMonkey's Avatar
    FeatherMonkey is offline Wise Penguin
    Join Date
    Mar 2008
    Posts
    1,867

    Default Re: GRUB Loading Stage 2..Problem

    OK no need but I'm going to stumble through this a little bit as it is a while since I did this, I did wonder think this rescue or ramfs can never remember.

    No need not even sure if you could install su any way ...

    What you're at is a very limited toolset now I'll need the errors if this doesn't go as simple as I hope.

    Firstly you just seem to have / on sda so hoping ..
    login which iirc is as root
    Code:
    mount /dev/sda1 /mnt
    chroot /mnt
    yast
    In yast try reinstalling the kernel first see if that helps. It may but not sure it will if not then go for yast and bootloader.

    If you get a problem with the chroot then give me the error message it is possible we'll need to bind some directories before chrooting.
    Man first, have a try at Info, have a look at Wiki, if all that fails Scroogle!!!!!
    If I've helped click on the Rep button I don't know what it does but it sounds cool.

  2. #12
    doughboy is offline Newcomer
    Join Date
    Jul 2009
    Posts
    11

    Default Re: GRUB Loading Stage 2..Problem

    I do have the DVD.
    I did everything it told me to, and now it says:
    Code:
    GRUB Loading stage1.5..
    GRUB loading, please wait...

  3. #13
    FeatherMonkey's Avatar
    FeatherMonkey is offline Wise Penguin
    Join Date
    Mar 2008
    Posts
    1,867

    Default Re: GRUB Loading Stage 2..Problem

    OK so what have you done(I can't see I guess you mean repair and it said a problem with bootloader)

    If so then you'll have to either do as caf said(Though without another distro bit hard and pointless) or do as I suggested and create a chrooted environment and fix it from there.

    The additional binds you might need are..
    Code:
    mount --bind /dev /mnt/dev
    mount --bind /dev/pts /mnt/dev/pts
    mount --bind /dev/shm /mnt/dev/shm
    mount -t proc none /mnt/proc
    mount -t sysfs none /mnt/sys
    Man first, have a try at Info, have a look at Wiki, if all that fails Scroogle!!!!!
    If I've helped click on the Rep button I don't know what it does but it sounds cool.

  4. #14
    doughboy is offline Newcomer
    Join Date
    Jul 2009
    Posts
    11

    Default Re: GRUB Loading Stage 2..Problem

    Hmm, after doing the first 3 commands, the text got a bit weird, but I could of still typed.

    I tried mounting, but I kept getting this:
    Rescue:/> mount: mount point /mnt/dev does not exist

  5. #15
    FeatherMonkey's Avatar
    FeatherMonkey is offline Wise Penguin
    Join Date
    Mar 2008
    Posts
    1,867

    Default Re: GRUB Loading Stage 2..Problem

    Ok that is where the binds come into it what I was expecting

    Code:
    mount /dev/sda1 /mnt
    mount --bind /dev /mnt/dev
    mount --bind /dev/pts /mnt/dev/pts
    mount --bind /dev/shm /mnt/dev/shm
    mount -t proc none /mnt/proc
    mount -t sysfs none /mnt/sys
    chroot /mnt
    yast
    Try that little lot should get rid of the error message. Notice we mount /dev which was the error message.
    Man first, have a try at Info, have a look at Wiki, if all that fails Scroogle!!!!!
    If I've helped click on the Rep button I don't know what it does but it sounds cool.

  6. #16
    doughboy is offline Newcomer
    Join Date
    Jul 2009
    Posts
    11

    Default Re: GRUB Loading Stage 2..Problem

    Hmm I agree, but it's telling me to specify the filesystem type...?

  7. #17
    FeatherMonkey's Avatar
    FeatherMonkey is offline Wise Penguin
    Join Date
    Mar 2008
    Posts
    1,867

    Default Re: GRUB Loading Stage 2..Problem

    It shouldn't be are you typing exactly and in order.
    Man first, have a try at Info, have a look at Wiki, if all that fails Scroogle!!!!!
    If I've helped click on the Rep button I don't know what it does but it sounds cool.

  8. #18
    doughboy is offline Newcomer
    Join Date
    Jul 2009
    Posts
    11

    Default Re: GRUB Loading Stage 2..Problem

    Getting it after the first command.
    This is what it exactly says:
    "Rescue:/> mount /dev/sda1 /mnt
    Rescue:/> mount: you must specify the filesystem type"

  9. #19
    FeatherMonkey's Avatar
    FeatherMonkey is offline Wise Penguin
    Join Date
    Mar 2008
    Posts
    1,867

    Default Re: GRUB Loading Stage 2..Problem

    Oh well tell it then
    mount -t ext3 /dev/sda1 /mnt

    Edit
    I also found the wiki page to the approach we're using perhaps the over view may assist.
    http://en.opensuse.org/Using_the_res...%28advanced%29
    Man first, have a try at Info, have a look at Wiki, if all that fails Scroogle!!!!!
    If I've helped click on the Rep button I don't know what it does but it sounds cool.

  10. #20
    doughboy is offline Newcomer
    Join Date
    Jul 2009
    Posts
    11

    Default Re: GRUB Loading Stage 2..Problem

    Rescue:/> mount: special device /dev/sda1 does no exist

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.5.2