#251
Posted 06 April 2012 - 11:46 AM
Unless more bugfixes are needed, this should be the last version from the 1.1.x branch, and the last to see 2 executables for FreeDOS and non-FreeDOS.
v1.2.0 will be a single release (with FreeDOS embedded always), that adds UI improvements, such as taskbar icon progress in Windows 7, as well as a toggleable panel to offer advanced options.
#252
Posted 08 April 2012 - 08:00 PM
My home computer broke down - lucky I had made a test usb-stick (preparing for win update day tuesday) - never tried it before - but it worked just fine.
Installed an nLited win xp sp3 + updates.
Big Thanx
SwedenXP
Edited by SwedenXP, 08 April 2012 - 08:01 PM.
#253
Posted 09 April 2012 - 12:17 AM
#254
Posted 09 April 2012 - 03:31 PM
As to the slow copy, this is also expected if the ISO contains a large amount of small files. If I had all the time in the world, I would probably try to improve on this, by not letting Windows handle the FAT32 write operations, but instead adding my own FAT32 layer in Rufus and treating the USB as a raw block device (since we're formatting the whole thing anyway), especially as this sounds like an interesting challenge, but for now, we have to content with the FS limitations of Windows, which makes writes of a large number of small files to a FAT32 USB an excruciatingly slow process... Or you can try one of the tools that deal with ISO emulation and can use the ISO file as a whole.
Did the ISO extraction process appear to freeze, or did you still see file progress when you cancelled it?
#255
Posted 09 April 2012 - 04:37 PM
First, thank you for sharing your application with us ! I am surely going to try it out (and report my findings when relevant).
Can you elaborate on the low level formatting abilities of Rufus ? That's an interesting feature.
Cheers
#256
Posted 09 April 2012 - 05:37 PM
However, since it writes the MBR and partition boot record, it has access the physical or logical drive in raw mode (and it already makes use of this - see below). With regards to using that capability for speeding up the extraction process, since Rufus also currently doesn't bother about partition preservation, one could probably reuse one of the FAT libraries out there, and just fill FAT blocks in memory with the ISO content, so that only large blocks of raw data are ever transferred to the device. The expectation there is that, by constructing the FAT content in RAM, we should then be able to get close to the theoretical USB writing speeds when writing the raw data. However, the one issue I see is that, while doing so for FAT shouldn't be much of a challenge (but that doesn't mean it wouldn't be time consuming to implement), as a few FOSS FAT libraries exist, we would also need to do the same for NTFS, which is a lot less friendly with regards to FOSS accessibility => Unless both FAT and NTFS extraction can be improved in the same manner, I don't really see the feature worth implementing in Rufus.
Now, if your question isn't about speedups but with regards to actual low-level formatting, the bad-blocks check of Rufus can very much be used as a low-level formatting utility.
Depending on the number of passes you select, it will write 0xAA, 0x55, 0xFF and 0x00 for the whole physical drive, including the MBR. Whether 0x00 or another value is used when filling the drive shouldn't matter much, so I very much consider that Rufus can be used as a low-level formatting tool.
Now, there might also exist a lower-level formatting capability for the USB device, since physical flash drive access in Windows doesn't mean much with regards to flash chip access on the hardware (actual addresses are expected to be shuffled around by the UFD circuitry to prevent wear and tear, so a byte may not reside at the same location on the actual hardware from one write to the next), but such access would be proprietary and undocumented => difficult to support.
#257
Posted 10 April 2012 - 01:34 AM
Did the ISO extraction process appear to freeze, or did you still see file progress when you cancelled it?
It was making slow progress is the best I can say. Maybe I will let it run while I am at work and see if it actually works.
#258
Posted 10 April 2012 - 02:09 PM
I guess there is still some confusion on this.Can you elaborate on the low level formatting abilities of Rufus ? That's an interesting feature.
There is NO "low level" formatting possible of ANY kind.
Low level formatting is something of the past.
The most you can do nowadays is Direct disk access (better said RAW disk access, since it is NOT "direct" at all), i.e. you can write values to bytes/sectrs.
As Akeo explained you will anyway write to the sector that the device micro-controller will tell you to write to, and not necessarily the sector you actually want to write to, due to "wear-leveling" that is now included in most idf not all USB flash controllers.
Lower level formatting (speaking of USB sticks) can be achieved through the Manufacturer "Mass Production Tool" or however "Proprietary utility".
For ATA/PATA/SATA disks it is available the ATA specs "Safe Erase" which is lower level then any Direct or RAW disk access.
A lower level on ATA/PATA/SATA is still available through the disk built-in command processor, available through a "special" connection (TTL level serial converter) through Hyperterminal or through a few specialized softwares.
Wonko
#259
Posted 11 April 2012 - 11:27 AM
It was making slow progress is the best I can say. Maybe I will let it run while I am at work and see if it actually works.
Okay I let it run while I was out and I have come back to an error message saying "Error: ISO image extraction failure".
#260
Posted 11 April 2012 - 04:21 PM
Can you please provide the full name of the ISO you used and where you got it from? If I can get my hands on it (or on a similar one), I'll give it a try. Also, can you tell the version of Windows you were running Rufus on?
#261
Posted 13 April 2012 - 05:54 AM
Windows 7 Ultimate ISO to 8GB USB Stick
ISO is about - 4.37 GB (4,702,040,064 bytes)
It includes program apps in a folder in the ISO. That way I dont forget and not have to look for them.
01 Rufus windows7 ISO to USB Stick.jpg 31.01K
12 downloads
02 Rufus windows7 ISO to USB Stick.jpg 42.75K
13 downloads
03 Rufus windows7 ISO to USB Stick.jpg 28.88K
12 downloads
04 Rufus windows7 ISO to USB Stick.jpg 28.38K
10 downloads
05 Rufus windows7 ISO to USB Stick.jpg 30.29K
8 downloadsTook about 19 Minutes to finish the tranfer of ISO to USB.
Will test the USb Stick on a Laptop and report after finishing the test.
#262
Posted 13 April 2012 - 08:33 AM
dell inspiron 1520 laptop
Test 1
Tried to boot a livexp iso using the Zalman >ZM-VE200 enclosure.
test boot = usb boot not possible - wont recognize it to boot.
Test 2
Use the 8GB USB Windows 7 created by Rufus to boot up
test boot =Succesful -usb stick recognized and boots into Windows installer
Did not test the full installation yet.
test3
LiveXP 2012 burnt to a 4GB usb stick using Rufus
LiveXP iso 395 MB (414,765,056 bytes)
Failed to finish the iso to USB transfer.
Test3a
Rufus livexp 2012 ISO to USB Stick.jpg 38.29K
2 downloads
Rufus livexp 2012 ISO to USB Stick 2.jpg 38.59K
4 downloadsTest3b
Same result - Error
2.jpg 40.1K
5 downloads
#263
Posted 13 April 2012 - 12:10 PM
Test 2: So far so good
Test 3: I just created a Live XP 2012 ISO using Windows XP SP3 (EN, MSDN) and the default options, and it extracted and booted just fine. The resulting ISO was 303 MB. Can you please tell the ISO you used as source in WinBuilder? If you use that original ISO in Rufus, do you get the same issue? If not, can you try a Live XP 2012 generated ISO with the default options? Also can you please run Rufus with DebugView running, as it usually provides a more explicit report of what the problem was.
#264
Posted 13 April 2012 - 10:14 PM
Should have been more specific. Rufus is not used in the test for the Zalman >ZM-VE200 enclosure<br />Test 1: Rufus does not officially support USB HDDs. You used the Alt-F cheat mode to enable the listing of your drive, right? Or was the drive listed without doing anything special
It is an enclosure that is suppose to act as either or both a USB Virtual DVD and or a Regular HD. So it should boot using a regular iso. But it seems to have problems booting from some dell systems.
en_winxp_pro_with_sp3_vl.isoTest 3: I just created a Live XP 2012 ISO using Windows XP SP3 (EN, MSDN) and the default options, and it extracted and booted just fine. The resulting ISO was 303 MB. Can you please tell the ISO you used as source in WinBuilder?
TESTINGIf you use that original ISO in Rufus, do you get the same issue?
Result = Working result to USB Transfer
3 Testing Original WinXP SP3 ISO.jpg 26.83K
1 downloads
4.jpg 29.63K
1 downloadsTESTING booting
First Install phase seemed to be working.
2nd Install phase proceeded the installation.
Seems to be working.
If not, can you try a Live XP 2012 generated ISO with the default options?
What are suppose to be the default options. I just noticed that it has NTFS selected. And on first run when I select the USB stick no option to select ISO is given. I have to run the the program once to auto quick format and create extended label before I can choose an ISO. Does it matter if its NTFS or Fat32.
1.jpg 28.53K
1 downloadsTESTING
After the first run of default settings it had. Im given option to select ISO.
2.jpg 30.54K
0 downloadsOther test
If I select fat32 and then NTFS. im given the chance to select ISO. But if Ntfs is select as default first then It does let one pick the ISO.
1.jpg 28.53K
1 downloadsDont know how to use that.Also can you please run Rufus with DebugView running, as it usually provides a more explicit report of what the problem was.
#267
Posted 14 April 2012 - 08:31 PM
For Rufus, these would be the options that are selected after you pick the ISO. But I was talking about the default Live XP options, which you got further down.What are suppose to be the default options.
That shouldn't be the case... If you have an USB device selected, the ISO option should not be grayed out. I'm curious to see what DebugView says when it detects your drive.I just noticed that it has NTFS selected. And on first run when I select the USB stick no option to select ISO is given.
Very weird... I'd like to be able to reproduce that problem.I have to run the the program once to auto quick format and create extended label before I can choose an ISO.
For anything Windows, NTFS is the only option you can use. Rufus does not support booting Windows outside of NTFS.Does it matter if its NTFS or Fat32.
With regards to DebugView, just run and it will populate data automatically (you don't really have to do anything). If the data is too big, you will find my e-mail on the Rufus page.
#268
Posted 14 April 2012 - 10:37 PM
dbgview liveXP 2012 With changed default settings ISO
http://temp.reboot.p...ettings ISO.log
dbgview liveXP 2012 default Settigs ISO
http://temp.reboot.p...Settigs ISO.log
#269
Posted 15 April 2012 - 12:47 AM
One thing I failed to mention is that you should run DebugView with administrative privileges (but I think it asks to do so), and, if you're still not getting any messages from Rufus (there should at least be a very explicit "*** RUFUS INIT ***" and "*** RUFUS EXIT ***" when starting and closing Rufus), you may want to check that "Capture Win32" and "Capture Global Win32" are enabled in the Capture menu.
Somehow, I'm starting to think that your machine may have some restrictions applied, which may explain what we're experiencing...
Your help is much appreciated, as I'm hoping we can figure out what's wrong and prevent others from running into the same problems.
#270
Posted 15 April 2012 - 03:47 AM
TestingI'm afraid these logs don't contain any messages from Rufus...
One thing I failed to mention is that you should run DebugView with administrative privileges (but I think it asks to do so), and, if you're still not getting any messages from Rufus (there should at least be a very explicit "*** RUFUS INIT ***" and "*** RUFUS EXIT ***" when starting and closing Rufus), you may want to check that "Capture Win32" and "Capture Global Win32" are enabled in the Capture menu.
Log output
http://temp.reboot.p...Rufus Log 3.LOG
I dont think I have any restriction on myself.Somehow, I'm starting to think that your machine may have some restrictions applied, which may explain what we're experiencing...
You can watch the swf's on youre browse. Just copy the address to the address bar.
Option1
Test 1 Shows what happens and how I use the Start button to fix the no option to select an ISO on first run. I think this happens when you have empty MIcro and SD card reader as drives and no SD card is in them.
http://temp.reboot.pro/files/Rufus%20test%201.swf
Option2
Test 2 Shows how to fix it without having to push the start button. Instead you go to switch from NTFS to Fat32 and then back to NTFS and then you get the option to select an ISO.
http://temp.reboot.pro/files/Rufus%20test%202.swf
#271
Posted 15 April 2012 - 05:26 AM
Windwos 7SE PE to USB
The transfer Worked.
This test was done on the same USB stick that I used to try to burn the LiveXP onto but failed to complete.
Win7 SE PE.jpg 30.29K
17 downloadsTesting Windwos 7SE PE Bootup
Successful bootup.
#272
Posted 15 April 2012 - 11:20 AM
Windwos 7SE PE to USB
The transfer Worked.
Successful bootup.
Yep, Rufus works well with Win7PE_SE with BootMGR and IsoLinux.
It would be nice if Rufus could integrate Grub MBR writing, in this case w7pese starts normally but with BootMgr instead of Grub4Dos (is it so dificult vs others boot options ?)
It would be nice too, to be able to launch Rufus with cmdline options (eg: ISO predefined, drive letter, file system) for a better integration in others projects.
I plan to write a script "Rufus CopyToUSB" in Win7PE_SE, the above changes would allow a perfect integration in this project, other projects, and a good things for users to know Rufus.
Regards,
#273
Posted 15 April 2012 - 05:17 PM
Thanks again for making Rufus!
#274
Posted 15 April 2012 - 05:30 PM
Renee
#275
Posted 15 April 2012 - 09:07 PM
Would someone be able to work with me? I am technical but have been hit by a car and have the effects of a head injury to deal with.
rmctwo at gmail dot com
Renee
Also tagged with one or more of these keywords: rufus
Boot methods & tools →
Boot from USB / Boot anywhere →
Tutorials →
[Tutorial] Install Windows XP From USB in a simple wayStarted by Michele13 , 03 Aug 2012 |
|
|
4 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users
-
Google Mobile (1)





