From: mjt on 18 Jul 2010 17:25 On Sat, 17 Jul 2010 17:03:33 -0500 mjt <myswtestYOURSHOES(a)gmail.com> wrote: > > Install bootchartd? > [snipped] > > You could then check for the desktop login times. > > Good idea ... Turned out to be a bad idea :( 11.3 won't boot now. I got bootchartd to run yesterday and got a chart, but today, my system isn't booting :( kernel panic and for whatever reason, it's because of bootchartd, which is strange, because I'm not running it as init. The only thing I can think of is some scripts have been changed and it wants to run at each boot. (third line up from the bottom) http://i942.photobucket.com/albums/ad261/myswtest/boot1.jpg -- The moving cursor writes, and having written, blinks on. <<< Remove YOURSHOES to email me >>>
From: Malcolm on 18 Jul 2010 17:40 On Sun, 18 Jul 2010 16:25:28 -0500 mjt <myswtestYOURSHOES(a)gmail.com> wrote: > On Sat, 17 Jul 2010 17:03:33 -0500 > mjt <myswtestYOURSHOES(a)gmail.com> wrote: > > > > Install bootchartd? > > [snipped] > > > You could then check for the desktop login times. > > > > Good idea ... > > Turned out to be a bad idea :( 11.3 won't boot now. > I got bootchartd to run yesterday and got a chart, but > today, my system isn't booting :( kernel panic and > for whatever reason, it's because of bootchartd, which > is strange, because I'm not running it as init. The > only thing I can think of is some scripts have been > changed and it wants to run at each boot. > > (third line up from the bottom) > http://i942.photobucket.com/albums/ad261/myswtest/boot1.jpg > Hi Did you use init=/.... in the first case? You didn't suspend or hibernate? -- Cheers Malcolm ��� (Linux Counter #276890) SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.13-0.4-default up 1 day 2:31, 2 users, load average: 0.02, 0.03, 0.00 GPU GeForce 8600 GTS Silent - Driver Version: 256.35
From: mjt on 18 Jul 2010 18:13 On Sun, 18 Jul 2010 16:40:47 -0500 Malcolm <malcolm_nospamlewis(a)bellsouth.net> wrote: > > (third line up from the bottom) > > http://i942.photobucket.com/albums/ad261/myswtest/boot1.jpg > > > Did you use init=/.... in the first case? You didn't suspend or > hibernate? No hibernate or suspend. After I installed bootchartd, I added a new entry in the menu.lst file (for grub), specifically so that I could choose to boot with bootchartd: =========== default boot entry =================== title Desktop -- openSUSE 11.3 - 2.6.34-12 kernel (hd0,0)/boot/vmlinuz-2.6.34-12-desktop \ root=/dev/disk/by-id/ata-ST31000340AS_9QJ0MVTG-part1 \ resume=/dev/disk/by-id/ata-Maxtor_6B300S0_B60SN5MH-part5 \ splash=silent quiet showopts vga=0x346 initrd (hd0,0)/boot/initrd-2.6.34-12-desktop =========== BOOTCHARTD boot entry =================== title Desktop -- openSUSE 11.3 - 2.6.34-12 BOOTCHARTD kernel (hd0,0)/boot/vmlinuz-2.6.34-12-desktop \ root=/dev/disk/by-id/ata-ST31000340AS_9QJ0MVTG-part1 \ init=/sbin/bootchartd \ resume=/dev/disk/by-id/ata-Maxtor_6B300S0_B60SN5MH-part5 \ splash=silent quiet showopts vga=0x346 initrd (hd0,0)/boot/initrd-2.6.34-12-desktop -- "There are some micro-organisms that exhibit characteristics of both plants and animals. When exposed to light they undergo photosynthesis; and when the lights go out, they turn into animals. But then again, don't we all?" <<< Remove YOURSHOES to email me >>>
From: Malcolm on 18 Jul 2010 18:38 On Sun, 18 Jul 2010 17:13:49 -0500 mjt <myswtestYOURSHOES(a)gmail.com> wrote: > > =========== BOOTCHARTD boot entry =================== > title Desktop -- openSUSE 11.3 - 2.6.34-12 BOOTCHARTD > kernel (hd0,0)/boot/vmlinuz-2.6.34-12-desktop \ > root=/dev/disk/by-id/ata-ST31000340AS_9QJ0MVTG-part1 \ > init=/sbin/bootchartd \ > resume=/dev/disk/by-id/ata-Maxtor_6B300S0_B60SN5MH-part5 \ > splash=silent quiet showopts vga=0x346 > initrd (hd0,0)/boot/initrd-2.6.34-12-desktop Hi It should be at the very end after the vga=..., not where you have it, it's an option... that's probably the issue. -- Cheers Malcolm ��� (Linux Counter #276890) openSUSE 11.3 (i586) Kernel 2.6.34-12-desktop up 0:19, 2 users, load average: 0.16, 0.13, 0.15 ASUS eeePC 1000HE ATOM N280 1.66GHz | GPU Mobile 945GM/GMS/GME
From: mjt on 18 Jul 2010 19:06
On Sun, 18 Jul 2010 17:38:53 -0500 Malcolm <malcolm_nospamlewis(a)bellsouth.net> wrote: > On Sun, 18 Jul 2010 17:13:49 -0500 > mjt <myswtestYOURSHOES(a)gmail.com> wrote: > > =========== BOOTCHARTD boot entry =================== > > title Desktop -- openSUSE 11.3 - 2.6.34-12 BOOTCHARTD > > kernel (hd0,0)/boot/vmlinuz-2.6.34-12-desktop \ > > root=/dev/disk/by-id/ata-ST31000340AS_9QJ0MVTG-part1 \ > > init=/sbin/bootchartd \ > > resume=/dev/disk/by-id/ata-Maxtor_6B300S0_B60SN5MH-part5 \ > > splash=silent quiet showopts vga=0x346 > > initrd (hd0,0)/boot/initrd-2.6.34-12-desktop > It should be at the very end after the vga=..., not where you have it, > it's an option... that's probably the issue. Actually, my problem is not with the bootchartd entry, As I mentioned, I was able to boot the bootchartd option yesterday ... I have a bootchartd image file and .tgz in /var/log, as expected. My problem *now* is I can't boot the NON-bootchartd entry - the "default" grub entry ... also, I tried booting with "failsafe" and it also kernel-panics. title Desktop -- openSUSE 11.3 - 2.6.34-12 kernel (hd0,0)/boot/vmlinuz-2.6.34-12-desktop \ root=/dev/disk/by-id/ata-ST31000340AS_9QJ0MVTG-part1 \ resume=/dev/disk/by-id/ata-Maxtor_6B300S0_B60SN5MH-part5 \ splash=silent quiet showopts vga=0x346 initrd (hd0,0)/boot/initrd-2.6.34-12-desktop In the screenshot, root is mounted, then the next line reads: /bin/run-init: //lib/bootchart: Directory not empty .... then the kernel panics. Which is confusing because I'm not attempting to boot the bootchartd option. -- Cleveland still lives. God ____must be dead. <<< Remove YOURSHOES to email me >>> |