[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#390695: linux-image-2.6.18-1-686: weird messages upon loading the CD-ROM driver[1~



On Thu, Oct 05, 2006 at 09:49:58AM +0200, Hilmar Preusse wrote:

> Are the ready made Debian packages or do I have to build myself?

I will, but it will be my first one (in the .deb). And i don't know
how it will run, because i must cross compile on x86-64.
Anyway, lets see what will happen ;)

Generally with such (hardware driver) errors, i whouldn't suggest to
dpkg install/uninstall care stuff. Just kernel with some modules in
initramfs, without even mounting any _important_ file systems, like
/root or others.

Having flash stick with GRUB helps with such testing, all you need is
just to copy tested stuff on it, and have menu item for it, and run

BTW, if any of initramfs-tools developers see this, i would suggest to add
shell execution, if debug option is in cmdline, like this:

/usr/share/initramfs-tools/init:
[]
	debug)
		debug=y
		exec >/tmp/initramfs.debug 2>&1
		echo Type C-d to continue booting...
		set -x
		/bin/sh
	here->	;;
[]

Having done all one might need, C-d and boot is countinueing. (maybe there
are other options, i don't know ;)

But, Hilmar. If you do not feel comfortable in debug environment, better
not to try...

--



Reply to: