View Single Post
  #8   (View Single Post)  
Old 6th March 2012
aleunix aleunix is offline
Real Name: Alessandro
Spam Deminer
 
Join Date: May 2008
Location: Italy
Posts: 224
Default

Using the Cd and entering on the system using the Shell i noted one thing strange.
During the installation was said i have two hdd:
wd0 (my main hdd with linux partions)
wd1 (my secondary hdd where i have put openbsd)
While entering i don't found wd1.

#disklabel rd0
Code:
# /dev/rrd0c:
type: unknown
disk: rdroot
label: 
duid: 81cf6d344b7cfed7
flags:
bytes/sector: 512
sectors/track: 128
tracks/cylinder: 2
sectors/cylinder: 256
cylinders: 16
total sectors: 3872
boundstart: 0
boundend: 3872
drivedata: 0 

3 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  a:             3872                0  4.2BSD    512  4096    1 
  c:             3872                0  unused
#fdisk rd0
Code:
Disk: rd0	geometry: 1/1/3872 [3872 Sectors]
Offset: 0	Signature: 0x0
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
 0: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 1: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused      
 3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused
So i make:
#fdisk -u rd0
but during the boot don't start the same.
Now i made another update-grub from linux but on the generation of the grub2 i don't see the same the voice for openbsd.
I made a restart and, naturally, don't work.

I don't understand what happened.
On this secondary hdd for remove linux during the installation i said use the Whole disc while from the above command seem that the partition for openbsd was created but i don't see any partition inside it.

Inside the dmesg I have wd1 for the secondary hdd:
Quote:
wd1 at pciide0 channel 0 drive 1: <FUJITSU MPD3064AT>
wd1: 16-sector PIO, LBA, 6187MB, 12672450 sectors
wd1(pciide0:0:1): using PIO mode 4, DMA mode 2, Ultra-DMA mode 4

Last edited by aleunix; 6th March 2012 at 07:53 AM.
Reply With Quote