DaemonForums  

Go Back   DaemonForums > Miscellaneous > Guides

Guides All Guides and HOWTO's.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 17th February 2010
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default Preserving existing OpenBSD partition layout during a re-install

1. Preserving an existing OpenBSD partition layout during a re-install
  • 1.1 Description of the problem
  • 1.2 Partitioning at MBR level with 'fdisk' step
  • 1.3 Overriding the suggested partition lay-out
  • 1.4 Summary


1.1 Description of the problem

The OpenBSD 4.6 installation program introduced some nice features, like suggesting a disklabel partition lay-out. But if you have quite some experience in installing previous OpenBSD releases, and intend to keep your own custom lay-out, you may be in for a surprise.

Such an experience has been posted in July 2009 in a message to the OpenBSD mailing list, with the subject New disklable doesn"t keep old partitions if requested. A quote from the initial post

Code:
I try to keep the actual partition of the disk as it was before and do a fresh
install, but the snapshots looks like simply do not allow this now.

You can select Custom label and it will show the previous label, but then when
you write it, obviously no changes are present, but when you Quit it, it comes
back to the same question and looks like you can't move on from there.

Good if you want to use the auto label, but if you want to keep the old one,
then what really should be the step then?
The correct steps to be taken will be illustrated in the following capture of an OpenBSD install. We skip the preliminary install steps and join the fun at the 'fdisk' part.


1.2 Partitioning at MBR level with 'fdisk' step

Code:
Available disks are: wd0.
Which one is the root disk? (or 'done') [wd0] Enter
Disk: wd0       geometry: 19457/255/63 [312581808 Sectors]
Offset: 0       Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
*0: A6      0   1   1 -   4864 254  63 [          63:    78156162 ] OpenBSD
 1: A5   4865   0   1 -   9728 254  63 [    78156225:    78140160 ] FreeBSD
 2: A5   9729   0   1 -  12161 254  63 [   156296385:    39086145 ] FreeBSD
 3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused

Use (W)hole disk, use the (O)penBSD area, or (E)dit the MBR? [OpenBSD] Enter
Because we want the preserve the current MBR layout we just press Enter.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Recommended Partition Layout MetalHead OpenBSD Installation and Upgrading 12 30th November 2008 10:08 AM
install FileZilla in OpenBSD 4.2 mfaridi OpenBSD Packages and Ports 3 4th November 2008 08:13 AM
install ssh openbsd darken OpenBSD Packages and Ports 22 26th September 2008 02:58 AM
disklabel don't see OpenBSD partition piotrk OpenBSD General 4 25th September 2008 06:14 PM
Keyboard Layout mfaridi FreeBSD General 6 26th June 2008 07:13 PM


All times are GMT. The time now is 03:09 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick