LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to create a bootchart in Debian Wheezy compatible OS? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-create-a-bootchart-in-debian-wheezy-compatible-os-4175540808/)

floppy_stuttgart 04-26-2015 01:01 PM

How to create a bootchart in Debian Wheezy compatible OS?
 
On my Antix13 (similar Debian Wheezy), I have installed bootchart2 and pybootchartgui.
I have created entries in /boot/grub/menu.lst (see below),
but there are no /var/log/bootchart.tgz as per https://www.debian-administration.or...with_bootchart or http://forums.debian.net/viewtopic.php?f=16&t=38869
What should I do? I made perhaps something wrong.



Code:

timeout 5
color cyan/blue white/blue
foreground ffffff
background 0639a1

gfxmenu /boot/grub/message

title  antiX at sda2, kernel 3.7.10-antix.7-486-smp
root  (hd0,1)
kernel /boot/vmlinuz-3.7.10-antix.7-486-smp root=/dev/sda2 quiet nomodeset radeon.modeset=0
initrd /boot/initrd.img-3.7.10-antix.7-486-smp

# added
title  antiX at sda2, kernel 3.7.10-antix.7-486-smp bootchart
root  (hd0,1)
kernel /boot/vmlinuz-3.7.10-antix.7-486-smp root=/dev/sda2 ro init=/sbin/bootchartd radeon.modeset=0
#

boot
...


John VV 04-26-2015 07:41 PM

in a older SystemV install

install bootchart
http://www.bootchart.org/

it is not part of the OS
and add
Code:

init=/sbin/bootchartd
to the boot line and fallow the instructions
http://www.bootchart.org/docs.html


in new systemD installs it is built into the operating system

floppy_stuttgart 04-27-2015 03:27 PM

Thanks!
And I had to include
tmpfs /var/log/bootchart tmpfs nodev,nosuid 0 0
in /etc/fstab


All times are GMT -5. The time now is 04:47 PM.