Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bosboot failed with error:help!!!

Status
Not open for further replies.

ajaykushwah

Programmer
Jan 27, 2003
1
US
Hi!
I was trying to boot my AIX 5.1 Machine into 64 bit kernel .
Here is the sequence of commands i tried .
ln -fs /usr/lib/boot/unix_64 /unix
ln -fs /usr/lib/boot/unix_64 /usr/lib/boot/unix
bosboot -a .
bosboot failed with following error.
/usr/lib/boot/bin/mkboot_rspc:"/tmp/unix.strip" is not a properly formatted load module .
bosboot:mkboot failed to create /tmp/..b_image.

I made sure that I had enough space in both / and /tmp filesystems just to make sure there was no space issue. Any help to resolve this would be highly appreciated .

Thanks in advance.
-Ajay
 
Check What R6 model do you have, does it has a 64 bit CPU?
If it does, Do following steps:
0.mksysb -i /dev/rmt0 -- backup your system
1.ln -s /usr/lib/boot/unix_64 /unix -- link to 64 bit kernel.
2.bosboot -ad /dev/hdisk0 -- I assum you boot from hdisk0.
3.bootlist -m normal hdisk0 -- to make sure boot from hdisk0.
4.shufdown -Fr
It should change your system to 64 bit kernel.
But if your AP does not support 64 bit, you may waste your time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top