On 20:34:44 Nov 02, Rafael Cunha de Almeida wrote: > Hello, > > I'm having trouble booting my new opebsd installation. I was able to > boot usihg the CD and I tried to use installboot to record the > biosboot to the PBR. I booted with -s option, so I'd start in single > user mode and I mounted /usr to /mnt/. > > Then I did: > % /mnt/mdec/installboot /boot /mnt/mdec/biosboot sd0 > ... > installboot: broken MBR >
This almost always means that your following step did not succeed. Look below. > I also tried: > % /mnt/mdec/installboot /boot /mnt/mdec/biosboot sd0a > installboot: superblock: devread: lseek: invalid argument This is wrong. You should mount /dev/sd0a on a directory , then copy the two boot files, the /usr/mdec/boot and /usr/mdec/biosboot to the root like this. # mount /dev/sd0a /mnt # cp /usr/mdec/b* /mnt And then you should run installboot like this. # ./usr/mdec/installboot boot /mnt/biosboot sd0 Try this. It might work. ;) Best of luck! > I have grub currently installed on MBR. OpenBSD is on > linux's /dev/sda2. Does anyone know what could be wrong? Of course, I'd > like it better if I don't have to destroy in order to get this > working :-). I don't like grub anymore. ;) -Girish

