g4u_installation
g4u 2.4.x installieren
- Von g4u-CD-ROM: cp /media/netbsd_g4u../netbsd /boot
- In /boot/grub/menu.lst:
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
- stage1,2 … bekommt man von /usr/lib/grub
g4u_installation.txt · Zuletzt geändert: von 127.0.0.1
