|
2#

楼主 |
发表于 2010-1-11 04:53:53
|
只看该作者
这个是我改过的。<br />启动深度DeepinXP-V4精简版这个可以引导成功,但是我只是拿那个做实验。因为我要引导的是基于linux的。
引用部分是我从bt4的光盘里面那个menu.lst copy出来的。。
光盘目录:
M就是我移动硬盘的第一个分区,也就是主分区。另外,这个列表太长了,一些正常的,不影响了解目录结构的我都删掉了。。
M:.
│ DeepinXP-V4.iso
│ grldr
│ grldr.mbr
│ initrd.gz
│ Ubuntu1004.iso
│ vmlinuz
│ menu.lst
│
├─.disk
│ base_installable
│ casper-uuid-generic
│ cd_type
│ info
│ release_notes_url
│
├─BT4
│ │ boot.catalog
│ │ bt4cn.iso
│ │ md5sum.txt
│ │ menu.lst
│ │
│ ├─boot
│ │ │ bootsplash
│ │ │ initrd.gz
│ │ │ initrd800.gz
│ │ │ initrdfr.gz
│ │ │ memtest86+.bin
│ │ │ vmlinuz
│ │ │
│ │ └─grub
│ │ bt4.xpm.gz
│ │ menu.lst
│ │ stage2_eltorito
│ │
│ └─casper
│ filesystem.manifest
│ filesystem.manifest-desktop
│ filesystem.squashfs
│
│─boot
title Start BackTrack FrameBuffer (1024x768)
root (hd0,3)
kernel (hd0,3)/BT4/boot/vmlinuz from=BT4 BOOT=casper boot=casper
nopersistent rw quiet vga=0x317
initrd (hd0,0)/BT4/boot/initrd.gz
title Start BackTrack FrameBuffer (800x600)
root (hd0,0)
kernel (hd0,0)/BT4/boot/vmlinuz from=BT4 BOOT=casper boot=casper
nopersistent rw quiet vga=0x314
initrd (hd0,0)/BT4/boot/initrd800.gz
title Blacktrack 4
root (hd0,0)
kernel /BT4/boot/vmlinuz max_loop=255 initrd=initrd.gz init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=6666 from=BT4 root=/dev/ram0 rw
initrd /BT4/boot/initrd.gz
title Boot BackTrack 4
kernel (hd0,0)/BT4/boot/vmlinuz from=BT4 root=/dev/ram0 vga=791
initrd (hd0,0)/BT4/boot/initrd.gz
- default 0
- timeout 30
- fontfile /boot/fonts.gz
- splashimage /boot/bj2008.gz
- splashimage=/BT4/boot/grub/bt4.xpm.gz
- title ☆深度技术论坛<USB硬盘>维护和Ghost工具☆ 2007.07
- clear
- title ──────────────────────────────────
- clear
- title 【1】自动搜索和恢复深度万能克隆快速装机系统(特定GHO文件存放在FAT分区)
- find --set-root /io.sys
- chainloader /io.sys
- title 【2】启动 GHOST 11 手动操作功能 (GHO文件存放在NTFS分区请使用这个选项)
- kernel /boot/memdisk.gz c=80 h=2 s=36 floppy
- initrd /boot/ghost11.img
- title ──────────────────────────────────
- clear
- title 【3】启动深度技术 WinPE 维护系统
- chainloader /LDRXPE (hd0)+1
- title 【4】启动 XUSBOOT 中文DOS维护工具
- kernel /boot/memdisk.gz c=80 h=2 s=36 floppy
- initrd /boot/xusboot.img
- title 【5】启动 PQMAGIC 8.05 中文版分区工具
- kernel /boot/memdisk.gz c=80 h=2 s=36 floppy
- initrd /boot/pm805.IMG
- title 【P】天意 PE (支持96M内存)
- find --set-root /TYPE/SETUPLDR.BIN
- chainloader /TYPE/SETUPLDR.BIN (hd0)+1
- title ──────────────────────────────────
- clear
- title 【S】启动深度DeepinXP-V4精简版
- find --set-root /DeepinXP-V4.iso
- map /DeepinXP-V4.iso (0xff) || map --mem /DeepinXP-V4.iso (0xff)
- map --hook
- chainloader (0xff)
- title 【U】Ubuntu 10.04
- root (hd0,0)
- kernel (hd0,0)/vmlinuz boot=casper noacpi iso-scan/filename=/Ubuntu1004.iso ro quiet splash
- initrd (hd0,0)/initrd.lz
- title Start BackTrack FrameBuffer (1024x768)
- root (hd0,0)
- kernel (hd0,0)/BT4/boot/vmlinuz from=BT4 BOOT=casper boot=casper
- nopersistent rw quiet vga=0x317
- initrd (hd0,0)/BT4/boot/initrd.gz
- title Start BackTrack FrameBuffer (800x600)
- root (hd0,0)
- kernel (hd0,0)/BT4/boot/vmlinuz from=BT4 BOOT=casper boot=casper
- nopersistent rw quiet vga=0x314
- initrd (hd0,0)/BT4/boot/initrd800.gz
- title Blacktrack 4
- root (hd0,0)
- kernel /BT4/boot/vmlinuz max_loop=255 initrd=initrd.gz init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=6666 from=BT4 root=/dev/ram0 rw
- initrd /BT4/boot/initrd.gz
- title Boot BackTrack 4
- kernel (hd0,0)/BT4/boot/vmlinuz from=BT4 root=/dev/ram0 vga=791
- initrd (hd0,0)/BT4/boot/initrd.gz
- title 【6】启动本机硬盘的 WINDOWS NT/2003/XP 系统
- map (hd0) (hd1)
- map (hd1) (hd0)
- root (hd1,0)
- chainloader (hd1,0)+1
- boot
- rootnoverify (hd1,0)
- chainloader +1
- title 【7】启动本机硬盘上 Vista/Windows7 系统(如果存在)
- find --set-root /bootmgr
- chainloader /bootmgr
- title 【8】从光盘启动
- cdrom --init
- map --hook
- chainloader (cd0)
- boot
- title 【9】重启计算机
- reboot
- title 【10】关闭计算机
- halt
复制代码
[ 本帖最后由 binghe 于 2010-1-11 05:29 编辑 ] |
|