zoukankan      html  css  js  c++  java
  • menu.lst

    default 1
    fallback 3
    timeout 3


    title debian install
    root (hd0,0)
    kernel /debian/vmlinuz
    initrd /debian/initrd.gz


    title CDlinux
    root (hd0,0)
    kernel /CDlinux/bzImage quiet CDL_LANG=zh_CN.UTF-8 CDL_DIR=CDlinux
    initrd /CDlinux/initrd

    title lubuntu_iso
    root (hd0,0)
    kernel /lubuntu/vmlinuz boot=casper iso-scan/filename=/lubuntu/lubuntu-13.04-desktop-i386.iso quiet splash ro locale=zh_CN.UTF-8
    initrd /lubuntu/initrd.lz

    title xubuntu_iso
    root (hd0,0)
    kernel /xubuntu/vmlinuz boot=casper iso-scan/filename=/xubuntu/xubuntu-13.04-desktop-i386.iso quiet splash ro locale=zh_CN.UTF-8
    initrd /xubuntu/initrd.lz

    title ubuntu_iso
    root (hd0,0)
    kernel /ubuntu/vmlinuz boot=casper iso-scan/filename=/ubuntu/ubuntu-13.10-desktop-i386.iso quiet persistent splash ro locale=zh_CN.UTF-8
    initrd /ubuntu/initrd.lz

    title Slacko Puppy 5.5
    rootnoverify (hd0,0)
    kernel /slacko/vmlinuz pmedia=idehd psubdir=slacko debug
    initrd /slacko/initrd.gz

    title SliTaz GNU/Linux
    kernel (hd0,0)/slitaz/bzImage rw root=/dev/null vga=normal lang=en kmap=us laptop autologin home=sdb1
    initrd (hd0,0)/slitaz/rootfs1.gz (hd0,0)/slitaz/rootfs2.gz (hd0,0)/slitaz/rootfs3.gz (hd0,0)/slitaz/rootfs4.gz

    title TinyCore, Boot Core Plus with Hackedbox Window Manager
    root(hd0,0)
    kernel /tce/boot/vmlinuz loglevel=3 cde showapps desktop=hackedbox
    initrd /tce/boot/core.gz /tce/boot/ntfs-3g.gz


    title Reboot
    reboot

  • 相关阅读:
    二维几何前置知识
    点分治学习笔记
    $fhq-treap$学习笔记
    对拍使用方法
    2021.2.18-2021.5.18 三个月后端开发实习的学习路径
    蓝桥杯常考算法 + 知识点
    Linux
    Linux
    Intern Day112
    Linux上编译运行C/C++程序
  • 原文地址:https://www.cnblogs.com/dmdj/p/3650917.html
Copyright © 2011-2022 走看看