Chinaunix首页 | 论坛 | 博客
  • 博客访问: 155493
  • 博文数量: 39
  • 博客积分: 2713
  • 博客等级: 少校
  • 技术积分: 420
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-25 00:05
文章分类

全部博文(39)

文章存档

2012年(1)

2011年(2)

2010年(36)

分类: LINUX

2010-11-13 08:45:52

在终端使用命令 sudo dmidecode –type bios将显示如下

将显示如下资料

# dmidecode 2.9
SMBIOS 2.4 present.
Handle 0×0000, DMI type 0, 24 bytes
BIOS Information
Vendor: LENOVO
Version: 7VET87WW (3.17 )
Release Date: 07/30/2010
Address: 0xE0000
Runtime Size: 128 kB
ROM Size: 4096 kB
Characteristics:
……………………….

原文
YOU WILL NEED THE FOLLOWING:
1a) FreeDOS, specifically, this image:
1b) Alternate download location:
2) New BIOS image + flashing tool to be found at the web site of your motherboard/BIOS/OEM vendor.

M1: FLOPPY
Unpack FreeDOS image → copy image to floppy disk → create temp floppy dir → mount floppy → copy flashing tool and new BIOS image to /tmp/floppy (see footnotes below) → reboot following vendor instructions
Note: “NewBiosFiles” listed below is pseudocode for the extracted location of the new BIOS image + related files that you just downloaded

wget
gunzip FDOEM.144.gz
dd if=FDOEM.144 of=/dev/fd0
mkdir /tmp/floppy
sudo mount /dev/fd0 /tmp/floppy
sudo cp ~/NewBiosFiles/* /tmp/floppy

当命令执行完毕,装入软盘,并复制新的BIOS升级工具。 这就是这么简单。 重新启动即可。



 
阅读(1961) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~