Hello,
I'm trying to set up Alpine Linux for diskless usage. I put the ISO files (3.9.4) on a flash drive with Rufus and when it booted up I got
Code:
SYSLINUX 6.04 EDD 6.04-pre1 Copyright (C) 1994-2015 H. Peter Anvin et al
boot:
Mounting boot media failed.
initramfs emergency recovery shell launched. Type 'exit' to continue boot
sh: can't access tty; job control turned off
/ #
Alpine Linux Wiki tells me to replace the device name in some line, but I don't see such a line in my
syslinux.cfg.
Edit:
It tells me to add
usbdisk in this line:
Code:
append initrd=/boot/grsec.gz alpine_dev=usbdisk:vfat modules=loop,cramfs,sd-mod,usb-storage quiet
but I only have
Code:
APPEND /boot/syslinux/
in my
syslinux.cfg.
Can somebody help me here?