Operating System - HP-UX
1753535 Members
7583 Online
108795 Solutions
New Discussion юеВ

Re: Booting process document...

 
SOLVED
Go to solution
piyush mathiya
Trusted Contributor

Booting process document...

Hi Gurus,
Can somebody please send me the booting process document for itanium & PA-RISC...

Thanks in advance...!

Regards,
Piyush Mathiya
2 REPLIES 2
Nido
Trusted Contributor
Solution

Re: Booting process document...

Hello Piyush,

For details, check the man pages for all terminologies mentioned in the boot sequesnce.

PA-RISC sequesnce:
PDC > ISL > HPUX > vmunix
After vmunix kernel loaded:
> swapper process (pid:0)
> Kernel runs /sbin/pre_init_rc
> Kernel spawns /sbin/init
/sbin/init reads /etc/inittab and spawns:
ioinit > bcheckrc > rc > getty > Login :-)

For integrity:
http://www.martyp.net/web_site_files/chapters/efi.pdf


Check the following links also:
http://docs.hp.com/en/T1335-90083/ch02s03.html


Cheers!!
" Let Villagers Be Happy!! "
piyush mathiya
Trusted Contributor

Re: Booting process document...

Thank you budy...!