The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    HP Pavilion dv6700t Legacy sata mode

    Discussion in 'HP' started by jjthenovice, Mar 9, 2010.

  1. jjthenovice

    jjthenovice Notebook Geek

    Reputations:
    32
    Messages:
    94
    Likes Received:
    0
    Trophy Points:
    15
    I have a HP Pavilion dv6700t and I'm looking in the bios to set the the sata controller to legacy mode so I can secure erase my SSD. Trouble is there's nothing there to do it. Question is, does anyone know how to set the controller to legacy mode?
     
  2. walterdt3

    walterdt3 Notebook Consultant

    Reputations:
    42
    Messages:
    108
    Likes Received:
    0
    Trophy Points:
    30
    You can't. Definitely not in the bios. That series of laptops did not support legacy sata mode. You can search the forums and find alot of discussion (and complaints) about this.
     
  3. User Retired 2

    User Retired 2 Notebook Nobel Laureate NBR Reviewer

    Reputations:
    4,127
    Messages:
    7,860
    Likes Received:
    10
    Trophy Points:
    0

    You *might* be able to do it by following steps here, using line:

    Code:
    :: Register 90: 0x00=IDE, 0x40=AHCI, 0x80=RAID. Set it to AHCI + non-combined. 
    setpci -s 0:1f.2 90.b=00
    If your secure erase does INT13 bios calls then it depends on your bios to then be able to talk to the SATA controller which would now be running in IDE (legacy) mode.