![]() |
2008-09-02
, 18:04
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#82
|
It does the linuxrc problem and reboots when trying to start Deblet or?
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
2008-09-02
, 18:13
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#83
|
Yes.. it does everything perfectly and writes the bootmenu.. you boot and it says "Boot to Deblet" or something.. and it's all hunky dorey....
except that it wrote the wrong device name (mmcblk1 instead of mmcblk0) because in SD the device names are reversed. So it says "Boot Failed... " and then resets.
![]() |
2008-09-02
, 20:19
|
|
Posts: 124 |
Thanked: 47 times |
Joined on Aug 2008
@ Northern DFW
|
#84
|
![]() |
2008-09-02
, 20:36
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#85
|
The Following User Says Thank You to Stskeeps For This Useful Post: | ||
![]() |
2008-09-02
, 20:46
|
|
Posts: 124 |
Thanked: 47 times |
Joined on Aug 2008
@ Northern DFW
|
#86
|
![]() |
2008-09-03
, 08:44
|
Posts: 138 |
Thanked: 59 times |
Joined on Jun 2007
|
#87
|
echo host > /sys/devices/platform/musb_hdrc/mode
A security policy in place prevents this sender from sending this message to this recipient. See message bus configuration file (rejected message had interface "org.freedesktop.Hal.device.volume" member "mount" error name "(unset)" destination org.freedesktop.Hal
![]() |
2008-09-05
, 13:50
|
Posts: 4 |
Thanked: 0 times |
Joined on Sep 2008
@ Paris
|
#88
|
![]() |
2008-09-05
, 13:59
|
|
Posts: 1,671 |
Thanked: 11,478 times |
Joined on Jun 2008
@ Warsaw, Poland
|
#89
|
Hey all,
First of all, congrats to all of you who had made this thing possible. I've been playing around with these packages with no luck up to now. Installed from the latest version (1.2-7) to my external 4G mmc on the N810. It installs ok (apparently).
Then it reboots, I choose "Deblet on External-MMC-p1". It shows:
"Starting linuxrc from deblet-external-MMC-p1 (mtblock4 ext3)"
after a while it reboots.
I've read this whole thread a couple of times and tried some things that I saw here, or that I figured from previous linux experience but I got to admit I pretty much lost on this one.
Can anyone give me some pointers on this problem?
Thank you all.
![]() |
2008-09-05
, 14:13
|
Posts: 4 |
Thanked: 0 times |
Joined on Sep 2008
@ Paris
|
#90
|
Alright, looks like the boot item might be wrong - can you post your /etc/bootmenu/ .item file? (there's one called deblet-something)
![]() |
Tags |
debian, deblet, deblet bootmenu installer |
Thread Tools | |
|
Speaking of which, I had a couple of thoughts on 'best practices":
1. Shouldn't we kinda recommend installing to mmc? Given the limited number of write cycles, I'd hate to burn up the internal (non-replaceable) storage on the device instead of a (relatively) cheap mini or micro mmc card.
2. Wouldn't ext2 be a better choice for the fs? It seems to me that using a journalling filesystem eats up a lot of write cycles unnecessarily- it's definitely a better filesystem overall, but in this specific case I'd think that ext2 would be a better choice than ext3.