Boot Problem (installboot)

someone

New Member
Hi,

ich möchte die Platte meiner bsd-box austauschen. Ich bin wie folgt vorgegangen:

(fdisk) ...
Code:
NetBSD disklabel disk geometry:
cylinders: 16383 heads: 16 sectors/track: 63 (1008 sectors/cylinder)

BIOS disk geometry:
cylinders: 1024 heads: 255 sectors/track: 63 (16065 sectors/cylinder)

Partition table:
0: <UNUSED>
1: sysid 169 (NetBSD)
    start 63, size 78165297 (38166 MB), flag 0x0
beg: cylinder    0, head   1, sector  1
end: cylinder 1023, head 254, sector 63
2: <UNUSED>
3: <UNUSED>

disklabel ...
Code:
type: ESDI
disk: Barracuda ATA IV
label: system
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 16383
total sectors: 78165360
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0           # microseconds
track-to-track seek: 0  # microseconds
drivedata: 0

8 partitions:
#        size    offset     fstype  [fsize bsize cpg/sgs]
a:   1031184        63     4.2BSD   1024  8192    86   # (Cyl.    0*- 1023*)
b:   1228800   1031247       swap                      # (Cyl. 1023*- 2242*)
c:  78165297        63     unused      0     0         # (Cyl.    0*- 77544)
d:  78165360         0     unused      0     0         # (Cyl.    0 - 77544)
e:  20480000   2260047     4.2BSD   2048 16384   328   # (Cyl. 2242*- 22559*)
f:  55425313  22740047     4.2BSD   1024  8192   101   # (Cyl. 22559*- 77544)

newfs erzeuge ein neues Dateisystem auf 'a' und 'e', und hänge sie unter '/mnt/' und '/mnt/usr'

cp kopiere '/' und '/usr' nach '/mnt/' und '/mnt/usr/'

installboot ...
Code:
#/usr/mdec/installboot -v /usr/mdec/biosboot.sym /dev/rwd1a
/usr/mdec/biosboot.sym: entry point 0x8063000
proto bootblock size 48128
room for 10 filesystem blocks at 0x580
/dev/wd1a is not mounted
mounted /dev/wd1a at /tmp/installboot00315a
renamed /tmp/installboot00315a/boot -> /tmp/installboot00315a/boot.bak
unmounting
Will load 79 blocks.
dblk: 2688, num: 16
dblk: 2704, num: 16
dblk: 2720, num: 16
dblk: 2736, num: 16
dblk: 2752, num: 15
BSD partition starts at sector 63
/dev/wd1a is not mounted
mounted /dev/wd1a at /tmp/installboot00315a
deleting /tmp/installboot00315a/boot.bak
unmounting

... nachdem ich von der neuen Platte boote, erscheint "PRESS A KEY TO REBOOT". Was mache ich falsch?

MfG someone
 
Zuletzt bearbeitet:
Zurück
Oben