Press escape when booting to go to the boot manager.
- boot alt to boot the CD-ROM
- loadfile (use -t to get a list of files):
- pvcreate is the real file for vg*
- vgscan finds logical volumes
- vgimport imports logical volumes
- vgchange activates logical volumes
- fsck
- /sbin/fs/hfs/mount the whole line is necessary!?
- vgscan -a -v this lists the available logical volumes
- mkdir /dev/vg01
- vgimport vg01 /dev/dsk/c0t5d0
- vgchange -a y vg01
- cd to /sbin/fs/hfs and run ./fsck on each volume group
- ./mount file systems