Jump to content

necrosis

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by necrosis

  1. I finally got back to this post.

    Yes. It does seam that the bootmgr.exe in WinPE 2.1 is the reason for the options showing up as "Ramdisk Options".

    Using the exact same BCD file and the bootmgr.exe from WinPE 2.0 the labels show up properly. GO MICROSOFT!

    Going to read over the BCD creator doc's again to see if they changed a command or something.

  2. I have a fully working unattended install of all drivers for the dell computers where I work... except the sound drivers. The Sigmatel and Realtek drivers do not want to install via INF method/OEMDriversPath.

    Is there any way around this other than making a VBScript file that checks the model number and runs a silent install of the setup.exe?

  3. I am trying to make a external USB HDD boot two WinPE images. A x86 and a x64 image. Everything is working fine except for the image label's when booting.

    Here is the script I use to make the BCD file.

    @ECHO OFF

    Rem Creates BCD (boot configuration data) for x86 and x64 Windows PE 2.1 images

    set BCD-File="%HOMEDRIVE%%HOMEPATH%\Desktop\BCD"
    IF EXIST %BCD-File% del %BCD-File%

    Bcdedit /createstore %BCD-File%
    Bcdedit /store %BCD-File% /create {ramdiskoptions} /d "Ramdisk Options"
    Bcdedit /store %BCD-File% /set {ramdiskoptions} ramdisksdidevice boot
    Bcdedit /store %BCD-File% /set {ramdiskoptions} ramdisksdipath \boot\boot.sdi

    for /f "tokens=1-3" %%a in ('Bcdedit /store %BCD-File% /create /d "WinPE x86" /application osloader') do set guid1=%%c
    Bcdedit /store %BCD-File% /set %guid1% systemroot \Windows
    Bcdedit /store %BCD-File% /set %guid1% detecthal Yes
    Bcdedit /store %BCD-File% /set %guid1% winpe Yes
    Bcdedit /store %BCD-File% /set %guid1% osdevice ramdisk=[boot]\sources\winpe_x86.wim,{ramdiskoptions}
    Bcdedit /store %BCD-File% /set %guid1% device ramdisk=[boot]\sources\winpe_x86.wim,{ramdiskoptions}

    for /f "tokens=1-3" %%a in ('Bcdedit /store %BCD-File% /create /d "WinPE x64" /application osloader') do set guid2=%%c
    Bcdedit /store %BCD-File% /set %guid2% systemroot \Windows
    Bcdedit /store %BCD-File% /set %guid2% detecthal Yes
    Bcdedit /store %BCD-File% /set %guid2% winpe Yes
    Bcdedit /store %BCD-File% /set %guid2% osdevice ramdisk=[boot]\sources\winpe_x64.wim,{ramdiskoptions}
    Bcdedit /store %BCD-File% /set %guid2% device ramdisk=[boot]\sources\winpe_x64.wim,{ramdiskoptions}

    Bcdedit /store %BCD-File% /create {bootmgr} /d "Windows Vista Boot Manager"
    Bcdedit /store %BCD-File% /set {bootmgr} timeout 30
    Bcdedit /store %BCD-File% /set {bootmgr} displayorder %guid1% %guid2%
    Bcdedit /store %BCD-File% /enum all
    pause

    /enum all spits out

    Windows Boot Manager
    --------------------
    identifier {bootmgr}
    description Windows Vista Boot Manager
    displayorder {53bf03c1-fcea-11dc-a141-0016cfd9a77b}
    {5515c9c1-fcea-11dc-a141-0016cfd9a77b}
    timeout 30

    Windows Boot Loader
    -------------------
    identifier {53bf03c1-fcea-11dc-a141-0016cfd9a77b}
    device ramdisk=[boot]\sources\winpe_x86.wim,{ramdiskoptions}
    description WinPE x86
    osdevice ramdisk=[boot]\sources\winpe_x86.wim,{ramdiskoptions}
    systemroot \Windows
    detecthal Yes
    winpe Yes

    Windows Boot Loader
    -------------------
    identifier {5515c9c1-fcea-11dc-a141-0016cfd9a77b}
    device ramdisk=[boot]\sources\winpe_x64.wim,{ramdiskoptions}
    description WinPE x64
    osdevice ramdisk=[boot]\sources\winpe_x64.wim,{ramdiskoptions}
    systemroot \Windows
    detecthal Yes
    winpe Yes

    Setup Ramdisk Options
    ---------------------
    identifier {ramdiskoptions}
    description Ramdisk Options
    ramdisksdidevice boot
    ramdisksdipath \boot\boot.sdi

    The problem is when the HDD boots and gets to the image selection screen it labels both options as "Ramdisk Options" not "WinPE x86" and "WinPE x64" like I want it to.

    What on earth am I doing wrong?

  4. I have a working install setup using WinPE to install WinXP Pro. I want to add drivers to the install for NIC and what not. I specified the OemPnPDriversPath setting, put the $OEM$ folder on the same level as i386, ect, ect. but when I do the install it does not pull in the drivers. Because I am doing a unattended net install instead of a unattended CD install does this folder have to go in a different place? Do I need to specify a different option to inject the drivers?

    HALP!

  5. When I PXE boot WinPE the bootmgr.exe file has to be in the root of the TFTP server to load correctly. My problem is when I go to setup another option to boot x64 do I have to load a x64 version of the bootmgr.exe? Or will this program work for both versions? If not, how to I get it so that the startup process looks in the /boot folder (or whatever I happen to call the folder) for bootmgr.exe?

    Also another side question:

    Does the TEXT HELP option for PXELINUX menus even work in PXELINUX? Or only ISOLINUX or SYSLINUX? I have the LABEL set up like below and it does not display the extra "help" box when the option is highlighted.


    LABEL ghostb44
    MENU LABEL Ghost boot with B44 driver
    KERNEL images/memdisk
    APPEND initrd=images/ghostcast_broadcom_440x_10-100.VFD
    TEXT HELP
    Broadcom B44 Network Driver
    Dell: C521
    ENDTEXT

  6. For your first question, please search before asking anything - there's right now 3 threads running with the EXACT SAME issue - we'd rather not repeat the same thing for the fourth time. FYI, it is not difficult at all, it has been solved.

    Please tell me where they are then. I searched for nvidia and ive gone through every one and they had nothing close to the problem im having.

  7. 1) Nvidia Video Drivers-

    I cant seam to get the OS to isntall the current Nvidia Video Drivers during the install. Everything else installs with no problems even the Nvidia Chipset Drivers (NIC, Mem conteoler, IDE, SATA). All it seams it will install is the default ones that come with WinXP.

    2) Selecting Partition-

    When i start the install with no winnt.sif file the installer lets me select the partition to install then it asks me how i want to format the drive (FAT32, NTFS, FAT32 Quick, NTFS Quick). When i set the parmater to not auto partition and turn off the option to not format and install on the first partition it see's it gives me the option to select the partition but NOT how i want to format it. I DO NOT trust letting the installer go for the first partition it see's and format it. I want to select the partition and then have the ability to wipe that partition. Is there any way to do this?

×
×
  • Create New...