Sponsored Content
Full Discussion: BIOS configuration
Operating Systems Linux Ubuntu BIOS configuration Post 302975536 by bakunin on Wednesday 15th of June 2016 03:51:54 AM
Old 06-15-2016
There are several points to discuss:

Some BIOSes (i don't know if your Dell system is among them) are "configured" to need a Windows-partition as the first one. Actually a colleague fo mine had such a system and it took us some time to figure out what was wrong. Therefore the following might lead to an (from disk) unbootable laptop. Continue only if you have some "rescue disk" or something such. Usually there is some disk where you can recreate the factory setup, wiping out everything you wrote to the disk. If you have such a disk, TEST IT to know it works, only then continue because what i suggest you do is potentially disruptive. You test your plan B to work before even attempt to execute plan A.

In a normal case, where the above is not the case, your partition tale looks like there is a leftover from the probably factory-installed Windows. Run parted to remove all these partitions. Once the disk is completely clean reboot and start the installation of your distro. It should contain provisions for partitioning the disk.

If you need to partition by hand (or want to use the "expert mode" many installation routines offer for more control), here is a short guide to partitioning:

Start with a primary partition mounted on "/boot" as the first one of the type "ext3". It needs only 1GB (perhaps not even that much, 128MB should be sufficient), because in the installed system only the kernel image to boot and some GRUB-configuration files will be there. Even if you have several different kernel images to select from: they become hardly bigger than 1-2 MB apiece. Historically Linux could not boot from partitions located on disk cylinders 1023 and above, so out of habit i put this partition always at the very front. Because it won't change over time this is a very good place anyway. "ext3" is because Linux cannot boot from LVM-controlled logical partitions. This partition will also get the "boot" flag.

Then create a LVM partition (type "ext4") using the rest of the disk. We will do everything further within this partition.

The following "logical volumes" will be created inside the LVM partition and are not partitions in their own right. I will tell you the names (=mountpoints) and sizes and give you a short explanation for each.

<swap> size=your amount of RAM
Whenever the main memory of the system is exhausted some disk space previously set aside is used to emulate memory. This is called "swap" or "paging" space and you should see it like the jerry can of your car: it will be good to be there if you once in a while need it but do not rely on it and under no circumstance count that among the usable amount of gas you have. Your normal operation should not need any swap and if it does you do not need a bigger swap, you need more RAM.

/ size ~ 20GB
This is for your system. It is good style to separate application and system, so this will only hold the operating system, not the applications.

/altroot size ~ 20GB
I like always have a second OS installation in reserve, in case i manage to destroy one. This is for this second system. "/" and "/altroot" will reciprocally mount each other (if "/altroot" boots as "/", it will mount what is "/" normally as "/altroot") and everything else at the same place.

/home size ??
This is for your data. I'd start with as little as possible, because it is easier to grow this FS than it is to diminish it. Note that /home is for your personal data. If you have application data you should perhaps create a separate filesystem for it and use that.

Other FS you might need depend on what you want to do with your system. If you have a certain application i'd create 2 filesystems (at least) for it: one for the application binaries, its configuration and other files needed to run it. Another FS for its data. This way you can update your application while having the data unmounted and hence save from accidental manipulation.

Some general remarks: you should always try to be as flexible as possible. This means especially to give logical volumes the least possible amount of space. This way you have the most diskspace available to still distribute where necessary. If you need more you can always increase a particular FS in size.

I hope this helps.

bakunin
These 2 Users Gave Thanks to bakunin For This Post:
 

10 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

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

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

10. 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
All times are GMT -4. The time now is 01:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy