Jump to content

jaclaz

Member
  • Posts

    21,294
  • Joined

  • Last visited

  • Days Won

    53
  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jaclaz

  1. Hmmm, let's see if I can put down a "schematics" of your idea in the way I may be able to understand it: The USB stick (modified with Manufacturer's Tool) has two parts, LUN1 (CD-ROM) and LUN2 (HD-Like device). Th PC is booted from the LUN1 (CD-ROM), which contains: grldr as no-emulation bootsector menu.lst WHAT ELSE? The LUN2 (HD-Like device) contains: \I386 WHAT ELSE? The point you seem to have not fully considered/understood is the way NTLDR or SETUPLDR.BIN actually boot. Until you are in "real mode" (read Text Mode, including BOOT.INI choices or the blue screen SETUP) the information from BIOS (and the ones "faked" by grub4dos) are trusted. As soon as you "switch" to "protected mode" (read black screen/loading progress bar) ANY info from BIOS (and from grub4dos) is ignored, it simply vanishes in thin air, a new scan of the hardware is performed and unless a given hardware is found AND an appropriate driver for it is loaded, the booting will be aborted, possibly with a 0x0000007b BSOD STOP ERROR. The exception being that of a driver that is loaded "forcibly". The only known one to be working is the RAMDISK.SYS driver used in conjunction with the SETUPLDR.BIN coming from SERVER 2003 SP1 or R2 (NOT "gold", NOT SP2). There may be other possible ways, but it seems like the topic is not of much interest: http://www.boot-land.net/forums/index.php?showtopic=1507 http://www.boot-land.net/forums/index.php?...c=5512&st=7 http://www.boot-land.net/forums/index.php?...c=5512&st=9 Would you be "game" for this? The "trick" of the "XP kansas City Shuffle" is simply that of loading through grub4dos mapping a smaller image that appears to the NT booting IDENTICAL to the actual partition on hard disk. During "real mode" the mapped image is accessed, during "protected mode" the real partition is loaded. This allows for two newish things: 1) booting from USB on computers with no or defective booting from USB support 2) speed up the booting on computers with USB-2.0-chips-but-only-USB-1.1-speed-support-while-booting, since only the files in the smallish mapped image is loaded with the USB BIOS routines whilst the large number of files on the partition are loaded through the native NT drivers, at USB 2.0 speed In the particular case you posed, it could have the "advantage" of having a "fixed" LUN1 booting (but still with the "USB_multiboot" tricks) a "variable" part on LUN2, in other words you would only need to run the Manufacturer's Tool once and setup the DISK SIGNATURE of the LUN2 once, after which you would be free - within limits - to change the contents of LUN2 with ordinary file tools. jaclaz
  2. Sorry to say so, but you appear to have completely failed to. Could you try to further explain your thoughts? If I get it right, and I am not at all sure to do so, what would it be the advantage over a "plain" XP from USB install? I also cannot see the use of Autorun on a stick that is used to install XP. jaclaz
  3. You seem to have the "right " set of files. Look here: (google cache - forum seems down right now) http://209.85.135.132/search?q=cache:wdy_V...t=clnk&cd=1 Rather obviously, you mileage may vary.... jaclaz
  4. Hmmm, yes, sure, compare these two pages: http://legroom.net/software/uniextract#technical http://www.7-zip.org/ jaclaz
  5. The .SNY files are "parts" of a bigger .WIM file. You may also have a number of other files, with .MOD extension that are actually .WIM files that in their simplicity SONY decided to cripple. Please post the list of the .sny files you have, I may be able to help you in joining them in a .WIM file. First file needs to be patched, as it is crippled as well. To use the .MOD files, they need as well to be patched and it is possibly out of the scope of this thread since they are usually for added on apps and drivers. jaclaz
  6. Really? Do you have any source for this? If you do, please keep it for yourself. I have a number of PC's working 24/7 since 2003 that know nothing about this fact and are still going strong...... @Naki The symptoms you describe being intermittent, it is also possible that one or more solderings on the board have "cracked" and thus they don't make a good contact or the contact is on/off depending on "sheer luck", temperature, amount of current/voltage going through them. In these cases, if you have LOTS of time and patience, an accurate inspection of the board with a mgnifying glass may reveal which ones have to be "re-flowed". jaclaz
  7. Another idea (mind you completely and utterly UNTESTED ): Using the 30/40 Mbish image with "XP Kansas City Shuffle" or "Fake Signature method" and grub4dos on the CD part and your updated setup on the HD-like part. Since it is "Disk Signature" dependent, there should be no problems with \device\harddiskX\partitionY. Here: http://www.msfn.org/board/install-usb-driv...OS-t122505.html http://www.911cd.net/forums//index.php?showtopic=21242 http://www.911cd.net/forums//index.php?sho...c=21939&hl= The newish USB installer by pcuser for UBCD4WIN uses this technique: http://ubcd4win.com/forum/index.php?showtopic=11375 jaclaz
  8. For the batches, here is a good start point: http://www.robvanderwoude.com/batchfiles.html jaclaz
  9. As expected, to update the BIOS, a DOS is needed: http://global.msi.com.tw/index.php?func=do...mp;prod_no=1474 PDF with basic instructions here: http://global.msi.com.tw/html/pdf/How_to_f...er_DOS_mode.pdf The downloadable file: http://global.msi.com.tw/index.php?func=do...5&type=bios is NOT a bootable diskette, it contains just the file to be added to to it. Download a "clean" floppy disk image from here: http://www.bootdisk.com/ if you have a USB floppy you can use the "Driver Free Disk For BIOS Flashing" or, if you only have a CD-ROM drive you will need to use the slightly more complex procedure: "Need To Flash Your BIOS On A PC With No 1.44" http://www.bootdisk.com/txtfiles/flashcd.txt If you have any doubt about the procedure, ASK BEFORE doing anything that you (or your wall ) might later regret. jaclaz
  10. Generally speaking , it is not correct to "generalize", mixing Linux with BSD and even talking of "Linux" or "BSD" is incorrect. It would be just like saying "Windows", which one? A virus may (ab)use of something that is peculiar to the specific "edition" or "distro" or "branch", besides attacking a certain "core". OpenBSD as an example: http://www.openbsd.org/security.html is much more focused on security, particularly: Other versions of BSD, like FreeBSD are a little more "open" in the number of default settings, but still it has a very good security response: http://www.freebsd.org/security/ http://www.freebsd.org/security/advisories.html Linux, unfortunately has far less effective security means, not because of anything "wrong" in it's core, simply because there is so many different distros that range from the "script kiddie project" all the way up to "Corporate International", you cannot put in the same basket distros like Knoppix, Debian, Gentoo, Mandriva, Red Hat, and Ubuntu (to name a few) together with a mis-known new "one man show" one. And as well you cannot compare a "security oriented" distro with a "multi-media oriented" one. It is also to be taken into account the kind of "activities" the user of a OS carries on. Usually BSD users are computers experts that use the OS as Server, know perfectly the innards of the system and do themselves security auditing. As well most Linux users (some kids excluded, the ones that use it just because it's a "hacker thing" ) have a more than average knowledge of the system, know about the dangers you are confronted with when surfing, etc. Just like the BSD ones, users of the "Server" editions of the various Windows are knowledgeable network administrators and it's unlikely that they are running a not-up-to-the-latest patched version and go clicking senseless on whatever is moving on a web page. On the other hand a large part of Windows XP Home/Pro and Vista (all versions) users, which are the more popular OSses currently, probably are people with a less than average technical background, largely unaware of the risks of clicking without thinking, likely to fall prey of spammers/phishers, etc. Thus it does not make much sense to compare an OS with another without any information on the capabilities of it's users, what they actually do with it, how many hours a day they are running/connected to the net, and so on. On the other hand, BSD and Server 2003/2008 machines are a much better "target" for malicious intruders, I mean who cares to put a trojan or backdoor that allows you to download all the personal files (possibly a few hundreds of family photos) of a John Doe? Whilst getting your hands on the archives of a Corporation or a Government Agency may be considered worth the risk. jaclaz
  11. YES. http://homepages.tesco.net/J.deBoynePollar...no-answers.html Expanding on the given proper answer above, I have one for the moment: why don't you post the name of those programs? Maybe some user has them working, or maybe there is a later version avialable that works on XP. You would take a lot of guessing work out of the equation, and probably get better answers. Check against "I'm ill, doctor. Help!": http://homepages.tesco.net/J.deBoynePollar...ard-litany.html jaclaz
  12. The good news are that you were accurate enough in your search, such a site does not exist. The bad news are that if it would exist it would be probably illegal and we could give you a link to it but would have to kill you afterwards. :whistling: Sure, we'll do our best, cruelty on walls is a misknown but really preoccupying trend, we like our walls healthy... Usually flashing BIOS is better done from pure DOS, and there are DOS images for this aim available. Post exact brand/model of your notebook, someone may be able to give you appropriate instructions/advice. Most probably the CD you have is a recovery CD of some kind. Usually - but not always - you can re-create a seemingly "standard" CD from the recovery CD+ (possibly) files on your HD + a ServicePack. You won't like the procedure, as it is lengty and boring, but it will keep you from banging your head on that poor wall. See this and links therein: http://www.msfn.org/board/index.php?showtopic=91907 For experimenting ONLY, you could also try using the EVALUATION release of Server 2003 (should have 180 days trial time): http://technet.microsoft.com/en-us/windows...r/bb430831.aspx jaclaz
  13. I am not sure to have understood your perplexities. I mean, do you have a problem in using the batches? Then re-read the Tutorials and FAQ's: http://www.911cd.net/forums//index.php?showtopic=20089 http://www.msfn.org/board/index.php?showtopic=116766 http://www.boot-land.net/forums/?showtopic=5306 Are you willing to try to understand how the procedure works? Then read the "historical thread": http://www.msfn.org/board/index.php?showtopic=61384 Rather obviously you need a somewhat "more advanced than average" knowledge of the processes involved in booting a NT based system. It's hard to say how you can get the latter if not by reading, searching, reading, searching again and reading again. If you have specific questions, feel free to ask, but you do not expect a course on this, do you? jaclaz
  14. Naah, it would be cruel it must be a shock to post the same question on different boards : http://www.neowin.net/forum/index.php?&showtopic=711206 http://www.sudhian.com/index.php?/forums/viewthread/105091/ and get everywhere the same bad news about the motherboard being somewhat fried. jaclaz
  15. You're welcome. Out of curiosity , was my guess right? jaclaz
  16. Look at the top right of the page. Options. Display Mode. Switch to: Standard Let me guess , you clicked on a link found on a search engine that brought you back here and since then you see everything as "threaded" (read Outline or Linear+) jaclaz
  17. nlite slims the SOURCE, i.e. it can only be used BEFORE installation. if you have an external USB CD drive, you can burn a new installation media, otherwise you can use your USB stick using these methods: http://www.msfn.org/board/index.php?showforum=157 (just copying files to stick WON'T work) unattended means having an install media that you just start your PC with and then walk away and it autocompletes without ANY user intervention. what you want is not related too the install being unattended (and however, making an install unattended is the LAST step after having made a number of succesfull installs and "tweaked" them). what you want is: a way to reduce source (read nlite) a way to integrate drivers (read again nlite) Start browsing here: http://www.msfn.org/board/index.php?showforum=89 most likely there are alresdy all answers to your questions. jaclaz
  18. Sure, that's why I "translated" the link into a working archive.org cached page. You asked if anyone had an idea to what the long beeps meant, I provided you a link to the not-so-easy-to-find- original page of the maker of the BIOS. Case closed. You are free to think that they were lying or wrong, of course. jaclaz
  19. Why do you want to make it more difficult than needed? RE-read this: http://www.msfn.org/board/index.php?showtopic=124169 Basically all you have to do is to translate isolinux.cfg contents into a grub4dos menu.lst entry. The syntax is very similar, and there is an example by ilko_t on the given thread. In other words, you already boot to grub4dos, grub4dos can boot directly a Linux kernel, thus introducing a level of complexity by loading another loader is unneeded. jaclaz
  20. http://www.wimsbios.com/index.jsp http://web.archive.org/web/20020203070933/...rror_codes.html jaclaz
  21. If I may, Jaclaz said a slightly different thing, he said to clean the Registry AFTER having made a BACKUP of it, as it is possible (though it does not happen often) that a too aggressive cleaning "ruins" something.... jaclaz
  22. Check this: http://www.msfn.org/board/index.php?showtopic=107504&hl= jaclaz
  23. Not my business, mind you , but it's basically like giving matches to kids..... not really a good idea to let people "that don't understand the dos commands and how to" fdisk/format/manage partitions. jaclaz
  24. jaclaz

    ISO corrupt

    You did unmount the .iso before attempting to burn it, did you? jaclaz
  25. Well, disabling UAC on a machine just to run a "lousy" (just joking) demo on CD is not exactly a practice that I would pursue. Basically you will decrease the "standard" (mind you I am not saying "right" or "wrong", just "standard") security level of the OS of your Customer. Doing it "silently" is definitely a NO-NO. Your script should explicitly ask for user confirmation before altering the UAC status. Of which DLL are we talking about? How many functions in it are used by your program? Wouldn't it be better make a statically linked program for those? (if doable) jaclaz
×
×
  • Create New...