VFS: Não é possível abrir o dispositivo raiz “” ou 03:02 ao inicializar o Damn Small Linux over PXE

0

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
    
por Duncan X Simpson 30.04.2017 / 06:08

1 resposta

0

Acabei de descobrir que no ibiblio eles oferecem uma iso criada para isso, com o initrd pré-compactado com o imagem. Ele é rotulado como dsl-x.y.zz-initrd.iso , em que x.y.zz é o número da versão. Infelizmente isso não está documentado no readme oferecido no mesmo diretório, mas funciona.

    
por 30.04.2017 / 20:14

Tags