iam new to suse … after i installed suse 11 …when grub loads
after that when i choose windows the following error message comes…
root Noverify(hd1,1)
chainloader(hd0,0)+1
so wat to do…
i dont know commands so five me a detailed help please…
r else is there any easy way using Yast>bootloader> editing there???
Open a console, and become root user with su command. Then do
fdisk -l to get a list of partitions
cat /boot/grub/menu.lst to let us see your grub menu layout
Post the results if you need more help. Yes, the yast boot loader tool provides the easiest way to edit menu.lst file.
prabhakaran1989 wrote:
> iam new to suse … after i installed suse 11 …when grub loads
> after that when i choose windows the following error message comes…
>
> root Noverify(hd1,1)
> chainloader(hd0,0)+1
Change those to
root noverify (hd0,0)
chainloader (hd0,0) +1
In particular, watch the spaces and keep everything lowercase.
Larry
prabhakaran1989:
iam new to suse … after i installed suse 11 …when grub loads
after that when i choose windows the following error message comes…
root Noverify(hd1,1)
chainloader(hd0,0)+1
so wat to do…
i dont know commands so five me a detailed help please…
r else is there any easy way using Yast>bootloader> editing there???
Please don’t double post the same question in two places, because it means I waste my time answering it somewhere else.
sry to do that …iam very helpful because of u…
I fixed the problem thank u very much.!!