天意维护光盘能不能加个安装linux光盘这类工具
这样子,以后安装linux 系统。。就很放便了!!!! 期待中........... 本帖最后由 feng 于 2012-2-3 20:21 编辑方法很简单,修改一下grub4dos的菜单就行了,下面是我的菜单
checkrange 0x21 read 0x8280 && pxe detect NotExist
#gfxmenu /message
find --set-root /boot/grub/fonts.gz
fontfile /boot/grub/fonts.gz
splashimage /boot/grub/0.gz
timeout 10
default 0
title 启动winpe迷你系统
find --set-root /boot/iso/pe.iso
map --mem /boot/iso/pe.iso (0xff)
map --hook
chainloader (0xff)
title 启动puppy linux系统
find --set-root /puppy/vmlinuz
kernel /puppy/vmlinuz root=/dev/ram0 pfix=copy
initrd /puppy/initrd.gz
title ---------------------------------------------------------------------------------------------------------------------------
clear
title 启动ntldr引导系统
find --set-root /ntldr
chainloader /ntldr
title 启动bootmgr引导系统
find --set-root /bootmgr
chainloader /bootmgr
title 启动grub引导系统
find --set-root /boot/grub/core.img
kernel /boot/grub/core.img
title 启动Ntboot引导系统
find --set-root /boot/NTBOOT/NTBOOT.LST/ntboot.lst
configfile /boot/NTBOOT/NTBOOT.LST/ntboot.lst
title ---------------------------------------------------------------------------------------------------------------------------
clear
title 启动xp安装系统
find --set-root /boot/NTBOOT/NTBOOT.LST/xp.lst
configfile /boot/NTBOOT/NTBOOT.LST/xp.lst
title 启动linux安装系统
find --set-root /linux/vmlinuz
kernel /linux/vmlinuz boot=casper iso-scan/filename=/linux/linux.iso ro quiet splash locale=zh_CN.UTF-8
initrd /linux/initrd.gz
title ---------------------------------------------------------------------------------------------------------------------------
clear
title 启动feng.iso光盘镜像
find --set-root /feng.iso
map --mem /feng.iso (0xff)
map --hook
chainloader (0xff)
title ---------------------------------------------------------------------------------------------------------------------------
clear
title 启动DiskGen磁盘精灵
find --set-root /boot/imgs/dg.img
map --mem /boot/imgs/dg.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 启动MAXDOS工具箱
find --set-root /boot/imgs/maxdos.img
map --mem /boot/imgs/maxdos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title ---------------------------------------------------------------------------------------------------------------------------
clear
title 关闭计算机
halt
title ---------------------------------------------------------------------------------------------------------------------------
clear
其中的
title 启动linux安装系统
find --set-root /linux/vmlinuz
kernel /linux/vmlinuz boot=casper iso-scan/filename=/linux/linux.iso ro quiet splash locale=zh_CN.UTF-8
initrd /linux/initrd.gz
需要在根目录有linux文件夹,文件夹内要有linux.iso vmlinuz initrd.gz这3个文件即可。
这就是引导linux光盘镜像,进入livecd模式,
然后,打开终端,输入,
sudo umount -l /isodevice
回车,上面的内容是卸载光盘镜像。
然后就可以点桌面上的安装系统进行硬盘安装了。
还有,就是双系统引导
建议用grub4dos
grub4dos---->xp
grub4dos---->linux(可以用grub4dos引导grub或者grub2)
下面的,就可以引导到grub了。
title 启动grub引导系统
find --set-root /boot/grub/core.img
kernel /boot/grub/core.img
页:
[1]