ChinaUnix.net
相关文章推荐:

Failed to execute init Attempting defaults

Reading data from NAND FLASH without ECC is not recommended VFS: Mounted root (cramfs filesystem) readonly. Mounted devfs on /dev Freeing init memory: 92K failed to execute /linuxrc. attempting defaults... Kernel panic - not syncing: No init found. Try passing init= option to kernel. 移植了内核2.6.14.1 自己制作了文件系统cramfs, #touch linuxrc #chmod 777 linuxrc #ls -al -rwxrwxrwx 1 502 root...

by antione - 内核/嵌入技术 - 2006-08-17 15:08:15 阅读(4273) 回复(5)

相关讨论

Reading data from NAND FLASH without ECC is not recommended VFS: Mounted root (cramfs filesystem) readonly. Mounted devfs on /dev Freeing init memory: 92K failed to execute /linuxrc. attempting defaults... Kernel panic - not syncing: No init found. Try passing init= option to kernel. 移植了内核2.6.14.1 自己制作了文件系统cramfs, #touch linuxrc #chmod 777 linuxrc #ls -al -rwxrwxrwx 1 502 root...

by antione - 内核源码 - 2010-03-11 10:36:53 阅读(10203) 回复(6)

本帖最后由 dreamer0x 于 2011-11-02 20:53 编辑 s3c6410板子有两个内核: #1.开发板带的2.6.28 #2.自己移植的2.6.34.7 自己做的rootfs; #1内核+rootfs正常启动,换#2内核出现failed to execute /linuxrc. attempting defaults.. bootargs=root=1f02 rootfstype=yaffs2 init=/linuxrc console=ttySAC0,115200不变。 求解答啊。。。。。。 问题补充: mmc0: Minimum clock frequency too high for identification mode s3c640...

linuxrc

by dreamer0x - 嵌入式开发 - 2011-11-04 20:48:09 阅读(10596) 回复(13)

U-Boot 1.2.0 (Feb 8 2009 - 07:29:48) U-Boot code: 33F80000 -> 33F99878 BSS: -> 33F9E078 DRAM: 64 MB NAND: 64 MB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Hit any key to stop autoboot: 0 HELLO-2410 # [A Unknown command '[A' - try 'help' HELLO-2410 # HELLO-2410 # tftp 30007fc0 uImage-ram2 NE2000 - eeprom ESA: 08:08:08:26:0a:5b TFTP from ser...

by linuxway.w - 内核源码 - 2009-06-10 17:28:56 阅读(12735) 回复(11)

问题背景: 我使用Xen虚拟机,想拦截sysenter指令。我通过设置MSR_SYSENTER_CS为0,这样sysenter和sysexit执行的时候会产生一个#GP错误,我在xen里面拦截到这个错误。 获取VM的一些数据之后,我需要模拟这两条指令的执行,然后返回VM。 问题:我遇到下面这样一个错误,哪位大神可以看一下大致是什么原因会造成折中错误,给条线索。

by rip_world - 内核源码 - 2014-05-16 16:42:48 阅读(825) 回复(0)

我在运行 mysql_install_db 的时候,出现下面的错误,该怎么解决啊? [root@host2 mysql]# scripts/mysql_install_db --user=mysql scripts/mysql_install_db: line 86: ./bin/my_print_defaults: cannot execute binary file Neither host \'host2.cybernaut\' nor \'localhost\' could be looked up with ./bin/resolveip Please configure the \'hostname\' command to return a correct hostname. If you want to solve this ...

by wenzhulz - SQL server - 2007-07-31 10:21:21 阅读(4049) 回复(1)

use DBI; ..... ..... sub query { my $self = shift; my $sql = shift; my $sts; $sts = $self->{dbh}->prepare($sql); $sts->execute(); return($sts); } sub getname { ...... ...... my $sql = "SELECT name FROM tables"; my $r = $self->query($sql); my $row = $r->fetchrow...

by topstar_allan - Perl - 2010-09-19 14:22:27 阅读(2496) 回复(0)

请教各位大虾: 以下的报错的意义 [code] 我的redhat9每次启动完时,都会出现以下错误 ,请问这是怎么回事啊?? init: cannot execute "/command/svscanboot" init: Id"SV"respawning too fast :disabled for 5 minutes [/code] 以上谢谢

by qmailer - Linux系统管理 - 2007-05-20 13:33:05 阅读(1829) 回复(0)

系统起动时出现ip_arp_done: init failed ipconfig看网卡上没有IP地址 我修改了/etc/hosts,/etc/hostname.bge0,/etc/nodename,/etc/inet/ipnodes 这4个文件里的hostname写成一样了,但启动还是报ip_arp_done: init failed 有什么高招

by zhaopingzi - Solaris - 2010-10-28 10:50:32 阅读(2481) 回复(0)

系统起动时出现ip_arp_done: init failed ipconfig看网卡上没有IP地址 我修改了/etc/hosts,/etc/hostname.bge0,/etc/nodename,/etc/inet/ipnodes 这4个文件里的hostname写成一样了,但启动还是报ip_arp_done: init failed 有什么高招

by zhaopingzi - Linux系统管理 - 2010-10-28 10:49:33 阅读(2069) 回复(0)

googel和百度都没结果啊, 请问各位高人有没有遇过这种情况, 先谢了.

by lastexile - Perl - 2008-02-28 18:16:39 阅读(2389) 回复(2)