Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1698952
  • 博文数量: 607
  • 博客积分: 10031
  • 博客等级: 上将
  • 技术积分: 6633
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-30 17:41
文章分类

全部博文(607)

文章存档

2011年(2)

2010年(15)

2009年(58)

2008年(172)

2007年(211)

2006年(149)

我的朋友

分类: LINUX

2010-04-17 21:40:02

根据 http://dev.lemote.com/drupal/node/58 摸索而成

1. get kernel-2.6.27-FL.tar.gz

2. tar xfvz kernel-2.6.27-FL.tar.gz

3. cp vmlinux to usb:/

4. get and cp initrd_fl_netboot.gz to /

5. reboot, key DEL... and enter pmon>

6. load /dev/fs/ext2@usb0/vmlinux

7. initrd /dev/fs/ext2@usb0/initrd_fl_netboot.gz

8. g console=tty no_auto_cmd

9. begin to install step by step...
   ignore warning of "no kenerl", after installation, cp kernel to boot

10.cp vmlinux to hda:/boot and create /boot/boot.cfg
   boot.cfg is as next:
       timeout 30
    default 0
    showmenu 1

    title Lemote Loonux
    kernel  /dev/fs/ext2@wd0a/boot/vmlinux
    args console=tty root=/dev/hda1

11.restart

阅读(1432) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~