[solved] bootchart issues

You have a problem with Salix? Post here and we'll do what we can to help.
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: bootchart issues

Post by Shador »

What's wrong with that bootchart you posted anyway? From that image I'd say it's working alright.
Image
User avatar
Tim CowChip
Posts: 304
Joined: 27. May 2011, 03:35
Location: Cascade Locks, OR

Re: bootchart issues

Post 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"
ImageImage
User avatar
Tim CowChip
Posts: 304
Joined: 27. May 2011, 03:35
Location: Cascade Locks, OR

Re: bootchart issues

Post 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.
ImageImage
User avatar
Tim CowChip
Posts: 304
Joined: 27. May 2011, 03:35
Location: Cascade Locks, OR

Re: bootchart issues

Post 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.
ImageImage
Post Reply