Operating System - HP-UX
1752808 Members
5904 Online
108789 Solutions
New Discussion юеВ

Re: Unable to boot after Ignite

 
SOLVED
Go to solution
sen_ux
Valued Contributor

Re: Unable to boot after Ignite

You have boot loader installed. But looks like issue with the kernel.

Do an 'ls' from HPUX> prompt and see the files under /stand.
Also do a boot backup to see if any backup kernel exists and can be booted.
dictum9
Super Advisor

Re: Unable to boot after Ignite


Don't see vmunix...


HPUX> ll
total 18
dr-xr-xr-x 6 bin bin 8192 Jan 5 15:36 ./
dr-xr-xr-x 6 bin bin 8192 Jan 5 15:36 ../
dr-xr-xr-x 3 bin bin 96 Nov 7 2006 boot.sys/
-rw-r--r-- 1 root sys 42 Jan 30 2007 bootconf
lrwxr-xr-x 1 root root 14 Jan 18 17:23 bootfs@ -> current/bootfs
-rw-r--r-- 1 root sys 7548 Feb 10 2009 ioconfig
-r--r--r-- 1 root sys 82 Nov 7 2006 kernrel
drwxr-xr-x 2 root sys 96 Nov 29 2008 krs/
drwxr-xr-x 5 root sys 8192 Nov 7 2006 last_install/
drwxr-xr-x 2 root root 96 Nov 7 2006 lost+found/
-rw------- 1 root root 12 Nov 29 2008 rootconf
-rw-r--r-- 1 root sys 3517 Jan 5 15:36 system
-r--r--r-- 1 root sys 2448 Nov 7 2006 system.import


dictum9
Super Advisor

Re: Unable to boot after Ignite


fs0:\EFI\HPUX> hpux.efi

(C) Copyright 1999-2006 Hewlett-Packard Development Company, L.P.
All rights reserved

HP-UX Boot Loader for IPF -- Revision 2.029

Press Any Key to interrupt Autoboot
\EFI\HPUX\AUTO ==> boot vmunix
Seconds left till autoboot - 0
AUTOBOOTING...Could not open file vmunix to check for a directory Could not open vmunix

loading failed


Steven E. Protter
Exalted Contributor

Re: Unable to boot after Ignite

Shalom,

I wasn't aware that EFI configuration was included in an Ignite backup.

I do not think it is.

Once you configure EFI to boot HP-UX, you should be able to boot, or at worst restore Ignite anew and be in business.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Torsten.
Acclaimed Contributor

Re: Unable to boot after Ignite

Problem is, there is no kernel (vmunix) and even no backup!

Have a look into

last_install/

but there is something wrong with your ignite image!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
AVV
Super Advisor

Re: Unable to boot after Ignite

Hello,

I strongly believe it to be an ignite issue. Can you try to reignite it. I would recommend to have another ignite image on a tape from the working server. Once it finishes, see the logs to ensure your image is perfect. Then install it on ther server you desired. Are there any option left behind ???
johnsonpk
Honored Contributor

Re: Unable to boot after Ignite

etc >>>>>
-r--r--r-- 1 root sys 82 Nov 7 2006 kernrel
drwxr-xr-x 2 root sys 96 Nov 29 2008 krs/
drwxr-xr-x 5 root sys 8192 Nov 7 2006 last_install/

I think somebody play around with the kernel on the system from which you took ignite backup...I believe there is a valid kernel in the last_install directory
As Torsten suggested , boot from that..



HPUX>ls /stand/last_install



if you are finding vmunix in last_install directory, boot from that kernel



HPUX> boot /stand/last_install/vmunix

Rgds!
Johnson