On January 5, 2004 08:04 am, Jesse Kline wrote: > On Mon, 2004-01-05 at 00:12, Peter E. Williams wrote: > > 1st idea: > > When lilo shows, to see what happens, did you try booting using the other > > option? ie: > > Yes, /boot/vmlinuz always boots fine. It's just the enterprise kernel > that fails after a restart.
I wonder if acpi is doing it, have you tried acpi=on or even acpi=off? Its really odd it'll boot cold but not warm... > > > 2nd idea: > > I am curious about one line in your lilo.conf that appear in both the > > image=/boot/vmlinuz-enterprise and the image=/boot/vmlinuz > > > > that being: > > > append="devfs=mount hdd=ide-scsi acpi=ht splash=silent" > > > > Maybe it should be shortened to: > > > append="devfs=mount" Then cd-burning wont work w/2.4 kernels > > > > or change the hdd to hda or to scd: > > > append="devfs=mount hda=ide-scsi acpi=ht splash=silent" > > > append="devfs=mount scd=ide-scsi acpi=ht splash=silent" > > I could try it, although again the "linux" kernel doesn't seem to have > any problems booting. I know I need the hdd=ide-scsi line for my > cd-burner to function properly, I'm assuming acpi=ht has something to do > with power management, but I'm not sure what the splash=silent does. I think that just keeps the kernel init output supressed. Not 100 percent sure. At boot your machine probably wont recognise scd as a valid device, I think this line is ok. > > > 3rd idea: > > The fstab doesn't make any reference to hdd. It references scd0 and hda#. > > Check out why. > > If I'm not mistaken, hdd is my ide cd-burner, and the "hdd=ide-scsi" > option makes the system treat it as a scsi drive (ie. scd0). Correct. hdd becomes scdX after devfs is mounted and the scsi drivers are loaded. Unless of course your drives are mixed up from where they were before. When you were editing your bios did you change any power management settings? > > Jesse -- Nick W (nickw77 at shaw.ca) Registered Linux User #324288 (http://counter.li.org) MSN Messenger: [EMAIL PROTECTED] Yahoo: foolish_gambit ICQ: 303276221 Trusting Microsoft with your computing is like trusting your dog with a steak. _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

