je gkey has ext2 partition with bsd.rd image for network install
http://www.openbsd.org/loongson.html
download the boot image (kernel + initrd)
ftp://ftp.fr.openbsd.org/pub/OpenBSD/4.7/loongson/bsd.rd
put the file on ext2 fs on the key
load the installer by the way:
load /dev/fs/ext2@usbg0/bsd.rd
the install use all the gkey
when install is finiched reboot with bios option:
load /dev/fs/ext2@usbg0/boot/boot
and
initrd /dev/fs/ext2@usbg0/boot/bsd
for initialised the bios use
set al /dev/fs/ext2@usbg0/boot/boot
and
set rd /dev/fs/ext2@usbg0/boot/bsd
Post new comment