服务器能用usb pe安装win7系统,另一种U盘(支持winPE,可以安装win7)安装ubuntu系统的方法...
帖子
doki 寫了:大家懂方法就可以了。各人根據(jù)各自的需求來做就好了。放在U盤,可以在任意的電腦上安裝,也可以只是測試一下電腦(甚至只是玩玩Ubuntu livecd而已)。我的這個(gè)U盤啟動(dòng)盤是改了大白菜的,它支持WINPE(支持Ghost安裝、win7安裝)及一些常用的工具。我只是加上了我自己想要的東西。
這里只是給大家提供一個(gè)思路,沒有讓大家像我一樣。都跟我一樣,大家也沒有進(jìn)步!
測試?
是的,進(jìn)入的模式確實(shí)是live cd模式,但是發(fā)行版本的,可以這樣就安裝到硬盤來使用。
方法相信大家都知道,
title 啟動(dòng)linux安裝系統(tǒng)
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
進(jìn)入的live cd模式,
然后,可以打開終端,輸入,sudo umount -l /isodevice
就是卸載掛載上的光盤鏡像。然后點(diǎn)安裝系統(tǒng),就可以了。
只是測試。。。呵呵,這樣可以live cd來試用linux,也可以安裝的。
還有,就是有g(shù)rub4dos引導(dǎo)了,很多東西都可以實(shí)現(xiàn),引導(dǎo)img,pe,都很簡單的,一查一堆方法。
大白菜的,不予評論了。
最后,發(fā)下我的menu.lst菜單
find --set-root /boot/grub/fonts.gz
fontfile /boot/grub/fonts.gz
splashimage /boot/grub/0.gz
timeout 10
default 0
title 啟動(dòng)winpe迷你系統(tǒng)
find --set-root /boot/iso/pe.iso
map --mem /boot/iso/pe.iso (0xff)
map --hook
chainloader (0xff)
title 啟動(dòng)puppy linux系統(tǒng)
find --set-root /puppy/vmlinuz
kernel /puppy/vmlinuz root=/dev/ram0 pfix=copy
initrd /puppy/initrd.gz
title ---------------------------------------------------------------------------------------------------------------------------
clear
title 啟動(dòng)ntldr引導(dǎo)系統(tǒng)
find --set-root /ntldr
chainloader /ntldr
title 啟動(dòng)bootmgr引導(dǎo)系統(tǒng)
find --set-root /bootmgr
chainloader /bootmgr
title 啟動(dòng)grub引導(dǎo)系統(tǒng)
find --set-root /boot/grub/core.img
kernel /boot/grub/core.img
title 啟動(dòng)Ntboot引導(dǎo)系統(tǒng)
find --set-root /boot/NTBOOT/NTBOOT.LST/ntboot.lst
configfile /boot/NTBOOT/NTBOOT.LST/ntboot.lst
title ---------------------------------------------------------------------------------------------------------------------------
clear
title 啟動(dòng)xp安裝系統(tǒng)
find --set-root /boot/NTBOOT/NTBOOT.LST/xp.lst
configfile /boot/NTBOOT/NTBOOT.LST/xp.lst
title 啟動(dòng)linux安裝系統(tǒng)
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 啟動(dòng)feng.iso光盤鏡像
find --set-root /feng.iso
map --mem /feng.iso (0xff)
map --hook
chainloader (0xff)
title ---------------------------------------------------------------------------------------------------------------------------
clear
title 啟動(dòng)DiskGen磁盤精靈
find --set-root /boot/imgs/dg.img
map --mem /boot/imgs/dg.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 啟動(dòng)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 關(guān)閉計(jì)算機(jī)
halt
title ---------------------------------------------------------------------------------------------------------------------------
clear
其中的ntboot.lst
default 0
timeout 10
debug off
if not exist NTBOOT set NTBOOT=/boot/ntboot/ntboot
title 啟動(dòng)xp/03系統(tǒng)
command %NTBOOT% nt5
title 啟動(dòng)ntldr引導(dǎo)系統(tǒng)
find --set-root /ntldr
chainloader /ntldr
title 啟動(dòng)win7/2008系統(tǒng)
command %NTBOOT% nt6
title 啟動(dòng)bootmgr引導(dǎo)系統(tǒng)
find --set-root /bootmgr
chainloader /bootmgr
title 啟動(dòng)ram os (/boot/ramos.img)
command %NTBOOT% NT5=/boot/ramos.img
title 啟動(dòng)windows pe (/boot/iso/pe.iso)
command %NTBOOT% pe1=/boot/iso/pe.iso
title 啟動(dòng)windows from vhd (/boot/boot.vhd)
command %NTBOOT% NT6=/boot/boot.vhd
title 啟動(dòng)windows pe 3.0 from WIM (/boot/win7pe.wim)
command %NTBOOT% NT6=/boot/win7pe.wim
title 啟動(dòng)windows from vhd (/boot/vboot.vhd)
command %NTBOOT% vboot=/boot/vboot.vhd
title 返回主菜單
find --set-root /grldr
chainloader /grldr
其中的xp.lst
default 0
timeout 10
debug off
if not exist NTBOOT set NTBOOT=/boot/ntboot/ntboot
title 安裝原版windows系統(tǒng)到本地硬盤 (FiraDisk)
command %NTBOOT% iso_inst=firadisk cdrom=/xp/xp.iso
title 安裝原版windows系統(tǒng)到本地硬盤 (FiraDisk with dpms)
command %NTBOOT% iso_inst=firadisk cdrom=/xp/xp.iso addons="dpms 0"
title 安裝原版windows系統(tǒng)到本地硬盤 第一步(winvblk)
command %NTBOOT% iso_inst=winvblk cdrom=/xp/xp.iso
title 安裝原版windows系統(tǒng)到本地硬盤 第二步(winvblk)
command %NTBOOT% iso_inst=winvblk cdrom=/xp/xp.iso boot=harddisk
title 安裝原版windows系統(tǒng)到本地硬盤 第一步(vboot)
command %NTBOOT% iso_inst=vboot cdrom=/xp/xp.iso
title 安裝原版windows系統(tǒng)到本地硬盤 第二步(vboot)
command %NTBOOT% iso_inst=vboot cdrom=/xp/xp.iso boot=harddisk
title 返回主菜單
find --set-root /grldr
chainloader /grldr
這樣的菜單,不論試用pe維護(hù)系統(tǒng),或者用linux系統(tǒng),都很方便。
總結(jié)
以上是生活随笔為你收集整理的服务器能用usb pe安装win7系统,另一种U盘(支持winPE,可以安装win7)安装ubuntu系统的方法...的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Txt格式配置表无法解析的问题——BOM
- 下一篇: CPC系统在win10上的安装,1小时快