Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 26
Hi I am trying to install Suse 11 on my laptop. It has two harddrives and has vista on one and I'm trying to install Suse on the other. Hoever ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    12

    Installing Suse 11 and getting grub error

    Hi I am trying to install Suse 11 on my laptop. It has two harddrives and has vista on one and I'm trying to install Suse on the other. Hoever when I try to install about half way in i get an error that says GNU GRUB version 0.97 (640k lower / 3072k Upper memory)

    [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists in the possible completions of a device/filename.]

    grub> setup --stage2=/boot/grub/stage2 (hd0,1) (hd0,1)

    Error 22: No such partition

    grub> quit

    I get the same error if i take out the other hard drive that has vista on as well. I haven't been able to get anywhere past this to even get onto Suse. Please help if I can work around this

  2. #2
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Your grub got confused on install. If SuSE is indeed on the second drive, stage2 should be in (hd1,0)

    First number is the drive (zero based, so the first one is 0, the second one is 1, etc). The second number is the partition, standard dev notation -1 I think (0-3 for primary, 4+ in extended)

    I'm afraid I don't know enough about grub to make changes to stage 1 stick, but I found something that seems understandable.

    GRUB Boot Multiboot openSUSE Windows (2000, XP, Vista) using the Grub bootloader.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    It looks like GRUB/BIOS compatibility problem.

    Unplug Vista HD, plug-in other HD as Primary Master and install SuSe in it.

    We will post instructions for dual boot setup after successful SuSe installation.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined!
    Join Date
    Feb 2009
    Posts
    12
    Quote Originally Posted by devils casper View Post
    It looks like GRUB/BIOS compatibility problem.

    Unplug Vista HD, plug-in other HD as Primary Master and install SuSe in it.

    We will post instructions for dual boot setup after successful SuSe installation.
    This did not help. I am still getting the same error

  5. #5
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    I remember having problems installing grub on openSUSE 11.0 ... openSUSE 10.3 had worked fine, and other Linux distros. I stopped using openSUSE shortly after that (didn't like KDE4). I posted here because I also had problems getting other distro grub to recognise openSUSE 11.0 grub.
    I used rescue mode to install grub to the mbr, after that it worked ... is it when the system reboots you get the grub prompt?
    what does
    Code:
    find /boot/grub/menu.lst
    typed at the grub prompt return?

  6. #6
    Just Joined!
    Join Date
    Feb 2009
    Posts
    12
    I don't get the grub prompt at reboot because I haven't gotten that far in the installation for it to reboot. I have only one option in order to stop the propt and that is don't install grub. Of course once I do this and I restart all i get is a flashing dash line and a black screen.

  7. #7
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Try running through the install without installing grub then reboot in recovery mode from the CD/DVD and install grub.

  8. #8
    Just Joined!
    Join Date
    Feb 2009
    Posts
    12
    Quote Originally Posted by Jonathan183 View Post
    Try running through the install without installing grub then reboot in recovery mode from the CD/DVD and install grub.
    is that "repair installed system" or "rescue system"? and from there how to I install grub? I apologize but this is really my first experience with Linux

  9. #9
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Good question ... I can't remember. I think repair system is probably the option to try first because rescue system drops you at a command line. I don't have openSUSE installed anymore so I can't try the repair system option.

    Give the repair system a try and post back if it does not work and you want to try the rescue system ... at login prompt type root and at the password prompt just press enter key.
    Code:
    grub
    find /boot/grub/menu.lst
    should return something like (hd0,1)
    replace (hd0,1) below with what you get for the find command
    Code:
    root (hd0,1)
    setup (hd0)
    quit
    Then you can type reboot ...

  10. #10
    Just Joined!
    Join Date
    Feb 2009
    Posts
    12
    when i booted into rescue and typed in grub command, followed by find /boot/grub/menu.lst I got error 15: File not found

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