Latest post Wed, Jul 9 2008 7:21 PM by Rignold. 17 replies.
Page 1 of 2 (18 items) 1 2 Next >
Sort Posts: Previous Next
  • Wed, Jul 2 2008 6:30 PM

    • Rignold
    • Not Ranked
    • Joined on Thu, Oct 13 2005
    • Cape Town
    • Posts 75
    • Points 1,080

    Install3G problem: can't see boot.ini

    Hi all. Have just replaced some hardware (MoBoard etc). Reformatted drive and installed XP from scratched. Everything loaded and running except 3GInstall which gives the following error.

    "Unable to find the Boot.ini file C:\boot.ini

    No changes occurred."

     

    Any ideas?Hmm

     

     

    Asus P5K3 Deluxe Motherboard, Intel Core 2 Duo E6600 Conroe 2.4GHz, 4gig DDR3 1333mhz RAM, PNY Quadro FX1700(Driver 169.47), XFX GeForce 7900GT, QT 7.45... [view my complete system specs]

    Before you judge a man walk a mile in his shoes. After that who cares, you're a mile away and you've got his shoes.

  • Wed, Jul 2 2008 8:31 PM In reply to

    • GeorgeD
    • Top 500 Contributor
    • Joined on Thu, Oct 13 2005
    • Posts 103
    • Points 1,265

    Re: Install3G problem: can't see boot.ini

     It could be that the boot.ini is read only. Go to Tools>Folder Options>Show Hidden file  and uncheck hide protected operating system files. Then you should see c:\boot.ini in the Explorer. Then right click it >Properties and uncheck Read Only.

  • Wed, Jul 2 2008 10:41 PM In reply to

    Re: Install3G problem: can't see boot.ini

     You can also do this from the command line:

    attrib c:\boot.ini -s -h

     

    Brian Williams
    Principal Software Engineer
    Media Products Group
    Avid Technology, Inc.

    "Be a non-conformist like me!"

  • Fri, Jul 4 2008 9:50 AM In reply to

    • Rignold
    • Not Ranked
    • Joined on Thu, Oct 13 2005
    • Cape Town
    • Posts 75
    • Points 1,080

    Re: Install3G problem: can't see boot.ini

    GeorgeD:

     It could be that the boot.ini is read only. Go to Tools>Folder Options>Show Hidden file  and uncheck hide protected operating system files. Then you should see c:\boot.ini in the Explorer. Then right click it >Properties and uncheck Read Only.

    Thanks for the responses so far.

    I have done the above and there is definitely not a boot.ini file on my machine. Is this a windows installed file or AVID and how do I get it installed? Confused

     

    Asus P5K3 Deluxe Motherboard, Intel Core 2 Duo E6600 Conroe 2.4GHz, 4gig DDR3 1333mhz RAM, PNY Quadro FX1700(Driver 169.47), XFX GeForce 7900GT, QT 7.45... [view my complete system specs]

    Before you judge a man walk a mile in his shoes. After that who cares, you're a mile away and you've got his shoes.

  • Fri, Jul 4 2008 10:00 AM In reply to

    Re: Install3G problem: can't see boot.ini

    Rignold:

    Thanks for the responses so far.

    I have done the above and there is definitely not a boot.ini file on my machine. Is this a windows installed file or AVID and how do I get it installed? Confused

    As far as I am aware there has to be a boot.ini file present in order for XP to successfully boot itself, since the file details the partition information and boot preferences.

    The file is a Windows-installed file and as has already been suggested, it may be "read-only" and is by default a hidden system file.

    How many hard drives are in your system? How many drive letters do you have in "My Computer" ?

     

    MSI Neo-2 Platinum Nforce3 Ultra (Bios Rev 1.0D) Athlon64 X2 4200+ (Overclocked to 2 x 2.4GHz) AMD Cool'N'Quiet CPU Throttling 2GB Corsair PC3200... [view my complete system specs]

    "When the waters are at their calmest, that's when folk most want to skim their pebbles." - Me

    "Be water my friend." - Bruce Lee

  • Fri, Jul 4 2008 11:02 AM In reply to

    • Rignold
    • Not Ranked
    • Joined on Thu, Oct 13 2005
    • Cape Town
    • Posts 75
    • Points 1,080

    Re: Install3G problem: can't see boot.ini

    How many hard drives are in your system? How many drive letters do you have in "My Computer" ?

     

     

    As I guessed by your question there is a boot.ini sitting in the root of one of my other drives. Now what?

    Asus P5K3 Deluxe Motherboard, Intel Core 2 Duo E6600 Conroe 2.4GHz, 4gig DDR3 1333mhz RAM, PNY Quadro FX1700(Driver 169.47), XFX GeForce 7900GT, QT 7.45... [view my complete system specs]

    Before you judge a man walk a mile in his shoes. After that who cares, you're a mile away and you've got his shoes.

  • Fri, Jul 4 2008 11:42 AM In reply to

    Re: Install3G problem: can't see boot.ini

    Okay. What I think has happened is that the system has been installed, but the drive letters have reshuffled around causing the 'actual' boot drive to differ. This can sometimes happen with partitioning or some hard drive controllers that aren't standard IDE. (SATA or RAID controllers for instance).

    Use the command prompt line on the boot.ini file you found:

    attrib -r -s -h x:\boot.ini

    (where x is the drive where you found the boot.ini file) - this will unhide the file for you, and disable any read-only options.

    Open the boot.ini with notepad and you'll get something like this:

    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /usepmtimer

     

    In order to activate the 3GB function, find the entry under [operating systems] and simply add /3GB to it.

    So mine for instance would read:

    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /usepmtimer /3GB

     

    Try that and get back to us.

    MSI Neo-2 Platinum Nforce3 Ultra (Bios Rev 1.0D) Athlon64 X2 4200+ (Overclocked to 2 x 2.4GHz) AMD Cool'N'Quiet CPU Throttling 2GB Corsair PC3200... [view my complete system specs]

    "When the waters are at their calmest, that's when folk most want to skim their pebbles." - Me

    "Be water my friend." - Bruce Lee

  • Fri, Jul 4 2008 12:18 PM In reply to

    • Rignold
    • Not Ranked
    • Joined on Thu, Oct 13 2005
    • Cape Town
    • Posts 75
    • Points 1,080

    Re: Install3G problem: can't see boot.ini

    I have edited the boot.ini to include the 3G switch and XP sees 3gig of ram but Avid still issues a warning that my virtual memory is low and should be 2700 and that I should run the 3GInstall.exe file.

    Asus P5K3 Deluxe Motherboard, Intel Core 2 Duo E6600 Conroe 2.4GHz, 4gig DDR3 1333mhz RAM, PNY Quadro FX1700(Driver 169.47), XFX GeForce 7900GT, QT 7.45... [view my complete system specs]

    Before you judge a man walk a mile in his shoes. After that who cares, you're a mile away and you've got his shoes.

  • Fri, Jul 4 2008 12:22 PM In reply to

    • TerryO
    • Not Ranked
    • Joined on Mon, Oct 24 2005
    • Oslo, Norway
    • Posts 75
    • Points 845

    Re: Install3G problem: can't see boot.ini

     Then you should run it and set the value to 2700.

     

     

    Work machines: 5 Avid Media Composer Adrenaline version 2.8.3 / 3.0 Avid built HP machines 3 GB RAM, Dual Xeon processor 3,2 GB 1 Avid Symphony Nitris... [view my complete system specs]

     

  • Fri, Jul 4 2008 12:34 PM In reply to

    Re: Install3G problem: can't see boot.ini

    Rignold:

    I have edited the boot.ini to include the 3G switch and XP sees 3gig of ram but Avid still issues a warning that my virtual memory is low and should be 2700 and that I should run the 3GInstall.exe file.

    I've never encountered this problem, but mere mention of "virtual memory" being low implies that it has more to do with Windows' allocation of hard-drive space in the pagefile.

    Check the settings by doing this:

    Control Panel > System > Advanced (tab) > Under Performance click Settings > Advanced (tab) > Under Virtual memory click Change.

    See what the values are for each drive.

    I suspect that due to the nature of your reinstallation, Windows may not be allocating an appropriate amount of virtual memory to the pagefile.

    MSI Neo-2 Platinum Nforce3 Ultra (Bios Rev 1.0D) Athlon64 X2 4200+ (Overclocked to 2 x 2.4GHz) AMD Cool'N'Quiet CPU Throttling 2GB Corsair PC3200... [view my complete system specs]

    "When the waters are at their calmest, that's when folk most want to skim their pebbles." - Me

    "Be water my friend." - Bruce Lee

  • Fri, Jul 4 2008 1:29 PM In reply to

    • Rignold
    • Not Ranked
    • Joined on Thu, Oct 13 2005
    • Cape Town
    • Posts 75
    • Points 1,080

    Re: Install3G problem: can't see boot.ini

    I set the virtual memory on the boot drive to 2700 which did not help. Then i also set the vmem on the drive where the boot.ini is sitting to 2700 but Avid still warns that vmem is at 2049 not 2700. I now have 2 bald spots from scratching my head so vigorously.Hmm

    Asus P5K3 Deluxe Motherboard, Intel Core 2 Duo E6600 Conroe 2.4GHz, 4gig DDR3 1333mhz RAM, PNY Quadro FX1700(Driver 169.47), XFX GeForce 7900GT, QT 7.45... [view my complete system specs]

    Before you judge a man walk a mile in his shoes. After that who cares, you're a mile away and you've got his shoes.

  • Fri, Jul 4 2008 1:39 PM In reply to

    Re: Install3G problem: can't see boot.ini

    Go back to your boot.ini file where you added the /3GB switch and add this at the end of it:

    /userva=2700

    MSI Neo-2 Platinum Nforce3 Ultra (Bios Rev 1.0D) Athlon64 X2 4200+ (Overclocked to 2 x 2.4GHz) AMD Cool'N'Quiet CPU Throttling 2GB Corsair PC3200... [view my complete system specs]

    "When the waters are at their calmest, that's when folk most want to skim their pebbles." - Me

    "Be water my friend." - Bruce Lee

  • Fri, Jul 4 2008 2:28 PM In reply to

    • TerryO
    • Not Ranked
    • Joined on Mon, Oct 24 2005
    • Oslo, Norway
    • Posts 75
    • Points 845

    Re: Install3G problem: can't see boot.ini

    Rignold:

    I set the virtual memory on the boot drive to 2700 which did not help. Then i also set the vmem on the drive where the boot.ini is sitting to 2700 but Avid still warns that vmem is at 2049 not 2700. I now have 2 bald spots from scratching my head so vigorously.Hmm

     

     Did you do this using the 3GB program? Or did you set it using windows tools?

     

    Work machines: 5 Avid Media Composer Adrenaline version 2.8.3 / 3.0 Avid built HP machines 3 GB RAM, Dual Xeon processor 3,2 GB 1 Avid Symphony Nitris... [view my complete system specs]

     

  • Fri, Jul 4 2008 2:40 PM In reply to

    • Rignold
    • Not Ranked
    • Joined on Thu, Oct 13 2005
    • Cape Town
    • Posts 75
    • Points 1,080

    Re: Install3G problem: can't see boot.ini

    TerryO:

    Did you do this using the 3GB program? Or did you set it using windows tools?

     

     

    I did this from windows as the 3GB program does not see the boot.ini file because it does not sit on my c: drive.

    Asus P5K3 Deluxe Motherboard, Intel Core 2 Duo E6600 Conroe 2.4GHz, 4gig DDR3 1333mhz RAM, PNY Quadro FX1700(Driver 169.47), XFX GeForce 7900GT, QT 7.45... [view my complete system specs]

    Before you judge a man walk a mile in his shoes. After that who cares, you're a mile away and you've got his shoes.

  • Fri, Jul 4 2008 2:52 PM In reply to

    Re: Install3G problem: can't see boot.ini

    Did you add the /userva=2700 switch to the boot.ini and reboot? How did it go?

    For others, there isn't a problem manually editing the boot.ini and adding the /3GB /userva=2700 switches because this is all the install3g.bat and add3GB files do for you (when they work).

    MSI Neo-2 Platinum Nforce3 Ultra (Bios Rev 1.0D) Athlon64 X2 4200+ (Overclocked to 2 x 2.4GHz) AMD Cool'N'Quiet CPU Throttling 2GB Corsair PC3200... [view my complete system specs]

    "When the waters are at their calmest, that's when folk most want to skim their pebbles." - Me

    "Be water my friend." - Bruce Lee

Page 1 of 2 (18 items) 1 2 Next >