Bad BIOS Checksum

 
Thread Tools Search this Thread
Special Forums Hardware Bad BIOS Checksum
# 1  
Old 07-17-2010
Bad BIOS Checksum

Hi All,
I installed Ubuntu10.04LTS after using it for some day , a problem started ,at system boot time error is coming
Bad BIOS checksum.Starting BIOS recovery.
checking for floppy.checking for CD is coming repeatedly but system is not cuming up.

After sometime output was also not coming.monitor was just blinking..


Can anybody help....how to correct Bad BIOS checksum.Starting BIOS recovery problem.thanks in Advance
This User Gave Thanks to arvindk.monu For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Help with updating bios

I need to update a setting in the BIOS on our SCO Openserver 5.0.7 system and all I can bring up about it says I need to create a dos bootable disk of some sort. The problem is that it doesn't seem like dos is loading up fully. I created the dos bootable thumb drive on a Windows PC using Rufus... (7 Replies)
Discussion started by: hometrics
7 Replies

2. Ubuntu

BIOS configuration

I have a problem with a brand new Dell laptop. BioLinux was installed on it without making the necessary changes on BIOS. The installation was completed successfully but the BIOS system cant find the OS after rebooting the machine. I have tried to modify the BIOS setting with no luck this far. I... (7 Replies)
Discussion started by: Xterra
7 Replies

3. Debian

Stuck in BIOS

okay,i made a grave mistake in installing the base bare bones install of debian. here i have edited this from the original. this morning when i got home from work i did some searching and then just shut the system down via the mechanical off on switch. waited a few minutes and then restarted... (0 Replies)
Discussion started by: cowLips
0 Replies

4. IP Networking

Wireshark UDP checksum bad checksum

Hello I am communicating with two devices using my computer over UDP protocol. The application is running fine. When I monitored the UDP traffic using Wireshark software, I found that there were too many Checksum errors. Please find attached the png file showing this error. I am about to... (0 Replies)
Discussion started by: AustinCann
0 Replies

5. Hardware

Where is the BIOS located???

Hi friends, I hope you are doing well. Can you please tell me which part of the motherboard contains the BIOS software, name that exact location. And could please give me the names of the firmwares for atleast 5 archetictures, like sun sparc, ibm power, hp alpha etc. Looking forward to your... (0 Replies)
Discussion started by: gabam
0 Replies

6. Shell Programming and Scripting

Why I get bad bad substitution when using eval?

Why I get bad replace when using eval? $ map0=( "0" "0000" "0") $ i=0 $ eval echo \${map$i} 0000 $ a=`eval echo \${map$i}` !!!error happens!!! bash: ${map$i}: bad substitution How to resolve it ? Thanks! (5 Replies)
Discussion started by: 915086731
5 Replies

7. SCO

Bad Checksum, Installed Mini tape on floppy controller

I'm on SCO 5.07. Just installed mini tape. Getting CMOS/GPNV checksum error when I turn on the machine and have to go into bios. I just hit f10 and I continue. When loading SCO and it get to the mini tape I get Warning: SCSI boot options ignored: Bad paremeter count. It's a QIC 80. When in bios if... (2 Replies)
Discussion started by: Mike Gomes
2 Replies

8. Solaris

Help:"Bad checksum in disk label" and "Can't open disk label package"?

Hello, I'm brand new to Sun/Solaris. I have a Sun Blade 150, with SunOS 5.8. I wanted to make a backup to prevent future data loss, so I put the disk in a normal PC with Windows XP to try to make a backup with Norton Ghost, the disk was detected, but not the file volume, so I place the disk... (6 Replies)
Discussion started by: Resadija
6 Replies

9. Solaris

how to get the bios version?

I am using solaris 10 how to get the bios version? thanks (4 Replies)
Discussion started by: melanie_pfefer
4 Replies

10. Windows & DOS: Issues & Discussions

Need BIOS drivers for motherboard

Does anyone know a good driver site. If you've heard of driverguide.com or driversearch.com please do not reccomend them because I already know them. I need to know where to get Motherboard drivers for a homemade computer. If there is any info that you need to know feel free to make a reply. :) (5 Replies)
Discussion started by: computek
5 Replies
Login or Register to Ask a Question
PNPBIOS(4)						 BSD/i386 Kernel Interfaces Manual						PNPBIOS(4)

NAME
pnpbios -- support for embedded devices on the motherboard DESCRIPTION
The pnpbios driver enumerates embedded ISA devices on the motherboard whose BIOS supports ``Plug and Play BIOS Specification''. It assigns ISA bus resources (interrupt line, DMA channel, I/O ports, and memory region) to each device and activates it. If it cannot assign necessary resources to a device without causing conflict with other devices in the system, the device will not be acti- vated and will be unavailable to programs. CAVEATS
There is no explicit way to disable individual embedded devices. The pnpbios driver will find all devices reported by the ``Plug and Play (PnP)'' BIOS and try to activate them all. There is no way to explicitly assign particular resource to a device. The resource assignment is fully automatic and there is no provision for manual override. SEE ALSO
pnp(4) STANDARDS
Compaq, Phenix, and Intel, Plug and Play BIOS Specification Version 1.0A, May 5, 1994. Compaq, Phenix, and Intel, Plug and Play BIOS CLARIFICATION Paper for Plug and Play BIOS Specification Version 1.0A, October 6, 1994. HISTORY
The pnpbios driver first appeared in FreeBSD 4.0. AUTHORS
The pnpbios driver was written by Mike Smith. BSD
September 20, 2001 BSD