• Technology Guide
  • Desktop Review
  • Digital Camera Review
  • Notebook review
  • Brighthand
  • TablePCReview
  • Printer Comparison
  • About Us
  • Contact Us
  • Newsletter Sign Up
  • Forum Login
notebookreview.com
  • HOME
  • REVIEWS
    • ALL REVIEWS
    • Notebook Reviews
    • Software Reviews
    • TOP BRANDS
    • Acer Laptop Reviews
    • Dell Laptop Reviews
    • HP Laptop Reviews
    • Lenovo Laptop Reviews
    • Sony Laptop Reviews
  • NEWS
    • ALL NEWS
    • All Notebook News
    • Software News
    • News Archives
    • TOP CATEGORIES
    • Dell News
    • HP News
    • Lenovo News
    • Sony News
  • SHOP
    • SHOP
    • Notebook Price Search
    • Student Notebooks
    • COMPARE
    • Business Notebooks
    • Home Notebooks
    • Multimedia Notebooks
    • Gaming Notebooks
  • COUPONS
    • ALL COUPONS
    • Dell Coupons
    • HP Coupons
    • Lenovo Coupons
    • Sony Coupons
  • DEALS
    • ALL DEALS
    • Business Deals
    • Best Laptop Deals
    • Laptop Rebates
  • DISCUSSIONS
    • NOTEBOOK DISCUSSIONS
    • See All Notebook Forums
    • TOP FORUMS
    • What Notebook Should I Buy?
    • Notebook News and Reviews
    • HP Forum
    • Dell Forum
    • Acer Forum
  • ADD ONS
    • ALL ACCESSORIES
    • Accessory Reviews
    • Storage Reviews
    • Monitor Reviews
    • Mouse Reviews
    • Backpack Reviews
  • VIDEO
    • NOTEBOOK VIDEOS
    • View All Notebook Videos
  • BUSINESS

Go Back   Laptop Forums and Notebook Computer Discussion > Notebook Manufacturers > Sony
Reload this Page How to Enable Intel VT and AHCI on a Napa/Santa Rosa platform Phoenix BIOS Vaio laptop
Register FAQ Members List Unanswered Threads Mark Forums Read

Sony Sony VAIO laptop questions and comments go here.

Welcome to NotebookReview.com! Have a laptop or notebook related question?
Register and ask it here in the forums



Reply
Page 51 of 77 « First < 4147484950 51 5253545561 > Last »
 
LinkBack Thread Tools
Old 01-11-2010, 11:59 PM   #501 (permalink)
ScuderiaConchiglia
NBR Vaio Team Curmudgeon
 
Join Date: Jun 2007
Posts: 5,973
Rep Power: 37 ScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond repute
Default Re: How to Enable Intel VT and AHCI on a Napa/Santa Rosa platform Phoenix BIOS Vaio laptop

Quote:
Originally Posted by zaki View Post
I've successfully enabled VT support
VAIO VGN-FZ35M R2110J7 reg 02D0
Added to the list!

Gary
__________________
My guide on how to clean install Vista on an FZ190
Dr. Pratik's addendum on using that guide with Win7XXXMy notes on an in place upgrade from Vista to Win 7

How to Defrag Vista's Boot FilesXXXHow to Defrag Win7's Boot FilesXXXThe rationale for & trouble with WinSXS
Master list of VAIO Phoenix BIOS registers to enable VT
"If you think there's a solution, you're part of the problem." --- George Carlin
ScuderiaConchiglia is offline   Reply With Quote
Old 01-12-2010, 10:10 PM   #502 (permalink)
hindssites
Newbie
 
Join Date: Jan 2010
Posts: 7
Rep Power: 6 hindssites is an unknown quantity at this point
Default Re: How to Enable Intel VT and AHCI on a Napa/Santa Rosa platform Phoenix BIOS Vaio laptop

Quote:
Originally Posted by bogart View Post
Disclaimer: Although this is a fairly simple task, I take no responsibility should anything go wrong, so try this at your own risk.

This method only applies to VAIOs with a Phoenix BIOS and CPUs that support VT-x, not the newer Montevina-based VAIO FW, Z, SR, BZ, TT, AW, CS or other models with the AMI Aptio/InsydeH2O UEFI framework.

As most of you already know, Sony has decided to disable VT by default on all VAIO models except the BZ series, as noted in KB article C381809. Here's how to enable Intel Virtualization Technology (Guide) and AHCI on a VAIO SZ and several other models including the AR, C, CR, FE, TZ, FZ, G, N and some desktop models.

Before you attempt this modification, make sure that the BIOS on your SZ is updated to these versions: R0112N0 for Napa SZs or R0122S5 for Santa Rosa SZs. If you happen to receive an error while attempting to update the BIOS on Windows XP or Vista, make sure that all the proper Sony drivers and utilities are installed first so that the updater can recognize your notebook model. Driver and utility information can be found in many of the VAIO Windows clean installation threads in this forum.

The only item you'll need is a bootable DOS media. Click one of these links for instruction for creating a bootable floppy disk (with USB floppy drive) or usb stick.USB flash1 or USB flash2 or CDR (add modified table file to image before writing).
Instructions:
  1. Download symcmos and copy it to your bootable DOS media. This utility is used to modify your Phoenix BIOS settings. Also, download a DOS text editor and copy it to the media if you feel comfortable editing a file in DOS.
  2. Go to the BIOS by pressing F2 during start-up, or when the VAIO logo appears, and reset the settings to factory default. Save and reboot.
  3. Go back to the BIOS and enable the boot from external devices option. Save and reboot.
  4. Press ESC when the VAIO logo appears to bring up the boot selection menu and select the bootable DOS media. At the prompt, type "symcmos -v2 -lDefault.txt", without quotes, and note that there's no space in between the flag and filename. This will create a literal symbol table from the NVRAM named Default.txt which contains all the current BIOS settings. Reboot by pressing Ctrl+Alt+Del. If that doesn't work, hold the power button until the notebook turns off.
  5. Use the DOS text editor (or boot to another OS and use a text editor there) to edit the generated Default.txt file. Change the following lines and save the modified file to something else (e.g. modified.txt):

    For Napa SZs - R0112N0

    AHCI: (015C) [0000] ---> (015C) [0001]

    VT-x: (0354) [0000] ---> (0354) [0001]


    For Santa Rosa SZs - R0122S5

    AHCI: (0189) [0000] ---> (0189) [0001]

    VT-x: (02F1) [0000] ---> (02F1) [0001]

    This is Gary's master list that contains the code for other models with a Phoenix BIOS
    http://forum.notebookreview.com/show...&postcount=227

  6. Boot to DOS and type "symcmos -v2 -uNameOfModifiedFile", without quotes and reboot. This will write the modified settings to the NVRAM. You must add the u and then the name of your new file.
  7. Done.


Notes:

Using AHCI with the VAIO HDD Protection utility may increase the loading time in Windows XP and Vista. So far this has been confirmed to happen with Napa SZs and discussion about it can be read here.

To test if AHCI is enabled, you should receive a BSOD or blue screen error when XP/Vista boots, because the AHCI drivers aren't installed on the OS. You will need to install the AHCI drivers to your existing installation. Use Google for XP instructions and read this for Vista.

To test VT-x, you can download vt.iso and burn it with IMGBurn. Boot off the CD and it will tell you whether VT-x is enabled or not. Alternatively, you can use SecurAble in Windows.

The default Napa R0112N0 file is attached below and provided for sample purposes only. Don't use this on a BIOS version other than R0112N0.

To revert back to the original settings, you have three options:
  1. Go in the BIOS and reset everything to default.
  2. Use symcmos with the -u flag to write the default settings, which you have saved as Default.txt, to the NVRAM.
  3. Worst case scenario if the notebook won't pass POST: open the notebook and remove and reattach the CMOS battery.



Much of the credit goes to "bfroemel" for posting this method on the VMware forum; I am just summarizing it here and specializing it for the SZ.
I got as far a creating a bootable flash drive with windows 98 DOS files on it and the symcmos.exe placed on it. When I reboot and select the bootable media, the C:/> drive is the prompt. I type in "symconos-v2-IDefault.txt" (without spaces and quotes). I am told it is a bad file name or command. Any suggestions as to what I am doing wrong
hindssites is offline   Reply With Quote
Old 01-13-2010, 01:36 AM   #503 (permalink)
ScuderiaConchiglia
NBR Vaio Team Curmudgeon
 
Join Date: Jun 2007
Posts: 5,973
Rep Power: 37 ScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond repute
Default Re: How to Enable Intel VT and AHCI on a Napa/Santa Rosa platform Phoenix BIOS Vaio laptop

Quote:
Originally Posted by hindssites View Post
I got as far a creating a bootable flash drive with windows 98 DOS files on it and the symcmos.exe placed on it. When I reboot and select the bootable media, the C:/> drive is the prompt. I type in "symconos-v2-IDefault.txt" (without spaces and quotes). I am told it is a bad file name or command. Any suggestions as to what I am doing wrong
The instructions said to type the symcmos line without quotes NOT without spaces. The spaces are VERY important. Your line above has a typo so don't try to cut and past it. The correct line is below:

symcmos -v2 -lDefault.txt

By the way, I realize this was you first post herm, but there is no need to quote the entire long message. You can edit it down to just the part needed to get your point across.

Gary
__________________
My guide on how to clean install Vista on an FZ190
Dr. Pratik's addendum on using that guide with Win7XXXMy notes on an in place upgrade from Vista to Win 7

How to Defrag Vista's Boot FilesXXXHow to Defrag Win7's Boot FilesXXXThe rationale for & trouble with WinSXS
Master list of VAIO Phoenix BIOS registers to enable VT
"If you think there's a solution, you're part of the problem." --- George Carlin
ScuderiaConchiglia is offline   Reply With Quote
Old 01-13-2010, 02:43 AM   #504 (permalink)
hindssites
Newbie
 
Join Date: Jan 2010
Posts: 7
Rep Power: 6 hindssites is an unknown quantity at this point
Default Re: How to Enable Intel VT and AHCI on a Napa/Santa Rosa platform Phoenix BIOS Vaio laptop

Thanks for responding. However, I still have no luck. I still get the bad command or file name. I wonder if it is because I get a C:\ prompt. The usb drive is I:\. I select it when selecting the boot device but it defaults to the C drive
hindssites is offline   Reply With Quote
Old 01-13-2010, 02:47 AM   #505 (permalink)
hindssites
Newbie
 
Join Date: Jan 2010
Posts: 7
Rep Power: 6 hindssites is an unknown quantity at this point
Default Re: How to Enable Intel VT and AHCI on a Napa/Santa Rosa platform Phoenix BIOS Vaio laptop

Of all that I have read and tried this method seems the easiest. However, after following the instructions exactly the CD does not boot. It spins around for a while and then Vista starts up. Any idea what I am doing wrong. I open the iso file, add the smycmos file, save it and burn it to disc.
hindssites is offline   Reply With Quote
Old 01-13-2010, 05:56 AM   #506 (permalink)
hindssites
Newbie
 
Join Date: Jan 2010
Posts: 7
Rep Power: 6 hindssites is an unknown quantity at this point
Default Re: How to Enable Intel VT and AHCI on a Napa/Santa Rosa platform Phoenix BIOS Vaio laptop

"Install WinISO, download the FreeDOS base ISO file and load it into WinISO (the shareware version only supports changing files smaller than 100 MB, but the base ISO file is 8 MB small). Navigate to the FREEDOS\3RDPARTY directory. Place the SYMCMOS.EXE there (just drag it into the window) and save the ISO file. Burn it (e.g. using CdBurnerXP).

Boot from the CD. Hit return at the first screen. On the next screen, select the second option (you don't want to install FreeDOS, you just want to run the command line interpreter). Now, navigate to the FREEDOS\3RDPARTY directory. Type "copy symcmos.exe a:". A: is a small RAM drive generated by FreeDOS at startup (which is actually big enough for our purposes). CD to A:\, then run the SYMCMOS.EXE util as you normally would ("symcmos -v2 -lDefault.txt"). Type "edit default.txt" and change the key you would like to change. (You don't need a separate DOS text editor as there is one included in the FreeDOS base CD image.) Save the file. Then type "symcmos -v2 -uDefault.txt" to reprogram the NVRAM."

In regards to the above post, I have finally been able to boot Freedos from a cd. However, navigating to "FREEDOS\3RDPARTY" is the next wall I have encountered. The default prompt is A:. Although, A: has a directory called FREEDOS, it does not list the subdirectory 3RDPARTY. I assume that would be found on the ISO image on the CD. However, it does not recognize my D: drive. Any ideas on how to navigate to that directory?
hindssites is offline   Reply With Quote
Old 01-13-2010, 11:44 AM   #507 (permalink)
ScuderiaConchiglia
NBR Vaio Team Curmudgeon
 
Join Date: Jun 2007
Posts: 5,973
Rep Power: 37 ScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond repute
Default Re: How to Enable Intel VT and AHCI on a Napa/Santa Rosa platform Phoenix BIOS Vaio laptop

Quote:
Originally Posted by hindssites View Post
Thanks for responding. However, I still have no luck. I still get the bad command or file name. I wonder if it is because I get a C:\ prompt. The usb drive is I:\. I select it when selecting the boot device but it defaults to the C drive
After you boot to DOS from a USB, you should get a C:\ prompt. You say the usb drive is I:, but I suspect that is when viewed from Windows right?

Do this, after you boot from the USB drive type DIR and hit enter. Then post back what you see. You should see a list of files, one of them being symcmos.exe.

If you are able to boot from a USB drive I highly recommend you forget the whole CD thing. It is MUCH more difficult.

Gary
__________________
My guide on how to clean install Vista on an FZ190
Dr. Pratik's addendum on using that guide with Win7XXXMy notes on an in place upgrade from Vista to Win 7

How to Defrag Vista's Boot FilesXXXHow to Defrag Win7's Boot FilesXXXThe rationale for & trouble with WinSXS
Master list of VAIO Phoenix BIOS registers to enable VT
"If you think there's a solution, you're part of the problem." --- George Carlin
ScuderiaConchiglia is offline   Reply With Quote
Old 01-13-2010, 06:38 PM   #508 (permalink)
hindssites
Newbie
 
Join Date: Jan 2010
Posts: 7
Rep Power: 6 hindssites is an unknown quantity at this point
Default Re: How to Enable Intel VT and AHCI on a Napa/Santa Rosa platform Phoenix BIOS Vaio laptop

Gary,

Thanks. I get it. The bootable USB (running windowss 98) drive becomes the operating system in dos and is labeled C:. The DIR command revealed the symcmos.exe. I type in symcmos v2 -1Default.txt and was returned the following:
SYMBOLIC MOS EDITOR -Versionxxxxx

usage:
SYMMOS

(a list of about 8 options)

C:\>

At this point the instructions in Post 1 tell me to reboot and edit Default.txt in the dos editor I added to the USB device. I haven't a clue how to do that from a prompt.
hindssites is offline   Reply With Quote
Old 01-14-2010, 12:25 AM   #509 (permalink)
ScuderiaConchiglia
NBR Vaio Team Curmudgeon
 
Join Date: Jun 2007
Posts: 5,973
Rep Power: 37 ScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond reputeScuderiaConchiglia has a reputation beyond repute
Default Re: How to Enable Intel VT and AHCI on a Napa/Santa Rosa platform Phoenix BIOS Vaio laptop

Quote:
Originally Posted by hindssites View Post
Gary,

Thanks. I get it. The bootable USB (running windowss 98) drive becomes the operating system in dos and is labeled C:. The DIR command revealed the symcmos.exe. I type in symcmos v2 -1Default.txt and was returned the following:
SYMBOLIC MOS EDITOR -Versionxxxxx

usage:
SYMMOS

(a list of about 8 options)

C:\>

At this point the instructions in Post 1 tell me to reboot and edit Default.txt in the dos editor I added to the USB device. I haven't a clue how to do that from a prompt.

First, you still have not typed the command correctly. (What it spit back at you was a help file showing the commands it will accept.) It must be exactly as follows:

symcmos -v2 -lDefault.txt

You forgot the dash in front of v2 and the character before the word default.txt is an l, as in "last", it is not a one.

Second, to edit file the easiest way is to boot back into windows and use notepad to edit the file on your USB drive. Then boot back to the usb drive DOS and continue on with the instructions.

Make sure you know EXACTLY what register to change and EXACTLY what command to type to update the BIOS.

Now I don't want this to sound harsh, but you are having so much trouble with a simple DOS command, that I worry about your success at doing the rest of this. I am concerned that if you edit the wrong register, or mess up the file or subsequent command for updating the BIOS that you may harm your machine. Is it possible for you to get someone with a bit more experience to help you do this?

Gary
__________________
My guide on how to clean install Vista on an FZ190
Dr. Pratik's addendum on using that guide with Win7XXXMy notes on an in place upgrade from Vista to Win 7

How to Defrag Vista's Boot FilesXXXHow to Defrag Win7's Boot FilesXXXThe rationale for & trouble with WinSXS
Master list of VAIO Phoenix BIOS registers to enable VT
"If you think there's a solution, you're part of the problem." --- George Carlin
ScuderiaConchiglia is offline   Reply With Quote
Old 01-14-2010, 01:21 AM   #510 (permalink)
hindssites
Newbie
 
Join Date: Jan 2010
Posts: 7
Rep Power: 6 hindssites is an unknown quantity at this point
Default Re: How to Enable Intel VT and AHCI on a Napa/Santa Rosa platform Phoenix BIOS Vaio laptop

Thanks again for the help Gary...and the warning. I had typed a 1 instead of an l (as in "last") in front of the lDefault.txt. I was able to update the value for reg02D0 to 0001 on my VGN FZ345D. However it appears that VT is still locked off. Might as well restore the bios back to its original setting and wait to see if anyone with my series has found the key. Unless you have any other suggestions.

Daniel
hindssites is offline   Reply With Quote
Reply
Page 51 of 77 « First < 4147484950 51 5253545561 > Last »

« Previous Thread | Next Thread »

Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Default installtion or AHCI Intel driver RePaRaQu Compal 0 09-16-2007 04:43 PM
compal fl90 and ahci how to enable with win xp pro delta90h Compal 4 08-01-2007 03:31 PM
S96J Enable AHCI? vick Asus 1 07-27-2007 02:52 PM
Thinkpad BIOS Update to Enable Intel Virtualization sapibobo Lenovo / IBM 7 06-07-2007 02:56 PM
Any way to enable AHCI in a Windows XP install? Rudzer Windows OS and Software 2 04-06-2007 09:04 PM


All times are GMT -5. The time now is 07:05 PM.


Contact Us - - Top

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2

  • Technology Guide
  • Desktop Review
  • Digital Camera Review
  • Notebook review
  • BrightHand
  • TablePCReview
  • Printer Comparison

TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.


TechTarget Corporate Web Site |  About Us |  Advertising |  Site Map |  Contact Us |  Submit Review |  RSS Feeds |  Jobs

All Rights Reserved, Copyright 2000 - 2010, TechTarget |  Read our Privacy Statement

LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!