g4u 2.4.x installieren

title Systemwiederherstellung
        root (hd0,2)
        kernel --type=netbsd /boot/netbsd
        boot

alte Variante

IKT

[Konsole]
fdisk -l
mke2fs /dev/hda3
mount /dev/hda3 /mnt
cd /mnt
la
mkdir boot
cd boot
sftp bgweiz.at
[yes]
[Passwort]
cd /srv/ftp/software/g4u
ls
get boot
get netbsd
bye
cd
umount /mnt
cd /boot/grub
vi menu.lst
G
o

title g4u
        root (hd0,2)
        kernel --type=netbsd /boot/netbsd
        boot
[ESC]
:x

grub-install --root-directory=/mnt/... /dev/hda