maacruz
|
2011-03-24
, 19:51
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#291
|
|
2011-03-25
, 04:16
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#292
|
|
2011-03-25
, 07:23
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#293
|
Do all of you who get the shutdown problem have the bootmenu installed? I never had it until reflashing with the bootmenu and it happens every time from both flash and mmc.
The Following User Says Thank You to maacruz For This Useful Post: | ||
|
2011-03-25
, 16:43
|
Posts: 109 |
Thanked: 91 times |
Joined on Dec 2007
|
#294
|
|
2011-03-25
, 18:42
|
|
Posts: 1,137 |
Thanked: 402 times |
Joined on Sep 2007
@ Catalunya
|
#295
|
The Following User Says Thank You to luca For This Useful Post: | ||
|
2011-03-25
, 20:42
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#296
|
Do you have the latest kernel-dt-sd and mini-rc packages installed? If in doubt, install them again.
|
2011-03-26
, 13:39
|
Posts: 65 |
Thanked: 113 times |
Joined on Mar 2011
@ Austria
|
#297
|
You simply have a damaged filesystem for whatever reason (sure you haven't a full filesystem?). DT has that shutdown issue which causes the filesystem not to be umounted when it happens, and ext2 doesn't act kindly if it is not unmounted, having a tendency to accumulate errors.
At my firsts attemps at boot from mmc, much before DT, I also ran into troubles with ext2 quite often.
The best sollution is to move to ext3, as the journal protects you from the usual problems that arise if the ext2 filesystem is not properly umounted.
To solve your problem now, boot into flash and "fsck -p -f" the ext2 partition. Then I suggest you to convert it to ext3 (Diablo incorrectly mounts ext3 as ext2 but DT fixes that)
|
2011-03-26
, 15:24
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#298
|
I had kernel-2 (not the zImage that was later released) and packages for it installed without the bootmenu, worked fine. Flashed with bootmenu, spent a couple days setting it up while using CSSU, downloaded the four new DT files (deleting the old first) and ever since then it won't shutdown.
So its gotta be bootmenu+DT, the DT files released on the 18th or the radiation I'm receiving in America from Japan. Do you still have a copy of the previous mini-rc that I could try? Is it safe to downgrade from kernel-3 to kernel-2, was it only kernel-1 that had packaging problems?
EDIT: And yes, I did reinstall kernel and mini-rc even though dpkg -l showed them installed with correct version and it had no effect.
|
2011-03-26
, 15:28
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#299
|
However, I still could not install the new kernel. A downgrade to kernel 1 worked. An upgrade not:
dpkg -i kernel kernel-dt-sd_2.6.21-3_all.deb
Reading database...
Preparing to replace kernel-dt-sd 2.6.21-1 (using kernel-dt-sd_2.6.21-3_all.deb)...
Unpacking replacement...
Setting up kernel kernel-dt-sd (2.6.21-1)
Installing new kernel modules in initfs...
Flashing new kernel image...
Image(s) successfully flashed
Kernel image flashed
Please reboot
Any hints?
The Following User Says Thank You to maacruz For This Useful Post: | ||
|
2011-03-26
, 15:54
|
Posts: 65 |
Thanked: 113 times |
Joined on Mar 2011
@ Austria
|
#300
|