日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 运维知识 > windows >内容正文

windows

服务器能用usb pe安装win7系统,另一种U盘(支持winPE,可以安装win7)安装ubuntu系统的方法...

發(fā)布時(shí)間:2023/12/20 windows 23 豆豆
生活随笔 收集整理的這篇文章主要介紹了 服务器能用usb pe安装win7系统,另一种U盘(支持winPE,可以安装win7)安装ubuntu系统的方法... 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

帖子

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)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。