<![CDATA[//><!]]>
-->
info
27 September 2013
VMware Workstation Features, Multiple OS, Run Linux on Windows | Jerry Blogger
VMware Workstation Features, Multiple OS, Run Linux on Windows | Jerry Blogger
24 October 2010
12 October 2010
mixing Win PE 3 and Linux.
The last days I enjoyed myself by mixing Win PE 3 and Linux.
I wanted to use these o/s simultaneously,so this is the result.
-------------------------------
1) Get the ISO image file of WInPE 3.0 and open it
2) On the root of the ISO image put these file and folders :
a) Colinux
a1) Colinux-0.7.8 from here :
http://www.fileserve.com/file/RWfFP2X/coLinux-0.7.8.exe
a2) Compressed Linux filesystem from here :
http://www.fileserve.com/file/5QrvKD6/Ubuntu-9.04-1gb.7z
Unzip the the Ubuntu-9.04-1gb.tz file to C:\coLinux. This will take a while (unpacked it will be 1G). Unzipped, the file will have the name Ubuntu-9.04.ext3.1gb.fs.
The images that coLinux provides may not be big enough for our needs, especially if we plan to install Gnome or KDE. Here's a nifty little program we can use to increase the size of the image file: toporesize.zip. Toporesize can be found on Colinux Image Tools.
a3) Edit the colinux.conf file like this :
b1) 7z files from here :
http://www.7-zip.org/download.html
b2) NXclient client / server for Windows / Linux files from here :
http://www.nomachine.com/download.php
b3) Wincap-nmap-4.11.exe file
c) script.bat
edited script.bat like this and put it on the root of the ISO image
I wanted to use these o/s simultaneously,so this is the result.
-------------------------------
1) Get the ISO image file of WInPE 3.0 and open it
2) On the root of the ISO image put these file and folders :
a) Colinux
a1) Colinux-0.7.8 from here :
http://www.fileserve.com/file/RWfFP2X/coLinux-0.7.8.exe
a2) Compressed Linux filesystem from here :
http://www.fileserve.com/file/5QrvKD6/Ubuntu-9.04-1gb.7z
Unzip the the Ubuntu-9.04-1gb.tz file to C:\coLinux. This will take a while (unpacked it will be 1G). Unzipped, the file will have the name Ubuntu-9.04.ext3.1gb.fs.
The images that coLinux provides may not be big enough for our needs, especially if we plan to install Gnome or KDE. Here's a nifty little program we can use to increase the size of the image file: toporesize.zip. Toporesize can be found on Colinux Image Tools.
a3) Edit the colinux.conf file like this :
CODE
kernel=vmlinux
initrd=initrd.gz
cobd0=Ubuntu-9.04.ext3.1gb.fs
root=/dev/cobd0
mem=512
eth0=pcap-bridge,"LAN"
eth1=tuntap
b) toolsinitrd=initrd.gz
cobd0=Ubuntu-9.04.ext3.1gb.fs
root=/dev/cobd0
mem=512
eth0=pcap-bridge,"LAN"
eth1=tuntap
b1) 7z files from here :
http://www.7-zip.org/download.html
b2) NXclient client / server for Windows / Linux files from here :
http://www.nomachine.com/download.php
b3) Wincap-nmap-4.11.exe file
c) script.bat
edited script.bat like this and put it on the root of the ISO image
CODE
@echo off
set tagsource=\colinux
for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagsource%" set cddrive=%%i:
set tagdest=\"autoexec.bat"
for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagdest%" set drivedest=%%i:
echo %cddrive%
echo %drivedest%
%cddrive%
cd \tools
winpcap-nmap-4.11.exe /s
%drivedest%
cd \
if exist %drivedest%\colinux echo You already have an old installaion of Colinux,starting...
if exist %drivedest%\colinux goto start_colinux
mkdir colinux
%cddrive%
cd \colinux
xcopy *.* %drivedest%\colinux /S
cd \tools\7z
copy 7z*.* %drivedest%\colinux
%drivedest%
cd \colinux
7z e Ubuntu-9.04-1gb.tz
:start_colinux
%drivedest%
cd \colinux
colinux-daemon.exe --remove-driver
colinux-daemon.exe --install-driver
start /MIN colinux-daemon @colinux.conf
%cddrive%
cd \tools\nxclient
start nxclient
that's all. I attached a screenshot to show how works WinPE and Linux together,some time ago enemies,now friends :)
set tagsource=\colinux
for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagsource%" set cddrive=%%i:
set tagdest=\"autoexec.bat"
for %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagdest%" set drivedest=%%i:
echo %cddrive%
echo %drivedest%
%cddrive%
cd \tools
winpcap-nmap-4.11.exe /s
%drivedest%
cd \
if exist %drivedest%\colinux echo You already have an old installaion of Colinux,starting...
if exist %drivedest%\colinux goto start_colinux
mkdir colinux
%cddrive%
cd \colinux
xcopy *.* %drivedest%\colinux /S
cd \tools\7z
copy 7z*.* %drivedest%\colinux
%drivedest%
cd \colinux
7z e Ubuntu-9.04-1gb.tz
:start_colinux
%drivedest%
cd \colinux
colinux-daemon.exe --remove-driver
colinux-daemon.exe --install-driver
start /MIN colinux-daemon @colinux.conf
%cddrive%
cd \tools\nxclient
start nxclient
Posted by
Jerry Blogger
at
10/12/2010 03:59:00 pm
0
comments
Labels:
Administrative Tools
,
PE
,
win-RE
Subscribe to:
Posts
(
Atom
)
Labels
windows 7
(
11
)
windows-7
(
6
)
download
(
5
)
tweak
(
5
)
windows tweak
(
5
)
news
(
4
)
usb setup windows
(
4
)
Administrative Tools
(
3
)
Microsoft
(
3
)
PE
(
3
)
all-in-one
(
3
)
bootland
(
3
)
google
(
3
)
hack
(
3
)
open source program
(
3
)
tweaker
(
3
)
windows setup
(
3
)
7tweaker
(
2
)
GUI
(
2
)
MSDN
(
2
)
OFFICE 2010
(
2
)
VM
(
2
)
VM VMware
(
2
)
VMware
(
2
)
activation
(
2
)
benchmark
(
2
)
boot
(
2
)
boot language support
(
2
)
browser
(
2
)
crack
(
2
)
firefox
(
2
)
harddisk
(
2
)
win-RE
(
2
)
windows7
(
2
)
7-zip
(
1
)
7z
(
1
)
AIK
(
1
)
AMD-V
(
1
)
ESX
(
1
)
ESX 4
(
1
)
Hypervisor
(
1
)
IMG
(
1
)
Install / Upgrade
(
1
)
Install Guide
(
1
)
Intel VT
(
1
)
PXE
(
1
)
SDI
(
1
)
Scripting
(
1
)
SeaMonkey
(
1
)
VI in a box
(
1
)
WDS
(
1
)
WIM
(
1
)
WIMPE
(
1
)
Workstation 6.5
(
1
)
XP
(
1
)
autopager
(
1
)
business issue
(
1
)
demo
(
1
)
dns
(
1
)
e-book
(
1
)
eBook
(
1
)
forum
(
1
)
internet
(
1
)
key checker
(
1
)
legal copy
(
1
)
lenovo
(
1
)
loader
(
1
)
msn
(
1
)
oem
(
1
)
oem key
(
1
)
plug-in
(
1
)
portable edition
(
1
)
removeWAT
(
1
)
safety
(
1
)
sardui
(
1
)
slp
(
1
)
ssd
(
1
)
training
(
1
)
tweaks
(
1
)
update
(
1
)
vSphere
(
1
)
videos
(
1
)
win7
(
1
)
world cup
(
1
)