Page 2 of 2

Re: bootchart issues

Posted: 21. May 2012, 11:45
by Shador
What's wrong with that bootchart you posted anyway? From that image I'd say it's working alright.

Re: bootchart issues

Posted: 21. May 2012, 16:48
by Tim CowChip
I posted the image after installing grub.

Code: Select all

GRUB_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_DISTRIBUTOR="Salix $(sed -e 's/^Slackware //' /etc/slackware-version)"
GRUB_CMDLINE_LINUX_DEFAULT="quiet vga=773"
GRUB_CMDLINE_LINUX="vt.default_utf8=1 init=/sbin/bootchartd"

Re: bootchart issues

Posted: 21. May 2012, 16:58
by Tim CowChip
laprjns wrote:bootchart works with lilo here

Code: Select all

# Linux bootable partition config begins
image = /boot/vmlinuz
  root = /dev/sda3
  append = "init=/sbin/bootchartd"
  label = Linux
  read-only
# Linux bootable partition config ends
http://imageshack.us/photo/my-images/40 ... 55739.png/
I think I must have gotten frustrated with all the reboots every time I edited /boot/salix.bmp, or /sbin/bootchartd or /etc/lilosetup.conf. I was using the Lilo setup app and editing the config file from there.

Re: bootchart issues

Posted: 21. May 2012, 17:29
by Tim CowChip
Back to using Lilo.

Image

Code: Select all

# Linux bootable partition config begins
image = /boot/vmlinuz-huge-2.6.37.6
root = /dev/disk/by-uuid/5ee98a2d-5011-4044-a692-4124c23d005d
append = "init=/sbin/bootchartd"
label = Salix
read-only
# Linux bootable partition config ends
Thanks for your help, guys.