By loading I have received the following issue: BAD PBR SIGN.


 
Thread Tools Search this Thread
Operating Systems Solaris By loading I have received the following issue: BAD PBR SIGN.
# 1  
Old 08-30-2009
By loading I have received the following issue: BAD PBR SIGN.

Hi folks.
By disk cloning on Solaris x86, I used a command dd.
I pulled out the source and inserted the new disk.
By loading I have received the following issue: BAD PBR SIGN. Smilie
# 2  
Old 08-30-2009
which "dd" command did you run?
# 3  
Old 08-30-2009
e.g. # dd if=/dev/rdsk/c0d0s2 of=/dev/rdsk/c0d1s2 bs=128
then issue: ****+1 records in
****+1 records out
# 4  
Old 08-30-2009
have a look here:
Bad PBR sig after Solaris 10 x86 installation
this should be a filesystem issue...
# 5  
Old 08-31-2009
Quote:
Originally Posted by wolfgang
e.g. # dd if=/dev/rdsk/c0d0s2 of=/dev/rdsk/c0d1s2 bs=128
then issue: ****+1 records in
****+1 records out
This command apply to SPARC hardware. On x86, it doesn't copy the primary boot loader (thus the error message Bad PBR sig= bad primary boot record signature). You should have used that command to copy the whole disk:
Code:
dd if=/dev/rdsk/c0d0p0 of=/dev/rdsk/c0d1p0 bs=128k

Note that bs should be in kilobytes unlike your sample code.

Another point, cloning a disk while the OS is using it as its root filesystem is likely to create a corrupted filesystem on the target disk.

Last edited by jlliagre; 08-31-2009 at 01:19 AM..
# 6  
Old 08-31-2009
I have tried to make as you suggested.
On a new disk has appeared x86 boot and the system is loaded!!! in Solaris Device Configuration Assistant and ask me every time which disk? I choice the disk (at this time to mainboard connected only new disk) and the system goes only in single user mode.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

IHS connector related loading issue

I am getting the following error on loading the connector DLL in IHS 8.5 on AIX 7.1 bash-4.2# /usr/32bit/IBM/HTTPServer/bin/apachectl start httpd: Syntax error on line 902 of /usr/32bit/IBM/HTTPServer/conf/httpd.conf: Cannot load /usr/<company_name>/IHS85/lib/libApache22Connector.a into... (3 Replies)
Discussion started by: George47
3 Replies

2. Ubuntu

Static Driver Loading Issue

To load the driver at boot time I added my driver name in /etc/modules. Next I copied the driver to /lib/modules/2.6.34.12/kernel/drivers/char/. But when I reboot the machine the drriver does not get loaded. What am I missing and how to load the driver at boot time? (9 Replies)
Discussion started by: rupeshkp728
9 Replies

3. Windows & DOS: Issues & Discussions

VxWorks - W2003 issue loading file from NFS share

We recently replaced an existing Windows Server 2000 with a Windows Server 2003. The server‘s primary function is file/print in our development environment. One of the directories is shared using NFS. All compiled software is kept in this share (we use C & C++). The generated “.out” and “.ndb”... (0 Replies)
Discussion started by: BigBuff52
0 Replies

4. Solaris

Solaris x86: Bad PBR sig

Hello everyone, I have a Sun x4600 (Solaris 10 x86) server.During boot up "Bad PBR sig" error comes soon after post (before GRUB). Unless the return key is pressed the server never boots up. Once the return key is pressed the boot process continues without any problem. Can you please help me... (1 Reply)
Discussion started by: pingmeback
1 Replies

5. HP-UX

Bad performance but Low CPU loading?

There might be some problem with my server, because every morning at 7, it's performance become bad with no DB extra deadlock. But I just couldn't figure it out. Please give me some advise, thanks a lot... According to the CPU performace chart, Daily CPU loading Maximum: 42 %, Average:36%. ... (8 Replies)
Discussion started by: GreenShery
8 Replies

6. Solaris

bad pbr sig

After installing Solaris 10 x86 (solaris 5 2009 update 7 ) i've been granted a “Bad PBR sig” error message on boot, making my system unbootable. any one has any solution for this problem (1 Reply)
Discussion started by: maxim42
1 Replies

7. Solaris

PBR Bad in sun solaris 10 intel version

Hai while booting sun solaris 10 in a intel machine,its showing PBR bad and its showing disk boot failure.but the is detecting.please guide me (1 Reply)
Discussion started by: subbiahvin
1 Replies

8. UNIX for Dummies Questions & Answers

Bad PBR sig

ok, i recently posted asking for a distro of unix, and someone said to try solaris, so i booted up the dvd iso installer. And after making some kind of mistake in the preperation, I couldnt retry the installer, it repeated the Warning: Bad Geometry. thing, and when i tried to just boot up into... (0 Replies)
Discussion started by: FaoX666
0 Replies

9. UNIX for Dummies Questions & Answers

Bad PBR Sig Operating System Not Found...why ?

Well i install successfully Solaris on my Second Hard disk, although i had to make it primary Master and my orignal hard disk as pirmary slave, because solaris will not let Windows on primary master. Anyway after installation when i try to boot from hard disk , it shows message bad PBR Sig ... (3 Replies)
Discussion started by: abidmalik
3 Replies

10. UNIX for Dummies Questions & Answers

Bad PBR on Intel Machine

I recentlly installed solaris 8 on a 2G HD successfully , but cannot boot pass a screen that has a error message "BAD PBR". My queston would be is how do I get pass this and how do I repair it? I have visited the SUN SYSTEM website many times trying to get information. thanks Mogfog (2 Replies)
Discussion started by: mogfog
2 Replies
Login or Register to Ask a Question