BIOS configuration


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu BIOS configuration
# 8  
Old 06-15-2016
Bakunin
This is the output after reinstalling Biolinux 8 on my new laptop:
Code:
 $ parted /dev/sda print

Model: ATA ST1000LM024 HN-M (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos

Number  Start   End    Size     Type       File system    Flags
 1      1049kB  994GB  994GB    primary    ext4           boot
 2      994GB   1000GB 6347MB   extended         
 3      994GB   1000GB 6347MB   logical    linux-swap(v1)

As I said, Biolinux is now running flawlessly.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Unable to fetch BIOS configuration details

Hi All, unable to fetch the bios configuration information and service provider information in centos 5 using dmidecode command. ServiceProvider=`dmidecode -s system-product-name |awk '{print $1}'` BIOS_Configuration=`dmidecode | grep "BIOS Information" -A10 | grep -e... (4 Replies)
Discussion started by: sravani25
4 Replies

2. 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

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. 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

5. UNIX for Advanced & Expert Users

BIOS Password on BL460c

Hi, Can anyone please advise how I can reset my BIOS password on my BL460c-class blade? I need to make some changes but do not know what the password has been set to. This is a newly purchased server so any default I can try may be useful. R, D. (3 Replies)
Discussion started by: Duffs22
3 Replies

6. Hardware

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... (0 Replies)
Discussion started by: arvindk.monu
0 Replies

7. Red Hat

thinking on a BIOS upgrade

Hello, I got a computer in which I decided to change RAM memory cards. These (2) RAMs are: Brand: Crucial Technology DDR Ram 266 Mhz and when I ran memtest86 tool, both of them have errors. So I decided to change them and purchase a new ones. I bought: Brand: Patriot DDR RAM 512 Mb 266... (2 Replies)
Discussion started by: inhaki
2 Replies

8. 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

9. UNIX for Dummies Questions & Answers

Save 43p bios?

Is there any way to backup the bios on a 43P-140 7043? (0 Replies)
Discussion started by: freestyle10269
0 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
SETPNP(8)						      System Manager's Manual							 SETPNP(8)

NAME
setpnp - modify Plug and Play BIOS device resources SYNOPSIS
setpnp [-b] device resource... setpnp [-b] device {on|off} DESCRIPTION
This utility updates the system resource information for Plug and Play BIOS device nodes. A device is specified by its two-digit hex node number. In its first form, a list of resources are given on the command line. Alternatively, a device can either be simply switched ``on'' (reset to its boot configuration) or ``off'' (all resources disabled). There are four types of resources: ``io'', ``mem'', ``irq'', and ``dma''. A resource list consists of one or more space-separated pairs of a resource type with one or more values. Multiple values for one resource type can be separated by commas. Values can also either be uni- tary or dash-separated ranges. For example: setpnp 0d io 0x2f8-0x2ff irq 3 setpnp 12 io 0x350-0x35f,0x2f8-0x2ff irq 3 irq 10 setpnp 0b irq off The order of items of different types is not important, but if more than one item of the same type is present, their relative order is sig- nificant. The Plug and Play BIOS will reject invalid configuration attempts; however, setpnp will not attempt to determine why a configu- ration was rejected. By default, current (dynamic) device configuration information is modified. With the -b option, a device's boot (static) configuration can be updated. Some devices may only be reconfigured for the following boot. Be especially careful when modifying your system's boot config- uration. Improper use of this command may disable vital system devices and render your system unbootable. OPTIONS
-b Boot mode: update the device resource information that will be used at next boot (as opposed to current resource info). FILES /proc/bus/pnp/... The kernel interface for Plug and Play BIOS device services. AUTHORS
David Hinds - dahinds@users.sourceforge.net SEE ALSO
lspnp(8) pcmcia-cs 2001/10/04 03:11:23 SETPNP(8)