Estou tentando configurar um servidor de inicialização PXE para vários sistemas operacionais diferentes. Até agora eu tenho que trabalhar com Linux Mint, Arch Linux e uma imagem GParted. Eu estou tentando fazer o Damn Small Linux completamente dentro da RAM, então o host não precisa ficar conectado à rede para funcionar. Eu segui este tutorial: link
No entanto, recebo a seguinte tela quando tento inicializá-lo:
vesafb: scrolling: redraw
vesafb: directcolor: size=0:8:8:8, shift=0:16:8:0
Console: switching to colour frame buffer device 100x37
fb0: VESA VGA frame buffer device
pty: 256 Unix98 ptys configured
FDC 0 is a S82078B
RAMDISK driver initialized: 16 RAM disks of 100000K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX3: IDE controller at PCI slot 00:01.1
PIIX3: chipset revision 0
PIIX3: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xc300-0xc307, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xc308-0xc30f, BIOS settings: hdc:pio, hdd:pio
ide: late registration of driver.
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 32768)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 49583k freed
VFS: Mounted root (ext2 filesystem).
kmod: failed to exec /sbin/modprobe -s -k block-major-3, errno = 2
VFS: Cannot open root device "" or 03:02
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 03:02
Não tenho certeza do que preciso fazer aqui. Meu minirt24.gz está disponível para inspeção no link se isso ajudar, e aqui está a parte relevante do meu pxelinux.cfg/default
:
LABEL Damn Small Linux
LINUX dsl/linux24
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=789 initrd=dsl/minirt24.gz nomce noapic loud BOOT_IMAGE=knoppix frominitrd nopcmcia noagp noswap base