Re: [OpenWrt-Devel] how mini_fo run in mpc8247

2010-07-31 Thread Florian Fainelli
Hi,

Le Tuesday 13 July 2010 11:23:17, hacklu a écrit :
 my boot information
 
 
 RAMDISK: Compressed image found at block 0
 SQUASHFS: Mounting a different endian SQUASHFS filesystem on ram0
 VFS: Mounted root (squashfs filesystem) readonly.

You are using a ramdisk apparently.

 Freeing unused kernel memory: 144k init
 mkdir: can't create directory '/dev/shm': Read-only file system
 mkdir: can't create directory '/dev/pts': Read-only file system
 mount: mounting devpts on /dev/pts failed: No such file or directory

This will not work of course since the rootfs is a read-only ramdisk, non 
critical errors

 - preinit -
 Press the [f] key and hit [enter] to enter failsafe mode
 - regular preinit -
 Could not open mtd device: rootfs
 Could not open mtd device: rootfs
 run firstboot by hacklu's hand
 Could not open mtd device: rootfs_data
 Could not open mtd device: rootfs_data
 mount: mounting  on /overlay failed: Invalid argument
 mount: mounting /proc on /mnt/proc failed: No such file or directory
 - init -
 init started: BusyBox v1.16.1 (2010-06-09 18:06:15 CST)
 sysinit: rm: can't remove 'base-files': Read-only file system
 sysinit: uci: I/O error
 sysinit: uci: I/O error
 
 
 
 or how mini_fo run in powerpc ARCH

mini_fo and the default preinit script is made to work with a root filesystem 
on a flash. If you want to use a ramdisk, which is not recommended, better use 
an initramfs image which will bypass the mini_fo setup.
--
Florian


signature.asc
Description: This is a digitally signed message part.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] how mini_fo run in mpc8247

2010-07-13 Thread hacklu
my boot information


RAMDISK: Compressed image found at block 0
SQUASHFS: Mounting a different endian SQUASHFS filesystem on ram0
VFS: Mounted root (squashfs filesystem) readonly.
Freeing unused kernel memory: 144k init
mkdir: can't create directory '/dev/shm': Read-only file system
mkdir: can't create directory '/dev/pts': Read-only file system
mount: mounting devpts on /dev/pts failed: No such file or directory
- preinit -
Press the [f] key and hit [enter] to enter failsafe mode
- regular preinit -
Could not open mtd device: rootfs
Could not open mtd device: rootfs
run firstboot by hacklu's hand
Could not open mtd device: rootfs_data
Could not open mtd device: rootfs_data
mount: mounting  on /overlay failed: Invalid argument
mount: mounting /proc on /mnt/proc failed: No such file or directory
- init -
init started: BusyBox v1.16.1 (2010-06-09 18:06:15 CST)
sysinit: rm: can't remove 'base-files': Read-only file system
sysinit: uci: I/O error
sysinit: uci: I/O error



or how mini_fo run in powerpc ARCH
thanks
2010-07-13 



hacklu 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel