You are not logged in.

#1 2006-12-18 07:14:25

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

problem with new initscripts+custom kernel

it seems that some kind of verbose output (a lot) is shown while initscripts are run
things like
:: Mounting Root-Read-only   
usb2-1 blablablabal
::Mounting Localfilesystems
some warnings about ext3
blablablabla

*Note this doesnt happen with arch's stock or beyond kernels, only with my custom 2.6.19-beyond2

Offline

#2 2006-12-18 08:53:49

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: problem with new initscripts+custom kernel

add 'quiet' to your bootloader line.

James

Offline

#3 2006-12-18 09:12:45

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: problem with new initscripts+custom kernel

it already has that option, besides, the kernel verboseness (i think i just invented a word) is between the initscripts

Offline

#4 2006-12-18 09:24:59

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: problem with new initscripts+custom kernel

ok i found the problem, seems to be related to gensplash, i think it is currently broken but thats a ntoher topic
i changed my kernel line from

kernel (hd0,2)/boot/actual root=/dev/sda3 ro panic=10 quiet splash=verbose,theme:darch console=tty1

to

kernel (hd0,2)/boot/actual root=/dev/sda3 ro panic=10 quiet console=tty1

and removed my initrd line
and now it behaves properly

Offline

#5 2006-12-18 09:42:04

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: problem with new initscripts+custom kernel

it seems that manually created gensplash doesnt play well with the new initscripts

i created my initrd with

splash_geninitramfs -v -g /boot/fbsplash-darch-1280x800 -r 1280x800 darch

Offline

Board footer

Powered by FluxBB