Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
Clevo NH70RH
Last Post: RWS021193
Today 03:08 PM
» Replies: 0
» Views: 72
Clevo P775TM1-G BIOS
Last Post: Gertjie1975
Today 01:29 AM
» Replies: 158
» Views: 87891
ASUS X101CH EMT64 Request
Last Post: ioannisbfirst
Yesterday 04:08 PM
» Replies: 34
» Views: 28279
Bios modding tool for vintage AMIBIOS
Last Post: lilkuz2005
Yesterday 11:56 AM
» Replies: 0
» Views: 212
New Members Say Hi Here
Last Post: marcusp
Yesterday 10:28 AM
» Replies: 161
» Views: 248874
Asus K95VB (motherboard LA-A681P) BIOS c...
Last Post: marcusp
Yesterday 10:24 AM
» Replies: 0
» Views: 121
[REQUEST] Dell Inspiron 5675 CPU Upgrade
Last Post: claymore
Yesterday 08:50 AM
» Replies: 4
» Views: 3449
[REQUEST] Asus GL504GW Bios Unlock
Last Post: RocoCoco90
Yesterday 05:06 AM
» Replies: 66
» Views: 30394
[REQUEST] ASUS TUF Gaming A16 FA617NS BI...
Last Post: Santy
Yesterday 12:44 AM
» Replies: 0
» Views: 253
Request. optiplex 5050 bios modd for cpu...
Last Post: DeathBringer
04-28-2025 11:47 PM
» Replies: 12
» Views: 1136
[REQUEST] Acer Aspire E1-571(G) BIOS Unl...
Last Post: LOyoujoLI
04-28-2025 07:28 AM
» Replies: 135
» Views: 84322
[request] Update microcode in HP BIOS fo...
Last Post: j5blue
04-28-2025 06:58 AM
» Replies: 93
» Views: 74730
[QUESTION] Modding an AMI bios to bypass...
Last Post: misty
04-27-2025 05:51 PM
» Replies: 10
» Views: 1156
[REQUEST] BIOS UNLOCK HP T640 - UMA SIZE...
Last Post: bujok_pl
04-27-2025 02:02 PM
» Replies: 0
» Views: 339
[Request] Enabling PCI-E bifurcation on ...
Last Post: ovleg
04-27-2025 10:27 AM
» Replies: 0
» Views: 329
[REQUEST] HP Pavilion dv3-2024TX whiteli...
Last Post: x200t
04-27-2025 01:42 AM
» Replies: 0
» Views: 358
[request] EP45T-DS3R bios mod microcodes...
Last Post: DeathBringer
04-26-2025 02:23 AM
» Replies: 1
» Views: 511
Lenovo T460 - I need a repair of the BIO...
Last Post: mmhendrie
04-25-2025 04:48 PM
» Replies: 11
» Views: 6135
CLEVO BIOS Mods
Last Post: Danmaq
04-25-2025 03:58 PM
» Replies: 240
» Views: 471843
[Request] Acer Aspire V3-771(G) BIOS unl...
Last Post: TempoZZ
04-25-2025 12:48 PM
» Replies: 260
» Views: 134735

Can I install any AMI BIOS?
#1
Hello! I want to overclock my notebook, but its BIOS its blocked and by software its motherboard manufacter its so [censored] unkown that the software cant find the PLL. My notebook have an AMI BIOS.

MY QUESTION IS:

I want to know if I can install an AMI version that have overclocking features althogh it is not exactly my notebook model. If i did that it would recognize all my notebook components, I have any chances, or it will not boot?
My notebooks specs for in case you need them:

- Notebook Positivo
- Intel Atom
- AMI BIOS version 1.13
- Motherboard manufracter Positivo (no support, updates or anything unlocked)

Im really desperate for overclocking beacuse I always wanted to have a pc for gaming but I didnt never worked yet to buy a cool pc!
Sorry for my english. Thank you.
find
quote
#2
(09-27-2015, 06:04 PM)chica Wrote: Hello! I want to overclock my notebook, but its BIOS its blocked and by software its motherboard manufacter its so [censored] unkown that the software cant find the PLL. My notebook have an AMI BIOS.

MY QUESTION IS:

I want to know if I can install an AMI version that have overclocking features althogh it is not exactly my notebook model. If i did that it would recognize all my notebook components, I have any chances, or it will not boot?
My notebooks specs for in case you need them:

- Notebook Positivo
- Intel Atom
- AMI BIOS version 1.13
- Motherboard manufracter Positivo (no support, updates or anything unlocked)

Im really desperate for overclocking beacuse I always wanted to have a pc for gaming but I didnt never worked yet to buy a cool pc!
Sorry for my english. Thank you.

Get yourself an ubuntu 15.04 iso and write it to a CD or pendrive (to write it to a pendrive you will need win32imagewriter which is free), boot the notebook off said CD or pendrive. Once you are at the desktop open a terminal window and type this 3 commands
Code:
sudo lspci -v > ~/Desktop/pci.txt
sudo lsusb -v > ~/Desktop/usb.txt
sudo lshw > ~/Desktop/chipsets.txt
and attach the 3 text file that will appear on your desktop to a reply.
Also consider the fact that the CPU is an Atom (a.k.a Netbook CPU). You'll not be able to squeeze that much extra performance out of it and there's also the underpowered graphics chip built-in and the slow disk and RAM controller bus.
find
quote
#3
(09-27-2015, 11:00 PM)fbsduser Wrote:
(09-27-2015, 06:04 PM)chica Wrote: Hello! I want to overclock my notebook, but its BIOS its blocked and by software its motherboard manufacter its so [censored] unkown that the software cant find the PLL. My notebook have an AMI BIOS.

MY QUESTION IS:

I want to know if I can install an AMI version that have overclocking features althogh it is not exactly my notebook model. If i did that it would recognize all my notebook components, I have any chances, or it will not boot?
My notebooks specs for in case you need them:

- Notebook Positivo
- Intel Atom
- AMI BIOS version 1.13
- Motherboard manufracter Positivo (no support, updates or anything unlocked)

Im really desperate for overclocking beacuse I always wanted to have a pc for gaming but I didnt never worked yet to buy a cool pc!
Sorry for my english. Thank you.

Get yourself an ubuntu 15.04 iso and write it to a CD or pendrive (to write it to a pendrive you will need win32imagewriter which is free), boot the notebook off said CD or pendrive. Once you are at the desktop open a terminal window and type this 3 commands
Code:
sudo lspci -v > ~/Desktop/pci.txt
sudo lsusb -v > ~/Desktop/usb.txt
sudo lshw > ~/Desktop/chipsets.txt
and attach the 3 text file that will appear on your desktop to a reply.
Also consider the fact that the CPU is an Atom (a.k.a Netbook CPU). You'll not be able to squeeze that much extra performance out of it and there's also the underpowered graphics chip built-in and the slow disk and RAM controller bus.

Sorry for the delayed answer, (I was with some troubles installing Ubuntu directly from a partition). I appreciate so much your answer, as soon I get the info I will attach it and reply to you.
find
quote
#4
(10-01-2015, 10:10 AM)chica Wrote:
(09-27-2015, 11:00 PM)fbsduser Wrote:
(09-27-2015, 06:04 PM)chica Wrote: Hello! I want to overclock my notebook, but its BIOS its blocked and by software its motherboard manufacter its so [censored] unkown that the software cant find the PLL. My notebook have an AMI BIOS.

MY QUESTION IS:

I want to know if I can install an AMI version that have overclocking features althogh it is not exactly my notebook model. If i did that it would recognize all my notebook components, I have any chances, or it will not boot?
My notebooks specs for in case you need them:

- Notebook Positivo
- Intel Atom
- AMI BIOS version 1.13
- Motherboard manufracter Positivo (no support, updates or anything unlocked)

Im really desperate for overclocking beacuse I always wanted to have a pc for gaming but I didnt never worked yet to buy a cool pc!
Sorry for my english. Thank you.

Get yourself an ubuntu 15.04 iso and write it to a CD or pendrive (to write it to a pendrive you will need win32imagewriter which is free), boot the notebook off said CD or pendrive. Once you are at the desktop open a terminal window and type this 3 commands
Code:
sudo lspci -v > ~/Desktop/pci.txt
sudo lsusb -v > ~/Desktop/usb.txt
sudo lshw > ~/Desktop/chipsets.txt
and attach the 3 text file that will appear on your desktop to a reply.
Also consider the fact that the CPU is an Atom (a.k.a Netbook CPU). You'll not be able to squeeze that much extra performance out of it and there's also the underpowered graphics chip built-in and the slow disk and RAM controller bus.

Sorry for the delayed answer, (I was with some troubles installing Ubuntu directly from a partition). I appreciate so much your answer, as soon I get the info I will attach it and reply to you.

Hello. I've been with some troubles with install Ubuntu, I will do beacuse I am Linux user, but for now, please can you say me what information you need or how can I get it using Windows to send to you?
find
quote
#5
(10-04-2015, 11:38 AM)chica Wrote:
(10-01-2015, 10:10 AM)chica Wrote:
(09-27-2015, 11:00 PM)fbsduser Wrote:
(09-27-2015, 06:04 PM)chica Wrote: Hello! I want to overclock my notebook, but its BIOS its blocked and by software its motherboard manufacter its so [censored] unkown that the software cant find the PLL. My notebook have an AMI BIOS.

MY QUESTION IS:

I want to know if I can install an AMI version that have overclocking features althogh it is not exactly my notebook model. If i did that it would recognize all my notebook components, I have any chances, or it will not boot?
My notebooks specs for in case you need them:

- Notebook Positivo
- Intel Atom
- AMI BIOS version 1.13
- Motherboard manufracter Positivo (no support, updates or anything unlocked)

Im really desperate for overclocking beacuse I always wanted to have a pc for gaming but I didnt never worked yet to buy a cool pc!
Sorry for my english. Thank you.

Get yourself an ubuntu 15.04 iso and write it to a CD or pendrive (to write it to a pendrive you will need win32imagewriter which is free), boot the notebook off said CD or pendrive. Once you are at the desktop open a terminal window and type this 3 commands
Code:
sudo lspci -v > ~/Desktop/pci.txt
sudo lsusb -v > ~/Desktop/usb.txt
sudo lshw > ~/Desktop/chipsets.txt
and attach the 3 text file that will appear on your desktop to a reply.
Also consider the fact that the CPU is an Atom (a.k.a Netbook CPU). You'll not be able to squeeze that much extra performance out of it and there's also the underpowered graphics chip built-in and the slow disk and RAM controller bus.

Sorry for the delayed answer, (I was with some troubles installing Ubuntu directly from a partition). I appreciate so much your answer, as soon I get the info I will attach it and reply to you.

Hello. I've been with some troubles with install Ubuntu, I will do beacuse I am Linux user, but for now, please can you say me what information you need or how can I get it using Windows to send to you?

Hello! I have the files.


Attached Files
.txt   pci.txt (Size: 9.16 KB / Downloads: 2)
.txt   usb.txt (Size: 26 KB / Downloads: 1)
.txt   chipsets.txt (Size: 16.87 KB / Downloads: 2)
find
quote
#6
(10-04-2015, 07:26 PM)chica Wrote:
(10-04-2015, 11:38 AM)chica Wrote:
(10-01-2015, 10:10 AM)chica Wrote:
(09-27-2015, 11:00 PM)fbsduser Wrote:
(09-27-2015, 06:04 PM)chica Wrote: Hello! I want to overclock my notebook, but its BIOS its blocked and by software its motherboard manufacter its so [censored] unkown that the software cant find the PLL. My notebook have an AMI BIOS.

MY QUESTION IS:

I want to know if I can install an AMI version that have overclocking features althogh it is not exactly my notebook model. If i did that it would recognize all my notebook components, I have any chances, or it will not boot?
My notebooks specs for in case you need them:

- Notebook Positivo
- Intel Atom
- AMI BIOS version 1.13
- Motherboard manufracter Positivo (no support, updates or anything unlocked)

Im really desperate for overclocking beacuse I always wanted to have a pc for gaming but I didnt never worked yet to buy a cool pc!
Sorry for my english. Thank you.

Get yourself an ubuntu 15.04 iso and write it to a CD or pendrive (to write it to a pendrive you will need win32imagewriter which is free), boot the notebook off said CD or pendrive. Once you are at the desktop open a terminal window and type this 3 commands
Code:
sudo lspci -v > ~/Desktop/pci.txt
sudo lsusb -v > ~/Desktop/usb.txt
sudo lshw > ~/Desktop/chipsets.txt
and attach the 3 text file that will appear on your desktop to a reply.
Also consider the fact that the CPU is an Atom (a.k.a Netbook CPU). You'll not be able to squeeze that much extra performance out of it and there's also the underpowered graphics chip built-in and the slow disk and RAM controller bus.

Sorry for the delayed answer, (I was with some troubles installing Ubuntu directly from a partition). I appreciate so much your answer, as soon I get the info I will attach it and reply to you.

Hello. I've been with some troubles with install Ubuntu, I will do beacuse I am Linux user, but for now, please can you say me what information you need or how can I get it using Windows to send to you?

Hello! I have the files.

That notebook can take 4GB of RAM and may be overcloked to 2.0GHz but you'll need to see if there's a cpu fan and if there isn't you'll need to install one, for that look for a small laptop cpu fan and look for a cpu fan connector in the motherboard, you can also replace that 5400rpm hard drive with a 7200rpm one or with a solid state drive to speed disk access a bit. That notebook however will still be slow due to the fact that it uses a SATA 2 controller instead of the faster SATA 3 one larger laptops use, and the GMA3150 graphics also affect a lot.
find
quote
#7
(10-06-2015, 02:48 PM)fbsduser Wrote:
(10-04-2015, 07:26 PM)chica Wrote:
(10-04-2015, 11:38 AM)chica Wrote:
(10-01-2015, 10:10 AM)chica Wrote:
(09-27-2015, 11:00 PM)fbsduser Wrote: Get yourself an ubuntu 15.04 iso and write it to a CD or pendrive (to write it to a pendrive you will need win32imagewriter which is free), boot the notebook off said CD or pendrive. Once you are at the desktop open a terminal window and type this 3 commands
Code:
sudo lspci -v > ~/Desktop/pci.txt
sudo lsusb -v > ~/Desktop/usb.txt
sudo lshw > ~/Desktop/chipsets.txt
and attach the 3 text file that will appear on your desktop to a reply.
Also consider the fact that the CPU is an Atom (a.k.a Netbook CPU). You'll not be able to squeeze that much extra performance out of it and there's also the underpowered graphics chip built-in and the slow disk and RAM controller bus.

Sorry for the delayed answer, (I was with some troubles installing Ubuntu directly from a partition). I appreciate so much your answer, as soon I get the info I will attach it and reply to you.

Hello. I've been with some troubles with install Ubuntu, I will do beacuse I am Linux user, but for now, please can you say me what information you need or how can I get it using Windows to send to you?

Hello! I have the files.

That notebook can take 4GB of RAM and may be overcloked to 2.0GHz but you'll need to see if there's a cpu fan and if there isn't you'll need to install one, for that look for a small laptop cpu fan and look for a cpu fan connector in the motherboard, you can also replace that 5400rpm hard drive with a 7200rpm one or with a solid state drive to speed disk access a bit. That notebook however will still be slow due to the fact that it uses a SATA 2 controller instead of the faster SATA 3 one larger laptops use, and the GMA3150 graphics also affect a lot.

Well. Thank you for your answer. I undertand, and know that my notebook is so crapy but anyway I will do.
My answer is as the title "Can I install any AMI BIOS?" if I do that the bios will recognize all my notebook devices and boot, or it will not boot?
Thank you!!
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)