helo,
im new in ubcd4win,it is possible to transfer a program booting from a two 1.44mb floppies to ubcd4win?
im using norton partation magic 8. its prety nice if this can be add to ubcd4win, if possible, how to do.
regards: LOY'S
Page 1 of 1
norton partation magic 8 How do I transfer a program booting from two 1.44mb floppies to ubcd4
#2
Posted 01 April 2009 - 03:03 PM
Hello ,
that is a DOS program ???
you can use Winimage to make a 2.88MB size image .IMG and use it with a dos bootable CD like UBCD (not UBCD4Win)
you can use Disk partioner with UBCD4Win and it does not need plugin
just double click it.
http://www.paraglide...Partitioner.exe
http://www.911cd.net...showtopic=21152
I think Paraglider link got a download.
Ben
that is a DOS program ???
you can use Winimage to make a 2.88MB size image .IMG and use it with a dos bootable CD like UBCD (not UBCD4Win)
you can use Disk partioner with UBCD4Win and it does not need plugin
just double click it.
http://www.paraglide...Partitioner.exe
http://www.911cd.net...showtopic=21152
I think Paraglider link got a download.
Ben
This post has been edited by ben_mott: 01 April 2009 - 03:07 PM
#3
Posted 01 April 2009 - 05:32 PM
hi loy's
You can put a PM 8 floppy image into ubcd4win using the multiboot plugin menu BCDW
(see info from ben_mott on how to merge two floppys)
multiboot plugin assumes you are building from XP not Win 2003 source
However PM 8 will want to write temporary files !!
I got round that by using RAMDRIVE.SYS
see autoexec.bat, config.sys and setramd.bat below
PM 8 is getting old and has trouble with re-sizing Vista Partitions so you might want something more modern
regards
Mike Barnes
autoexec.bat
config.sys
setramd.bat
You can put a PM 8 floppy image into ubcd4win using the multiboot plugin menu BCDW
(see info from ben_mott on how to merge two floppys)
multiboot plugin assumes you are building from XP not Win 2003 source
However PM 8 will want to write temporary files !!
I got round that by using RAMDRIVE.SYS
see autoexec.bat, config.sys and setramd.bat below
PM 8 is getting old and has trouble with re-sizing Vista Partitions so you might want something more modern
regards
Mike Barnes
autoexec.bat
@ECHO OFF rem 3 June 2007 mod to run from CD image of 2.88MB floppy disk PROMPT $P$G REM ------------------------------------------------------- REM -- Put keyboard codes (xx) and -- REM -- code page variables (yyy) here. -- REM ------------------------------------------------------- REM MODE CON CP PREP=((yyy) EGA.CPI) REM MODE CON CP SEL=yyy REM KEYB xx,yyy ukkeyb.com REM ------------------------------------------------------- REM -- Put network or CD-ROM drivers here. -- REM ------------------------------------------------------- REM Windows DOS: REM MSCDEX.EXE /D:driver_name [/L:drive_letter] [/M:buffers] REM Caldera DOS: REM NWCDEX.EXE /D:driver_name [/L:drive_letter] [/M:buffers] MOUSE REM Load Iomega Zip & Jaz drivers REM \DRIVERS\GUEST ECHO. ECHO. ECHO. ECHO. ECHO Drive Image 5.0 - 2002 ECHO (c) 1994-2001, PowerQuest Corporation. All rights reserved. ECHO U.S. patents 5,675,769 5,706,472 5,930,831 6,088,778 6,108,759. ECHO Other patents pending. ECHO. ECHO Loading please wait... ECHO. rem check for drive letter (from Win 98SE boot disk) set EXPAND=YES SET DIRCMD=/O:N set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15 set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C cls call setramd.bat %LglDrv% path=%RAMD%:\;a:\ copy A:\*.* %RAMD%:\ > NUL set comspec=%RAMD%:\command.com set LglDrv= %RAMD%: PQmagic.exe
config.sys
DEVICE=\HIMEM.SYS REM DEVICE=EMM386.EXE DOS=HIGH,UMB LASTDRIVE=Z REM max size ramdisk= 8MB -1 DEVICE=\RAMDRIVE.SYS /E 8191 REM ------------------------------------------------------- REM -- Put code page variable (yyy) here. -- REM ------------------------------------------------------- REM DEVICEHIGH=DISPLAY.SYS CON=(EGA,yyy,) REM ------------------------------------------------------- REM -- Put network or CD-ROM drivers here. -- REM ------------------------------------------------------- REM DEVICE=CDROM.SYS /D=driver_name
setramd.bat
@echo off set RAMD= set CDROM= echo. echo looking for ramdrive letter echo This may take a few minutes. Please wait... echo. a:\findramd if errorlevel 255 goto no_ramdrive if not errorlevel 3 goto no_ramdrive goto do_shift :loop if errorlevel %1 goto no_shift :do_shift set cdrom=%2 shift shift if not %1*==* goto loop goto no_ramdrive :no_shift set ramd=%2 if "%RAMD%"=="C" goto c_drive goto success :c_drive echo Windows 98 has detected that drive C does not contain a valid FAT or echo FAT32 partition. There are several possible causes. echo. echo 1. The drive may need to be partitioned. To create a partition on the drive, echo run FDISK from the MS-DOS command prompt. echo. echo 2. The disk may be formated as NTFS for Windows NT, 2000 or XP echo . echo 3. Some viruses also cause your drive C to not register. You can use a virus echo scanning program to check your computer for viruses. echo. pause goto success :no_ramdrive echo The Windows 98 startup disk could not create a temporary drive for the echo diagnostic tools. This may be because this computer has less than the echo minimum required extended memory. echo. pause :success
#4
Posted 02 April 2009 - 02:52 AM
thanks for reply.
now i know that pm8 is getting older,so maybe i find another partation software.maybe you can recomend me a partation software same like pm8 that support with the newversion of OS now?that can add to multiboot plugin for ubcd4win?and if you have maybe you can share to us.or post a link her?
thanks for your kindness:
REGARDS: LOY'S
now i know that pm8 is getting older,so maybe i find another partation software.maybe you can recomend me a partation software same like pm8 that support with the newversion of OS now?that can add to multiboot plugin for ubcd4win?and if you have maybe you can share to us.or post a link her?
thanks for your kindness:
REGARDS: LOY'S
#5
Posted 02 April 2009 - 03:17 AM
helo
thanks for reply,how doest this work to ubcd4win?just put this exe to anyware to ubcd4win plugin?or maybe.you can share me the inf and nu2_menu for this.so any time i boot to ubcd4win i can launch this from >ALL PROGRAM< in ubcd4win.
thanks a million:
REGARDS: loy's
thanks for reply,how doest this work to ubcd4win?just put this exe to anyware to ubcd4win plugin?or maybe.you can share me the inf and nu2_menu for this.so any time i boot to ubcd4win i can launch this from >ALL PROGRAM< in ubcd4win.
thanks a million:
REGARDS: loy's
#6
Posted 02 April 2009 - 03:30 PM
you can use Disk partioner with UBCD4Win and it does not need plugin
just double click it.
http://www.paraglide...Partitioner.exe
the above is the GUi for Diskpart.exe of MicrosoftXP
====
NOTE
====
do not rename it to Diskpart else will crash.
put it in a folder called Tools and in the PEbuilder point to that folder and that gets included on your
UBCD4WIN Bootable CD/DVD
use A43 file manager to locate it then double click on it.
I use linux parted magic
http://partedmagic.com/
you can down load iso from his web site and burn the bootable Cd using imgBurn (google it)
Ben
just double click it.
http://www.paraglide...Partitioner.exe
the above is the GUi for Diskpart.exe of MicrosoftXP
====
NOTE
====
do not rename it to Diskpart else will crash.
put it in a folder called Tools and in the PEbuilder point to that folder and that gets included on your
UBCD4WIN Bootable CD/DVD
use A43 file manager to locate it then double click on it.
I use linux parted magic
http://partedmagic.com/
you can down load iso from his web site and burn the bootable Cd using imgBurn (google it)
Ben
This post has been edited by ben_mott: 02 April 2009 - 03:34 PM
#7
Posted 02 April 2009 - 04:56 PM
loy`s
Heed these guys warnings. I`m very inexperienced at doing UBCD4WIN or UBCD but
I stagger along and have tried PM8 on a boot disk. UBCD does allow you to add PM8
to it which I did once. I used it and it messed up my partitions. It`s some baaaaaaaaaad medicine.
There is also EASUS Partition Master 3.5 which works with Bart PE and can probably be grafted to UBCD4WIN.
There are several threads with cautionary tales about PM8.
Good Luck!
Plain
Heed these guys warnings. I`m very inexperienced at doing UBCD4WIN or UBCD but
I stagger along and have tried PM8 on a boot disk. UBCD does allow you to add PM8
to it which I did once. I used it and it messed up my partitions. It`s some baaaaaaaaaad medicine.
There is also EASUS Partition Master 3.5 which works with Bart PE and can probably be grafted to UBCD4WIN.
There are several threads with cautionary tales about PM8.
Good Luck!
Plain
If it ain`t broke....give me two minutes with it.
Page 1 of 1