Jump to content

victor888

Member
  • Posts

    159
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Everything posted by victor888

  1. There are should be no more difficulties. We can give internal hard disks ordered drive letters and usb disk at last. So, need more test and revising, wimb help.
  2. yes, I have considered this question. My main purpose the batch files are used for usb_multiboot10,so,most time xp is installed on the first hard disk. As for on the second HD or more, the HD should be selected according to %home drive%.
  3. No matter which partition you installed your xp to by usb_multiboot_10, just run it, the drive letters will be ordered correctly. just add the batch code in undoren.cmd you don't affraid the drive letter shifting when installing xp using usb hard disk. Certainly, it is no need to change migrate.inf when installing xp using usb stick, thus we need change usb_multiboo_10.cmd, do it yourself. === batch content: === below is original After installing XP from USB hard disk, the drive D letter is for USB hard disk's first partition, while E F G ... is the first hard disk's second, third, fourth ... drive letter respectively. We need such drive order: C D E F drive letter belongs to the first hard disk, and G belongs to the USB hard disk. These two files just do the job. No prolem, its safe. the content of drivechange.cmd the content of c.cmd so, we can revise undoren.cmd and add above code and c.cmd file, drive leter will rearranged corrcetly after first logon. I hope you can optimize two files in one. orderdrv2.rar
  4. tow possible reason: one is the directory including $WIN_NT$.LS and txtsetup.sif was deleted after first installation due to some reason such as earlier unplug the usb before first logon. the other is the forlder and/or setupldr.bin is not capital, check it.
  5. Thanks to you two. The new technique I will try later. I decided to make a scipt (I am not good at script) or and autoit program to solve drive letter problem caused by install xp with usb hard drive. My idea is make the first hard disk's all partion has drive letter c d e ... and usb hard disk has other order drive letter.
  6. First to claim I have read all the relative posts, tutorials and instructions about INSTALL XP FROM USB. I still can't fully understand the drive letter shifting if install xp with usb hard disk. I know the role of rdummy.sys is to make usb hard disk to be seen as removable during TXT setup. After first logon the usb hard disk's first partion is seen as removable, but the drive letter is D. After the second logon, because we disable rdummy.sys by guirunonce, hard disk gets right partions and drive type. That is, rdummy.sys can only make the usb hard disk to be seen as removable during TXT setup, thus it will not be recognized as first hard disk and has drive letter C when selecting partitions by xp setup. One question is that in usb_multiboot10, there are some lines: The above selection doesn't tell if usb hard disk used, when Y is selected, when first logon, will the usb hard disk's first partion get drive letter U? That is if the modification made to migrate.inf does work for usb hard disk. I guess all the drive letters are allocated during GUI setup, but how to change USB hard disk drive letters during this period?
  7. I want to reinstall xp so I quick formated the first partition with NTFS format and then went on installing xp with my USB-HDD stick (only one NTFS partition prepared by mass production tool) processed by usb_multiboot10. During the whole installing process and first logging on I didn't unplug it. Finally I found two same xp boot option in boot.ini file. I down't know why. Have to say this install-xp-from-usb method, you have to reallocate disk letters on the hard disk because the usb-hdd partition ocuppy the D letter. Even something strange happened too, after installing on another pc, I found undoren.cmd doesn't work. I have to rename it mannully.
  8. Succeed! system account rename the folders without problem.
  9. I got a way. Format the flash stick with ntfs format and only leave erveryone group and give read right to it. Thus the system is "write protected". So I think batch file undoren.cmd, ren_fold.cmd is no use. If you want store data on it, just give full control right to everyone group of a folder on this NTFS partion. == I leave "system" account with full control right for above bach files to work.
  10. Install xp on usb is very good. But how to protect the data on it if without write-protect key? Finally I found a good way. Using NTFS format plus abnormal directory. Format the USB disk with NTFS format and use usb_multiboot10 to make it multiboot. Also we need make personal directory on the usb disk for example make directory UDATA which is used for storing personal data. Open MY COMPUTER and right click the USB drive letter and only keep everyone and system account. Only give erveryone account read right. We can find that the system account has full right thus REN_FOLDER.CMD does work. For the sake of UNDOREN.CMD's working after first logon, we need edit this batch file, see below: above red line is new added. So the undoren.cmd does work. Give everyone account with full right on UDATA directory. Use winrar open the USB drive and rename the UDATA directory to UDATA..\ Thus the directory become UDATA. under windows and not accessable. How to open it? Lets make a shortcut on the root directory of the usb drive. The command is cmd.exe /c "echo off&&FOR %h IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST %h:\usbflash start %h:\udata~1" . Do not forget right click the shortcut again and select propties, delete %windir% from start position. OK, just click it UDATA is opened.
  11. succeed! about 80M files copyied to the usb disk.
  12. jaclaz, I know this famous name for a long time. USB-BOOT-XP-BAT..... all relate to you. Ok, I will registe at BOOT-LAND now. Nice to meet you.
  13. I was confused. I recommend start from the very beginning, confirm each step.
  14. I have same problem as you. Just as help_info said, I copied "lost files" by using fastcopy to i386 folder. I will give the result soon.
  15. I am not sure if you have make your booting partion active and with bootsector. Use bootsect /nt52 U: to write boot sector to you active partition.
  16. not only u3 flash stick but also nearly every flash with a peroper mass production tool can image a usb cdrom. a usb stick is made of tow main parts which is control chip and flash chip. the control chip controls the flash chip. already sb use control chip software (we call mass production tool)divide a usb stick into 3 hard usb devices: usbcdrom, usb hdd/zip, usb floppy. thus 3 ways got to usb booting the system. If you know Chinese please come here: http://bbs.wuyou.com/forumdisplay.php?fid=45
  17. use grub4dos's "mem" function or memdisk function. also you can use ramfd.sys to load a standard 1.44m floppy image.
  18. USBMULTIBOOT is perfect, I think we can put XP source and all necessary files on USB-DISK in one package such as ISO or IMG file and use grub4dos to boot it and install to local hard disk. There two obvious advantages one is safety the other is we needn't to care USBDISK's file format for we can select file type in ISO/IMG package. Also I think we can boot this ISO/IMG via grub4dos installed on hard disk or usb cdrom or other device. Maybe one problem is when map ISO/IMG as hd0 or else, is it possilbe? how about the speed? I will try later. ANY SUGGESTION? THANKS.
  19. hi, everyone. I do a lot of search before ask the question. no direct answer got. I download a new customized pe 2.0 and want to add the windows vista installation dvd by using easyboot. I confused that the file names a and directory structures are all same as that of vista DVD'S. Certainly I can't use boot.wim in pe 2.0 to replace that of vista. As for other files and folders, I think they are same. just one copy is enough. who can help? THX
  20. get ownership, that is quite right. I did it correctely.
  21. Cheers! looking forward your new version. thanks!
×
×
  • Create New...