![]() |
![]() ![]() |
Jul 23 2005, 02:44 AM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 15-July 05 Member No.: 12,648 |
I'm using EasyBoot to build a multiboot CD.
How can I integrate the Paragon Harddisk Manager 6.0 Recovery CD into my multiboot CD ? I was able to make it with Acronis and Windows, but failed for Paragon Recovery CD. I extract the boot image file from the original Recovery CD, and try with both bootinfotable and run command. It just show the black screen, and stop there. Can anyone teach me how to solve this? I notice that there is some files in the root folder of the original CD. bm_mbr bm.bin bm_stat bm_hide I try to boot with these files also, but to no avail. |
|
|
|
Jul 29 2005, 12:25 AM
Post
#2
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 21-June 05 Member No.: 12,250 |
QUOTE (cwkhor @ Jul 23 2005, 07:44 AM) I'm using EasyBoot to build a multiboot CD. How can I integrate the Paragon Harddisk Manager 6.0 Recovery CD into my multiboot CD ? I was able to make it with Acronis and Windows, but failed for Paragon Recovery CD. I extract the boot image file from the original Recovery CD, and try with both bootinfotable and run command. It just show the black screen, and stop there. Can anyone teach me how to solve this? I notice that there is some files in the root folder of the original CD. bm_mbr bm.bin bm_stat bm_hide I try to boot with these files also, but to no avail. Paragon Recovery CD is really special,we need some trick to boot it. The CD contains two versions of software.One based on PTS-DOS,the other based on Linux. Let's take Paragon Harddisk Manager Professional v6 recovery CD for example.And the following way work well with several other Recovery CDs from Paragon. For Linux based version,we can use isogrub or isolinux to load the program. 1 isogrub the menu.lst looks like title Paragon Harddisk Manager Normal Mode kernel /BOOT/BZIMAGE splash=silent quiet root=/dev/ram0 eng_ver vga=0x314 initrd=/BOOT/INITRD.GZ title Paragon Harddisk Manager Safe Mode kernel /BOOT/BZIMAGE root=/dev/ram/0 safer_ver vga=0xffff initrd=/BOOT/INITRD.GZ 2 isolinux the isolinux.cfg looks a little different label Paragon Harddisk Manager Normal Mode kernel /BOOT/BZIMAGE append initrd=/BOOT/INITRD.GZ splash=silent quiet root=/dev/ram0 eng_ver vga=0x314 Please change the above files accroding to your situation. Notice we can get these booting parameters from the original ISO.Just Press F2 when booting the linux version program. For PTS-DOS based version,we need the dos.img in the root of the original iso. However,there is still some more work to do. If you use this dos.img,booting precess will fail because it does not load the cdrom driver so can't find needed files. We need to modify the dos.img, add cdrom driver,and modify autoexec.bat and menu.bat to set the correct paths and envirement variables. Then we can start the PTS-DOS based harddisk manager simply by using easyboot or bcde to run this dos.img. Notice that we need "dos" directory in original iso because the real program files are in it. |
|
|
|
| Former_amd64lover_post |
Mar 8 2006, 12:55 AM
Post
#3
|
|
Guests |
could you please elaborate more on how to add the cdrom driver to the DOS.IMG and modify the autoexec.bat and menu.bat files? i have another paragon product and am in the same boat. thanks
|
|
|
|
Nov 12 2006, 07:18 AM
Post
#4
|
|
|
Member ![]() ![]() Group: Members Posts: 58 Joined: 2-March 04 Member No.: 4,523 |
@ all,
i have the same problem with Paragon Harddisk Manager 8.0. I think they change something. Can someone help me to integrate it to a multiboot dvd? Thx Regards Webjunkie |
|
|
|
Feb 16 2007, 09:01 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Members Posts: 15 Joined: 16-September 05 Member No.: 14,131 |
could you please elaborate more on how to add the cdrom driver to the DOS.IMG and modify the autoexec.bat and menu.bat files? Same here, bump bump. There is hardly any info on the internet at all about this. The latest BCDW supports booting ISO files directly, it does work for Acronis bootable rescue ISO, but it does not work for Paragon Partition Manager's bootable ISO. Has anyone managed to include this Paragon Partition Manager boot ISO in a multi boot CD? I am using cdshell + BCDW but I can use memdisk as well, whatever works. I did have a look at the autoexec.bat file mentioned here but there is no such file as menu.bat on the boot ISO I have - it is Paragon Partition Manager Pro version 8. |
|
|
|
Feb 17 2007, 05:22 AM
Post
#6
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 4,582 Joined: 25-July 04 From: Italy Member No.: 6,779 |
QUOTE (LeveL) I did have a look at the autoexec.bat file mentioned here but there is no such file as menu.bat on the boot ISO I have - it is Paragon Partition Manager Pro version 8. There is NO menu.bat , longu was talking about menu.lst, which is a file that YOU have to make to use grub for making the multiboot part. The Autoexec.bat and config.sys should be INSIDE the DOS image, if it is similar to the old version, you need to open the .img with Winimage or similar program and modify it adding the Cd-ROM drivers, just search for MSCDEX or SHSUCDX to find many example on how to add CD-ROM support to a DOS bootdisk. jaclaz -------------------- - Fighting against bloatware since 2004, and proud of it. -
|
|
|
|
Jun 29 2007, 04:23 AM
Post
#7
|
|
![]() Newbie ![]() Group: Members Posts: 6 Joined: 28-June 07 Member No.: 28,496 |
The Autoexec.bat and config.sys should be INSIDE the DOS image, if it is similar to the old version, you need to open the .img with Winimage or similar program and modify it adding the Cd-ROM drivers, just search for MSCDEX or SHSUCDX to find many example on how to add CD-ROM support to a DOS bootdisk. jaclaz I've already searched for that, and i've fond nothing. Could you please tell me how i do it? or if you prefer, you could send me the changed DOS.img by e-mail. PLEASE, put Paragon HDM 8.5 in a multi-boot DVD using Easy Boot is very important to me. Thank you for the concern. :'( :'( :'( -------------------- Avatar & signature by Alegom. |
|
|
|
Jun 29 2007, 05:36 AM
Post
#8
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 4,582 Joined: 25-July 04 From: Italy Member No.: 6,779 |
I am just trying to guess WHERE did you search?
Result on first try on Google: http://www.pcguide.com/proc/setup/cddriver-c.html QUOTE Procedure Overview: Difficulty Level: 2-3 (Low to Moderate). Some finesse may be required depending on how good your install software is. Risk Factor: 1 (Very low). Hardware Required: None. Software Required: CD-ROM driver disk. If the driver disk does not contain MSCDEX.EXE, you will need this file as well; it may be on your operating system boot disk, or Windows 95 startup disk. Windows (or other operating system) CD-ROM. Time to Perform: About 5 minutes assuming there aren't any problems. More: http://www.computerhope.com/ac.htm http://lena.franken.de/software/bootdisk/index.html http://madsenworld.dk/con_auto/index-uk.htm You are not really expecting that someone does your homework, aren't you? Please also note that under common netiquette standards, using the word "please" in bold or underlined or both in a request is considered to be the equivalent of SHOUTING: QUOTE Do this, NOW! And of course, DO NOT EVEN THINK about requesting, sending, sharing COPYRIGHTED, NOT REDISTRIBUTABLE apps through the 911CD board jaclaz -------------------- - Fighting against bloatware since 2004, and proud of it. -
|
|
|
|
Jun 29 2007, 07:32 AM
Post
#9
|
|
![]() Newbie ![]() Group: Members Posts: 6 Joined: 28-June 07 Member No.: 28,496 |
You are not really expecting that someone does your homework, aren't you? Please also note that under common netiquette standards, using the word "please" in bold or underlined or both in a request is considered to be the equivalent of SHOUTING: QUOTE Do this, NOW! And of course, DO NOT EVEN THINK about requesting, sending, sharing COPYRIGHTED, NOT REDISTRIBUTABLE apps through the 911CD board jaclaz I'm really sorry about the netiquette, I didn't remembered that. or if you prefer, you could send me the changed DOS.img by e-mail. About requesting, sending, etc, through the 911CD board, I'm sure that I said "e-mail"..... About the rest, it is all very confuse (I'm portuguese and I've 15 years old), and I'm not hunderstanding very good what to do. If you did it, please share your wisdom with the rest of the world, specially now, share it with me:
Thank you for the comprehension. And excuse me for eventual grammatical errors. Note: because of the notification, I will write you about one thing by PM. Thanks. EDIT: I've changed this post as a result of a administrator PM. Thank you for the notification, ED_P. This post has been edited by Alegom: Jun 29 2007, 05:42 PM -------------------- Avatar & signature by Alegom. |
|
|
|
Jun 30 2007, 06:56 AM
Post
#10
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 4,582 Joined: 25-July 04 From: Italy Member No.: 6,779 |
Ok, let's start from the beginning:
QUOTE (Alegom) (I'm portuguese and I've 15 years old) This explains a lot (not the "portuguese", of course Unfortunately you start from two wrong basic assumptions, the fact that I have a Paragon Partition Manager Pro version 8.5 and that it is allowed to share through ANY means. What I can do is, provided that 8.5 has the same structure of older versions, tell you how to do it. I am assuming you are running a 2K/XP/2003 OS. Get from here: http://www.ltr-data.se/opencode.html#ImDisk this: http://www.ltr-data.se/files/imdiskinst.exe Install it, open your Control Panel, you will find an icon with a small umbrella "Imdisk Virtual Disk Driver" Open it, then: 1) Mount 2) select: Image File - leave blank Assign Drive Letter - B Size of virtual disk - 1474560 Image file Offset - Leave "0" Size unit - Leave "bytes" Unit of image file offset - leave blank Device Type - Select "Floppy" Check the tickbox "Removable media" Press "OK" Now, you should have somewhere, most probably in %Systemdrive%\Programs\Paragon Software\rmb a program called rmb.exe (Recovery Media Builder), run it, selecting the B : \ floppy drive as target. Now go back to the IMDISK window, highlight the B : drive and select "Save Image", choose a path and suitable name for it. You can now unmount the drive and re-mount the image through IMDISK, if you need to make any changes to it. I just tested the above procedure on a PC in the office where there is Partition Manager 7, in this version there ALREADY is in the image shsucdx and the proper autoexec.bat/config.sys entries. jaclaz -------------------- - Fighting against bloatware since 2004, and proud of it. -
|
|
|
|
Jun 30 2007, 06:35 PM
Post
#11
|
|
![]() Newbie ![]() Group: Members Posts: 6 Joined: 28-June 07 Member No.: 28,496 |
Ok, let's start from the beginning: QUOTE (Alegom) (I'm portuguese and I've 15 years old) This explains a lot (not the "portuguese", of course Unfortunately you start from two wrong basic assumptions, the fact that I have a Paragon Partition Manager Pro version 8.5 and that it is allowed to share through ANY means. What I can do is, provided that 8.5 has the same structure of older versions, tell you how to do it. I am assuming you are running a 2K/XP/2003 OS. Get from here: http://www.ltr-data.se/opencode.html#ImDisk this: http://www.ltr-data.se/files/imdiskinst.exe Install it, open your Control Panel, you will find an icon with a small umbrella "Imdisk Virtual Disk Driver" Open it, then: 1) Mount 2) select: Image File - leave blank Assign Drive Letter - B Size of virtual disk - 1474560 Image file Offset - Leave "0" Size unit - Leave "bytes" Unit of image file offset - leave blank Device Type - Select "Floppy" Check the tickbox "Removable media" Press "OK" Now, you should have somewhere, most probably in %Systemdrive%\Programs\Paragon Software\rmb a program called rmb.exe (Recovery Media Builder), run it, selecting the B : \ floppy drive as target. Now go back to the IMDISK window, highlight the B : drive and select "Save Image", choose a path and suitable name for it. You can now unmount the drive and re-mount the image through IMDISK, if you need to make any changes to it. I just tested the above procedure on a PC in the office where there is Partition Manager 7, in this version there ALREADY is in the image shsucdx and the proper autoexec.bat/config.sys entries. jaclaz First of all, I wanna thank you for your comprehension. Then, I wanna explain you something:
One more thing: I have the Paragon Hard Disk Manager Professional 8.5 and I work with Windows Vista Ultimate One other thing: the link you entered in your first answer to my problem was very good, but it didn't work. It is better that you explain yourself: the explainacions give in the 1st person and by someone we know are better than the sintetic resolutions exposed in sites. I wait an answer.........please...... This post has been edited by Alegom: Jun 30 2007, 08:09 PM -------------------- Avatar & signature by Alegom. |
|
|
|
Jun 30 2007, 08:30 PM
Post
#12
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 4,793 Joined: 12-August 05 From: Western NY, USA Member No.: 13,258 |
Then, I wanna explain you something:
In order to add CD-ROM support you have to edit the DOS.img and a couple of it's files and then save it. So yes your problem is indeed "how do I open the DOS.img image". So follow jaclaz's suggestions. QUOTE [*]How do I add the CD-ROM support to DOS.img? Add the CD-ROM .sys file to the root of the image and load it by modifying the DOS.img's CONFIG.SYS file. You will also need to add support for it in the AUTOEXEC.BAT which requires you have MSCDEX in the DOS.img also. QUOTE [*]With what program do I open autoexec.bat and config.sys? Use NOTEPAD, for both of them. QUOTE [*]How should they be when I open them? Functional text files. QUOTE [*]What do I change in them? Do a Google search for that. QUOTE [*]How should they stay after I finish? Functional. Then save the changed DOS.img file. Give it a different name than the original so if you need to go back and redo something you can. -------------------- A useful posting: Adding drivers to BartPE; NIC, SATA, video A helpful thread: BartPE Troubleshooting FAQs Use the forum's search tool to find postings about problems similar to yours.For searches involving three letter acronyms such as USB add an * to the end. For example: USB* The button is your friend and is located just below the one for Quote Reply.Ed |
|
|
|
Jul 1 2007, 07:26 AM
Post
#13
|
|
![]() Newbie ![]() Group: Members Posts: 6 Joined: 28-June 07 Member No.: 28,496 |
[*]How do I add the CD-ROM support to DOS.img? Add the CD-ROM .sys file to the root of the image and load it by modifying the DOS.img's CONFIG.SYS file. You will also need to add support for it in the AUTOEXEC.BAT which requires you have MSCDEX in the DOS.img also. What???? I'm feeling a Newbie........explain with details.......... [*]With what program do I open autoexec.bat and config.sys? Use NOTEPAD, for both of them. QUOTE [*]How should they be when I open them? Functional text files. QUOTE [*]What do I change in them? Do a Google search for that. QUOTE [*]How should they stay after I finish? Functional. "Do a Google search for that"???? You tell me that after you seen the problems that I've been showing in this topic??? And yes, I've searched, but I've stay in the same. Here is an image of the EDIT opcion of those files in Command line (it stays = in the Notepad EDIT): ![]() What do I change in both? Thanks. This post has been edited by Alegom: Jul 1 2007, 07:28 AM -------------------- Avatar & signature by Alegom. |
|
|
|
Jul 1 2007, 08:42 AM
Post
#14
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 4,582 Joined: 25-July 04 From: Italy Member No.: 6,779 |
@Alegom
You cannot expect that a google search will return you a page of the type: "How to add Cd-Rom support on a dos.img file extracted from a Paragon Hard Disk Manager 8.5 disk" I already gave you not one but four links to pages that you NEED to READ and understand, in order to LEARN what and how to do it. The (partial) autoexec.bat and config.sys in your screenshot tells me that, as I guessed, you ALREADY have the appropriate lines for CD-ROM support in them. What is needed is (in config.sys) a line similar to this: QUOTE DEVICE=C:\drivers\cd1.SYS /D:tomato and one in autoexec.bat similar to this: QUOTE C:\DOS\MSCDEX.EXE /D:tomato /L:R The line in config.sys tells DOS that he needs to load a device driver called cd1.sys, that can be found on path "C:\drivers\" and "connect it to a name, "tomato" in this case. The line in autoexec.bat tells DOS to load MSCDEX.EXE (MicroSoft CDrom EXtension) program, that cam be found under path "C:\DOS\" and use these extension to access the device called "tomato", assigning to it the drive letter "R:". The pages that I linked you too all contain exactly this information, in more detail. As said, there is a substitute for MSCDEX called SHSUCDX, Paragon, since they use their own PTS-DOS most probably use this latter one, at least the 7.0 version I saw did. Depending on the particular setup, lines to the same effect could also be seen as follows: QUOTE DEVICEHIGH=C:\drivers\cd1.SYS /D:tomato QUOTE LH C:\DOS\MSCDEX.EXE /D:tomato /L:R (same as above but loaded in high memory) The similar line that I can see in your posted screenshot (in config.sys) is this one: QUOTE device=vide-cdd.sys /D:CD001 but it has been remmed out. Any line that begins with "rem" or "REM" in a batch file is IGNORED as it is considered a REMinder. you should find in autoexec.bat a line similar to this one: QUOTE SHSUCDX /D:CD001 or this one: QUOTE MSCDEX /D:CD001 You NEED a basic DOS/BATCH knowledge if you want to "play" with settings, you cannot post a request every time, and you have to READ the replies and given links, then using some fantasy and the info found of them, search some more, until you understand the basics. I am sorry if I mislead you with the IMDISK part, I thought you were not able to generate the dos.img because I had ALREADY replied to your question about mscdex/shhucdx, giving as acquired that one has or wants to get some knowledge. It would be just as if you tried to correct a German text without even knowing the basical grammatical and syntactical rules of the language. Let us know how it goes. jaclaz -------------------- - Fighting against bloatware since 2004, and proud of it. -
|
|
|
|
Jul 15 2007, 06:46 AM
Post
#15
|
|
![]() Newbie ![]() Group: Members Posts: 6 Joined: 28-June 07 Member No.: 28,496 |
I gived up.
[Link to a warez release and instructions on how to use it removed by jaclaz] I hope had helped someone.... Good bye for now....... -------------------- Avatar & signature by Alegom. |
|
|
|
Jul 15 2007, 07:33 AM
Post
#16
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 4,582 Joined: 25-July 04 From: Italy Member No.: 6,779 |
Alegom
the fact that you are 15 and Portuguese does not mean you cannot read plain English: NO WAREZ ON THIS BOARD! And you were already told this, both in the thread and in PM's. You have now a 20% Warn level. Just do it another time and I'll have you (and your IP) banned. jaclaz -------------------- - Fighting against bloatware since 2004, and proud of it. -
|
|
|
|
Jul 15 2007, 09:53 PM
Post
#17
|
|
![]() Newbie ![]() Group: Members Posts: 6 Joined: 28-June 07 Member No.: 28,496 |
Okay, I'm truly sorry for what I've did, I wasn't thinking in the consequences of my actions, but I'll be much more carefull this time:
For me, this is the end of the topic, because all the questions made by the topic starter have been answered and had been posted other opcions to Paragon (showed in this post). Once again Thank you for all your help and sorry for all my mistakes. Alegom This post has been edited by Alegom: Jul 15 2007, 09:53 PM -------------------- Avatar & signature by Alegom. |
|
|
|
Jul 18 2007, 03:21 PM
Post
#18
|
|
|
Gold Member ![]() ![]() ![]() ![]() Group: Members Posts: 507 Joined: 29-April 05 Member No.: 11,682 |
Just as a useful information :
if you just want access to the content of the Ram drive boot with the bootable paragon CD at first menu choose Safe mode at second menu choose command line you get Y:DOS> prompt if you do a DIR you get a list the content of the RAM drive(Y:) Volume in drive Y is RAMDISK Directory of *.* [NLS ] < DIR > 27-07-18 20:35 BCHELP.TXT 27532 27-07-18 20:35 [CONFIG ] < DIR > 27-07-18 20:35 HELP.TXT 71053 27-07-18 20:35 LAYOUT.INI 1608 27-07-18 20:35 [RESOURCE ] < DIR > 27-07-18 20:35 TRANSFER.TXT 11370 27-07-18 20:35 [DN ] < DIR > 27-07-18 20:35 BC.EXE 1211820 27-07-18 20:35 DISKCP1B.EXE 1186660 27-07-18 20:35 [DOC ] < DIR > 27-07-18 20:35 DOSPM.EXE 1294808 27-07-18 20:35 [HINTS ] < DIR > 27-07-18 20:35 [IMAGES ] < DIR > 27-07-18 20:35 MENU.BAT 188 27-07-18 20:35 MENU_DE.TXT 2267 27-07-18 20:35 MENU_EN.TXT 2006 27-07-18 20:35 RESTORE.EXE 1200520 27-07-18 20:35 SCRIPTS.EXE 895536 27-07-18 20:35 TRANSFER.EXE 1192840 27-07-18 20:35 UMM.EXE 528400 27-07-18 20:35 ISOTIM.TTF 34088 27-07-18 20:35 LUXISB.TTF 69972 27-07-18 20:35 LUXISR.TTF 67548 27-07-18 20:35 MOUSE.DAT 11638 27-07-18 20:35 N021003L.TTF 165364 27-07-18 20:35 B14.BDF 5003913 27-07-18 20:35 CFG1.CFG 605 27-07-18 20:35 DINKS.DAT 75572 27-07-18 20:35 DINKS.INI 4919 27-07-18 20:35 MENU.CFG 2006 27-07-18 20:35 START.BAT 20 27-07-18 20:35 13062253 bytes in 32 file(s) 5657600 bytes free now type C: and press enter you get C:> prompt type MKDIR Ramdrive and press enter CD Ramdrive and press enter you get C:\ramdrive > prompt now mak few directories MKDIR NLS MKDIR resources MKDIR DOC MKDIR config MKDIR DN MKDIR images MKDIR hints entering after each line now type Y: and press enter you go to Ram drive type: COPY *.* C:\Ramdrive and press enter this copies all the files but not directories then CD NLS then again COPY *.* c:\Ramdrive\NLS and press enter so on to copy all the contents of directory you can also type A: and the do a DIR Volume in drive A is Ah Volume Serial Number is C8ED-3382 Directory of *.* CONFIG.SYS 302 26-01-30 18:27 COUNTRY.SYS 18316 18-08-20 13:48 XCOPY.EXE 16442 23-02-06 00:00 COMMAND.COM 36272 22-10-08 13:00 MOUSE.COM 22687 23-12-11 22:07 UNZIP32.EXE 78160 25-03-01 00:52 REBOOT.COM 5 24-06-02 20:51 VGASCR.COM 3011 24-08-16 06:16 HIMEM64.EXE 12155 25-12-22 18:42 DOS_LANG.EXE 12225 25-09-08 19:45 DI1000DD.SYS 16368 24-05-05 17:37 [MENU ] < DIR > 26-02-17 16:27 CWSDPR0.EXE 19335 24-06-23 08:36 [NTFS4DOS ] < DIR > 26-01-30 19:48 MEM.EXE 10700 24-08-03 16:06 ENABLE.COM 32 26-07-04 19:20 CWSDPMI.EXE 20701 26-05-31 15:03 AUTOEXEC.BAT 2466 27-02-13 12:06 269177 bytes in 18 file(s) 414720 bytes free if you do not have winimage and copy that to an existing folder folderon C: drive copy *.* C:\temp you need to create directories and copy content of directories but I am sure there is a parameter to copy command or is it Xcopy that copies the folders and contents /S subdirectories. I am sure some knowlegable Old DOS guy will put us right. this thing in Ram drive is not Bootable by the way. Regards Ben This post has been edited by Ben_Mott: Jul 18 2007, 03:29 PM |
|
|
|
Mar 24 2009, 08:41 PM
Post
#19
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 11-September 06 Member No.: 21,720 |
Paragon Recovery CD is really special,we need some trick to boot it. The CD contains two versions of software.One based on PTS-DOS,the other based on Linux. Let's take Paragon Harddisk Manager Professional v6 recovery CD for example.And the following way work well with several other Recovery CDs from Paragon. For Linux based version,we can use isogrub or isolinux to load the program. 1 isogrub the menu.lst looks like title Paragon Harddisk Manager Normal Mode kernel /BOOT/BZIMAGE splash=silent quiet root=/dev/ram0 eng_ver vga=0x314 initrd=/BOOT/INITRD.GZ title Paragon Harddisk Manager Safe Mode kernel /BOOT/BZIMAGE root=/dev/ram/0 safer_ver vga=0xffff initrd=/BOOT/INITRD.GZ 2 isolinux the isolinux.cfg looks a little different label Paragon Harddisk Manager Normal Mode kernel /BOOT/BZIMAGE append initrd=/BOOT/INITRD.GZ splash=silent quiet root=/dev/ram0 eng_ver vga=0x314 Please change the above files accroding to your situation. Notice we can get these booting parameters from the original ISO.Just Press F2 when booting the linux version program. For PTS-DOS based version,we need the dos.img in the root of the original iso. However,there is still some more work to do. If you use this dos.img,booting precess will fail because it does not load the cdrom driver so can't find needed files. We need to modify the dos.img, add cdrom driver,and modify autoexec.bat and menu.bat to set the correct paths and envirement variables. Then we can start the PTS-DOS based harddisk manager simply by using easyboot or bcde to run this dos.img. Notice that we need "dos" directory in original iso because the real program files are in it. Hi I down CODE SOME WAREZ and I'm using EasyBoot to build a multiboot CD for Paragon.Recovery.CD use two file: initrd.gz vmlinuzp in easyboot\disk1\pn folder use: bcdw /pn/isolinux.bin /pn/vmlinuzp initrd=/pn/initrd.gz append splash=silent vga=0x314 medialable=PARAGON or bcdw /pn/isolinux.bin /pn/vmlinuzp initrd=/pn/initrd.gz append splash=silent quiet root=/dev/ram0 vga=0x314 eng_ver medialable=PARAGON but boot don't run who can help me ? very very thanks! Edited by jaclaz This post has been edited by jaclaz: Mar 25 2009, 03:21 AM |
|
|
|
Mar 25 2009, 03:25 AM
Post
#20
|
|
|
Platinum Member ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 4,582 Joined: 25-July 04 From: Italy Member No.: 6,779 |
No support on this board for WAREZ.
Besides, you understand you quoted a three years old post? Related to v6 version? And you completely failed to replicate what was in it? I mean, the post says "do this and that", you reply to it saying, "I am doiing an alltogether different thing, and it doesn't work". Why are you surprised? jaclaz -------------------- - Fighting against bloatware since 2004, and proud of it. -
|
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 9th February 2010 - 11:06 AM |