Active Topics

 


Reply
Thread Tools
Posts: 42 | Thanked: 4 times | Joined on Dec 2007
#61
I'm trying to install it, but when I boot from the sd card it says "/lib/init/rw/rootdev contains a file system with errors, check forced" and after this drops into maintenance mode (single user) on the console. My take is that my partition layout on the sd card is not right, what should it be?
 
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#62
Under another Linux box (at least that's what I did, you may be able to do it in maintenance mode), do a "fsck.ext2 /dev/SDCARD" It should boot fine after that.
__________________
Nokia N810 (Some mutation of Mer)
 
Posts: 42 | Thanked: 4 times | Joined on Dec 2007
#63
I'm still confused as of why this would happen?
 
Posts: 42 | Thanked: 4 times | Joined on Dec 2007
#64
Originally Posted by Capn_Fish View Post
Under another Linux box (at least that's what I did, you may be able to do it in maintenance mode), do a "fsck.ext2 /dev/SDCARD" It should boot fine after that.
I couldn't do that in maintenance mode as I couldn't get the "/" key... go figure...
 
Posts: 42 | Thanked: 4 times | Joined on Dec 2007
#65
Okay, the stuff works fine...

seems a little smaller than os2008 for some reasons, is there any way to get the "Fn" key to work?
 
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#66
In X11? Yes. I have an (almost-complete) Xmodmap file that I'll post somewhere. Just load it with

Code:
xmodmap /path/to/Xmodmap
And (most) of the keys will be correctly mapped (with a few modifications).

http://pastebin.com/f43cd81d4

Save that somewhere, then load it when you first boot the tablet.

I have a (mostly-finished, once again) console map as well that I'll get around to posting eventually.
__________________
Nokia N810 (Some mutation of Mer)
 
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#67
I just tested connecting to a spare router with no protection, and it works fine. I suspect that the non-loading arc4 module may be the issue (it is an encryption module, no?).

Can anybody verify that it indeed does not load and/or that I just have a corrupted module?

Thanks, and sorry for not trying this sooner.
__________________
Nokia N810 (Some mutation of Mer)
 
Posts: 10 | Thanked: 0 times | Joined on Jan 2006
#68
Hey, I'm having some trouble with this.
I can't get it to boot from the sdcard.
I have fanoush's initfs installed, but whenever I select the card with Debian on it, it says "Boot from mmc1 failed, booting from flash ..."

I'm actually trying this with two different sdcards.
sdcard1 is 4GB(sdhc), formatted with ext3, and it is stored in the external port.
sdcard2 is 1GB, formatted with ext2, and it is stored in the internal port.

I originally tried it with the standard bootmenu, but it didn't seem to be set up the way that I had my cards set up, so i changed it to this:
Code:
# bootmenu customisation file
#
# included from bootmenu.sh after default menu is defined
# you can change some items or redefine menu completely

# timeout for automatic selection when no key is pressed
# set to -1 for no timeout (not recommended, can drain battery when device reboots unatteded)
MENU_TIMEOUT=30

# IP address for USB networking
#USB_IP=192.168.2.15

# dim screen when in menu
#/usr/sbin/dsmetest -l 1 #for OS2006/7
#/usr/sbin/dsmetest -l 3 #for OS2008, 1 turns screen completely off

# menu items
MENU_MIN=1 # first item index

#no need to redefine
#MENU_1_NAME="Internal flash"
#MENU_1_ID="flash"

MENU_2_NAME="Internal MMC card, partition 1, ext2"
MENU_2_ID="mmc2"
MENU_2_DEVICE="${INT_CARD}p1"
MENU_2_MODULES="mbcache ext2"
MENU_2_FSTYPE="ext2"
MENU_2_FSOPTIONS="noatime"
[ -d "/sys/block/${INT_CARD}/${MENU_2_DEVICE}" ] || MENU_2_NAME="(${MENU_2_NAME}) N/A"

MENU_3_NAME="Enternal MMC card, partition 1, ext3"
MENU_3_ID="mmc1"
MENU_3_DEVICE="${INT_CARD}p1"
MENU_3_MODULES="mbcache ext3"
MENU_3_FSTYPE="ext3"
MENU_3_FSOPTIONS="noatime"
[ -d "/sys/block/${INT_CARD}/${MENU_3_DEVICE}" ] || MENU_3_NAME="(${MENU_3_NAME}) N/A"


MENU_5_NAME="Power off (when not on charger)"
MENU_5_ID="off"

#last item index, change if you add/remove items
MENU_MAX=5
I would really appreciate any help that you can give.
 
Capn_Fish's Avatar
Posts: 140 | Thanked: 13 times | Joined on Mar 2008
#69
I believe my external card is mmc3, not mmc1.

[out-of-date]
Unrelated, but could somebody post an md5sum of their arc4 module that they can successfully modprobe (preferably on an N810, but an N800 works as well) and what kernel you are running?
[/out-of-date]

Thanks.

EDIT: Yes, it is mmc3.

New question: Can anybody modprobe arc4? It appears to have the correct md5sum, but won't load. Is there anybody with it/WEP working on an IT under Debian beta 3?
__________________
Nokia N810 (Some mutation of Mer)

Last edited by Capn_Fish; 2008-05-23 at 20:24. Reason: Confirmed the information and updated the question
 
Posts: 10 | Thanked: 0 times | Joined on Jan 2006
#70
Would anyone be willing to post the bootmenu.conf that they use on their n800?

Edit: I may have gotten this wrong, but I was under the impression that the installation goes something like this:

1. Install fanoush's initfs onto Internet Tablet (no modified bootmenu.conf needed)
2. Format sdcard/mmc with ext2 or ext3
3. Stick extracted Debian thing on sdcard/mmc
4. Stick sdcard into Tablet
5. Turn on Tablet
6. Use boot menu to select sdcard/mmc
7. Debian loads itself
8. ?
9. Profit

I get to step 6 and it says that I'm doing it wrong.
Please correct me if I am doing it wrong.

Last edited by flib; 2008-05-23 at 20:48.
 
Reply

Tags
debian, deblet


 
Forum Jump


All times are GMT. The time now is 00:21.