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 ...
- 02-20-2009 #1Just 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
- 02-20-2009 #2Linux 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.
- 02-20-2009 #3
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
- 02-20-2009 #4Just Joined!
- Join Date
- Feb 2009
- Posts
- 12
- 02-20-2009 #5
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 doestyped at the grub prompt return?Code:find /boot/grub/menu.lst
- 02-20-2009 #6Just 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.
- 02-20-2009 #7
Try running through the install without installing grub then reboot in recovery mode from the CD/DVD and install grub.
- 02-20-2009 #8Just Joined!
- Join Date
- Feb 2009
- Posts
- 12
- 02-20-2009 #9
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.
should return something like (hd0,1)Code:grub find /boot/grub/menu.lst
replace (hd0,1) below with what you get for the find command
Then you can type reboot ...Code:root (hd0,1) setup (hd0) quit
- 02-20-2009 #10Just 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


Reply With Quote
