[solved] bootchart issues
Re: bootchart issues
What's wrong with that bootchart you posted anyway? From that image I'd say it's working alright.
- Tim CowChip
- Posts: 304
- Joined: 27. May 2011, 03:35
- Location: Cascade Locks, OR
Re: bootchart issues
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"
- Tim CowChip
- Posts: 304
- Joined: 27. May 2011, 03:35
- Location: Cascade Locks, OR
Re: bootchart issues
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.laprjns wrote:bootchart works with lilo here
http://imageshack.us/photo/my-images/40 ... 55739.png/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
- Tim CowChip
- Posts: 304
- Joined: 27. May 2011, 03:35
- Location: Cascade Locks, OR
Re: bootchart issues
Back to using Lilo.

Thanks for your help, guys.

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