Jump to content

steve6375

Member
  • Posts

    95
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Posts posted by steve6375

  1. When using a Win7 xml file, I want it to create a single partition for Win7 OS. The size of the the target disk is unknown (the xml will be used on many different systems).

    It seems I can

    1. Specify an exact size

    2. Extend the partition to maximum size

     

    However, what I want is that the OS partition should be a maximum of 500GB - if the disk is any larger than this then the remaining space should be left unpartitioned.

     

    e.g. a 250GB HDD will have a 250GB OS partition, a 1TB HDD will have a 500GB OS partition and the rest of the space left alone.

     

    Is this possible?

  2. Try using DISKPART to create the partitions instead of BootIce?

     

    i.e. (for example)

    DISKPARTSEL DIS 0CLEANCRE PART PRI SIZE=xxxFORMAT FS=FAT32 LABEL="YYY" QUICKACTIVECRE PART PRI SEL PAR 2FORMAT FS=NTFS LABEL="ZZZ" QUICKASSIGN LETTER=CLIS VOLEXIT
  3. Windows 8.1 will not boot from a Removable USB drive - you just get spinning circle of dots.

    Windows 8 will boot OK.

     

    I installed Win8.1 To Go onto a Lexar Jumpdrive USB drive set as Removable and it would not boot.

    Then I flipped the RMB bit so the drive became a Fixed Disk type and it booted fine.

    Then I flipped the bit again to Removable and it would not boot again.

  4. Today's build makes my Win 8.1 system flash up a Smart Screen warning and prevents me from continuing with the build? Anyone else get this?

    The 2014-10-17 version is OK.

  5. I have tried using the current download to build an ISO using Win8.1 x86 and x64 Enterprise 90-day eval. It builds and boots OK, I get the spinning dots and a blue screen, then it goes black and nothing happens. I tried booting from VBox as a ISO-CDROM, as an ISO in E2B and on a real system as an ISO in E2B. All same result.

    I mount the Win Install ISO as a virtual drive - e.g. J: - use J: as the source and press GO - no other mods.

    Sources tried:

    9600.16384.WINBLUE_RTM.130821-1623_X86FRE_ENTERPRISE_EVAL_EN-US-IRM_CENA_X86FREE_EN-US_DV5.ISO

    9600.16384.WINBLUE_RTM.130821-1623_X64FRE_ENTERPRISE_EVAL_EN-US-IRM_CENA_X64FREE_EN-US_DV5.ISO

     

    I tried building on a Win 7 notebook and a Win8.1 PC both give same result.

     

    any ideas?

  6. FWIW

    Partition letters can be critical when capturing. As long as the drive is always C: then things should be OK.

    e.g. If you capture drive C: as image 1, then partition a new disk which WinPe gives letter of D: to, when you apply the Image 1 to D:, ImageX/DISM will change the junctions points to point to D: . Now if you boot the hard disk and the partition is now C:, the junction points will still be hard coded to point to D: and will all be incorrect. To check this type DIR C:\ /a:L in Vista - C:\Documents and Settings junction point should point to C:\Users.

     

    To avoid this, you need to use the Norpfix switch

    /NoRpFix disables the reparse point tag fix. A reparse point is a file that contains a link to another file on the file system. If /NoRpFix is not specified, reparse points that resolve to paths outside the value specified by/ImageFile will not be captured.
  7. re. grub4dos not being case sensitive - it depends on the filesystem.

    From observation:

    CDFS filesystems seem to vary depending on how they were made.

    Take a look at a recent case involving a WinPE ISO which wouldn't boot from grub4dos using 'chainloader /bootmgr' here.

    However, an isolevel 4 proxmox-ve_3.2-1933730b-2.iso file, when map'ed by grub4dos shows files of both upper an lower case in the root of the ISO, but I can list a file by specifying either upper or lower case:

    map /proxmox-ve_3.2-1933730b-2.iso (0xff)

    map --hook

    root (0xff)

    ls /EULA

    ls /eula

    both work

  8. The very latest bugfix version of grub4dos 0.4.6a undertstands Joliet3/4 - try the experimental version at the end of the issue list here.

    No doubt it will be rolled out into a proper release soon.

    P.S. To find the site at any time just Google 'chenall grub4dos'.

  9. I tried using v3.0.6 with Win 7 SP1 32-bit Ultimate as a source (Win7 64-bit Ult as host) and installing to an NTFS USB HDD (first partition). The install went OK and the USB HDD boots, but I get 'Starting Windows' and then the rgby flag and then 'Windows could not complete the installation'.

    Am I missing a step? Is booting from USB supported or are extra tweaks required?

  10. Hope you find this useful...

    An easy2boot USB drive will boot most linux ISO files just by copying over the linux iveCD ISO files.

    To add a Win98SE Install ISO, you need to delete all unnecessary folders and rename the ISO file to have the .isoDOS01 file extension.

    You can then boot directly from the USB drive and choose the Win98SE ISO from the menu.

    For more details see here.

    The same principle should work for most DOS-based Install ISOs (as long as you keep the files numbers down by pruning!).

  11. Hi data0003

    That is strange. So if you disconnect the internal CD/DVD drive then you can install Win 7 to the internal hard disk OK?

    And the CD/DVD drive is empty (no CD/DVD)?

    I have tested it on a notebook which has an internal DVD drive (Acer 7741G) and it worked OK.

    Can you give any details about the systems that you tested and if they differ in any way from a normal system with one internal hard disk and one internal DVD drive?

×
×
  • Create New...