在Windows下啟動Linux(轉)
在Windows下啟動Linux(轉)[@more@]在Windows me下:
首先:
啟動Windows me,假定光碟機為g:,Linux安裝在/dev/hda3,將Linux安裝光碟放入光碟機,在視窗DOS提示符下執行以下幾條命令(注意核心檔案vmlinuz可能是以vmlinuz開始的其它名字):
c:
mdlinux
cdlinux
g:
cddosutils
copy loadlin.exe c:
cd autoboot
copy vmlinuz c:
然後:
在Windows me下使用真實模式DOS
Windows me已經隱藏了真實模式DOS,如果要執行真實模式DOS程式就不方便了,你可以(假定Windows安裝目錄為c:windows):
首先,在下載補丁,解壓後拷至c:winmedos(先建好)資料夾,複製c:windowscommand.com、c:windowssystem egenv32.exe、c:windowscommandebdio.sys到c:winmedos,然後在Windows me下的視窗DOS方式下:
cdwinmedos
attrib -h -s -r *.*
winmedos
最後將已經修改過的三個檔案:io.sys複製到c:,command.com複製到c:及c:windows,將regenv32.exe複製到c:windowssystem下,在c:新建兩個檔案config.sys,autoexec.bat,內容如下(在config.sys中不能使用himem.sys和emm386.exe,因為Windows me已內含):
config.sys內容:
device=c:windowsifshlp.sys
buffers=40
FILES=40
DOS=high,UMB
lastdrive=Z
[menu]
menuitem=1,Windows me
menuitem=2,MS-DOS
menuitem=3,Linux
menudefault=1,10
menucolor=15,1
numlock=on
[1]
[2]
rem 光碟機驅動程式,視具體情況而定:
device=c: ricddvd.sys /d:mscd000
[3]
autoexec.bat內容:
goto %config%
:1
cdwindows
win
goto end
:2
@ECHO OFF
PROMPT $P$G
rem 驅動光碟機:
c:windowscommandMSCDEX /D:MSCD000
c:windowssmartdrv
rem 驅動滑鼠:
c:mouse
goto :end
:3
c:
cdlinux
rem 假定Linux安裝在/dev/hda3,如不是,請修改
loadlin vmlinuz root=/dev/hda3
:end
重新啟動計算機後就可選擇是啟動Windows me,還是純MS-DOS、Linux!該補丁在Windows me 正式版(Ver 4.90.3000)下透過。
在Windows 9x下啟動Linux:
請在視窗DOS下
cd
attrib -h -s -r msdos.sys
用edit.exe修改c:msdos.sys
在[Options]下加入或修改:
BootGUI=0
然後參考上述文章:建立c:linux,修改config.sys和autoexec.bat。
首先:
啟動Windows me,假定光碟機為g:,Linux安裝在/dev/hda3,將Linux安裝光碟放入光碟機,在視窗DOS提示符下執行以下幾條命令(注意核心檔案vmlinuz可能是以vmlinuz開始的其它名字):
c:
mdlinux
cdlinux
g:
cddosutils
copy loadlin.exe c:
cd autoboot
copy vmlinuz c:
然後:
在Windows me下使用真實模式DOS
Windows me已經隱藏了真實模式DOS,如果要執行真實模式DOS程式就不方便了,你可以(假定Windows安裝目錄為c:windows):
首先,在下載補丁,解壓後拷至c:winmedos(先建好)資料夾,複製c:windowscommand.com、c:windowssystem egenv32.exe、c:windowscommandebdio.sys到c:winmedos,然後在Windows me下的視窗DOS方式下:
cdwinmedos
attrib -h -s -r *.*
winmedos
最後將已經修改過的三個檔案:io.sys複製到c:,command.com複製到c:及c:windows,將regenv32.exe複製到c:windowssystem下,在c:新建兩個檔案config.sys,autoexec.bat,內容如下(在config.sys中不能使用himem.sys和emm386.exe,因為Windows me已內含):
config.sys內容:
device=c:windowsifshlp.sys
buffers=40
FILES=40
DOS=high,UMB
lastdrive=Z
[menu]
menuitem=1,Windows me
menuitem=2,MS-DOS
menuitem=3,Linux
menudefault=1,10
menucolor=15,1
numlock=on
[1]
[2]
rem 光碟機驅動程式,視具體情況而定:
device=c: ricddvd.sys /d:mscd000
[3]
autoexec.bat內容:
goto %config%
:1
cdwindows
win
goto end
:2
@ECHO OFF
PROMPT $P$G
rem 驅動光碟機:
c:windowscommandMSCDEX /D:MSCD000
c:windowssmartdrv
rem 驅動滑鼠:
c:mouse
goto :end
:3
c:
cdlinux
rem 假定Linux安裝在/dev/hda3,如不是,請修改
loadlin vmlinuz root=/dev/hda3
:end
重新啟動計算機後就可選擇是啟動Windows me,還是純MS-DOS、Linux!該補丁在Windows me 正式版(Ver 4.90.3000)下透過。
在Windows 9x下啟動Linux:
請在視窗DOS下
cd
attrib -h -s -r msdos.sys
用edit.exe修改c:msdos.sys
在[Options]下加入或修改:
BootGUI=0
然後參考上述文章:建立c:linux,修改config.sys和autoexec.bat。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10796304/viewspace-959933/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在Linux下製作Linux&windows啟動盤LinuxWindows
- 在linux環境下啟動時開啟numlock(轉)Linux
- 在Linux下使用DOS/Windows磁碟(轉)LinuxWindows
- Oracle在linux下的開機自啟動(詳細)轉OracleLinux
- 在linux下啟動tomcat命令LinuxTomcat
- 憑記憶說一下Windows和Linux的雙啟動(轉)WindowsLinux
- Linux下啟動ftp及xdm配置(轉)LinuxFTP
- 在Windows中怎樣尋找自啟動程式(轉)Windows
- 【mycat】mycat在windows環境下的安裝和啟動Windows
- linux下QT在windows下執行LinuxQTWindows
- windows下啟動nacos服務Windows
- 賜教在windows下安裝linux的問題(轉)WindowsLinux
- TongWeb在Linux下設定開機自啟動WebLinux
- Linux下VMware在更新完核心無法啟動Linux
- windows下oracle自動啟動指令碼WindowsOracle指令碼
- 在硬碟建置Linux系統之setup啟動(轉)硬碟Linux
- 在Linux上配置Resin 80埠自啟動(轉)Linux
- Linux下兩種自動啟動Tomcat的方法(轉)LinuxTomcat
- Linux下XWindow系統啟動指令碼分析(轉)Linux指令碼
- RedHat Linux下Oracle啟動指令碼的建立(轉)RedhatLinuxOracle指令碼
- 在Linux下開啟32位I/O和DMA(轉)Linux
- UEFI雙啟動Windows和LinuxWindowsLinux
- 在windows下看linux檔案-Explore2fs(轉)WindowsLinux
- 在Linux系統下製作U盤啟動盤Linux
- linux啟動項(轉)Linux
- Windows 8下如何禁用啟動項Windows
- Windows 下快速後臺啟動 RedisWindowsRedis
- MySQL Windows下關閉和啟動MySqlWindows
- windows 下 asm儲存啟動故障WindowsASM
- 在Linux系統下啟動eclipse時遇到Eclipse 無法正常啟動LinuxEclipse
- windows下啟動服務時不啟動oracle例項WindowsOracle
- 在Windows平臺下修改Oracle例項不隨服務啟動WindowsOracle
- PyGTK在Windows下的安裝(轉)Windows
- 求助 windows下引導linux(轉)WindowsLinux
- linux 下啟動服務Linux
- 關於"在Linux下訪問Windows分割槽"的補充(轉)LinuxWindows
- 在Linux平臺下啟動和關閉MySQL服務LinuxMySql
- 在linux下使用dbstart和dbshut啟動和關閉db!Linux