Hello dear guest!

Boot Land is a community driven site established since 2006 and focused on data recovery/backup boot disks, research of Windows 2000/XP/2003/Vista/7 install/deployment/antivirus tools, customizing Windows PE systems and even learning how to recover from disaster situations.

How about joining our boot disk community? So do it. Life's short!

  - You get free access to our newsletter with all the interesting buzz about boot disks
  - We share publicity revenue with everyone who wishes to participate at the forums
  - Publicity is never, never, never displayed to members (along with many other cool things)
http://boot-land.net/register

5 Pages V   1 2 3 > »   
Reply to this topic
 Script for Karyonix's FiraDisk
post Aug 28 2009, 05:48 AM
Post #1
oriensol
Frequent Member   ***
Group: Members

  Joined: 17-August 09
Posts: 151
Thank(s): 50


India


Hi All,

I would like to thank Karyonix for his wonderful driver, as being discussed in the thread here: http://www.boot-land.net/forums/index.php?...pic=8804&hl=

I am attaching a FiraDisk script for livexp. Thanks to Lancelot for the encouragement. Hope this helps.

Update on Sep.6 :

Tested the following:

BootSDI NOT used. ImDisk B: drive is part of the build.

With XP sources (versions 0.0.1.10 and 0.0.1.12) :
1. Booting Livexp from a Firadisk Livexp Iso (menu.lst):
CODE
title LiveXP-Firadisk-ISO
map --mem (hd1,0)/test_img.img (hd3)
map --mem (hd1,0)/pmagic-4.3.iso (hd32)
map --mem (hd1,0)/minlex/ISO/LiveXP.iso (0xFF)
map --hook
chainloader (0xFF)

2. Booting Livexp from cd with non-boot Firadisk defined using grub4dos.
3. Booting firadisk LiveXP.iso over network using tftpboot/grub4dos.
4. Booting from a RAM hard disk image.
5. Amalux complete package (with and without bootsdi).

With Win2k3 sources (version 0.0.1.12):
1. Booting Livexp from a Firadisk Livexp Iso
2. Booting from a RAM hard disk image.

Here's what works:

1. Booting Livexp from RAM Disk
2. Exlporer works, all partitions are recognised with drive letters
3. Non-boot RAM CD Rom works
4. Non-boot RAM Disk Works
5. Device Manager shows FiraDisk Virtual Disk Enumerator and the RAM CDRom and Disk.
6. Disk Management recognises the drives
7. Formatting the RAM hard disk works
8. Check http://www.boot-land.net/forums/index.php?...hl=livexp++tips for Disk Management Partitioning workarounds.
8. "sc query firadisk" shows firadisk is running
9. PXE booting with tftpboot works with LiveXP.iso.


What needs to be noted:

1. The firadisk driver date and version info is suppressed from the Device Manager (to prevent frequent changes to the script). User needs to click on Driver Details to get that information.
2. When you click on the Firadisk Virtual Disk Enumerator in Device Manager, you get an error message before you can continue.
3. When booted from a Firadisk iso, there will be a dummy cdrom RAM drive in addition to X:.

When a newer version of firadisk is released, please download and use the custom file or use the available 0.0.1.12 version included in script.


Latest script attached:
Attached File(s)
Attached File  vFiraDisk.zip ( 49.03K ) Number of downloads: 234
 


3 user(s) said "Thank you!" to oriensol for this fantastic post:
amalux, Nuno Brito, wimb
+Quote Post
post Aug 28 2009, 06:30 AM
Post #2
Lancelot
Frequent Member   **
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 90
Thank(s): 497


Turkiye


Thanks oriensol,
Will test as soon as possible cheers.gif


--------------------
+Quote Post
post Aug 28 2009, 09:48 AM
Post #3
oriensol
Frequent Member   ***
Group: Members

  Joined: 17-August 09
Posts: 151
Thank(s): 50


India


Sorry I had tested this with BootSDI. Without it, there seems to be an issue.

Please desist from using this meanwhile. Thanks.
+Quote Post
post Aug 28 2009, 10:18 AM
Post #4
joakim
Frequent Member   ***
Group: Members

  Joined: 18-April 08 From: Bergen

Posts: 412
Thank(s): 86


Norway


QUOTE (oriensol @ Aug 28 2009, 09:48 AM) *
Sorry I had tested this with BootSDI. Without it, there seems to be an issue.

Please desist from using this meanwhile. Thanks.


If you implement image creation and preparation in your script, you should be able to get it going without bootsdi (or separated into two scripts).

Or maybe it's time for a modified bootsdi script that can handle FiraDisks requirements.

Joakim
+Quote Post
post Aug 28 2009, 10:34 AM
Post #5
olegpov
Frequent Member   ***
Group: .script developer

  Joined: 20-May 08 From: Orel

Posts: 233
Thank(s): 129


Russia


QUOTE(joakim @ Aug 28 2009, 02:18 PM) *
Or maybe it's time for a modified bootsdi script that can handle FiraDisks requirements.
Joakim

I will agree with your opinion time has come to change BootSDI script.


--------------------
olegpov.winbuilder.net
To struggle and search to find and hide!
+Quote Post
post Aug 28 2009, 01:44 PM
Post #6
Lancelot
Frequent Member   **
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 90
Thank(s): 497


Turkiye


QUOTE (joakim @ Aug 28 2009, 12:18 PM) *
Or maybe it's time for a modified bootsdi script that can handle FiraDisks requirements.
Agree, Since your finding about diskless angel it is in my mind, with FiraDisk now it is a must, need time..... wheelchair.gif


--------------------
+Quote Post
post Aug 28 2009, 01:51 PM
Post #7
oriensol
Frequent Member   ***
Group: Members

  Joined: 17-August 09
Posts: 151
Thank(s): 50


India


I am assuming that once Karyonix is done, the CD ISO would automatically become the RAM disk, if the driver has been installed.
+Quote Post
post Aug 28 2009, 02:13 PM
Post #8
joakim
Frequent Member   ***
Group: Members

  Joined: 18-April 08 From: Bergen

Posts: 412
Thank(s): 86


Norway


QUOTE (oriensol @ Aug 28 2009, 01:51 PM) *
I am assuming that once Karyonix is done, the CD ISO would automatically become the RAM disk, if the driver has been installed.


I think iso mapping is already working according to Karyonix and cdob. But using that as a ramloading option only is far from uilizing its full potential. Most importantly is the disk image mapping to ram.. So it will need a complete rewrite of the bootsdi, or better a complete new one, as it will be very different and not at all similar (although techniqe is somewhat similar).

Joakim
+Quote Post
post Aug 28 2009, 02:32 PM
Post #9
Lancelot
Frequent Member   **
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 90
Thank(s): 497


Turkiye


@joakim

yes, using iso for ram booting is not a perfect solution, but definately a very practical one (I like the practical side).

sadly this dont work

title LiveXP.iso karyonix
map --mem /LiveXP.iso (0xFF)
map --hook
chainloader (0xFF)

Some time needed for bootsdi enchancements..........

edit


--------------------
+Quote Post
post Aug 28 2009, 02:52 PM
Post #10
joakim
Frequent Member   ***
Group: Members

  Joined: 18-April 08 From: Bergen

Posts: 412
Thank(s): 86


Norway


So who's gonna take the challenge?

Joakim
+Quote Post

5 Pages V   1 2 3 > » 
Reply to this topic
1 User(s) are reading this topic ()


  

Collapse

  Topic Replies Topic Starter Views Last Action
No new Topic has attachmentsFiraDisk
File/RAM Disk driver for Windows.
233 karyonix 48,621 Today, 05:17 PM
Last post by: Lama
No New Posts Force AHCI through a parameter
0 adem0x 54 Yesterday, 10:17 PM
Last post by: adem0x
No new Topic has attachmentsFiradisk and .VHD /.IMG images
17 Marietto2009 2,161 7th February 2010 - 04:57 PM
Last post by: karyonix
No New Posts Topic has attachmentsscript error during the build process
StrFormat - Failed to convert [pos] with value [1] to variable: [%Base
2 tehkor 194 2nd February 2010 - 03:51 PM
Last post by: tehkor
No New Posts Formatting large usb drives
2 combutor 189 29th January 2010 - 09:08 AM
Last post by: Wonko the Sane