Announcement

Collapse
No announcement yet.

wanna monitor bootup progress on kubuntu natty

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    wanna monitor bootup progress on kubuntu natty

    Hey all,

    I am using natty but recently after I installed a windows-XP as dual boot, it takes longer to log into my natty (after I enter user/pass in login page) comparing before. I read something about "readahead" in some threads but I believe it can not be the cause in my case.
    I am gonna prepare some scripts to monitor all the processes which are being run and specially accessing hard disk during login time. there is a utility which provide image in boot time which I forgot the name but it is not what I need.
    any idea about where I can put my script to be run by kubuntu before other processes?

    thank you.

    #2
    Re: wanna monitor bootup progress on kubuntu natty

    See:

    man initramfs-tools

    you may also need to do some googling on initramfs scripts for further info.

    I believe you would put your script in /usr/share/initramfs-tools/scripts/init-top

    You will need to do a sudo update-initramfs -u after making any changes or adding any scripts.
    We only have to look at ourselves to see how intelligent life might develop into something we wouldn't want to meet. -- Stephen Hawking

    Comment


      #3
      Re: wanna monitor bootup progress on kubuntu natty

      the bootchart utility might be helpful

      Please Read Me

      Comment


        #4
        Re: wanna monitor bootup progress on kubuntu natty

        Thank you so much doctordruidphd, I found initramfs so handy. I will try to finish my script as soon as found some time.

        Hi oshunluvr, actually I have tested bootchart but no powerful enough to provide detailed information.

        Comment

        Working...
        X