How to recover solaris 10?

Hello,

I have a problem with solaris 10 . i am going to dual boot with Red hat Enterprise Linux 4.0 WS with my sun ultra20 . my linux partion is almost same as ,

DeviceMountTypeFormatSizeStartEnd

Point

FreeFree space 211

/dev/hda1Linux swap 3686514700

FreeFree space 747014701

/dev/hda2 / ext3 F3686047029400

/dev/hda3swap F4801940010011

FreeFree space 51001210012

At first i installed solaris 10 & then Linux. Although the dual boot is not happening. please help me for that.

Thanks

Partha

[573 byte] By [partha] at [2007-11-26 7:04:57]
# 1

Linux considers partition code 82 to be swap space, but code 82 is also Solaris 10 X86 (and previous) used for its partition code on X86. In your case, I suspect /dev/hda1 is your Solaris partition so you just have to boot into linux and modify /boot/grub/menu.lst to create a "chainloader" entry to boot Solaris. Something like this:

title Solaris

root (hd0,1)<== Solaris partition

chainloader +1

makeactive

Grub has an interactive shell mode which allows you to experiment a bit.

You might be interested in knowing that recent Solaris Express (Nevada) releases have an integrated Grub which recognizes slices.This article explains this:

http://www.sun.com/bigadmin/features/articles/grub_boot_faq.html

Search blogs.sun.com for more information. Good luck!

bnitz at 2007-7-6 15:50:19 > top of Java-index,Desktop,Sun Java Desktop System...
# 2

Hello,

Thanks for that. I have done it.. But i have find an alternative way, its also easy, I have solaris 10 in my /dev/sda1 & linux /dev/sda2 , but when you install the linux, you can do it on that time . When the screen appear " which you want to default boot ? linux or others , " on that area just click add button & add /dev/sda1 then after complete the instalation you can view dual boot system. Is not easy?

Partha

partha at 2007-7-6 15:50:19 > top of Java-index,Desktop,Sun Java Desktop System...
# 3
I don't know if every linux distribution has that option, but it looks much easier! Thank you for the tip!
bnitz at 2007-7-6 15:50:19 > top of Java-index,Desktop,Sun Java Desktop System...
# 4
Hello,It only possible for the RED HAT linux.
partha at 2007-7-6 15:50:19 > top of Java-index,Desktop,Sun Java Desktop System...
# 5
Yes it is also possible in SUSE ..
partha at 2007-7-6 15:50:19 > top of Java-index,Desktop,Sun Java Desktop System...
# 6

I am installing something in sun T2K and encounter the peoblem like below: I am running 'init 6' command, and then the workstation can't start again.

/: unexpected free inode 1583, run fsck(1M) -o f

WARNING: exec(/sbin/init) failed with errno 5.

(Could not start init) Program terminated

Who knows what's wrong with it? and how to resolve it?

Thanks.

hebe at 2007-7-6 15:50:19 > top of Java-index,Desktop,Sun Java Desktop System...
# 7
what u mean " something " is it "samething"?
partha at 2007-7-6 15:50:19 > top of Java-index,Desktop,Sun Java Desktop System...
# 8
enter # reboot command for restart ...
partha at 2007-7-6 15:50:19 > top of Java-index,Desktop,Sun Java Desktop System...