<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>Boot-Land.net</title>
	<description>Fresh topics from boot land</description>
	<link>http://www.boot-land.net/forums/index.php</link>
	<pubDate>Thu, 09 Sep 2010 15:16:22 +0200</pubDate>
	<ttl>60</ttl>
	<item>
		<title>Newbie need help with Winbuilder 080</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12446</link>
		<description><![CDATA[I am using WinBuilder 080 with VistaPE CAPI v.12. After I assembled ISO and boot in Virtual PC 2007, I don't see the Memtest option at bootmenu..How do I put it in? I also would like to add Acronis Backup and Recovery workstation 10 and BurnInTest..but these 2 programs need to be install..How can I add it in?<br /><br />Thanks!<br />]]></description>
		<pubDate>Thu, 09 Sep 2010 04:21:06 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12446</guid>
	</item>
	<item>
		<title>Dual Booting Properly Using G4D</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12437</link>
		<description><![CDATA[Hi Guys<br /><br />Decided it's time to start using g4d as a my main boot loader so I can have dual boot set up and when in each OS the other ones are "hidden" so it's all clean and no file path problems etc.<br /><br />Any way I read the manual and have tested the geometry and got this from the grubinst parlist<br /><br />(hd0,0) win 7 reserved (hd0,1) win 7 C: (hd0,2) XP <br /><br />So I wrote a test menu.lst and just wanted to run this by you to see if I made any mistakes before ruining my computer LOL - thnaks<br /><br />edit oh and its raid-0 too anything I should know? <br /><br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->title Windows 7 Home Premium 64 Bit<br />Hide &#40;hd0,2&#41;<br />chainloader /BOOTMGR<br /><br />title Windows XP Pro 64 Bit<br />Hide &#40;hd0,0&#41;<br />Hide &#40;hd0,1&#41;<br />Unhide &#40;hd0,2&#41;<br />chainloader /NTLDR<!--c2--></div><!--ec2-->]]></description>
		<pubDate>Tue, 07 Sep 2010 21:56:45 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12437</guid>
	</item>
	<item>
		<title>Feature request: Non-contiguous map and more information in int13 handler</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=11711</link>
		<description><![CDATA[Here is some ideas for improvement of map command. <br /><ul><li>Currently, Grub4dos map command without --mem cannot map non-contiguous (fragmented) files.  <br />It will be easier for the users if Grub4dos can map these files.  <br />I think implementing this feature will not take a long time.  <br />But data structure of int13_handler will be different from prior version.  <br />If we change data structure, it may be incompatible with other programs or drivers that read data in Grub4dos int13_handler.  <br />drive map slot structure is <a href="http://www.boot-land.net/forums/index.php?s=&showtopic=8168&view=findpost&p=70975" target="_blank">here</a>.  It has only 8 slots.  Each slot is 24 bytes long.  <br />We want to map non-contiguous file.  The file may have many fragments.  A variable-sized data area is desirable.</li><li>To use sector-mapped drives in protected mode OS, driver needs to know which drives the files are on.  <br />GRUB4DOS int13_handler read/write backing disk through BIOS.  It only need BIOS drive number of backing disk.<br />In protected mode OS, sector-mapped drives driver access the underlying disk through other drivers.  It need more information to identify which drive the mapped file is on. </li><li>Using the sector-mapped drives after filesystem mount the backing volumes can cause loss of data if driver doesn't co-ordinate with filesystem driver properly. <br />Protected mode driver for sector-mapped drives needs file paths to make sure the backing files are not moved around the disk while they are mounted or to switches mode from sector-mapped drives to file-mapped drives. <br />Driver also needs information to identify volumes that backing files are on.</li></ul><br />I think I will add variable-sized data to the end of int13_handler when hooked and have a pointer in data area around safeint13 structure point to this data. <br />It should contain the following information.<br /><!--sizeo:2--><span style="font-size:10pt;line-height:100%"><!--/sizeo--><ul><li>Size of data</li><li>Number of mapped drives.</li><li>Offset of additional user specified string (2 byte)</li><li>Drive map entry for each mapped drive <br /><ul><li>Size of drive map entry.</li><li>Drive number that caller of int13_handler will use when it call int13_handler.</li><li>Drive number that int13_handler will use when it call BIOS or next int13 routine.</li><li>Flags</li><li>Virtual drive size (512-byte sectors) (8 bytes)</li><li>Virtual drive type and geometry (4 byte) <ul><li>type 1 byte, log2sectorsize 1 byte, sectors/track 1 byte, (heads/cyl-1) 1 byte</li></ul></li><li>Backing drive type and geometry (4 byte) <ul><li>type 1 byte, log2sectorsize 1 byte, sectors/track 1 byte, (heads/cyl-1) 1 byte</li></ul></li><li>Offset of drive identification information (2 bytes)</li><li>Offset of additional user-specified string (2 bytes)</li><li>Number of fragment</li><li>For each fragment<br /><ul><li>Size of fragment (sectors) (8 bytes)</li><li>Logical block address of fragment in backing disk (sectors) (8 bytes)</li></ul></li><li>Ending fragment</li><li>Backing physical drive identification information (BIOS drive)<br /><ul><li>Disk<br /><ul><li>Sum of 128 32-bit integers in first sector (4 bytes)</li><li>Unpartitioned disk : filesystem volume serial number or UUID (16 bytes)</li><li>MBR disk : MBR disk signature (4 bytes from offset 0x1B8 of sector LBA0)</li><li>GPT disk : disk id (16 bytes from offset 0x38 of sector LBA1)</li></ul></li><li>CDROM<br /><ul><li>ISO9660 volume id (32 bytes from offset 0x28 of primary volume descriptor at sector 16)</li></ul></li></ul></li><li>Backing volume identification information (innermost volume in case of nested map)<br /><ul><li>Disk<br /><ul><li>Partition identification<br /><ul><li>Unpartitioned disk:<br /><ul><li>Zero</li></ul></li><li>MBR disk partition:<br /><ul><li>MBR signature (4 bytes) </li><li>Partition start offset in bytes (8 bytes)</li></ul></li><li>GPT disk partition:<br /><ul><li>GPT partition id (16 bytes)</li></ul></li></ul></li><li>Filesystem volume serial number or UUID (16 bytes)<br /><ul><li>FAT volume serial number (4 bytes)</li><li>NTFS volume serial number (8 bytes)</li><li>Ext2 volume UUID (16 bytes)</li></ul></li></ul></li><li>CDROM<br /><ul><li>ISO9660 volume id (32 bytes from offset 0x28 of primary volume descriptor at sector 16)</li></ul></li></ul></li><li>File path (inside backing volume)<br />    length of string (2 byte), string (2 byte/character), null character</li><li>Additional user-specified string for each mapped drive<br />    length of string (2 byte), string (2 byte/character), null character</li><li>Padding to 16-byte boundary</li></ul></li><li>Additional user-specified string<br />    length of string (2 byte), string (2 byte/character), null character</li></ul><!--sizec--></span><!--/sizec--><br /><br />While GRUB4DOS is running it must have a working copy of these data, separated from hooked int13_handler data.  <br />Where in memory should we use for storing this variable-sized data ?<br />I think we may limit its size to less than 64KB.]]></description>
		<pubDate>Tue, 15 Jun 2010 17:30:22 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=11711</guid>
	</item>
	<item>
		<title>c:\ not available. Access denied.</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12447</link>
		<description><![CDATA[New system build with XP (home) has gone nuts. It loaded SP3 last night (even though that happened over two weeks ago) and today I ran the install disk for a propriatery program the owner has for his business. Had a problem with "unlocking" the program and called the program's national support team. They took control through some access porogram and told me a few minutes later that he couldn't proceed as there was no access to c: drive. Huh?<br />I checked the internet for the error message (as given in the title of this post) and mostly found articles about Vista or Win2000. Most were horror stories about reinstalls etc. but I found a few people who had heard about someone who knew someone else who was rumored to know how to fix the problem without a reinstall. Tech-urban myth?<br /><br />Any thoughts which include neither re-installation not human sacrifice will be entertained.<br /><br />Thanks]]></description>
		<pubDate>Thu, 09 Sep 2010 05:19:48 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12447</guid>
	</item>
	<item>
		<title><![CDATA[cdrom --init doesn't find cdrom drive]]></title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12425</link>
		<description><![CDATA[A notebook PC was made in 2003 or around then.  It has a VIA chipset, which seems OK because Grub4dos can read hard drive partition (hd0,0) on the PATA hard drive on the primary master.<br /><br />The PC has a Matsushita UJDA750 (PATA DVDROM+CDRW combo drive) on the secondary controller.<br /><br />cdrom --init finds the secondary controller with the usual port and IRQ that we've seen since some previous millennium.  However, it finds no cd-rom drives and guesses that the BIOS isn't ATAPI compatible.<br /><br />Windows thinks the DVD drive is the secondary master.  I think Grub4dos thinks the DVD drive is the secondary slave, before Grub4dos changes its mind and decides that the drive isn't found.  I can't figure out if Linux thinks the DVD drive is master or slave.  The BIOS isn't saying.  Anyway, everyone except Grub4dos can see the drive.  If the BIOS boots the DVD drive then Linux runs perfectly.  Only Grub4dos won't boot the DVD drive because it can't see the drive.<br /><br />Intuition says the notebook PC's wiring and the drive's internal wiring disagree about whether the drive is master or slave.  I cannot adjust either of them.  Everyone except Grub4dos can deal with it.<br /><br />Is there any way to trick Grub4dos into recognizing the drive?]]></description>
		<pubDate>Mon, 06 Sep 2010 07:57:21 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12425</guid>
	</item>
	<item>
		<title>Clone\Restore your installed XP to usb-hd</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12428</link>
		<description><![CDATA[First things first, your computer must be able to boot from usb, you need an empty usb hd for this (or else it will be empty!)<br /><br />You need to format the usb hd to NTFS.<br /><br />This is build for XP so your installed os needs to be XP.<br /><br />Lets say you want to try windows 7 but can't leave XP.<br /><br />This technique will give you this change without the need for dual boot.<br /><br />We all have our own backup/restore software.<br /><br />Restore or Clone the XP os you are using on your comp to your usb-hd with your disered backup software.<br /><br />I use HDClone 3.9 (not freeware) to clone my XP os to usb-hd (i mean while running XP!) but other freeware software can be used to backup and restore to your usb-hd.<br /><br />This will take most time, depending on the size of your XP install.<br /><br />Now you have an exact copy of your internal (xp) hd on your usb-hd.<br /><br />To make XP work on usb-hd we have to manipulate the registry: <br /><br /><br />Run "regedit" on the running internal hd XP os with the usb-hd XP os attached to it. <br /><br />Mark entry "HKEY_LOCAL_MACHINE"<br />In file menu, click "Load Hive". Navigate to your USB-drive, <br />open file "Windows&#092;System32&#092;config&#092;SYSTEM" (the file without extender)<br />(In XP PRO it´s "WINXP&#092;System32&#092;config&#092;SYSTEM")<br /><br />Regedit asks for a name, call it "USB-XP" or such.<br />Now you will have a new folder in regedit called USB-XP. Open it.<br /><br />DELETE subfolder "Mounted Devices".<br />This will enable, when you boot your USB-drive later, drive letter "C:" for<br />USB-drive.<br /><br />Click on folder "Select", look at REG_DWORD of "Current".<br />If its "(1)", open folder "ControlSet001", if its "(2)" open "ControlSet002".<br /><br />Open subfolder "Control", click on "CrashControl". Set REG_DWORD "AutoReboot" to "0"<br />This enables BlueScreen (for diagnostics).<br />Close folder "Control".<br /><br />Open subfolder "Services".<br />Find 4 or 5 subfolders starting with "usb"<br />In XP Home Edition i found 4: usbehci, usbhub, USBSTOR, usbuhci<br />In XP Pro you can also find usbccgp.<br /><br />(If you find something like "usbaudio" or "usbscan", leave it alone. No editing needed)<br /><br />Click on each folder and look for keys "Group" and "Start".<br />CHANGE all keys "Group" from "Base" to "System Reserved"<br />CHANGE all keys "Start" from "(3)" to "(0)"<br />(To change entry double-click on key, editor opens, change entry, click OK)<br /><br />These new settings will enable XP to load its USB-drivers first thing<br />at bootup.<br /><br />Now click on folder "USB-XP" and in file menu click "Unload Hive"<br />Your new settings will be saved now.<br /><br />Close regedit.<br /><br /><br />OK, DONE. Last thing to do:<br /><br />REBOOT, enter BIOS, find "Boot Priority", set USB-drive to boot first, leave BIOS saving changes.<br /><br />That is it, an exact copy of your installed XP version with all it's applications running on usb hd!<br /><br />Yes this even has the pagefile on it so it is selfsupporting and can run totally on its own.<br /><br />This will not touch your internal hd or mbr, but there is full read/write acces to the installed internal hd os!<br /><br />Great to have as a backup when the internal hd crashes, you only have to reboot your comp with this usb hd attached and you are running your own os again!<br /><br />Or when you installed windows 7 to your internal HD you will have this usb-hd XP as a independed os.<br /><br />No dual boot but really seperate, usable when you desire!]]></description>
		<pubDate>Mon, 06 Sep 2010 15:45:49 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12428</guid>
	</item>
	<item>
		<title>How to</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12448</link>
		<description><![CDATA[Hi all, i have some problem with install dual boot in window xp. I have setup window xp sp3 32bit on a partition.  <br />So now, i want setup window xp sp2 64 bit on different partition (on HDD have setup sp3 32 bit). Please how to me step by step: creat new partition for setup window xp 64 bit, creat menu dual boot window 32bit and 64bit (with picture). Thankyou so much. <img src="http://www.boot-land.net/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />]]></description>
		<pubDate>Thu, 09 Sep 2010 08:40:12 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12448</guid>
	</item>
	<item>
		<title>New theme for our site</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12391</link>
		<description><![CDATA[Hello!<br /><br />We are preparing a new forum design. You can view the current progress at <a href="http://dnx.me" target="_blank">http://dnx.me</a> and let us know your opinion.<br /><br /><img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />]]></description>
		<pubDate>Mon, 30 Aug 2010 13:55:37 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12391</guid>
	</item>
	<item>
		<title><![CDATA[[LODR-U] DotNet_2 in 5 ways]]></title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=8329</link>
		<description><![CDATA[Update 22.09.09 for nt7.1 <a href="http://www.mediafire.com/file/wmjmnznmjzg/dotnet2_win7rc1_LODR.zip" target="_blank">dotnet2_win7rc1_LODR</a><br />Update 30.08.09 for nt6.x <a href="http://www.mediafire.com/file/mnye0qkfyww/dotnet2_vista_LODR.rar" target="_blank">http://www.mediafire.com/file/mnye0qkfyww/..._vista_LODR.rar</a> <br /><br />There seems to be information about dotnet for PE spread all over, and lots of opinions about it too. Some of my own post are mostly hidden in other threads, about other stuff. A little summary of it;<br /><br />The fact is;<br />- It is BLOAT<br />- Some good applications depends on it<br />- It can be added extremely easy to PE and don't necessarily need much free space to be added<br /><br />The way I see it there's 5 different ways to add dotnet to PE;<br /><br />1. Junctioning ramloading bootcd with ntfs formatted ramdisk image. Have the files collected and a registry patch. Make junction points from %SystemDrive% and to your externally connected disk where your dotnet2 files are. Does not work with vista and 2k8 sources because of wim format limitations. Requires less space in X:&#092;.<br /><br />2. Have an Installrite Kit (or similar) for dotnet2 to install. Works with ramloading, FBWF and EWF, and will require anything from 40-80 Mb of free space, depending on how stripped down your dotnet2 is.<br /><br />3. This is a modification of number 2 that involves splitting the package in two, where the directory Microsoft.NET is placed externally and only the assembly & winsxs directories are located under %SystemRoot%. This only makes sense when NOT dealing with junction points on ntfs formatted X:&#092;. It means that roughly 61 Mb (without much optimization) can be placed outside of X:&#092;.  The effect of this is that dotnet2 now is reduced to only 40 Mb uncompressed on the systemdrive.<br /><br />4. Have a plugin or script that includes dotnet2 at buildtime.<br /><br />5. Application virtualization like with ThinApp. Will fail to load certain complex applications because of the kernel drivers and system services that it depends on, but thinapped dotnet will work on less complex apps. Requires little space in %temp%.<br /><br />I have not looked at dotnet 3.5 yet, but guess it's similar in structure to the previous versions.<br /><br /><br /><b>My LODR dotnet2 package have 3 batches;</b><br /><br />3 ways of adding (hotplugging) dotnet2 to a running windows livecd based on xp/2k3.<br /><br />1. Execute for_ntfs.cmd. Will make junction points inside %SystemRoot% that points to externally located directories. Will only work on ramloading build with ntfs formatted ramdisks. Will copy only 2 Mb into %SystemRoot%.<br /><br />2. Execute non_ntfs.cmd. Will be the same as an Installrite kit as it copies everything into %SystemRoot%. Will require about 92 Mb of free space on the systemdrive. To be used in companion with File Based Write Filter (FBWF) or Enhanced Write Filter (EWF). <br /><br />3. Execute split_install.cmd. Copies only the assembly and winsxs directories into %SystemRoot%. Leaves the Microsoft.NET directory out of the systemdrive and therefore only requires 41 Mb of free space on the systemdrive (X:&#092;). The path to the Microsoft.NET directory is currently hardcoded to "C:&#092;LODR&#092;dotnet2&#092;Microsoft.NET" but can tweaked easily. If so, then open the file dotnet2_split.reg and replace the string C:&#092;&#092;LODR&#092;&#092;dotnet2&#092;&#092;Microsoft.NET with what is wanted.<br /><br />The binaries have been upx'ed and tested, and it works. Confirmed working on LiveXP with 2k3 sources, BartPE with xpsp2 sources, and MOA with 2k3 sources. The complete dotnet2 platform can now be added to PE in a couple of seconds, following the above.<br /><br /><a href="http://www.mediafire.com/file/iy4otwikgmk/dotnet2.rar" target="_blank">http://www.mediafire.com/file/iy4otwikgmk/dotnet2.rar</a><br /> <br />Joakim<br /><br />(even though we all hate it, we sometimes can't live without it)]]></description>
		<pubDate>Mon, 29 Jun 2009 12:28:25 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=8329</guid>
	</item>
	<item>
		<title><![CDATA[LockDismount v0.2.0.0 [Release/Update]]]></title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12413</link>
		<description><![CDATA[Hello Community  <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br /><br />LockDismount is a small tool that does only one thing (or two to be exactly). It locks and dismounts every volume of a physical drive (HD or UFD for example). That's it!<br /><br /><b>So what is that good for?</b><br /><br />Microsoft changed the way programs can directly write to physical drives in Windows Vista and later.<br />More technical background informations about this new 'feature' (or restriction) can be found here: <a href="http://msdn.microsoft.com/en-us/library/ff551353.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ff551353.aspx</a><br /><br />Unfortunately some older (but still good and useful) programs are not compatible with this new restriction and stopped working. You will usually see an "Access Denied" error message when they try to write to &#092;&#092;.&#092;PhysicalDriveX.<br /><br />This is where LockDismount can help. By locking and dismounting all volumes it will allow some of these older programs to work again.<br /><br /><b>How to use it?</b><br /><br />It's simple. Select the Drive you want to lock and press 'Lock it!'. Now open the 'older program' and let it perform the task that usually gave you the access denied error message. When done, unlock the drive again. That's all.<br />The only important thing is that every volumes gets successfully locked and that you keep them locked until the other program is done.<br /><br />Please note that you can <b>not lock</b> your <b>system drive</b> or any drive that holds a <b>pagefile</b>!<br /><br />The idea for this little tool was born here:<br /><a href="http://www.boot-land.net/forums/index.php?s=&showtopic=8480&view=findpost&p=108122" target="_blank">http://www.boot-land.net/forums/index.php?...st&p=108122</a> by <b>Wonko</b>  <img src="http://www.boot-land.net/forums/style_emoticons/default/cheers.gif" style="vertical-align:middle" emoid=":cheers:" border="0" alt="cheers.gif" /> <br />So you know who you have to blame for it  <img src="http://www.boot-land.net/forums/style_emoticons/default/tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />  <br /><br />Programs tested so far:<br /><br />Windows 7:<br />- <a href="http://www.roadkil.net/program.php?ProgramID=12" target="_blank">RoadKil's Disk Image v1.6</a><br />- dsfi (part of the <a href="http://members.ozemail.com.au/~nulifetv/freezip/freeware/" target="_blank">dsfok</a> package)<br />- <a href="http://www.boot-land.net/forums/index.php?showtopic=2418" target="_blank">Flashnul</a><br /><br />Windows Server 2008 R2:<br />- VMware Workstation 7.11<br /><br />Windows Vista:<br />- still looking for testers <br /><br /><b>Download: </b><a href="http://www.mediafire.com/file/7bosr1sjat4vozb/LockDismount0200.zip" target="_blank">LockDismount v0.2.0.0</a>]]></description>
		<pubDate>Thu, 02 Sep 2010 13:02:55 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12413</guid>
	</item>
	<item>
		<title>Virtualbox 3</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=8405</link>
		<description><![CDATA[VirtualBox 3 works in MOA 2.4.1 - I haven't tested USB yet ...<br /><br />Instructions: install it in MOA or elsewhere once. Then copy or junction the complete install directory to R:&#092;vm&#092;virtualbox3.<br />It can co-exist with R:&#092;vm&#092;virtualbox for version #2<br />In regular use just run virtualbox3-lodr.exe / virtualbox3-lodr.au3<br />from somewhere. It will speedinstall Virtualbox3 and create a desktop-icon "virtualbox3" - when it is there - Virtualbox3 is ready to start.<br />bridged networking is ok - have not tested USB and virtual networks yet.<br /><br />The virtualbox3-lodr.exe works for 3 beta and 3.0.0<br /><br />You can even run VMplayer inside a  Virtualbox-VM - make sure to enable VT-supprt for the Virtualbox-VM.<br />You also need VT-support for 64bit VMs<br /><br />If you create VMs they will be remembered during reboots.<br /><br /><a href="http://sanbarrow.com/phpBB2/viewtopic.php?p=6095#6095" target="_blank">read more</a><br /><br />Ulli]]></description>
		<pubDate>Mon, 13 Jul 2009 04:22:14 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=8405</guid>
	</item>
	<item>
		<title>USB(ZIP/LS120-)Booting with minimalist MBR code and GRLDR</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12436</link>
		<description><![CDATA[<!--fonto:Verdana--><span style="font-family:Verdana"><!--/fonto--><b>Prologue :</b><br />To point it out clearly: I'm far from saying, that my used method works for anyone else but me (resp. my systems). See it as a case report or experiment. Furthermore, I don't mind, if my USB stick boots as ZIP/LS120 drive or Harddisk, as long as it boots at all on as much systems as possible. <br /><b>Booting Rule #1: BIOS rules, MBR and/or PBR react(s).</b><br /><br /><b>The Background :</b><br />I own an older Laptop ( Gericom X5; MoBo P14G, P4 1.6 GHz, AMI BIOS 070010,R1.03, 04/02/01, purchased Aug. 2002 ), which is not able to boot from HDD style bootable USB Pendrives, opposite to all my other systems. My Laptop's BIOS recognizes any bootable USB stick as removable LS 120 drive. I tried to get it working with LS120 or ZIP style geometry to no avail.  When I finally tried tinybit's triple MBR/PBR method, I had a first success.<br />I needed only one dual-use MBR/PBR, but applicated "recursive" partitioning (Partition starts at sector 1/LBA 0). Result was a true fd0 mountable floppy with Grub4dos(G4D), even if there was more than one partition...and NO Bootflag at all. With an appropriate Filter driver Windows even shows ALL partitions ! Linux has no problems to mount them as well, but not all at the same time. Mounted first partition (possible as  sda) blocks mounting others (sda1,sda2...). G4D may also mount partitions as fd0,0 (identical to fd0), fd0,1 etc. But to my deception, this so prepared stick was NOT bootable as ZIP/LS120 resp. HDD on any of my other systems. It was recognized as HDD, but did not boot. On a friend's Laptop (Fujitsu Siemens Amilo 1650 G) it booted flawlessly as HDD (I had to adapt menu.lst of course).<br /><br /><b>My Way to success :</b><br />My aim was to get any of MY bootable USB Sticks working on MY laptop AND all MY other systems, launching rescue utilities and other stuff with the help of GRLDR. So I had a look at Steve's RMprepUSB. Since I wanted a M$-free method, I did not use it, but was amazed about his Test-MBRs, which show some BIOS/MBR secrets in real time. I then recalled my X86-Assembler knowledge of the Mid-80s and tried to create my own "MBR-SPY", a program within one sector, which shows Processor register content, when booting as MBR to reveal more BIOS secrets. There was so much space left within that single sector, that it's possible to test own code and call the display routine multiple times at appropriate breakpoints.<br />And of course, there is space for Disk signature and complete partition table, so that you do NOT loose any other content of your USB stick's filesystem. Very helpful for testing and debugging was an W98-EBD image (with "debug"), launched by G4D and equipped with Panasonic's famous "mottu hairu" driver for USB storage media under MS-DOS. So I had a nearly unfiltered access to Interrupt 13h and to my stick. Important sources of information were Steve's Manual for RMprepUSB (within the ZIP-package) and the BIOS Specifications of Phoenix (and other companies) ... and last but not least forum posts (keywords for search: "disk error" ZIP).<br /><br />Steve shows some essential aspects, how to cope with a non-booting "bootable" USB stick. You should be skilled to use a HexEditor, if you want to work in that field. I don't like blind methods (e.g. dd). Be warned: You might easily ruin your harddisk's or stick's content, if you write to the wrong sector. There is no "undo", unless you backup (best: as drive image) everything before !<br />After analyzing (disassembling AND running with "debug") a W2K-MBR and PBR (result: inappropriate for my purpose), the FAT32-GRLDR-PBR (result: appropriate with minor changes), I tried to create my own minimalist MBR code, which calls FAT32-GRLDR-PBR (only ONE sector).<br /><br /><b>The Prerequesites for a successful function of MINI-MBR:</b><br />1. BIOS "tells" MBR, how it boots the involved device: as floppy or as harddisk ( Processor Register DL set appropriatly)<br />2.  USB ZIP/LS120 (Super-)Floppy disk read access works through Function 02h of Interrupt 13h (CHS based).<br />3. ZIP/LS120 (Super-)Floppy PBR is at C/H/S = 1/1/0 (to test before with my MBR and Floppy.PBR, see tools below!)<br />4. USB HDD read access works through Function 42h of (extended) Interrupt 13h (LBA based).<br />5. Successful Read Access does NOT need more than a single access attempt and no disk reset.<br />6. BIOS tells, how it sees Disk geometry (CHS based); Sector/track value is used for (LBA) PBR location of HDD.<br />7. Partitioning is totally ignored by MBR code (Bootflag doesn't matter; any of the four primary partitions is accepted as Boot partition.<br />8. Filesystem of Boot partition is FAT32(FS-Id 0Bh; for best compatibility and to avoid rapid flash memory wear out).<br /><br /><b>The Tool Box to share with you :</b><br />1. MBR-SPY.REC ( Verbose customizable Boot Record )<br />2. FLOPPY.PBR ( Non-booting Floppy Boot record )*<br />3. MINI.MBR ( Minimalist MBR code, Code Size with message: 167 Byte, total Size 440 Bytes )<br />4. Modified G4D-FAT32-PBR ( Source extracted from GRLDR 0.4.4 2009-10-16)**<br />5. Modified (GRLDR) internal menu.lst***<br />6. ReadMe.PDF as Manual and Technical Reference ( with active Web-Links to supplemental information and downloads)<br /><br />All packed in one slim ZIP file (153kB, <a href="http://rapidshare.com/files/417660812/MINI_MBR.ZIP" target="_blank">Download here</a>, MD5: AEF74C318874DCBAD3C9B329C945E148)<br /><br />*) Put it at Sector 3Fh (=63) and/or sector 20h (=32), and you will see, which sector boots.You may append "(sector xx)" to the message string inside. It also works on a legacy floppy as regular PBR ( I created it for that purpose more than a decade ago ). Its advantage is, that it continues booting the next boot device, when a key is pressed (no infinite loop, if not removed).<br /><br />**) You have to adapt the BPB (the Boot Parameter Block), either by keeping it from an earlier formatting or by fillng in partition values manually. An empty (fresh formatted) filesystem is easily to relocate. Do not forget the duplicated root FAT, when moving to a new location.<br /><br />***) My MBR doesn't look at partition table, but GRLDR does. So if you don't use first primary partition for booting, you might have to adapt the device name (fd0,0; fd0,1 ...). If you don't modify internal "menu.lst" GRLDR defaults to commandline ( or finds some on your harddisk!), if system boots as ZIP/LS120, because Floppies are ignored, when searching for "menu.lst". If you type "configfile (fd0,0)/menu.lst" (provided that you used first primary partition and an appropriate "menu.lst" is present in Root directory), you get your menue. Maybe you find it useful, that no one else knows, how to proceed. There is a sample (external) menu.lst in ReadMe.pdf for the case, that one system boots your USB stick as ZIP-SuperFloppy and the other as Harddisk.<br /><br /><b>Epilogue :</b><br />Feel free to experiment with my work. <b>You do it at your own risk, of course</b>. I did NOT find a way (or better a shape) , to get my USB Stick recognized as Harddisk by my Gericom X5 Laptop, although the latter is able to boot from mechanical USB HDDs. BIOS rules (see Prologue). It may be possible on some systems to format the same stick as HDD or alternatively as ZIP/LS120 floppy. This is more or less a sophistic approach to me, not a practical. I need a reliable Boot process either way... and the features of G4D Boot Manager, nothing else.<br /><br />I'm looking forward to your critics and comments<!--fontc--></span><!--/fontc--><br /><br />Kind  Regards<br />COD 11]]></description>
		<pubDate>Tue, 07 Sep 2010 19:57:21 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12436</guid>
	</item>
	<item>
		<title>Issues with Wimpack (hanging/freezing)</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12434</link>
		<description><![CDATA[<i>Edit:<br />In my virtual XP it ran without any problems. So i think, winbuilder dont like my 64bit OS.<br /></i><br /><br />Hi,<br />I didnt find a similar issue on the forum/web.<br />I am not able to finish my compilation with wimpack.<br />Its the latest recommended_liveXp build.<br />Ihe settings are untouched, except wimpack. <br />My Host is Win7Ultimate X64.<br /><br />To the end the small frameless Capture "Programme.wim" is coming up (wimpack), but stopping<br />then somewhere and hanging (always on a different file).<br /><img src="http://666kb.com/i/bmgshwufyqdrnokxi.jpg" border="0" class="linked-image" /><br /><br />Settings of Wimpack:<br /><img src="http://666kb.com/i/bmgslcdh3rumeuz1y.gif" border="0" class="linked-image" /><br /><br />I am afraid, that i do have probably the wrong files in <i>d:&#092;LiveXP_Recommended&#092;Workbench&#092;Common&#092;WimPack</i>?!<br />MD5 of the files..<br /><!--sizeo:1--><span style="font-size:8pt;line-height:100%"><!--/sizeo--><!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->c8ad6cb2d5f840b8df718a8db67649df *imagex.exe<br />4635935fc972c582632bf45c26bfcb0e *srvany.exe<br />15ee685fb3c75b74b64ede541bae3e1f *wimfltr.inf<br />52ded146e4797e6ccf94799e8e22bb2a *wimfltr.sys<br />6bb403f6c388f87ace8a7450393a2c51 *wimgapi.dll<br />33cc832b1c2944ce6f530367b4a3f5b7 *WindowsXP-KB914882-x86-ENU.exe<!--QuoteEnd--></div><!--QuoteEEnd--><!--sizec--></span><!--/sizec-->]]></description>
		<pubDate>Tue, 07 Sep 2010 14:28:27 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12434</guid>
	</item>
	<item>
		<title>Forum Header - LiveXP</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12390</link>
		<description><![CDATA[LiveXP is a very flexible PE 1x, using Explorer as shell, supporting SATA/IDE drives, USB devices, and many other features and tweaks. This project is based on PE environment and will use a Windows ™ XP/2003 Install CD.<br /><br />Download server link to use with the WinBuilder Download Centre: www.livexp.galapo.net.<br /><br />Download the most recent archive of the project: <a href="http://www.livexp.galapo.net/Compressed/LiveXP_Recommended.rar" target="_blank"><img src="http://ninjapendisk.com/img/download2.gif" border="0" class="linked-image" /></a>]]></description>
		<pubDate>Mon, 30 Aug 2010 13:33:00 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12390</guid>
	</item>
	<item>
		<title><![CDATA[[project] PWBoot *Updated: Version 2.1*]]></title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=6851</link>
		<description><![CDATA[Hello everybody,<br />I'm going to release a new project <b>PWBoot</b> today.<br /><br /><b>So, what is PWBoot project ? </b><br />PWBoot stands for <b>P</b>ortable <b>W</b>indows <b>Boot</b> project, this project aims to be make your Windows operating system to boot from USB storage media easily.<br /><br /><b>Supported platforms:</b> Windows version 6.0+ (Vista or higher).<br /><br /><b>Tested storage type:</b><br /><ul><li>USB Flash<br /><ol type='1'><li>Kingston DataTraveler 100 (8GB)</li><li>Sandisk Cruzer Extreme (16GB)</li><li>Apacer Handy Steno AH328 (8GB)</li></ul></li></ol><br /><ul><li>USB HDD<br /><ol type='1'><li>Standard 2.5 inch IDE HDD (60GB)</li><li>Standard 2.5 inch SATA HDD (120GB)</li><li>Standard 3.5 inch IDE HDD (40GB)</li><li>Seagate FreeAgent Go (320GB)</li></ul></li></ol><br /><br /><b>Worked boot methods:</b><br />- VHD boot<br />- Native boot<br /><br /><b>Tested working list:</b><br />- Windows Vista (SP: 0, 1, 2)<br />- Windows 7 (Beta, RC, RTM)<br /><br /><!--sizeo:4--><span style="font-size:14pt;line-height:100%"><!--/sizeo--><br /><b><!--coloro:#8B0000--><span style="color:#8B0000"><!--/coloro-->Important!<!--colorc--></span><!--/colorc--></b><!--sizec--></span><!--/sizec--><br /><ul><li> You do not have to use other USB booting program such as USB Watcher.</li><li> Remember to re-patch after a new service pack updates installed.</li></ul><br /><br /><b>Optimization Tips</b><br /><ul><li> Use HDD instead of FDD.</li><li> Turn off indexing service.</li><li> Use <b><a href="http://www.boot-land.net/forums/index.php?showtopic=9461" target="_blank">DiskMod</a></b> for enable pagefile on USB (Windows 7+).</li><li> Defragment the disk.</li><li> NTFS compression.</li></ul><br /><br /><b>Change Logs:</b><br />Version 1.0:<br />- Initial release.<br /><br />Version 1.1:<br />- Core improvement<br />- Main GUI changes<br /><br />Version 2.0<br />- New GUI<br />- Minor improvements<br />- Support External system patching (Not fully tested)<br /><br /><b>Version 2.1</b> <!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->*New*<!--colorc--></span><!--/colorc--><br />- Minor improvements<br />- Fixed: External system patching doesn't work<br /><br /><b>Upcoming release:</b><br />Version 3, will introduce some new features to eliminate troublesome procedure and new user interface.<br /><br /><b>Screen shots:</b><br /><div align='center'><img src="http://dhilip89.boot-land.net/files/images/misc/pwboot21.jpg" border="0" class="linked-image" /><br /><br /><img src="http://dhilip89.boot-land.net/files/images/screenshots/PWBoot/pwb2_s2.png" border="0" class="linked-image" /></div><br /><br /><b>Download Link:</b><br />Version 2.1<br /><a href="http://dhilip89.boot-land.net/files/projects/PWBoot/PWBoot%20Patch/v2.1/PWBootPatch.exe" target="_blank">PWBootPatch.exe</a> (470KB)<br /><br /><b>Extras:</b><br />Step-by-step screenshots: <a href="http://dhilip89.boot-land.net/files/projects/PWBoot/PWBoot_StepsScrshot.zip" target="_blank">PWBoot_StepsScrshot.zip</a> (15.7MB)<br /><br /><!--sizeo:1--><span style="font-size:8pt;line-height:100%"><!--/sizeo-->Original source: <a href="http://www.boot-land.net/forums/index.php?showtopic=6851" target="_blank">http://www.boot-land.net/forums/index.php?showtopic=6851</a><!--sizec--></span><!--/sizec-->]]></description>
		<pubDate>Fri, 23 Jan 2009 21:35:31 +0100</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=6851</guid>
	</item>
	<item>
		<title><![CDATA[[FRENCH TOPIC] Comment installer et utiliser Windows 7 sur HDD USB avec toutes les fonctions]]></title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12148</link>
		<description><![CDATA[Bonjour, <br /><br />Voila plusieurs semaine que je travail dur pour faire probablement le premier vrai et facile tutoriel pour installer Windows 7 Sur Disque Dur Externe USB. Ce tutoriel est en français et pour l'instant aucun en anglais. Alors bon patentage et j'espère que ça marche pour vous! Si ça la fonctionné, s.v.p. dit-le afin de montrer aux autres que ce tutoriel est bon et sachez que vous n'aurez pas besoin d'outils juste de quelque petite choses et je vous conseille de reviser ce tutoriel avant de commencer. Bon travail et bonne chance!<br /><br />Voilà le tutoriel:<br /><br /><br />Contrat d'utilisation<br />JE NE SUIS PAS RESPONSABLE DE TOUT DOMMAGE QUE CE GUIDE PEUT FAIRE. CE GUIDE EST PRÉSENT POUR CEUX QUI DÉSIRENT INSTALLER WINDOWS 7 A UN ENDROIT INABITUELLE ET POUR S'AMUSER. CE GUIDE EST AUSSI POUR APPRENDRE. SI VOUS AVEZ TROP PEUR D'UTILISER CE GUIDE, NE L'UTILISER PAS! IL NE REQUIERE AUCUNE MODIFICATION MATERIELLE A MOINS QUE VOUS AYEZ BESOIN DE PLUS DE MÉMOIRE. TOUT CES ÉTAPES SONT ÉCRIS PENDANT QU'ILS SONT UTILISÉ (C-À-D QUE JE FAIS CE J'ECRIS SUR MON GUIDE EN MÊME TEMPS QUE JE LE SUIS) SI IL MANQUE QUELQUE CHOSE OU SI LES INSTRUCTION SONT PAS CLAIR, N'ÉSITEZ À LAISSER UN COMMENTAIRE.<br />----------------<br />PRÉ-REQUIS:<br />Min. de 1 Go de RAM<br />Disque dur externe USB (Min 30 GB)<br />DVD d'installation de Windows 7 (Ou une image .ISO)<br />Clé de licence de Windows 7<br />VMWare Workstation 7.1 (version d'essaie ou enregistré) <a href="http://vmware.com" target="_blank">http://vmware.com</a><br />Windows XP / Vista / 7 sur l'ordinateur que vous souhaitez installer Windows 7<br />Le fichier "Usbbootfix.bat", vous pouvez le chercher sur Internet ou aller en bas du guide, je vous donne le code.<br />Un autre ordinateur avec Windows Vista ou Windows 7 (en option si vous n'avez pas partitionné votre disque et si vous ne voulez  pas perdre des données)<br />Sauvegarde de toutes les données que vous souhaitez conserver en cas de problème.<br />Temps libre et un cerveau qui fonctionne.<br /><br />----------------------<br />Étape 1: partitionnement du disque ... (Si vous voulez utiliser tout le disque ou si vous avez déjà une partition dédiée, ignorez cette étape)<br />1 - Connectez votre disque dur externe USB à un ordinateur exécutant Windows. (Connectez le à un ordinateur Windows Vista ou Windows 7, si vous ne voulez pas perdre vos données. (Je le fais sur Windows 7, mais Windows XP a la même façon de travail)<br />2 - Allez sur le bureau et clic droit sur Poste de travail<br />3 - Sélectionnez et cliquez sur «Gérer»<br />4 - Allez dans Gestion des disques -&gt; Stockage (ou l'inverse)<br />5 - Une fois chargé trouvez et sélectionnez le disque puis la partition que vous souhaitez utiliser.<br />- 5.1- Si vous avez déjà une partition et que vous ne voulez pas l'effacer, allez à la 5.1.1, si vous allez utiliser le disque au complet ou si il est vide, aller à 5.2 .<br />-  - 5.1.1- DÉFRAGMENTEZ! CETTE ÉTAPE PEUT ÉFFACER DES DONNÉES SI LE DISQUE EST FRAGMENTÉ!<br />-  -  5.1.2- Dans gestionnaire des disques que vous ouvert au préalable, Séléctionnez la partition que vous avez Défragmenté.<br />-  -  5.1.3- Clique droit et sélèctionnez "Réduire le volume" (La requête de l'espace de compactage peut durer plusieurs minutes)<br />-  -  5.1.4- Suivez l'assitant.<br />- 5.2- Encore plus simple et fonctionnent sous tous les OS de Microsoft. Créer une partition. Pour certains d'entre-vous, vous savez déjà comment faire mais d'autre non alors suivez cette section!<br />-  - 5.2.1- Sélèctionnez l'espace vide dans votre disque.<br />-  - 5.2.2- Clique droit puis cliquez sur créer une partition<br />-  - 5.2.3- Créez une partition principal (Suivez l'assitant)<br />6- Une fois votre disque prêt, passer à l'étape 2!<br /><br />---------------------<br />Étape 2: Préparation de l'ordinateur<br />(NOTE: Libérez la mémoire de tous logiciel inutile et désactivez temporairoment les scans automatique de votre antivirus mais PAS le scan en temps réel.)<br />1- Installer VMWare si ce m'ais pas déjà fait (et je ne couvre pas l'installation du logiciel parce que je crois bien que vous savez comment faire)<br />2- Démmarrer VMWare<br />3- Cliquex sur New virtual machine (ou File -&gt; New -&gt; Virtual Machine...<br />4- Sélèctionnez Custom puis faite suivant.<br />5- Choisissez Workstation 6.5-7.x, suivant<br />6- Sélèctionnez "I will install the operating system later." (Nous ne voulons pas qu'il fasse la configuration automatique), suivant.<br />7- Sélèctionnez "Microsoft Windows" Puis en bas "Windows 7", suivant,<br />8- Laissez comme tel, suivant. (Ne changez pas les paramêtres de cette fenêtre)<br />9- Nombre de processeur que vous voulez, suivant. (ATTENTION: Une mauvaise configuration peut rendre le système instable)<br />10- Mémoire 512 MB, suivant<br />11- Laissez comme tel, suivant.<br />12- Normallement, il correctement configuré mais certains ne le sont pas, choisissez "LSI Logic SAS", suivant<br />13- Sélèctionnez "Use a Physical disk (for advanced users)"<br />14- Sélèctionnez votre disque dur et "Use Individual partitions" (Identifier votre disque grâce a sa taille à la prochaine étape)<br />15- Cochez la partition que vous souhaitez utilisez, suivant.<br />16- Laissez tel quel, suivant<br />17- Cliquez sur Finish<br />18- Cliquez sur "Edit virtual machine settings"<br />19- Enlever tous ce que vous n'avez pas sur votre ordinateur. (Ex. "Floppy" pour les laptop, c'est une disquette)<br />20- Sans fermez la fenêtre, cliquez sur "CD/DVD (IDE)" puis séléctionnez votre lecteur de disque ou une l'image du DVD d'installation de Windows 7. Cliquez sur OK<br />---------------------------<br />Étape 3: Installation de Windows 7<br />1- Cliquez Sur "Power on this virtual machine"<br />2- Tenter D'entrez sur le bios en appuyant sur F2 (Si vous manquez votre coup, faite CTRL + AL + INSERT    et reéssayer)<br />- 2.1- Dans le BIOS, aller dans boot avec la flèche de droite puis replacer "CD-ROM Drive" Tous en haut avec les instructions en bas de l'écran.<br />- 2.2- Une fois replacer, aller a EXIT et choisissez "Exit Saving Changes"<br />3- Chargez le DVD de Windows 7<br />4- Séléctionnez la langue principal, Le format de l'heure et la monnaie et Le clavier.<br />5- Cliquez suivant puis Installer Maintenant.<br />6- Attendez le démmarrage de l'installeur<br />7- Cochez "J'accepte les termes du contrat de licence" puis suivant.<br />8- Sélèctionnez "Personnalisée (Options Avancée)"<br />9- Sélèctionnez la partition créer au préalable, puis suivant.<br />10- Attendez la fin de la première étape de l'installation, puis passez à l'étape suivante<br />(Normallement, 5 -15 minutes est nécessaire pour l'installation. La finalisation prend environ 10 Minutes. Au total, l'installation prend autour de 30 minutes.)<br />-----------------------<br />Étape 4: Configuration de WIndows <br />[[[ Si vous voulez faire cette étape sans la machine virtuel, allez à la fin du guide et chercher l'étape seconde 4  (POUR UTILISATEUR RAPIDE ET EXPÉRIMENTÉ) ]]]<br />(NOTE: Le premier démarrage peut être très long, 5 -6 minutes des fois 10 minutes)<br />1- Toujours dans la machine virtuel, quand vous êtes rendu à la fenêtre de configuration.<br />2- Entrez le nom d'utilisateur que vous souhaitez avoir. (Ex: Marjorie), puis le nom que vous voulez donnez à votre ordinateur (Sert a identifier l'ordinateur sur le réseau), puis suivant.<br />3- Entrez un mot de passe si vous le voulez et une indication si vous avez un mot de passe, quand vous avez fini ou vous ne voulez pas de mot de passe, faite suivant.<br />4- Entrez votre clé de licence (JE NE DONNE PAS DE CLÉ DE LICENCE ET NE ME CONTACTEZ PAS POUR EN AVOIR UNE, SI VOUS AVEZ LE DVD VOUS DEVEZ AVOIR UNE CLÉ DE LICENCE), décochez "Activer automatiquement Windows quand je serais en ligne" au cas où vous feriez une gaffe et que vous devrez recommencer. Faite suivant.<br />5- Sélèctionnez l'option que vous voulez mais je recommande "Utiliser les paramètres recommandés"<br />6- Ajuster votre fuseau horaire puis, faite suivant.<br />7- Sélèctionnez "Réseau Domestique"<br />8- Le bureau devrait apparaître après 1-2 minutes.<br />9- Passez à l'étape 5.<br /><br />-----------------------------------<br />Étape 5: Activation du mode Démarrage USB...<br /><br />1- Arrêtez la machine virtuel normalement.<br />2- Copiez le fichier "usbbootfix.bat"<br />- 2.1- Bon pour ceux qui n'ont pas le code le voilà<br />-  - 2.1.1- Aller sur le bureau de votre vrai ordinateur et créez un fichier exactement nommé "usbbootfix.bat"<br />-  - 2.1.2- Ouvrez le avec Bloc-notes.<br />-  - 2.1.3- Copiez le code suivant de dans et sauvgarder:<br />----------------------- Début du code ------------------------------<br /><br />@echo off<br />if "%1"=="fix" goto :fix<br /><br />rem -- install task<br />copy /y "%~f0" "%SystemRoot%&#092;system32&#092;usbbootfix.bat"<br />SCHTASKS /Create /RU SYSTEM /SC ONEVENT /MO "*[System[Provider[@Name='Microsoft-Windows-UserPnp'] and EventID=20003]]" /EC System /TN USBBootFix /TR "'%SystemRoot%&#092;system32&#092;usbbootfix.bat' fix" /F<br />rem -- apply other settings<br />reg add HKLM&#092;SYSTEM&#092;CurrentControlSet&#092;services&#092;pciide /v Start /t REG_DWORD /d 0x0 /f<br />reg add HKLM&#092;SYSTEM&#092;CurrentControlSet&#092;services&#092;msahci /v Start /t REG_DWORD /d 0x0 /f<br />reg add HKLM&#092;SYSTEM&#092;CurrentControlSet&#092;services&#092;intelide /v Start /t REG_DWORD /d 0x0 /f<br />reg add HKLM&#092;SYSTEM&#092;CurrentControlSet&#092;services&#092;viaide /v Start /t REG_DWORD /d 0x0 /f<br />rem -- run :fix once after install<br /><br />:fix<br />call :fixservice usbehci "Boot Bus Extender"<br />call :fixservice usbohci "Boot Bus Extender"<br />call :fixservice usbuhci "Boot Bus Extender"<br />call :fixservice usbhub  "System Bus Extender"<br />call :fixservice usbstor "SCSI miniport"<br />goto :eof<br /><br />:fixservice<br />setlocal<br />set Start=<br />set Group=<br />for /f "skip=2 tokens=1,2,*" %%I in ('reg query HKLM&#092;SYSTEM&#092;CurrentControlSet&#092;services&#092;%~1') do (<br />  if "%%I"=="Start" set Start=%%K<br />  if "%%I"=="Group" set Group=%%K<br />)<br />if not "%Start%"=="0x0" reg add HKLM&#092;SYSTEM&#092;CurrentControlSet&#092;services&#092;%~1 /v Start /t REG_DWORD /d 0x0 /f<br />if not "%Group%"=="%~2" reg add HKLM&#092;SYSTEM&#092;CurrentControlSet&#092;services&#092;%~1 /v Group /t REG_SZ /d "%~2" /f<br />endlocal<br />goto :eof<br /><br />----------------------- Fin du code --------------------------<br />-  - 2.1.4- Quitter le programme.<br />- - 2.2- Copiez le fichier dans le répertoir racine (Par exemple, windows 7 installé sur f: ( f:&#092;  )<br />3- Re-lancer la machine virtuel.<br />4- Quand la machine virtuel a fini de chargé, Menu démarrer -&gt; Ordinateur<br />5- Double cliquez sur Windows 7 (Votre disque dur la où vous avez installé Windows 7)<br />6- Clique droit sur "usbbootfix.bat"<br />7- Éxecuter en tant administrateur<br />8- Quand l'éxecution est fini, arrêtez la machine virtuel.<br />9- Passer à l'étape 6!<br /><br />---------------------------<br />Étape 6: Démarrage Multi-boot...<br />1- Redémarrer votre ordinateur<br />2- Assurez-vous que votre BIOS est configuré pour démarrer sur USB<br />3- Amuser vous avec Windows 7 Sur un disque dur USB! (Il est possible que vous ayez a installer plusieurs pilotes avant de vous amuser...)<br /><br />---------------------------<br />[[[ ÉTAPE SECONDE 4 ]]]<br />Configuration sans machine virtuel<br />1- Après avoir effectué une partie de l'étape 3, la fin de l'installation fera redémarrer l'ordinateur pour faire l'étape "Fin de l'installation". Quand vous aurez atteint l'étape "Fin de l'installation" attendez que le système est chargé les services puis quand vous voyez la fenêtre d'installation avec la dernière étape en cours, faite SHIFT + F10.<br />2- Tapez "cd &#092;"<br />3- Tapez "usbbootfix"<br />4- Attendez qu'il est fini puis arrêtez la machine virtuel dès qu'il a redémarrer et qu'il charge le BIOS.<br />5- Redémarrer sur votre disque dur externe<br />6- Si vous avez bien suivi ces instructions, vous devriez être capable de démarrer Windows 7 sur votre ordinateur sans écran bleu (appelé aussi "Blue Screen Of Death" ou simplement "BSOD")<br />7- Entrez le nom d'utilisateur que vous souhaitez avoir. (Ex: Marjorie), puis le nom que vous voulez donnez à votre ordinateur (Sert a identifier l'ordinateur sur le réseau), puis suivant.<br />8- Entrez un mot de passe si vous le voulez et une indication si vous avez un mot de passe, quand vous avez fini ou vous ne voulez pas de mot de passe, faite suivant.<br />9- Entrez votre clé de licence (JE NE DONNE PAS DE CLÉ DE LICENCE ET NE ME CONTACTEZ PAS POUR EN AVOIR UNE, SI VOUS AVEZ LE DVD VOUS DEVEZ AVOIR UNE CLÉ DE LICENCE), décochez "Activer automatiquement Windows quand je serais en ligne" au cas où vous feriez une gaffe et que vous devrez recommencer. Faite suivant.<br />10- Sélèctionnez l'option que vous voulez mais je recommande "Utiliser les paramètres recommandés"<br />11- Ajuster votre fuseau horaire puis, faite suivant.<br />12- Sélèctionnez "Réseau Domestique"<br />13- Le bureau devrait apparaître après 1-2 minutes.]]></description>
		<pubDate>Sun, 01 Aug 2010 22:30:57 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12148</guid>
	</item>
	<item>
		<title>WimBoot</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=7801</link>
		<description><![CDATA[<i><b>Create Iso for booting wim packed image.</b></i><br /><br />Continuation of theme <a href="http://www.boot-land.net/forums/index.php?showtopic=1580" target="_blank">BootSdi</a>.<br />Loading of an image from Wim Image allows  reduce size of an image in 2 - 3.5, requirements to system resources decrease.<br /><br />Files are required  Automated Installation Kit (AIK) for Windows Vista SP1 or Windows Vista SP1 + SetupLdr.bin Win2003Sp1.<br />In the catalogue %tool%s 7z.exe it is necessary to the version  4.65 or later.<br /><br /><a href='http://www.boot-land.net/forums/index.php?act=attach&type=post&id=8175'>http://www.boot-land.net/forums/index.php?act=attach&type=post&id=8175</a><br /><br />Regards,<br />Nikzzzz.]]></description>
		<pubDate>Tue, 21 Apr 2009 21:09:18 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=7801</guid>
	</item>
	<item>
		<title><![CDATA[LiveXP  --  Anything & Everything]]></title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=5429</link>
		<description><![CDATA[<!--sizeo:4--><span style="font-size:14pt;line-height:100%"><!--/sizeo-->This is a kind of "Bug Tracker" topic For LiveXP .<!--sizec--></span><!--/sizec--><br /><!--sizeo:4--><span style="font-size:14pt;line-height:100%"><!--/sizeo-->Please do NOT waste your time reading this topic<!--sizec--></span><!--/sizec-->  <img src="http://www.boot-land.net/forums/style_emoticons/default/cheers.gif" style="vertical-align:middle" emoid=":cheers:" border="0" alt="cheers.gif" /> <br /><br /><!--sizeo:4--><span style="font-size:14pt;line-height:100%"><!--/sizeo-->If you have a livexp related problem/issue<br />1) 'Post Reply' to current topic<br />OR<br />2) open a new topic at <a href="http://www.boot-land.net/forums/index.php?showforum=52" target="_blank">LiveXP section</a><!--sizec--></span><!--/sizec--><br /><br /> <img src="http://www.boot-land.net/forums/style_emoticons/default/bounce8.gif" style="vertical-align:middle" emoid=":bounce8:" border="0" alt="bounce8.gif" /> <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><!--sizeo:4--><span style="font-size:14pt;line-height:100%"><!--/sizeo--> Post 1 have not updated for a long while, there maybe misinformations<!--sizec--></span><!--/sizec--> IF you read, Read with care  <img src="http://www.boot-land.net/forums/style_emoticons/default/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> <br /><br /><!--coloro:#0000ff--><span style="color:#0000ff"><!--/coloro-->Welcome to the 1st main post<!--colorc--></span><!--/colorc-->,<br />When things here solved or added etc., it is deleted in 1st post, so dont surprise if it gets shorter  <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br />When new things are found and documented it is added to 1st post, so dont surprise if it gets longer  <img src="http://www.boot-land.net/forums/style_emoticons/default/hyper.gif" style="vertical-align:middle" emoid=":hyper:" border="0" alt="hyper.gif" /> <br />As you already can create a new topic, You can also post any issue if you want to this topic.<br />(also issues are collected by me to this topic when noticed)<br /><br /><br />***I cant find time to check post #1, some of the things on post #1 maybe fixed in time, still this is a nice topic/archive to catch/clean/remember bugs and development notes about LiveXP.<br /><br /><!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->------Master Issues------------------------<!--colorc--></span><!--/colorc--><br />If "<b>Master Issues</b>" now empty, we are all happy <img src="http://www.boot-land.net/forums/style_emoticons/default/roll1.gif" style="vertical-align:middle" emoid=":rofl:" border="0" alt="roll1.gif" /> <br /> <img src="http://www.boot-land.net/forums/style_emoticons/default/bounce8.gif" style="vertical-align:middle" emoid=":bounce8:" border="0" alt="bounce8.gif" /> <br /> <img src="http://www.boot-land.net/forums/style_emoticons/default/band.gif" style="vertical-align:middle" emoid=":band:" border="0" alt="band.gif" /> <br /> <img src="http://www.boot-land.net/forums/style_emoticons/default/clapping.gif" style="vertical-align:middle" emoid=":clapping:" border="0" alt="clapping.gif" /> <br /> <img src="http://www.boot-land.net/forums/style_emoticons/default/signsandflags30.gif" style="vertical-align:middle" emoid=":party_time:" border="0" alt="signsandflags30.gif" /> <br /><br /><br />****Issue: <a href="http://www.boot-land.net/forums/index.php?showtopic=6430&hl=" target="_blank">Vista (i guess mostly x64)</a><br />"Driver Signature Enforcement" stops mounting utilities (ex: vdk.exe) prevent working. We need a creation of .img/.vmdk files with a way like wimpack without mounting.<br />Solution: Vista64 Users, disable "Driver Signature Enforcement", there is plenty of methods on net you can find with a quick google-fu<br /><br />****Issue: fbwf upper limit (full) issue<br />when user uses all available space provided by fbwf, LiveXP lock down.<br />This is important for automatic AV updates after PE boots. A warning made <a href="http://www.boot-land.net/forums/index.php?showtopic=7636" target="_blank">here</a><br />*Probable Future solution: a monitoring tool that monitors fbwf and stops writing anymore file at a limit (say free space 3mb) (maybe another added feature for setresolution <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> )<br />*Solution for now: WARNING, do not use all space provided by fbwf <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><br />****DEP: bootsdi-vdk<br />Windows DEP is not tolerant of WinBuilder and vdk. Switch off DEP and LiveXP builds OK. <a href="http://www.boot-land.net/forums/index.php?showtopic=5338&view=findpost&p=70261" target="_blank">niche99 post26</a> probably warning for Vista Users<br />ps: xp--&gt;no problem, 2k3--&gt;set settings to xp settings, Vista--&gt;switch off dep<br />Future hope of Solution:<br />I hope one day we will have a DEP checker<br /><br /><br /><!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->------Master Issues----------------END-----<!--colorc--></span><!--/colorc--><br /><br /><br />****Issue: msi.script - Something missing - reported <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=57958" target="_blank">post 1097</a><!--quoteo(post=57958:date=Feb 4 2009, 07&#58;47 PM:name=Lancelot)--><div class='quotetop'>QUOTE (Lancelot &#064; Feb 4 2009, 07&#58;47 PM) <a href="index.php?act=findpost&pid=57958"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->something missing with msi.script (Projects&#092;LiveXP&#092;Basic&#092;Shells&#092;Addons), but WHAT????<br /><br />Here is the test routine:<br />1) enable msi.script<br />2) enable fbwf or bootsdi<br />3) Download<br />Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en" target="_blank">here</a> and add it to livexp cd.<br />4) in LivexP double click vcredist_x86.exe<br /><img src="http://img23.imageshack.us/img23/9616/snap22xs7.gif" border="0" class="linked-image" /><br /><br />ps: (maybe relevant maybe not, in my tests ScriptingCore.script , ScriptingSup.Script, mmc and dipe selected too)<br /><br />to overcome for specific example, i manually extract vcredist_x86.exe so VCREDI~3.EXE went out. double clicking VCREDI~3.EXE gives same error.<br />Than i manually extract VCREDI~3.EXE and vcredist.msi+vcredis1.cab came out. double clicking vcredist.msi worked.<br />ps: also same issue happens with "Microsoft Visual C++ 2008 Redistributable Package (x86)_SP1"<br /><br /><br />probably in most .exe cases that installs .msi this error occurs, any idea for solution???????<br /><br /><br />edit: ps: "vcredist_x86.exe /q" works successfully.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><br /><br /><!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec--><b>Lancelot Personal TODO list:</b><br /><br />**TODO: check how livexp works when source is xp64<br /><br />**TODO: Finalize Batch script, check if bugy fixed described at <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=63296" target="_blank">post 1240</a> note starting with @Peter (psc) X 2<br /><br />**TODO: Basic-Shells-Explorer.script ---&gt; "Use DLL init at build time rather than at boot time" is checked<br />a verification needed ( info from <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=63229" target="_blank">post 1233</a> )<br />-Source CD language is different from host OS language<br />-Source CD architecture is different from host OS architecture<br />-In Explorer.script the checkbox "Use DLL init at build time rather than at boot time" is checked<br />than use dll init at build time should be unchecked<br />ps: <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=63232" target="_blank">post 1235</a><!--quoteo(post=63232:date=Mar 25 2009, 03&#58;51 PM:name=psc)--><div class='quotetop'>QUOTE (psc &#064; Mar 25 2009, 03&#58;51 PM) <a href="index.php?act=findpost&pid=63232"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><br />@Lancelot:<br />Change the Explorer.Script's Verify item as you think how it is needed!<br />I'll copy the result into nativeEx_barebone.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />**TODO: paraglider hwpnp request<br /><a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=62566" target="_blank">post 1201</a> Paraglider can make a setting for hwpnp with a text on gui saying "Press 'Esc' to close Hwpnp" !?<br />note: fxscrpt solved the issue on LiveXP-hwpnp and updates made to hwpnp + xpnp aio script,<br />to reproduce the issue: enable hwpnp , disable xpnp-aio, disable qemu option at hwpnp, disable acpi on qemu<br />to reproduce the issue: disable hwpnp, enable xpnp-aio, disable acpi on qemu<br />(hwpnp 15 , xpnp-aio 35)<br /><br />**TODO: wimpack<br />having fat option back (reason <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=63297" target="_blank">post 1241</a> )<br /><br />**TODO: for create iso and bootsdi script<br />(System,SAVELOG, not available with wb076, first with wb077b1)<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->If,%pCheckBox5%,EQUAL,True,Begin<br />&nbsp;&nbsp; StrFormat,DATE,%myDate%,&#34;yyyymmddhhnn&#34;<br />&nbsp;&nbsp; System,SAVELOG,%target_win%&#092;logfile%myDate%.html<br />End<br />&nbsp;&nbsp;If, ... ,ShellExecute,Open,%Tools%&#092;mkisofs.exe ...<!--c2--></div><!--ec2-->++also pack with .7z<br />7za ... %target_win%&#092;logfile%myDate%.html ... %target_win%&#092;logfile%myDate%.7z /// filedelete %target_win%&#092;logfile%myDate%.html<br />ps: an example available at nativeex, dont forget to change %target_win%&#092;logfile%myDate%.html<br /><br />**TODO: change script.project interface (remember Nuno's advice)<br /><br />**TODO: change scripts interface<br />Start Menu Folder (blank for default)<br />or<br />Start Menu Folder<br /><br />**TODO: nic gpu script project (kare)<br /><br />**TODO: prepare a tutorial to boot LiveXP from C: mentioned here at <a href="http://www.boot-land.net/forums/index.php?showtopic=3866&view=findpost&p=61870" target="_blank">post 78</a> and at <a href="http://www.boot-land.net/forums/index.php?showtopic=3866&view=findpost&p=61877" target="_blank">post 80</a><br /><br />**TODO: script.project - Maybe "Clean Temporary Files" if exists automatically<br /><br />**TODO: dotnet3 script or lodr pack with help from sanbarrow (<a href="http://www.boot-land.net/forums/index.php?showtopic=6621&view=findpost&p=58597" target="_blank">post 487</a>)<!--quoteo(post=58597:date=Feb 9 2009, 03&#58;01 PM:name=sanbarrow)--><div class='quotetop'>QUOTE (sanbarrow &#064; Feb 9 2009, 03&#58;01 PM) <a href="index.php?act=findpost&pid=58597"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I have a first experimental LODR-pack for dotnet3 working.<br /><br />Translating this to the standards we discussed here is way beyond my skills.<br />Anyway - if anybody is interested in translating this to LiveXP I can try to explain.<br />The procedure for grabbing the required files is a nightmare.<br /><br />Once created you need a wim about 170 Mb and about 30 Mb of free space in NTFS-formatted X:<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />**TODO: app script:<br />remind and test my request about StartMenu .lnk creation folder (Start Menu Root) <a href="http://www.boot-land.net/forums/index.php?showtopic=2707&st=300&p=56750&#entry56750" target="_blank">post 341</a><br /><br />**TODO: "DriverForge for DPS LAN support on LiveXP" <br />idea first introduced <a href="http://www.boot-land.net/forums/index.php?showtopic=5226&view=findpost&p=56543" target="_blank">here</a><br />put option to start penetwork after adding lan (also sleep10 seconds before starting and no sleep when penetwork starts)<br /><br />**TODO: BootScreen for LiveXP (changes required with createiso and bootsdi script)<br />Follow tutorial here and Take and edit Shrin's picture: <a href="http://www.boot-land.net/forums/index.php?showtopic=4448" target="_blank">How to place your own Boot screen in XP setup CD - Shrin</a><br />also remember old bartpe plugin picture when editing <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />.<br /><br /><br />**TODO: Read <a href="http://www.boot-land.net/forums/index.php?showtopic=4279&hl=" target="_blank">WinBuilder DBMS Beta Client Packages</a><br /><br />**TODO_Personal: Verify special files<br />Verify files at startup to prevent user, expecially for setupldr.bin and ramdisk.sys for bootsdi and createiso (maybe size or version check for them, 2k3sp1 files are all same bytes) + fbwf with create iso (etc) <a href="http://www.boot-land.net/forums/index.php?showtopic=6581&hl=" target="_blank">Example</a><br /><br />**TODO: Theme - I dont think it is possible but check this<br /><a href="http://www.boot-land.net/forums/index.php?showtopic=5618&view=findpost&p=53737" target="_blank">http://www.boot-land.net/forums/index.php?...ost&p=53737</a><br /><br />**TODO: Script project<br />my wimL idea with optiononal LOD (first written in sanbarrow's topic)<!--quoteo(post=53690:date=Jan 3 2009, 07&#58;57 PM:name=Lancelot)--><div class='quotetop'>QUOTE (Lancelot &#064; Jan 3 2009, 07&#58;57 PM) <a href="index.php?act=findpost&pid=53690"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->It is nice to read nice things from you Peter,<br /><br />Some more things about 'Midway' to clarify,<br /><br />With 'Midway' i mean: this is not absolutely sanborrow's method, this is a method that will suit Nuno and Galapo's (and mine) concerns tu use LOD (+wimL)<br /><br />And i highly believe, many things i wrote can be done automatically by api without changing a script a lot like FastStoneCapture.<br />With my idea only adding 2 (or 3) options to the begining of [process], and rest can be done by api<br />ex:<br />For wimL: 1 interface button and 1 line to the beginin process section for wimL --&gt;will be enough for most scripts like FastStoneCapture---&gt;rest can be done by api<br />For wimL+LOD: 1 interface button and [LODextra] section for creating .cmd file and related shortcuts for loading on demand<br /><br />Maybe somebody who understands what i mean can post with better english, if nobody understands, than lets drink beer  <img src="http://www.boot-land.net/forums/style_emoticons/default/cheers.gif" style="vertical-align:middle" emoid=":cheers:" border="0" alt="cheers.gif" /> .<br /><br /><br />Anyway, <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />, i will be glad to be the first tester <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> for the result of work you will do with sanbarrow. Good luck  <img src="http://www.boot-land.net/forums/style_emoticons/default/thumbup.gif" style="vertical-align:middle" emoid=":thumbup:" border="0" alt="thumbup.gif" /><!--QuoteEnd--></div><!--QuoteEEnd--><!--quoteo(post=53790:date=Jan 4 2009, 01&#58;58 PM:name=Lancelot)--><div class='quotetop'>QUOTE (Lancelot &#064; Jan 4 2009, 01&#58;58 PM) <a href="index.php?act=findpost&pid=53790"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Galapo, Peter<br /><br />I cant use wimpack.exe on builds for now, but it is better to put half of my idea (the other half will be load on demand) (all idea is at post 23 and post 26) in a simple script<br />can you check this:<br /><br /><a href="http://lancelot.winbuilder.net/5F/1_Test_wim_Api%20FreeFSCapture53.rar" target="_blank">http://lancelot.winbuilder.net/5F/1_Test_w...FSCapture53.rar</a><br /><br />this is NOT a ready script, look two // MISSING - STAGE in script file<br /><br />i hope it is more understandable now? what do you think ?<!--QuoteEnd--></div><!--QuoteEEnd--> Galapo, Thank you for help by <a href="http://www.boot-land.net/forums/index.php?showtopic=6621&view=findpost&p=53875" target="_blank">post 64</a><!--quoteo(post=53875:date=Jan 5 2009, 12&#58;25 AM:name=Galapo)--><div class='quotetop'>QUOTE (Galapo &#064; Jan 5 2009, 12&#58;25 AM) <a href="index.php?act=findpost&pid=53875"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Here's basic syntax for wimpack.exe:<br /><br />wimpack.exe targetdir folder_in_targetdir_to_pack cmd_file system_exclude_file_list<br /><br />Eg: wimpack.exe c:&#092;target program c:&#092;target&#092;cmd.cmd none<br /><br />Note: in targetdir a folder 'i386' must exist, to which the outputted WIM will be generated. cmd_file is necessary in this case only to avoid program error.<!--QuoteEnd--></div><!--QuoteEEnd-->I need to figure out to pack with wim by using winbuilder, i love this idea but i will finish later ......<br />+++With Nuno's idea at <a href="http://www.boot-land.net/forums/index.php?showtopic=6581&view=findpost&p=53834" target="_blank">post 54</a>, unpacked files maybe kept in %GlobalTemplates%&#092;wimlpack_Files&#092;%scriptfilenamestr%_%scriptfileversion%&#092; folder<br /><br />**TODO: Create ISO adding<br />An option to create a iso which works with ramdisk.sys method (iso in iso) for some purposes.<br />Reason: Currently with grub4dos we can boot this<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->title Start LiveXP_RAM.iso<br />find --set-root --ignore-floppies /LiveXP_RAM.iso<br />map /LiveXP_RAM.iso &#40;hd32&#41;<br />map --hook<br />chainloader &#40;hd32&#41;<br />boot<!--c2--></div><!--ec2-->It will be better to have also this<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->title Start LiveXP_RAM_ISO.iso<br />find --set-root --ignore-floppies /LiveXP_RAM.iso<br />map /LiveXP_RAM.iso &#40;hd32&#41;<br />map --hook<br />chainloader &#40;hd32&#41;<br />boot<!--c2--></div><!--ec2--><br /><br />**TODO: Create ISO adding<br />*fbwf not start automatically option. Kare says acronis10ti needs 96mb, which results not working with 128mb ram computer when fbwf enabled (fbwf on boot+%25imdisk).<br />*a utility (or a set of shorcuts to start fbwf with different options (%10, %20, %30 .... )<br />*can fbwf be stopped and start<br /><br />**TODO: Ramdrive<br />resize ramdrive, i guess increasin is not a problem<br />for decreasing maybe with an option saying "minimum as possible" which result with 5 mb space. My idea is creating a new ramdrive (ex: K:) with the size of B: + 5mb, than copy files to K:, remake B:, and copy files back to B:, remove K: (+maybe refresh shortcuts)<br /><br />**TODO: A mini introduction to new users to show:<br />%target_win%   %target_sys%   %source_win%   %source_sys%   %GlobalTemp%   %ProjectTemp%   %GlobalTemplates%<br /><br />**TODO: Reorganisation of scripts<br />kare's idea (sharing him) an extra in apps for essential scripts for optimal needs like:<br />penetwork, notepad, taskmanager, mmc, regedit, offbyone (for opening html files and minimal internet), addcmd utils, 16bit support and a very small picture viewer, maybe we can register some common picture extensions with FreeFSCapture (not sure)<br />This is also a good idea to say user "disable all apps script, and enable only apps&#092;essential"<br /><br />**TODO: Winbuilder script selection idea<br />when clicked on folder on winbuilder, it disables or enables all scripts. What about a mid option, example: imagine no scripts selected under a folder, clicking first will enable only scripts that have download level lower than 2, this will help a lot for commercial scripts. With 2nd click all scripts selected. If this idea okey than for commercial scripts enableing on 1st click can be availabe when required license exists.<br /><br />**TODO: Reorganisation of scripts<br />Read <a href="http://www.boot-land.net/forums/index.php?showtopic=6216&st=0&p=49967&#entry49967" target="_blank">Nuno's post</a> and other posts<br /><br />**TODO: <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=53970" target="_blank">post #997</a> dipe bug to kare (reported to kare, will be deleted from my todo list when done <!--quoteo(post=53970:date=Jan 5 2009, 07&#58;53 PM:name=dera)--><div class='quotetop'>QUOTE (dera &#064; Jan 5 2009, 07&#58;53 PM) <a href="index.php?act=findpost&pid=53970"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->So have made a try with my Sigmatel once more:<br />using DrvImp.exe I have success only in that case if the extracted files of the driverpackage located in the right folder,<br />in my case it is '%ProgramFiles%&#092;IDT&#092;WDM'<br />if the files located in any different folder: DrvImp failed - copy the .ini files into system32 doesn't help.<br /><br />DriverForge can successfully install the driver from any location - seems it is no matter where the files are located, <br />(the '%ProgramFiles%&#092;IDT&#092;WDM' is  correctly created during the installation proces)<br /><br />also have success not using DrvImp.exe or Driver Forge,<br />but simply updating the driver of  an Unknown device via Device Manager<br />(Properties &gt; Driver &gt; Update Driver...)<br />pointing to the .inf<br />in this case also no matter where the files are located<br />(the '%ProgramFiles%&#092;IDT&#092;WDM' is correctly created during the installation proces)<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><br /><!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->****Suggestions:<br /><br />****Suggestion: wimpack<br />-an option to create wims out of BootSDI.img without .vmdk (I need this once during tests with JonF)<br /><br />****Suggestion: Login Picture for LiveXP<br />Maybe login picture for LiveXP can be good<br />but script method dont work because NTOSKRNL.EX but NTOSKRNL.EX recopied by some scripts<br />so maybe on bootsdi-createiso stages<br /><br />****Suggestion:<br />Maybe we need a button on main screen to make a minimum build to satisfy the idea of Peter <a href="http://www.boot-land.net/forums/index.php?showtopic=6581&view=findpost&p=53594" target="_blank">post 29</a> , another midway <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><br />*********Suggestion - <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=48396" target="_blank">post 688</a> - 689 - 699<br />Shortly: Something needed for Vista Symbolic links and junctions to ease the access Vista disks using livexp<br />XP dont know which one is symbolic link and which on is not, also xp cant use the junction of vista<br />*-&gt;Maybe a command utility to show where folders are junked<br />*-&gt;Maybe an explorer (like A43) that has ability to show Vista Symblick links and junctions<br />Here are the utilites that i tried:<br /><a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html" target="_blank">hardlinkshellext</a><br />-Reads Vista JUNCTION successfully<br />-But NO Vista SYMLINKD folders with chain icon, or dont give info about SYMLINKD folders.<br />-vcredist_x86.exe for Vs2005 Sp1 required which we dont have a script for this yet<br /><a href="http://www.paraesthesia.com/archive/2005/04/20/junction-shell-extensions.aspx" target="_blank">junction-shell-extensions</a> -NO Vista compatible<br /><a href="http://sourceforge.net/projects/ntfslinkext" target="_blank">ntfslinkext</a> -NO Vista compatible<br /><a href="http://www.pearlmagik.com/winbolic/" target="_blank">winbolic</a> -NO Vista compatible when used in xp, and no practical usage<br />ps:<br /><a href="http://www.howtogeek.com/howto/windows-vista/using-symlinks-in-windows-vista/" target="_blank">Mini info about 'symbolic link', 'hard link' , 'Directory Junction' from howtogeek</a><br /><br />****Suggestion<br /><a href="http://www.boot-land.net/forums/index.php?showtopic=6144" target="_blank">Java Runtime Environment</a><br /><br />****Suggestions/Issue<br />Wouldn't it better to have sharing-&gt;permission option for folders?<br /><a href="http://img518.imageshack.us/img518/3648/1234zi0.png" target="_blank">http://img518.imageshack.us/img518/3648/1234zi0.png</a><br /><br />***Suggestion:<br />Wouldnt it be nice to see local area connections default seen on right low of screen like in moa<br />Look the movie <a href="http://www.boot-land.net/forums/index.php?showtopic=5470&view=findpost&p=48303" target="_blank">here</a> , there is 3 network shown on right bottom of corner, probably 2 for virtual machine 1 real.<br /><br />***Suggestion:<br />Messenger 4.7 can be on livexp too, 4.7 is supported by microsoft for a long time as MS gave messenger 4.7 with xp cd.<br />i asked here <a href="http://www.boot-land.net/forums/?showtopic=5421" target="_blank">http://www.boot-land.net/forums/?showtopic=5421</a> but no answer yet.<br />anybody have a messeger 4.7 plugin for bartpe?<br /><br />***Suggestion:<br />netmeeting <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />, just for fun, nothing serious, i have emotinal feelings about netmeeting, it is still nice on lan, also nice for drawing pictures together over lan.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->------End of post issues-----------------<!--colorc--></span><!--/colorc--><br />(for some reasons, i put them in the end of post #1)<br /><br />****Issue: 4 - !WBVerify.Script (  <img src="http://www.boot-land.net/forums/style_emoticons/default/chair.gif" style="vertical-align:middle" emoid=":chair:" border="0" alt="chair.gif" /> Peter's script )<br />If a user forgets to show source and starts building with winbuilder, wb asks for source and user shows the source<br />BUT<br />wbverify dont understand this and gives this error<br /><a href="http://img211.imageshack.us/img211/3681/snap1bt6.png" target="_blank">http://img211.imageshack.us/img211/3681/snap1bt6.png</a><br />with 2nd run, this error dont happen anymore<br /><br />****Issue: 4 - BuildModel.Script (  <img src="http://www.boot-land.net/forums/style_emoticons/default/chair.gif" style="vertical-align:middle" emoid=":chair:" border="0" alt="chair.gif" /> Peter's script )<br />defined <a href="http://www.boot-land.net/forums/index.php?showtopic=2707&view=findpost&p=56507" target="_blank">post 329</a><br />Add_Shortcut,Desktop,,B:&#092;SysInt&#092;filemon.exe,FileMon,B:&#092;SysInt<br />Run,%BuildModelScript%,Add-Shortcut,"DE","B:&#092;SysInt&#092;filemon.exe","FileMon2","-SW:B:&#092;SysInt"<br />target is X:&#092; in both cases<br /><br />****Issue: 4 - BuildModel.Script (  <img src="http://www.boot-land.net/forums/style_emoticons/default/chair.gif" style="vertical-align:middle" emoid=":chair:" border="0" alt="chair.gif" /> Peter's script )<br />New SR option with build model not working (<a href="http://www.boot-land.net/forums/index.php?showtopic=2707&view=findpost&p=56539" target="_blank">post 333</a>)<br />Run,%BuildModelScript%,Add-Shortcut,"SR","B:&#092;SysInt&#092;filemon.exe","FileMon3","-SW:B:&#092;SysInt"<br /><br />****Issue: !WBVerify.Script (  <img src="http://www.boot-land.net/forums/style_emoticons/default/chair.gif" style="vertical-align:middle" emoid=":chair:" border="0" alt="chair.gif" /> Peter's script )<br />Verify Should Check UAC on Vista machines to be sure UAC is enabled for winbuilder.exe<br />Solution Temporary: During tests Vista directly asked for UAC permission for winbuilder.exe which i press YES so no problem occured creating iso, i advice all users to give UAC permission <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br />Here is a note in <a href="http://www.boot-land.net/forums/index.php?autocom=bugtracker&showbug=110" target="_blank">bugtracker</a><br />Here are some links on net:<br /><a href="http://maximumpcguides.com/windows-vista/disable-or-enable-uac-from-the-command-prompt/" target="_blank">disable-or-enable-uac-from-the-command-prompt</a><br /><a href="http://www.walkernews.net/2007/06/27/how-to-tweak-or-disable-uac-in-vista/" target="_blank">how-to-tweak-or-disable-uac-in-vista</a><br /><a href="http://www.dashken.net/index.php?/archives/280-VBScript-Check-if-OS-is-Vista-and-Vistas-UAC-status.html" target="_blank">VBScript-Check-if-OS-is-Vista-and-Vistas-UAC-status</a><br /><br />****Issue: BootSDI - Wimpack - !WBVerify.Script (  <img src="http://www.boot-land.net/forums/style_emoticons/default/chair.gif" style="vertical-align:middle" emoid=":chair:" border="0" alt="chair.gif" /> Peter's script )<br />Verify Should Check "Driver Signature Enforcement" on Vista64 with a <b>trial/test</b> (test/trial because some other utilities may disable "Driver Signature Enforcement" by faking Vista64 that DSE is working )<br />Solution Temporary: I am sure Vista64 users can google-fu and find ways on internet to disable DSE<br />Here are some info:<br />*Press F8 on Windows boot load, you get Vista Advanced Boot Options, select &#8220;Disable Driver Signature Enforcement&#8221; to bypass driver signing check on vista<br /><a href="http://www.mydigitallife.info/2008/02/17/download-vista-tcpipsys-and-uac-auto-patcher-to-increase-tcp-connection-limit/" target="_blank">uac-auto-patcher-to-increase-tcp-connection-limit</a><br /><a href="http://www.tipandtrick.net/2008/permanently-turn-off-and-disable-64-bit-x64-windows-vista-forced-driver-signature-signing-with-readydriver-plus/" target="_blank">permanently-turn-off-and-disable-64-bit-x64-windows-vista-forced-driver-signature-signing-with-readydriver-plus</a><br /><br />****Reminder: USB<br />u3-usb support--sth missing: <a href="http://www.boot-land.net/forums/index.php?showtopic=6495" target="_blank">http://www.boot-land.net/forums/index.php?showtopic=6495</a><br />I hope we can have tests with a usb device which one of our frequent user have<br /><br />****Issue: Vista Format<br />behavior with vista format tool (vista 32bit) that causes wimpack stage fail (fixed with change on script) but still i dont know how to calculate when ntfs is choosen.<br />Look: <a href="http://www.911cd.net/forums//index.php?showtopic=22419&view=findpost&p=152148" target="_blank">post56</a> - <a href="http://www.911cd.net/forums//index.php?showtopic=22419&view=findpost&p=152168" target="_blank">post70</a> - <a href="http://www.911cd.net/forums//index.php?showtopic=22419&view=findpost&p=152182" target="_blank">post72</a> - <a href="http://www.911cd.net/forums//index.php?showtopic=22419&view=findpost&p=152200" target="_blank">post74</a><br />Solution Temp: Wimpack script now formats FAT32 as default so no problem for a new user. If someone who uses vistahostos and ntfs, than for now he should increase freespace in vmdk script till he get enough freespace.<br />++Galapo <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=53507" target="_blank">Post 972</a> to make fix on code<br /><br />***Issue: Font support<br />I use english source, but i need turkish font support fully<br /><u>Manual solution:</u><br />By dera's advice (post 246) i created a script for myself (i use xpsp2eng as source, turkish keyboard) by taking regs from a xpsp2x86 eng OS which is configured to use TR. Here it is (ONLY WHEN ENGLISH SOURCE USED to have TURKISH FONTS enabled):  <a href="http://lancelot.winbuilder.net/5F_scriptslancelot/nls-Source_Eng-Font_TR.rar" target="_blank">http://lancelot.winbuilder.net/5F_scriptsl...Eng-Font_TR.rar</a><br />Maybe an auto_clssupport script, and besides a manual one, Masters decide for more permenant solution  <img src="http://www.boot-land.net/forums/style_emoticons/default/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /><br />++we have hungary and cyrillic support scripts, better to unite all in one<br /><br />***Issue: RestoreBase.Script SaveBase.Script ( <img src="http://www.boot-land.net/forums/style_emoticons/default/chair.gif" style="vertical-align:middle" emoid=":chair:" border="0" alt="chair.gif" /> Peter's script )<br />A bug report from saydin77<br />i never use SaveBase.Script (or restore) , but looking inside the script i can confirm saydin77's findings.<br />here they are:<br />"use current build" works properly<br />but<br />"use predefined standard build" cause errors<br />also<br />in [do-list] section this fixes needed regedit -&gt; regedit-api , taskman -&gt; taskman-api <br />and<br />there are path changes for qEmuNIC_RTL8139, UniversalVideoDriver,VirtualBoxNIC_AMD_PCNET ...<br />and<br />2 variables dont work properly %PE_Programs% + (saydin77 dont remember the 2nd one)<br />and when restorebase used, the things that should be in "program files" are in basedir. (or restorebase.script directory)<br />Solution:<br />Thanks to galapo, now there is "Create backup archive of Live XP" option, use this instead of RestoreBase.Script and SaveBase.Script.<br /><br />***Issue: (as galapo wrote "it would require a re-write and change of logic by the imdisk driver" <a href="http://www.boot-land.net/forums/index.php?showtopic=5490&view=findpost&p=43620" target="_blank">here</a> no recent expectation for solution  <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> , <a href="http://www.boot-land.net/forums/?showtopic=5610" target="_blank">SetPageFile script</a> will mostly suit demand for pagefile which will be nice to use essentially with pendisk)<br />how to make a page file with imdisk, so pagefile can created in ramdisk or bootsdi. (look Galapo's posts)<br />how to make a page file for livexp for the utilities that needs a pagefile --&gt; look mini solution<br />maybe minimum 6mb, max(large number) of a pagefile under ramdrive (B:&#092;) can be nice,<br />look link for the issue<br /><a href="http://www.boot-land.net/forums/index.php?showtopic=5422&view=findpost&p=42098" target="_blank">http://www.boot-land.net/forums/index.php?...ost&p=42098</a><br />also i tried SetPageFile1008.cab but couldnt suceed.<br />ps: you can try this script to see if pagefile works correctly. <a href="http://www.boot-land.net/forums/?showtopic=5493" target="_blank">http://www.boot-land.net/forums/?showtopic=5493</a><br />For info about pagefile subject look:<br /><a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=42315" target="_blank">post 102 Galapo</a><br /><a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=43039" target="_blank">post 186 Galapo</a><br />mini solution:<br /><a href="http://www.boot-land.net/forums/?showtopic=5610" target="_blank">SetPageFile script</a> , works nice with realhd, but dont like to work with imdisk as galapo described in posts.<br />+ thunn wrote a script PePageFile.Script for pagefile, but it doesnt work with livexp 'cause of reason galapo described.<br />+ mounting images fail when images are in ramdisk, probably  'cause of reason galapo described.<br />+ Oleg gave info "The problem is that the ImDisk drive is not created early enough in the boot process to use the normal settings for pagefile." , also Oleg informed at <a href="http://www.boot-land.net/forums/index.php?showtopic=6745" target="_blank">swapadd topic</a>, at post12 by Galapo and post13 by dog, it still fails to create pagefile on ramdisk with LiveXP.<br /><br />***Issue (Minor) hostnic script (  <img src="http://www.boot-land.net/forums/style_emoticons/default/chair.gif" style="vertical-align:middle" emoid=":chair:" border="0" alt="chair.gif" /> Peter's script )<br />hostnic script look <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=44012" target="_blank">post 218</a> (follow link), post 219, simply there should be something that should stop hostnic to install when there is no fbwf or bootsdi. Also there should be a warning in gui of hostnic. (like driver import pe script)<br /><br /><!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->------End of post issues----------END----<!--colorc--></span><!--/colorc--><br /><br /><!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->***X64 Related<br /><br />***IssueX64 "3 - hivesFactory.Script" (  <img src="http://www.boot-land.net/forums/style_emoticons/default/chair.gif" style="vertical-align:middle" emoid=":chair:" border="0" alt="chair.gif" /> Peter's script ) - Have no effect on usage - <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=48892" target="_blank">post #717</a> and <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=48897" target="_blank">post #719</a><!--quoteo(post=48897:date=Nov 2 2008, 03&#58;05 AM:name=fxscrpt)--><div class='quotetop'>QUOTE (fxscrpt &#064; Nov 2 2008, 03&#58;05 AM) <a href="index.php?act=findpost&pid=48897"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><!--quoteo(post=48892:date=Nov 2 2008, 12&#58;32 AM:name=Lancelot)--><div class='quotetop'>QUOTE (Lancelot &#064; Nov 2 2008, 12&#58;32 AM) <a href="index.php?act=findpost&pid=48892"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I find this in livexp registry, it was not there before (i checked a long time ago before)<br />[HKEY_LOCAL_MACHINE&#092;SOFTWARE&#092;Microsoft&#092;HTMLHelp&#092;1.x]<br />"EnforcedDirectories"="%WINDIR%;%ProgramFiles<!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->(x86)<!--colorc--></span><!--/colorc-->%&#092;&#092;Movie Maker"<!--QuoteEnd--></div><!--QuoteEEnd--><br /><img src="http://www.boot-land.net/forums/style_emoticons/default/cheers.gif" style="vertical-align:middle" emoid=":cheers:" border="0" alt="cheers.gif" /> <br />because in HIVESFT.INF this line exists:<br />HKLM,"SOFTWARE&#092;Microsoft&#092;HTMLHelp&#092;1.x","EnforcedDirectories",,"%WINDIR%;%ProgramFiles%&#092;Movie Maker"<br />and HOJOPE does not 'convert' %ProgramFiles% to %programfiles%.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />***IssueX64 !WBVerify.Script  ( <img src="http://www.boot-land.net/forums/style_emoticons/default/chair.gif" style="vertical-align:middle" emoid=":chair:" border="0" alt="chair.gif" /> Peter's script)<br />Read <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=54849" target="_blank">post 1055</a><br />line<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->If,%cnt%,NotEqual,0,ShellExecute,Open,&#34;%VerLog%&#34;,&#34;&#34;<!--c2--></div><!--ec2-->should be sth like:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->System,FILEREDIRECT,OFF<br />If,%cnt%,NotEqual,0,ShellExecuteex,&#34;Hide&#34;,&#34;cmd.exe&#34;,&#34;/C %VerLog%&#34;<br />System,FILEREDIRECT,ON<!--c2--></div><!--ec2--><br /><br />***IssueX64 Minor - shortcut creation ( <img src="http://www.boot-land.net/forums/style_emoticons/default/chair.gif" style="vertical-align:middle" emoid=":chair:" border="0" alt="chair.gif" /> Peter )<br />only this dont work with showing icons (put in ImgBurn.script + "Do not refresh shortcuts on ISO boot" enabled + <a href="http://lancelot.winbuilder.net/5F/ahkcucontrolpanelinternational.rar" target="_blank">autolocalisation enabled for tr</a>)<br />Run,%BuildModelScript%,Add-Shortcut,"DE","#$pprogramfiles#$p&#092;%ProgramFolder%&#092;%ProgramEXE%","ImgBurn6_DONTWORK"<br />here is a test script: <a href="http://lancelot.winbuilder.net/5F/ImgBurn_TEST.rar" target="_blank">http://lancelot.winbuilder.net/5F/ImgBurn_TEST.rar</a><br /><br />***Info_X64: Gather files<br />Script developers, Avoid using "gather files" as script option, when hostOS is x64 (or vista) gathering files may result in gathering wrong files. (like gathering a .sys file may cause trouble)<br />If you have to use "gather files" as an option:<br />--Put a check routine to check hostos before gathering files (Example: Acronis-DiskDirector10.script)<br />--Gather files to a folder under %GlobalTemplates%&#092;xxx....xxxx&#092; so user can gather files with a hostosxp32 computer and copy files to his/her hostos. <br /><br />***Info_X64: ProgramFiles - programfiles<br />Script developers notes:<br />(Old issue report is moved to post #3 as main reason and solution found by fxscrpt (Thanks a lot) at <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=48098" target="_blank"><u><b>post 647</b></u></a>.)<br />For compatibility, dont use ProgramFiles in script, use programfiles,<br />Also dont use CommonProgramFiles in script, use commonprogramfiles<br />Example:<br /> <img src="http://www.boot-land.net/forums/style_emoticons/default/thumbdown.gif" style="vertical-align:middle" emoid=":thumbdown:" border="0" alt="thumbdown.gif" /> Not Compatible with x64hostos, only works right with x86hostos<br />RegWrite,"HKLM",0x2,"WB-Software&#092;Classes&#092;http&#092;shell&#092;open&#092;command",,"#$q#$pProgramFiles#$p&#092;CD-Opera&#092;Opera.exe#$q#$s#$q%1#$q"<br /> <img src="http://www.boot-land.net/forums/style_emoticons/default/thumbup.gif" style="vertical-align:middle" emoid=":thumbup:" border="0" alt="thumbup.gif" /> Compatible with x64hostos and x86hostos:<br />RegWrite,"HKLM",0x2,"WB-Software&#092;Classes&#092;http&#092;shell&#092;open&#092;command",,"#$q#$pprogramfiles#$p&#092;CD-Opera&#092;Opera.exe#$q#$s#$q%1#$q"<br />in contrast <br />Message,"#$pProgramFiles#$p",Information<br />shows %ProgramFiles% on x64<br />and<br />IniWrite,"%TargetDir%&#092;%WorkDir%&#092;CD-Opera&#092;profile&#092;Opera6.ini","User Prefs","Toolbar Configuration","%ProgramFiles%&#092;CD-Opera&#092;profile&#092;toolbar&#092;%ToolbarStyle_ScrollBox%.ini"<br />writes %ProgramFiles% to ini<br />probably this commands will be writing ProgramFiles(x86) in future which will be the right change with an unwanted result by hostosx64 user.<br />so better to use %programfiles% in scripts<br /><br />***Info_X64:<br />this helps a lot <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br />%ProcessorType% ('386', '486', '586', '2200', '8664')<br />'2200' is the Intel 64 bit, '8664' that one of AMD<br />%Wow64% (True, False)<br />True when the 32 bit WinBuilder app runs on a 64 bit host OS<br />%Wow64Dir%<br />Points tho the system directory when a 32 bit app is brocessed by 64 bit OS<br />(thanks fxscrpt)<br />---Here is a min list:<br />The Variables<br />%Wow64%<br />%Wow64Dir%<br />%Programs64%<br />The commands<br />System,REGREDIRECT<br />System,FILEREDIRECT<br />ps: death link <a href="http://www.boot-land.net/forums/index.php?showtopic=6383&hl=" target="_blank">new variables are introduced by peter</a>,<br /><br /><!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->**PeterPSC comment about xp64 from <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=50357" target="_blank">here</a><!--quoteo(post=50357:date=Nov 18 2008, 09&#58;47 PM:name=psc)--><div class='quotetop'>QUOTE (psc &#064; Nov 18 2008, 09&#58;47 PM) <a href="index.php?act=findpost&pid=50357"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><br />Suggestion to all x64 users:<br /><ul><li>Offer your PC at ebay.<br />I'm sure you'll get a good price, because there are enough fools thinking that they need it.</li><li>Buy a good old x32 at ebay.<br />I'm sure you'll get it for good price, because there are enough fools thinking that they do not need it any more.</li></ul>Seriously:<br /><br />I would like to help and take your issue into the debugger.<br />But I only have x86-32. And just to buy 64 for 'playground' is too expensive for me.<br /><br />Maybe I can give some help, if you 'eccessevely' explain the environment (no links please! <img src="http://www.boot-land.net/forums/style_emoticons/default/cheers.gif" style="vertical-align:middle" emoid=":cheers:" border="0" alt="cheers.gif" /> )<br /><br />Peter<!--QuoteEnd--></div><!--QuoteEEnd--><br />Lancelot comment as an answer for Peter's comment: I am a happy x64 user. Maybe i am happy because i am a fool, but still i am happy.<br /><br />An after a while  <img src="http://www.boot-land.net/forums/style_emoticons/default/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> <a href="http://www.boot-land.net/forums/index.php?showtopic=6383&view=findpost&p=51801" target="_blank">here</a><br /><br /><!--quoteo(post=51801:date=Dec 9 2008, 04&#58;53 PM:name=psc)--><div class='quotetop'>QUOTE (psc &#064; Dec 9 2008, 04&#58;53 PM) <a href="index.php?act=findpost&pid=51801"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->After a long time, I realized that I did not understand the real sence of your question:<br /><br />In case of Wow64:<br /><br />&lt;shortcut request&gt; -&gt; BuildModel -&gt; Shortcut : OK<br />&lt;shortcut request&gt; -&gt; API -&gt; BuildModel -&gt; Shortcut : NOK<br /><br />Current opinion: <img src="http://www.boot-land.net/forums/style_emoticons/default/wodoo.gif" style="vertical-align:middle" emoid=":wodoo:" border="0" alt="wodoo.gif" /> <br /><br />Let's see<br />I today ordered a 64 bit PC.<br />Maybe that helps (not the order itself, but using the PC after delivery)<br /><br />Peter <img src="http://www.boot-land.net/forums/style_emoticons/default/cheers.gif" style="vertical-align:middle" emoid=":cheers:" border="0" alt="cheers.gif" /><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><!--QuoteEnd--></div><!--QuoteEEnd--><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->***Info to remember<br /><br />***Info<br />new cdimage parameters sometimes gives this: <a href="http://img60.imageshack.us/img60/2129/snap2nu0.png" target="_blank">http://img60.imageshack.us/img60/2129/snap2nu0.png</a> , nothing to worry, all files are in its place, just took picture and share here to document as command windows closes fastly.<br /><br />***Info-Issues about OleSupport<br />ps: This issue is well known by masters, as this feature works <u>mostly</u> nice, it is kept (and i agree that) as an optional feature.<br />1) <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=45185" target="_blank">look post 344</a><br />devmgr.dll is not registered in PE (SP2 not visible, because pre-registered, SP3 not registered)<br />AND<br />devmgr.dll is unregistered on my host pc. (my computer &gt; manage &gt; system &gt; no device manager)<br />(run regsvr32 devmgr.dll on host to repair)<br />2) 'Stray registry entry' <a href="http://www.boot-land.net/forums/index.php?showtopic=5848&view=findpost&p=45737" target="_blank">http://www.boot-land.net/forums/index.php?...ost&p=45737</a><br />getting the following registry entry created on my local host machine when building LiveXP: 'HKCU&#092;WB-Temp&#092;System&#092;CurrentControlSet&#092;Control&#092;Windows&#092;ShellErrorMode'.<br />3) for me with 2k3x64 , i have an experimental IE6 script, which works after registring dll, but dont work with oleout feature (all same order)<br />**<br />a) one should remember the already known issue about olesupport.script that is well explained by medevil at <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=44894" target="_blank">post 299</a><br /><img src="http://www.boot-land.net/forums/style_emoticons/default/cool.gif" style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" /> and an Explanation <a href="http://www.boot-land.net/forums/index.php?showtopic=5848&view=findpost&p=45792" target="_blank">post 16</a> of Peter from 'Stray registry entry' topic<br /><br />***Info FBWF<br />Using fbwf enable, dera and i have different results. With fbwf enabled with 128mb, for a single file: dera can copy up to ~80mb, i can copy up to ~134mb<br />for more info: <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=45920" target="_blank">post 398</a>,<a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=45931" target="_blank">post 399</a>,<a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=45958" target="_blank">post 403</a>,<a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=46027" target="_blank">post 409</a>,<a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=46027" target="_blank">post 410</a><br />Also<br />fxscrpt<br />introduce a /minint trick and with previous posts (post 416) subject continues from <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=47209" target="_blank">post 491</a> (with dera's 80m limit) post 493 494 <u>495</u> 496 197 and at <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=47219" target="_blank">post 498</a> fxsrpt put a new script than continues 499 500 <u>501</u> 504 <u>506</u><br /><br />***Info Winbuilder variables<br />* <a href="http://lancelot.winbuilder.net/6F_Provided_Files/Survey_wb_vars_20090108.pdf" target="_blank">Survey_wb_vars_20090108.pdf</a> (Thanks to Maine Coon post 15<a href="http://www.boot-land.net/forums/index.php?showtopic=6646&pid=54268&st=10&#" target="_blank">xxx</a><br />* Galapo suggestion: <a href="http://www.boot-land.net/forums/index.php?showtopic=6095" target="_blank">project variables, defining for cross-project portability of scripts</a><br /><br />***Why Exit dont work<br />Simple: you forgot a unhive in a script <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br />Basic: WinBuilder after the Exit continues until all hives are closed.<br />Advice: Use exit after you unhive and dont forget unhive on other scripts<br />Example: <a href="http://www.boot-land.net/forums/index.php?showtopic=7907" target="_blank">http://www.boot-land.net/forums/index.php?showtopic=7907</a><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />***Why i get this error<br />"This archive was built with a different version of ZLBArchive (v-2094635132) Extract File, %ScriptFile%, %AFolder%, %Archive%, %Target%"<br />Simple: redownload the file <img src="http://www.boot-land.net/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br />Reason: There should be something like<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->&#91;EncodedFile-Files-xxxxx.7z&#93;<br />lines=75<br />0=N3q8ryccAAMIsu ...<br />...<br />75=ai7EwzeVf4L ...<!--c2--></div><!--ec2-->No other lines, no missing line between 0 and 75. If there is something else error occurs.<br />Reference: info from psc on <a href="http://www.boot-land.net/forums/index.php?showtopic=7914" target="_blank">this</a> topic<br /><br /><br /><!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec--><b>Winbuilder.exe bugies i noticed</b><br /><br /><br />**winbuilder 075b5K<br />when code writing forgotten Begin<br />cause interface not working anymore (by adding spaces)<br />also adds spaces to sections too<br />i like adding spaces between begin-end<br />maybe to prevent use to be mistaken (fixing takes time)<br />-a warning saying (Begin section not closed)<br />-only begin-end inside the specific section, not outside<br /><br /><br />**IssueX64 Winbuilder.exe<br />clicking pictures on gui<br />Fixed with using cmd BUT<br />--Here is a test on x64hostos<br />Click on picture on gui of a script<br />you will see mspaint.exe opening the picture<br />check from taskmanager, you will see "mspaint.exe * 32"<br /> which means C:&#092;Windows&#092;SysWOW64&#092;mspaint.exe opened the picture,<br /> not C:&#092;Windows&#092;System32&#092;mspaint.exe<br />Should be fixed more properly with using System,FILEREDIRECT,OFF - cmd - System,FILEREDIRECT,ON in case in future someone uses x64 viewer.<br /><br /><!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->**<a href="http://www.boot-land.net/forums/index.php?showtopic=6355&hl=" target="_blank">Winbuilder.exe boot-inf support bugies-missing</a><br />i got bored about this subject, idea is making inf compatible to both winbuilder and pebuilder. But sadly i cant trust Peter saying one day "upppps, i forget nodelete function of ; lines with .inf files" which is very essential for .inf files, people familiar with .inf files will understand my feelings. Instead i only make simple .inf files with no need of ; lines for that purpose (no problem with using // in <u>some</u> sections of .inf files).<br />Left issues:<br />-- winbuilder.exe MUST NOT delete ; lines of .inf files (probably solved now)<br />-- winbuilder.exe MUST NOT delete empty lines of .inf files<br />-- some shortcut issues reported before<br />-- there should be an option for shortcut creation (maybe yes maybe no, if no i need to have ability to delete folder if not exists)<br />-- gui dont work as it suppose to be ( <a href="http://www.boot-land.net/forums/index.php?showtopic=6355&view=findpost&p=52278" target="_blank">post 40</a> )<br />-- i still insist to have winbuilder=0 at [pebuilder] section to disable winbuilder.exe to read .inf file which will make life easier. Reason is, i know convert complex .inf files to .script and i make 2 packages to distrubute.<!--QuoteEnd--></div><!--QuoteEEnd--><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><br /><img src="http://img253.imageshack.us/img253/6338/post179171225773632za5.png" border="0" class="linked-image" />       <img src="http://img126.imageshack.us/img126/2682/av3bi4.gif" border="0" class="linked-image" /><br /><br /><!--quoteo(post=47514:date=Oct 18 2008, 10&#58;42 PM:name=psc)--><div class='quotetop'>QUOTE (psc &#064; Oct 18 2008, 10&#58;42 PM) <a href="index.php?act=findpost&pid=47514"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->You should not be surprised. I'm ALWAYS interested in issues improving WinBuilder.<br />But sometimes I need a <img src="http://www.boot-land.net/forums/style_emoticons/default/chair.gif" style="vertical-align:middle" emoid=":chair:" border="0" alt="chair.gif" /> <br /><br />And if you (usually you do so) write something like 'just an idea' or 'not so important': Due to the amount of 'important' things I have to do here, I very fast will forget your post.<br /><br />In the future: Do not go 'back' and if you think that something is important, tell us!<br />And, if like in the above sample, your post is decreased in my mind to 'nothing', increase it to 'important' again by a new post!<br />I'm not Mister God and can fail!<br /><br />Peter <img src="http://www.boot-land.net/forums/style_emoticons/default/thumbup.gif" style="vertical-align:middle" emoid=":thumbup:" border="0" alt="thumbup.gif" /><br /><br />Original post from <a href="http://www.boot-land.net/forums/index.php?showtopic=6029&view=findpost&p=47514" target="_blank">here</a>:<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><br />ps: Following <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=41794" target="_blank">post #3</a> and <a href="http://www.boot-land.net/forums/index.php?showtopic=5429&view=findpost&p=41798" target="_blank">post #5</a> is to look or to remember solved issues.<br />(seperate posts (#3 and #5) due to forum quote rule: "You have posted more than the allowed number of quoted blocks of text" )]]></description>
		<pubDate>Mon, 11 Aug 2008 11:16:29 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=5429</guid>
	</item>
	<item>
		<title>How to use Fbinst tool GUI</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12439</link>
		<description><![CDATA[I spent some time digging trying to find a Tutorial on how to use FBisnt tool GUI. After a few days I found a chinese site that had one but was in chinese. This tool create what I assume is a primary and extended Master Boot Record that can complete hide your boot files and Grub4dos menu. I though this was really cool. Anyway I am going to try and show everyone what I know about this and I may learn a few things as well. First we need to change the language of the program to english.<br /><img src="http://i866.photobucket.com/albums/ab225/bukvod/fbinst.jpg" border="0" class="linked-image" /><br />Now I found  it best to start from a previous built fba file archive.  Open the file as shown here ( I tried to upload a starter file but I have to slow of a connection) You will need to right click and import image and gfxmenu  into the ud area.<br /><img src="http://i866.photobucket.com/albums/ab225/bukvod/fbinst1.jpg" border="0" class="linked-image" /><br /><img src="http://i866.photobucket.com/albums/ab225/bukvod/fbinst2.jpg" border="0" class="linked-image" /><br />Now from the ud window by right clicking in the window you can delete, import and export  files.<br /><img src="http://i866.photobucket.com/albums/ab225/bukvod/fbinst6.jpg" border="0" class="linked-image" /><br />You will need to import your iso image here import to primary area.<br />Next you will need to modify the menu.lst. to do this select the Grldr menu button<br />you then can edit as you see fit. To save changes highlight entire text and right click and select save as ansi<br />as show here<br /><img src="http://i866.photobucket.com/albums/ab225/bukvod/fbinst4.jpg" border="0" class="linked-image" /><br />You can also have a fb menu as well and edit and change it the same way but i simple dont need it  and have it disabled with a timeout of 0. Anyway, you should now have your ISO image showing up in the ud  primary area and have the Grldr menu as you need it to be next we will format the drive you are going to put this on. This may destroy all the data on the drive if the MBR area is being increased larger than it once was. KEEP YOUR DATA IN SAFE PLACE IF YOU WANT TO KEEP IT. YOU HAVE BEEN WARNED!!<br />Before we go any farther lets save everthing select data management then select backup all files to archive<br />So now with your drive plugged in under boot config select format options. Select your fba archive file. Now here is somewhat trial and error until find the correct size of the primary and extended areas. but your setup should look something like this<br /><img src="http://i866.photobucket.com/albums/ab225/bukvod/fbinst5.jpg" border="0" class="linked-image" /><br />For the most part if something is not setup correctly it will fault and tell you what needs changed. once your format operation is complete you will need to select Boot Config then select BPB Management  then select copy BPB to MBR<br />as shown<br /><img src="http://i866.photobucket.com/albums/ab225/bukvod/fbinst7.jpg" border="0" class="linked-image" /><br />but when your done your entire build, menu etc.... everything will be in a hidden partition. You will now need to format your disk. from my computer right click and select format. once you have formated your drive you are finished the build has be placed in a hidden partition that only you know is there.   As reported by disk management<br /><img src="http://i866.photobucket.com/albums/ab225/bukvod/fbinst8.jpg" border="0" class="linked-image" />]]></description>
		<pubDate>Tue, 07 Sep 2010 23:09:42 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12439</guid>
	</item>
	<item>
		<title>Confused</title>
		<link>http://www.boot-land.net/forums/index.php?showtopic=12435</link>
		<description><![CDATA[I have tried on several occasions to make  XP Flash boot disk that works on my my Dell computer<br /><br />Coming here and going over one tutorial after another.<br /><br />I have YET to see ONE tutorial that is short and to the point.<br /><br />NOT one gives you a list of ALL (repeat ALL) the files and things you need to accomplish this task in one place at the begining of the tutorial. There is allways a gotcha file that you need after getting so far. Then later another and so on.<br /><br />A list of steps one by one without accronyms and buzz words and such would help too.<br /><br />Just my two cents worth, and NO I have not tried the latest and greatess ones....<br /><br />I am not a young man and I am not stupid either.... I have mainframe hardware credentials .<br /><br />BUT<br /><br />A slight shove in the right directions would be accepatable...<br /><br />Thanks in advance to ANYONE that can put the hot spotlight on such a enlightening piece of work.]]></description>
		<pubDate>Tue, 07 Sep 2010 16:59:53 +0200</pubDate>
		<guid>http://www.boot-land.net/forums/index.php?showtopic=12435</guid>
	</item>
</channel>
</rss>