Florian Friesdorf <[EMAIL PROTECTED]> writes: > yaboot.conf (on my server): > --- > device=enet: > partition=0 > timeout=50 > init-message="Debian GNU/Linux Network boot" > default=linux > append="video=ofonly" > read-only > > image=linux > label=linux > root=image-1.44/root.bin
This is wrong. root should be something like /dev/hda3. > image=linux > label=linux2 > initrd=images-1.44/root.bin > initrd-size=8192 You also want a root argument here. Also, just on a hunch, could you move the append="video=ofonly" inside the image sections?