在龙芯笔记本上装debian5和启动菜单

pmon版本低于1.3.6的,先升级pmon到1.3.6 ( cat /proc/cmdline 可以显示版本号)

ftp://www.bjlx.org.cn/8089/pmon-LM8089-1.3.6-pre3.zip

然后建立一个启动菜单 把boot.cfg放到 /dev/hda1 的/boot下

#cat /boot/boot.cfg

default 0
timeout 3
showmenu 1
title                lemote feiyun linux
kernel                (wd0,0)/boot/vmlinux
args                root=/dev/hda1

title                Debian GNU/Linux at hda8
kernel                (wd0,7)/boot/vmlinux-yeeloong
args                console=tty root=/dev/hda8 no_auto_cmd resume=/dev/hda3
#initrd (wd0,7)/boot/initrd.img-yeeloong

title usb
kernel (usb0,0)/boot/vmlinux
args root=/dev/sda1 console=tty no_auto_cmd
#initrd (usb0,0)/boot/initrd.img

下载: ftp://www.bjlx.org.cn/loongson2f/8089/boot.cfg

下一步,将 ftp://www.bjlx.org.cn/loongson/loongson2_debian5_20090108.tar.bz2

展开到/dev/hda8下,

启动时就可以选择Debian GNU/Linux at hda8了