Hallo zusammen,
ich wollte mal versuchen, von einem Knoppix-ISO zu booten, das
funktioniert aber nicht. Hier mal, was ich gemacht habe.
Knoppix 5.1 von CD normal gebootet
mount -t reiserfs /dev/hda13 /mnt
mkdir /mnt/boot
cd /cdrom/boot
find . -print | cpio -p /mnt/boot
cd /boot
find . -print | cpio -p /mnt/boot
cp /etc/lilo.conf /mnt/boot
vi /mnt/boot/lilo.conf
lba32
boot=/dev/hda13
backup=/dev/null
map=/boot/map
prompt
timeout=100
vga=normal
default=Knoppix
image=/boot/boot/vmlinuz
append="fromhd=/dev/hda13 lang=de apm=power-off hda=scsi
hdb=scsi hdc=scsi hdd=scsi hde=scsi
hdf=scsi hdg=scsi hdh=scsi quiet
BOOT_IMAGE=knoppix"
initrd=/boot/boot/isolinux/minirt.gz
root=/dev/hda13
label=Knoppix
read-write
umount /mnt
mount -t reiserfs /dev/hda13 /boot
cd /boot/boot
cp lilo.conf /etc/lilo.conf
reboot
Knoppix von CD gebootet mit tohd=/dev/hda13
mount -t vfat /dev/hda6 /mnt (Windows Partition)
dd if=/dev/hda13 bs=512 count=1 of=/mnt/knopboot.img
reboot mit XP
knopboot.img auf C: geschrieben und boot.ini angepasst
reboot
Auswahl von Knoppix (knopboot.img)
LILO 22.6.1 loading knoppix
uncompressing linux .. ok, booting the kernel
kernel panic - not syncing: no init found. try passing init= option to kernel
Es sieht wohl so aus, da? root nicht gefunden wird. Habe auch mal
eine lilo.conf probiert ohne den Eintrag root=/dev/hda13, mit gleichem
Misserfolg.
Wei? jemand, was ich angeben mu?, damit der gebootete Kernel
sein root (im Knoppix Image, auf /dev/hda13, Verzeichnis KNOPPIX
steht es ja in einer Datei) findet?
Dank f?r Euro Antworten