ChinaUnix.net
相关文章推荐:

linux grub cf card

目的,可以分别从cf card或者硬盘启动Linux。 使用:grub, OE, Ubuntu/LFS LiveCD, AvOS. 1, 用OE编译 内核,kernel-2.6.29, 和rootfs Helloworld-image. 2. 使用LiveCD和AvOS安装grub. 3. 硬盘安装AvOS, 1G cf card 用来安装 MyOE Linux. 4, 分别在硬盘和cf卡上都安装grub. 5. cf卡分3个区,第一个FAT16,第二个ext2,第三个ext3,第一个分区安装grub, 第二个放kernel, 第三个放data. 6. 第一个问题是grub启动问题,首先,改变...

by 唐吉诃德猫 - Linux文档专区 - 2009-06-30 14:23:52 阅读(1039) 回复(0)

相关讨论

-------------------------------------------------------------------------------- Hi , I am looking for a 802.11g Compact flash interface wireless lan card with linux driver support. I searched google and could find some cards but they are with no linux driver support. Does anyone provide information about the availability of such card? thanks & regards

by lidnux - 系统管理 - 2006-04-27 21:39:03 阅读(612) 回复(0)

-------------------------------------------------------------------------------- Hi , I am looking for a 802.11g Compact flash interface wireless lan card with linux driver support. I searched google and could find some cards but they are with no linux driver support. Does anyone provide information about the availability of such card? thanks & regards

by lidnux - Linux系统管理 - 2006-04-27 21:39:03 阅读(715) 回复(0)

大家好, 目前在cf card 驱动遇到些困难,我们知道cf card 工作在3种模式下,pc card ,ture ide,其中pc card 有memory 和i/o模式,那么在驱动中要怎么实现这3种模式? 请指教!thans all

by javasp - 嵌入式开发 - 2007-07-25 15:16:45 阅读(1748) 回复(0)

表格总结 应用grubcf card 主引导区MBR写入bootloader 应用grubcf card 主引导区MBR写入bootloader 在格式化以前。不分区cf card # mke2fs /dev/fd0 创建了 ext2 文件系统后,需要安装该文件系统: 在格式化cf以前要分区,分出两个分区 /hdb1 启动系统 /hdb2 放置live-cd 的拷贝 # mount /dev/fd0 /mnt/floppy # mount /dev/hdb1 /mnt/cf 现在,需要创建一些目录,并将一些关键文件 (原先安装 grub 时已安装了这...

by yjx2003 - Linux文档专区 - 2006-07-25 15:54:43 阅读(1322) 回复(0)

hello, all of users: OpenVox IX100 with PC Engines Alix 2C2 works under Trixbox(2.6), which installed in cf card. it is smaller and good enough for SOHO office. here is what you should go: 1) using VMware to create a image for cf card booting 1.1) setting for a machine: Linux 2.6kernel, 256mb ram, 1 serial port, 2 usb port, cf card as a PHYSICAL drive 1.2) Editing: etc/grub.conf, /etc/inittab,...

by zhulizhong - VoIP开发技术 - 2008-08-20 16:49:47 阅读(3231) 回复(1)

hello, all of users: if anyone wants to try mini pci with analog card, you can take a look at OpenVox A400M. it works with PC engines motherboard, which a small and low-power motherboard. the PBX system can be built easily with askozia that is a small system with freebsd, asterisk, zaptel and GUI. Regards, zhu [ 本帖最后由 zhulizhong 于 2008-3-19 16:13 编辑 ]

by zhulizhong - VoIP开发技术 - 2008-04-10 10:01:33 阅读(4841) 回复(2)

大家好 我用的是基于mips的嵌入式系统,内核已经加了对pcmcia的支持,和IDE支持(ide-cs) 文件系统里面也加了cardmgr 当我cardmgr的时候 # cardmgr cardmgr[31]: cannot access /lib/modules/2.4.20-celf3: No such file or directory cardmgr[31]: watching 1 socket # cardmgr[32]: socket 0: Anonymous Memory cardmgr[32]: executing: 'modprobe memory_cs 2>&1' cardmgr[32]: + modprobe: could not parse modules....

by javasp - 嵌入式开发 - 2007-07-05 23:35:58 阅读(1964) 回复(1)

如何在一张cf卡上安装linux?cf卡如何分区,如何制作引导文件?请各位赐教.

by howema - 系统管理 - 2006-12-28 18:26:20 阅读(1188) 回复(5)

如何在一张cf卡上安装linux?cf卡如何分区,如何制作引导文件?请各位赐教.

by howema - Linux系统管理 - 2006-12-28 18:26:20 阅读(2999) 回复(5)

之前已经研究过一段时间,也已经把Linux系统都重新构建完成了,然后要从cf卡里运行Linux系统,但是之后试图把裁剪的系统安装到cf卡再启动时出现了问题,首先是把系统文件原样考贝进另一个硬盘,然后重新启动,但没成功,经查,是由于考贝的时候丢掉了一些文件的权限而致,于是查阅相关资料往这个方向上走,发现用cp -Rfva命令可以正常把文件属性也一起考过来,参数a是指考贝时连属性一起进来。经过测试,成功。所以今天继续研究...

by qtview - Linux文档专区 - 2009-07-26 15:12:40 阅读(854) 回复(0)