Unbootable solaris 10 x86

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support Unbootable solaris 10 x86
# 50  
Old 11-29-2010
There must to more to what you did besides do a normal power off, install a single disk, and reboot; then shutdown, remove the new disk, and reboot.

Files don't corrupt themselves.

Something is missing from your story.
# 51  
Old 11-29-2010
Quote:
Originally Posted by Neo
There must to more to what you did besides do a normal power off, install a single disk, and reboot; then shutdown, remove the new disk, and reboot.

Files don't corrupt themselves.

Something is missing from your story.
Believe or not this is the whole story , no more nor less
1- Power off the server
2- add a new disk to increase the space ( the disk already formated with windows NTFS )
3- power on the server
4- the server won't boot and the
Code:
Bad BPR sig

appeared at the bottom of screen
5- powered off the server ( unplugged power cable )
6- unplug the new the disk
7- Power on the server with solaris boot hd only
8- the server won't boot anymore
9- finally I'm stuck with the courrpted solaris disk

after all and a final word is my data still recoverable or should i let it go and give up
# 52  
Old 11-29-2010
Hmm, you should face the reality. You scenario doesn't make sense. This isn't a corrupted Solaris disk. This is a disk with no Grub but a Windows bootloader. A disk corruption doesn't replace a partition table by another still correct one. You should find out who else messed with your disk or swapped it with another one.

What might have happened is your mbr was already broken when you last shutdown your OS. When did you last successfully reboot that box ?

PS: I'll came back later with a command to find out is a ZFS signature exists on your disk.
# 53  
Old 11-29-2010
Quote:
What might have happened is your mbr was already broken when you last shutdown your OS. When did you last successfully reboot that box ?
few minutes before adding the new disk
okay i'm waiting for the command
# 54  
Old 11-29-2010
Quote:
There must to more to what you did besides do a normal power off, install a single disk, and reboot; then shutdown, remove the new disk, and reboot.
Normally I would agree but I have seen Solaris x86 do some really weird stuff when unexpectedly encountering a new disk if you did not touch the /reconfigure file prior to installing the new disk.

For those you are not familiar with the /reconfigure file, it causes Solaris to check for the presence of any newly installed devices the next time the system is booted.
# 55  
Old 11-29-2010
Quote:
Originally Posted by fpmurphy
I have seen Solaris x86 do some really weird stuff
Like installing a Windows boot loader ? Smilie

---------- Post updated at 23:31 ---------- Previous update was at 17:35 ----------

Quote:
Originally Posted by h@foorsa.biz
okay i'm waiting for the command
Try this:
Code:
dd if=/dev/rdsk/c0d0p0 bs=1024k skip=30 count=512 | od -X | grep 00bab10c | head

Was this disk previously used by Windows before you installed Solaris 10 on it ?
Are you sure there was no other storage device connected to your machine (a third disk, USB key, whatever ?)
# 56  
Old 11-29-2010
Questions:

Is the disk you added for more space the same kind of disk as the one Solaris is installed on?

If so is it possible you got the two disks mixed up?

Did you use ESD protection?

If you have another disk with the same geometry, boot off of a linux CD, and run:
Code:
dd if=/dev/sdx of=/dev/sdy bs=512k

Replace x with the letter of the bad disk and y with the known good and try to boot off of them. This will work only if the disks have the same geometry. To be sure of the device files from the linux environment, boot with the known good disk first, put a file system on it, and create a file. Reboot, put the bad disk in, mount the filesystem you just created so you can be certain of the device files. Unmount it, then do the dd. This will produce a known good disk to work with that will have all of your data on it. At least you will have two copies in case you make a mistake in your recovery.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Recovering files from unbootable disk in HPUX 9

First of all, forgive me if I come off as naive. Normally I'm doing day-to-day management of a Server 2008 network, so HP-UX isn't exactly my forte. We have several HP 715/100 machines running UX 9.x, and recently one of them stopped being able to boot. In the boot menu the disk shows up with... (3 Replies)
Discussion started by: GoldnPantaloons
3 Replies

2. Solaris

Solaris: clnt_create fails on solaris x86

Hi, I am facing an issue with Solaris x86 machine Machine Details: uname -a SunOS sol10-64 5.10 Generic_137138-09 i86pc i386 i86pc .............................. Description: I am trying to register a programm with proramm ID 300760 with version number 1, and tryint to create a... (0 Replies)
Discussion started by: DivakarAdari
0 Replies

3. Solaris

System Unbootable - /usr not mounted

Hi admins, I'm having some issues with a Solaris 10 machine. I just rebooted the box after at least 2 years running smooth and now the OS is not comming up. This is what I see in the console (if I press Ctrl^D it loops again): Root password for system maintenance (control-d to bypass): ... (3 Replies)
Discussion started by: verdepollo
3 Replies

4. UNIX for Dummies Questions & Answers

Running Solaris Sparc Apps on X86 Solaris

I know that Sun make s a version of Solaris for Sparc platforms and also an x86 (Intel/AMD) release of Solaris. Can an application that runs on Solaris/Sparc also run on a PC running the x86 release of Solaris? Would a different release be required or any re-compling of the application? jim (1 Reply)
Discussion started by: stocksj
1 Replies

5. Solaris

Solaris x86 on D<LL (OK I said it)

OK, I have a DELL Poweredge 2850 fresh out of the box sitting here. I'm thinking of putting Solaris 9 x86 on it. Has anyone ever attempted this before, do you think it will work? I dont want to get into something that is just going to be a enormus waste of time, so I am wondering if anyone... (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

6. Solaris

Solaris 10 X86

Ok here goes, this MCSE is now fed up with MS, they are telling me that my Legal XP has a s/num they didnt issue. After countless emails I am P with them and am loooking for a new OS. Tried Linux, got it working but seems too flaky for me. Have installed Solaris 10 X86 (on a temp pc AMD Athlon... (1 Reply)
Discussion started by: mickie
1 Replies

7. Solaris

Installing Solaris 8 (x86) on PC

Hi, I have installed Solaris 8 on a PC, but I can not get the 2nd CD to install. I can log in to CDE desktop, by the way, is just black and white. I can mount the 2nd install CD, and double-click on the installer, but it does not install. Someting displays in the console and then it disappears... (1 Reply)
Discussion started by: annointed3
1 Replies

8. Solaris

solaris on x86

hi, need help! i've installed solaris 9 on my x86 box...problems with kdmconfig. here what i have: 1- Dell 17" Flat monitor ( 31kHz-80kHz horizontal and 56 Hz-76Hz Vertical) 2- Matrox Millenium G550 card what choices do i have to made? best regards thank you in advance (1 Reply)
Discussion started by: hmaiida
1 Replies

9. Solaris

How to install Solaris 9 on X86

HI All, I have three solaris disks: disk 1 & 2 and "image" disk. However, no instructions for installation on x86 came with them. (I downloaded from SUN.) I've searched far and wide on the net trying to find instructions for installing Solaris on my PII 500 mhz intel machine, but have... (7 Replies)
Discussion started by: JaredsNew
7 Replies

10. UNIX for Dummies Questions & Answers

Solaris 8 x86

Hi There, I search a lot across the board but didn't find answer... first of all... I installed the Companion CD. So Kde is supposed to work... I ran the script to have it in my login screen, and it's there... but when I enter it, it only kicks me to the login screen once... (1 Reply)
Discussion started by: Erythro73
1 Replies
Login or Register to Ask a Question