1828905 Members
2542 Online
109986 Solutions
New Discussion

checking booted kernel

 
SOLVED
Go to solution
itai weisman
Super Advisor

checking booted kernel

hi people,
does anyone know how can I check what kernel was loaded during last boot?
Itai
7 REPLIES 7
Muthukumar_5
Honored Contributor

Re: checking booted kernel

grep Revision /var/adm/syslog/syslog.log

will give the kernel loaded. I hope looking at GSP logs or MP logs will give more details.

hth.
Easy to suggest when don't know about the problem!
itai weisman
Super Advisor

Re: checking booted kernel

can't find it..
is there a way to find it with a command?
Arunvijai_4
Honored Contributor

Re: checking booted kernel

What abt # what /stand/vmunix ? It will give the info what you needed ?

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
AwadheshPandey
Honored Contributor

Re: checking booted kernel

check ur syslog.log file
vi syslog.log
search :/stand
u will find the kernel there which was booted.

Regards,

Awadhesh
It's kind of fun to do the impossible
itai weisman
Super Advisor

Re: checking booted kernel

i can't find any lines containing 'stand' or Revision in my syslog file.
what /stand/vmunix won't help me - i'm trying to understand if I used 'vmunix' to boot (or other kernel file, vmunix.prev, for instance)
I do remeber I used adb once to find it, I just can't remember how...
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: checking booted kernel

Itai,

# echo boot_string/s | adb /stand/vmunix /dev/kmem

Best regards,
Robert-Jan
itai weisman
Super Advisor

Re: checking booted kernel

thanks robert,
that was exactly what i needed