|
OpenBSD Installation and Upgrading Installing and upgrading OpenBSD. |
|
Thread Tools | Display Modes |
|
|||
Some questions about installation of OpenBSD
Some questions about installation of OpenBSD
The Linux+FreeBSD mini-HOWTO The principles should be equally applicable to other systems bsd. Code:
2.2 Drive and partition labelling in Linux and FreeBSD If you have a Linux extended partition after your FreeBSD slice you're in for trouble, because most Linux kernels installation floppies are build without UFS support, they will not recognise the FreeBSD partitions inside the slice. What should have have been seen as (/dev/hda3 is the FreeBSD slice and /dev/hda4 is the Linux extended partition) Partition check: hda: hda1 hda2 hda3 < hda5 hda6 hda7 hda8 > hda4 < hda9 hda10 > is seen as: Partition check: hda: hda1 hda2 hda3 hda4 < hda5 hda6 > This can give you the wrong device assignment and cause the loss of data. My advice is to always put your FreeBSD slice after any Linux extended partitions, and do not change any logical partitions in your Linux extended partitions after installing FreeBSD! The problem is that after i have Linux extended partitions. Support Unix (UFS) and Free BSD (FFS) file systems on Linux I have seen that i have support for ufs (however don't on default) but there isn't support for ffs. Perhaps i have think a workaround for this problem but i'm not sure that is right. I if don't put partitions bsd on /etc/fstab linux the problem is avoid? Bye Ale |
|
|||
Quote:
OpenBSD can only be installed on a primary MBR partition. For more information see Section 4 of the FAQ: http://openbsd.org/faq/faq4.html |
|
||||
OpenBSD and FreeBSD were last joined together in 4.4BSD-Lite, in 1995.
For Linux users, the OpenBSD project has a Linux-specific installation document. Here's a link: ftp://ftp.openbsd.org/pub/OpenBSD/4..../INSTALL.linux |
|
|||
I will try to be more clear.
In the OpenBSD: INSTALL.linux, the openbsd is placed at the end of the disc if it is behind an extend partition linux it's possible to have problems? Why on link i read 4.2BSD ? |
|
|||
I would like install OpenBSD on my PATA hard drive:
Disco /dev/sdb: 120.0 GB, 120034123776 byte 255 heads, 63 sectors/track, 14593 cylinders Units = cilindri of 16065 * 512 = 8225280 bytes Disk identifier: 0x04448aae Dispositivo Boot Start End Blocks Id System /dev/sdb3 652 1020 2963992+ 83 Linux Dispositivo Boot Start End Blocks Id System /dev/sdb3 10458315 16386299 2963992+ 83 Linux How is possible to avoid modify the Mbr? |
|
|||
Yes. You will need to answer "no" to the following question made during installation:
Code:
Do you want to use *all* of wd0 for OpenBSD? [no] http://openbsd.org/faq/faq4.html#Disks Last edited by ocicat; 2nd June 2008 at 07:06 AM. |
|
|||
Thanks.
When i install the system i can create a partition with mount point /data? Is if possible, if i reinstall a system this partition remain don't touch? |
|
||||
Keep in mind:
There are two levels of partitioning for OpenBSD: MBR partitions (on MBR architectures)One primary MBR partition is used for all space to be used by OpenBSD. Within that partition -- the area of the drive usable by OpenBSD -- you may have up to 16 disklabel partitions, specified by letter: "a" through "p". (Partition "c" is special, it is the entire physical drive.) On OpenBSD, the fdisk(8) program is used to manage MBR partitions, and the disklabel(8) program is used to manage disklabels. *IF* you do not move the MBR partition, and *IF* you do not damage or destroy the information in "/data", and *IF* you have not destroyed the disklabel or you have a backup of that disklabel, then the information in "/data" will still be good. |
|
|||
Quote:
Quote:
http://openbsd.org/faq/faq4.html#Disks Upgrading is not as destructive. See the following for more information. http://openbsd.org/faq/upgrade43.html As a newcomer to OpenBSD, you will save yourself a lot of time & future aggravation by taking the time to familiarize yourself with the entire contents of the FAQ. |
|
|||
Yes you are right but the information on faq or man aren't always very clear (exspecially on man page where in general there isn't examples).
Before i have spoke of the reinstallation and not upgrade the system. Last edited by aleunix; 2nd June 2008 at 02:29 PM. |
|
|||
Generate xorg.conf.new and black screen
Partition active
What's happens if non-specific OpenBSD partition as active in a multi-boot Linux? Faq 4.5.2 - Setting up disks isn't clear for me. Last edited by aleunix; 4th June 2008 at 05:12 AM. |
|
|||
During the install OpenBSD will create a disklabel for non-OpenBSD partitions.
A Windows/DOS or FAT32 partition for example will get a label i or j. That way you can mount these labelled partitions in OpenBSD.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump |
|
|||
Rephrase the question in a different way to try to be more clear.
What we haven't done is flagged the partition as active so the machine will boot OpenBSD on the next reboot: Code:
fdisk:*1> f 1 Partition 1 marked active. fdisk:*1> p Disk: wd0 geometry: 2586/240/63 [39100320 Sectors] Offset: 0 Signature: 0xAA55 Starting Ending LBA Info: #: id C H S - C H S [ start: size ] ------------------------------------------------------------------------ 0: 0B 0 1 1 - 202 239 63 [ 63: 3069297 ] Win95 FAT-32 *1: A6 203 0 1 - 2585 239 63 [ 3069360: 36030960 ] OpenBSD Can i start the same with a voice on grub linux? Or not? |
|
|||
Im not sure what you mean here, but if its "Can grub boot OpenBSD?", the answer is yes.
You will need to chainload the bootloader tho. |
|
|||
If in the example on Faq the partition OpenBSD isn't marked as active will be start windows?
|
|
|||
Quote:
If you read the manpage to fdisk(8), you will find that it is the Wintel specification which states that one partition is the maximum number which can be marked as active. The instructions executed in the boot sector will verify that only one partition is marked active before progressing to loading the kernel as specified in the PBR. If zero, or more than one partition are marked as active, an error message is displayed, & further execution is halted if this is the drive identified in the BIOS as being the primary bootable block device. I suspect the observation you are wanting to confirm is that fdisk(8) can be used as a crude boot manager unto itself, & this is correct. By marking what partition is active, you are determining what partition will be used when booting at the next restart. |
|
|||
Thanks.
|
|
|||
Yesterday I installed openbsd in my athlon single core!
I am glad. The installation was easier than expected after the tests made in vmware and qemu, which further simplified because I converted a primary partition linux in openbsd (changing the id of the partition). Remains the problem of how to use the resolution 1280*1024 (now i use the 1024*768). Note: I have not tried the audio but i will see later. |
|
|||
Quote:
Please have a look at: http://www.openbsd.org/faq/faq11.html And you should have a close look at this: http://www.openbsd.org/faq/faq11.html#amd64i386 Before this, you should know the right name of the driver of your graphics card. For example: In my Laptop (Asus M6Ne) I have an Ati Radeon Mobility 9700 card and the right driver is "ati". |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenBSD installation on eeepc 1000 | sutures | OpenBSD Installation and Upgrading | 9 | 26th September 2009 12:33 AM |
Some Questions ?? | ultranothing | OpenBSD Security | 6 | 4th September 2009 04:59 PM |
OpenBSD 4.4/4.5 i386 installation on Dell Inspiron 6400 notebook. | xixobrax | OpenBSD Installation and Upgrading | 12 | 30th April 2009 04:34 AM |
A few questions on OpenBSD? | php111 | OpenBSD General | 24 | 1st November 2008 09:18 AM |
OpenBSD installation failed on X | RadioActive | OpenBSD Installation and Upgrading | 3 | 31st July 2008 06:43 PM |