Jump to content

jaclaz

Member
  • Posts

    21,290
  • Joined

  • Last visited

  • Days Won

    53
  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jaclaz

  1. Hmmm, usually we prefer facts.... jaclaz
  2. Yep, and just for the record, UNIATA forum is here: http://www.boot-land.net/forums/?showforum=60 jaclaz
  3. Yes , programmers should also think about we "poor" users of Opera, Firefox, Konqueror.... jaclaz
  4. Latest version is here: Mingw32: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/win32/ Cygwin: http://www.student.tugraz.at/thomas.plank/ The Cygwin version should be better/more up to date. http://www.911cd.net/forums//index.php?showtopic=20988 You can ignore all warnings, but the Windows 98 won't work if you use MSCDEX to access the DVD, you need to use SHSUCDX: http://www.geocities.com/jadoxa/shsucdx/index.html (MSCDEX can read isolevel 3 but NOT isolevel 4 - read iso9660:2): the -max-iso9660-filenames should not be needed jaclaz
  5. It's not so easy. The most "controversial" or "conflicting" settings are "isolevel 3" vs. "isolevel 4": http://www.911cd.net/forums//index.php?showtopic=18088 and joliet extensions vs. Rock Ridge ones: http://www.911cd.net/forums//index.php?showtopic=10950 You may also want to use The_GUI initially: http://www.911cd.net/forums//index.php?showtopic=16997 Moreover when doing a DVD, it is possible that some needed files are written to the disc "beyond reach" of the bootloader (either the CD one or of the specific OS loader like setupldr.bin) http://www.911cd.net/forums//index.php?showtopic=20248 Base start from here: http://www.msfn.org/board/Super-Disc-Multi...-Us-t94398.html jaclaz
  6. ..and if we are talking about READER and lightweight files, there is a "third way": SUMATRAPDF http://blog.kowalczyk.info/software/sumatrapdf/ completely and utterly portable. jaclaz
  7. Not what you asked, but this is how I would do that in batch: ... REM routine to set variable found_something REM If found SP2 SET /A found_something=20 REM If found SP3 SET /A found_something=30 REM If found IE6 SET /A found_something=%found_something%+6 REM If found IE7 SET /A found_something=%found_something%+7 GOTO :found%found_something% :found37 ECHO remove sp3, then remove ie7, reinstall sp3 GOTO :EOF :found27 ECHO remove ie7 then install sp3 GOTO :EOF :found36 ECHO no further action needed GOTO :EOF :found26 ECHO please install sp3 GOTO :EOF jaclaz
  8. jaclaz

    Tiny98

    If any feature does not work it means you removed too much. Without knowing IN DETAIL which guide/tutorial/app you used, and EXACTLY which steps you took, it is really difficult to help you. At first glance it could be some problem in the Registry for "right click menu" and default action.... but I guess noone can say for sure, I seem to remember that also a missing registration of SHELL32.DLL could cause this kind of problems. jaclaz
  9. You cannot say it's missing , as it is not on THAT screen (but after License Agreeement), do read here, it is Red and bolded: http://www.michaelstevenstech.com/XPrepairinstall.htm jaclaz
  10. jaclaz

    Long story

    talk about overkill. do you use dynamite for swatting flies too? you should douse the HD in kerosene, light it on fire and drill a few holes through it to make sure you get Vista off entirely. sheesh the XP disc would have formatted the hard disc just fine (assuming you load the proper drivers first) FYI, this method of partitioning has a number of estimators: http://members.aol.com/spoons1000/break/index.html jaclaz
  11. I already try it. I try it with both Linux and Windows PE and it was the same i.e. no boot Maybe you did not try hard enough. Read FAQ's #4 and #10 here: http://home.graffiti.net/jaclaz:graffiti.n...SB/USBfaqs.html Please note that there are TWO versions of the "HP" USB formatting utility around, the elder one (2.0.6) appears to always make the partition active, the newer one (2.1.8) appear to be failing to do so. In case use Beeblebrox: http://students.cs.byu.edu/~codyb/ to set it as active (replace 00 with 80 in boot field) It is also possible (but yours would be the FIRST report I've ever seen ) that the BIOS checks for the "Removable" bit on the device controller, depending on manufacturer and model of your USB stick (actually of it's controller) it may be possible to "flip" that bit in such a way that the USB stick will be seen as USB HD ("Fixed" device). jaclaz
  12. jaclaz

    Tiny98

    Here is a good starting place: http://www.911cd.net/forums//index.php?showtopic=15598 http://www.boot-land.net/forums/?showforum=53 jaclaz
  13. Easier would be to use grub4dos instead of syslinux. Syslinux relies on bootsectors to boot different systems, grub4dos can directly chainload loaders or system files. Instead of using the "full fledged" USB Multiboot, just read the howto and get what you need: http://www.911cd.net/forums//index.php?showtopic=20089 If you are determined to use syslinux, use this tutorial: http://www.911cd.net/forums//index.php?sho...c=18846&hl= jaclaz
  14. Really? We hadn't thought about that: If you still have that disk, and it has a "readable" \I386 directory, it's easy to make a bootable CD out of it, possibly also slipstrreaming to it latest service pack You can extract the boot image from your "scratched" disk, or get one searching around. Tool to extract boot image: http://www.nu2.nu/bbie/ Tutorials: http://web.archive.org/web/20050318033100/bink.nu/bootcd/ http://support.microsoft.com/kb/894950/en-us jaclaz jaclaz
  15. I have the impression that one thing is "dealing" with large FAT32 volumes and another one is "booting" from them. On such a big partition the NTLDR may have been somehow written in a part of the partition not reachable by the bootsector code, or the bootsector code may "go beserk" because of the size of the partiion in the LBA address in partition table. What I would try: 1) re-format the FAT32 partition 2) boot from a floppy or CD and copy to it just: NTLDR NTDETECT.COM BOOT.INI (you should have a BOOT.INI with at least two entries in order to see it when booting) (in this order) 3) try booting from it If you get to see the BOOT.INI choices, you can then re-try installing XP. Another possible workaround would be to copy to the partition grldr and menu.lst from grub4dos: http://grub4dos.jot.com/WikiHome/ http://grub4dos.jot.com/WikiHome/grub4dos-...-2008-05-14.zip? AND install the grldr.mbr to the MBR. Then you can try chainloading the NTLDR bypassing the bootsector. grub4dos mbr has a "more sophisticated" filesystem access, and may succeed where standard bootsector code fails. The problem is definitely in the bootsector->NTLDR part, the "NTLDR is missing" comes from bootsector, so thaat MBR->bootsector part should be OK. Use hdhacker: http://dimio.altervista.org/eng/ or a disk/hex editor to save the bootsector of that partition, compress it in a .zip file and attach it to your next post, I'll have a looj at it and see if I can find anything wrong with it. jaclaz
  16. Do read the given links, we are talking about EXTERNAL IP addresses, given by the ISP, not internal (local intranet) ones. As explained, an ending 0 or 255 is possible or is it not depending on the "class" of subnet. jaclaz
  17. No. Yes. No. WARNING: CATCH-22 ! If you know how to write a windows driver you won't ask if it's possible to convert a Linux one If you ask if it's possible to convert a Linux driver you do not know how to write a windows driver Seriously, writing a Windows Device (or Kernel) driver is a VERY advanced topic, you may start reading examples and articles on more "specialistic" sites like these: http://www.codeproject.com http://www.osronline.com/ jaclaz
  18. OK, there are mainly three tools capable of doing that. OSCDIMG (comes with Vista) CDIMAGE (for internal Microsoft use only) - not legal to use MKDOSFS (Open Source/Freeware) Just google for any of them, if you had taken the time to read the links I gave you, you should already have found last one. jaclaz
  19. You joking, right? It is NOT that there is MORE data on it, simply there is ONLY one copy of SAME, duplicated files. Read this: http://www.msfn.org/board/Shrinking-ISO-File-t49821.html and links therein jaclaz
  20. How did you fdisked/formatted the drive? Any of the utilities listed here? http://www.boot-land.net/forums/?showtopic=4539 jaclaz
  21. That's strange, it seems like your laptop does have USB 2.0 ports: http://www.clearanceclub.com/depot/quelle_...?sku=5939#specs Using a Hub will make NO difference (if not possibly worsen data transfer). Check which drivers are used for USB (from device manager). Check BIOS if there is any setting related to USB, try changing them. Try using a Live CD of some kind to test if problem remaind the same. jaclaz
  22. The files are System and Hidden. If you remove the attributes you can change them allright, unless you are not Administrator and it'a NTFS volume with restricted access, however the procedure with Recovery Console is pretty straightforward. An alternative, just in case, is making a NT loader bootfloppy: http://www.tinyempire.com/notes/ntldrismissing.htm http://www.xxcopy.com/xxcopy33.htm jaclaz
  23. The 911CD forum is back online , do read this thread: http://www.911cd.net/forums//index.php?showtopic=16381 jaclaz
  24. Well, the idea of giving links is that people should actually read them , here: http://www.multibooters.co.uk/ you can find some very clear details on how NT/2K/XP/2003 boot and how Vista does: http://www.multibooters.co.uk/multiboot.html (even if you don't read the text, just looking at the pictures should explain what "bootsector invoking NTLDR" means ) jaclaz
  25. It would be interesting if the guy that made you worry would produce some data to validate this claim. "this is very bad" is not considered usually technically a valid argument. I had a co-worker that didn't want DHCP to assign it's PC an IP address ending with 17, as he thought it was bad..... Maybe the claim originated by this kind of problem: http://searchnetworkingchannel.techtarget....1232847,00.html http://en.wikipedia.org/wiki/IPv4#Addresse...ing_in_0_or_255 IP addresses ending with 0 or 255 are not always possible. The only related "bad" thing I can think of is that some peer-to-peer networks had (or still have ) an algorithm to calculate ID "level" that resulted always as "LOW" if IP address ended with 0. jaclaz
×
×
  • Create New...