GRUB problem

i have installed Solaris Express, Community Release (dvd).

My computer loaded windows. After reaboot this message came to the screen:

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 the possible

completions of a device/filename. ]

Computer doesn't boot xp cd and solaris cd. Only grub working.

Bios boot scren:

1-) cd-rom

2-) hda

how do i open windows or solaris?

[589 byte] By [nazmia] at [2007-11-26 17:31:38]
# 1

Hello.

Obviously the boot menu is missing.

You can boot manually using the command shell in grub:

1) Ensure that the "normal" text mode is active

terminal graphics

terminal console

2a) Select Solaris as active OS:

kernel /platform/i86pc/multiboot

module /platform/i86pc/boot_archive

2b) or select another OS as active OS

rootnoverify (hd0,0)

chainloader +1

(hd0,0), (hd0,1), (hd0,2) and (hd0,3) are the up to four bootable partitions on your hard disk.

3) Boot the OS selected

boot

In Solaris look at /boot/grub/menu.lst to find out if there are entries in the boot menu.

Martin

Martin_Rosenaua at 2007-7-8 23:59:37 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

2b) or select another OS as active OS

rootnoverify (hd0,0)

chainloader +1

Thanks i opened windows but i dont open solaris.

2a) Select Solaris as active OS:

kernel /platform/i86pc/multiboot

module /platform/i86pc/boot_archive

i wrote this code , i saw this screen;

grub> kernel /platform/i86pc/multiboot

[Multiboot-elf, <0x1000000:0x1416f:0x128b5>, shtab=0x1027208, entry=0x1000000]

grub> module /platform/i86pc/boot_archive

grub> boot

diskread: reading beyond end of ramdisk

start = 0x2000, size = 0x2000

failed to read superblock

diskread: reading beyond end of ramdisk

start = 0x8000, size = 0x8000

failed to read superblock

panic: cannot mount boot archive

Press any key to reboot

nazmia at 2007-7-8 23:59:37 > top of Java-index,Solaris Operating System,Solaris 10 Features...