|
From: Dr. H. G. E. <he...@cy...> - 2008-09-09 17:15:56
|
I tried to install DL on an Alix board using the script install-on-usb (grub with serial) and a 2 GB CF card with two partitions, each 1 GB. When I try to boot, I get the message GRUB loading stage 1.5. GRUB loading, please wait. Error 2 and the system get stuck, no more output, no keyboard input. Any ideas, getting it to run? Helmut The menu.lst (which is a ln to grub.conf) in /boot/grub: timeout=10 serial --unit=0 --speed=38400 --word=8 --parity=no --stop=1 terminal --timeout=10 serial console # Devil-Linux Boot Line options: # DL_config=/dev/discs/disc0/part1 - loads the etc.tar.bz2 form that device # DL_config_no_scan - prevents scanning for etc.tar.bz2 # DL_device=/dev/discs/disc0/part1 - Loads CD/ISO from that device # DL_device_no_scan - Prevents scannign for CD/ISO # # Note: "/dev/hda1" type devices are not supported! Use /dev/discs/... or /dev/ide/... # type device names. title Devil-Linux - Serial Console root (hd0,0) kernel /boot/vmlinuz ro root=/dev/ram0 init=/linuxrc ramdisk_blocksize=4096 console=tty0 console=ttyS0,38400n8 initrd /boot/initrd.gz title Devil-Linux - Standard VGA root (hd0,0) kernel /boot/vmlinuz ro root=/dev/ram0 init=/linuxrc ramdisk_blocksize=4096 initrd /boot/initrd.gz title Memtest86 root (hd0,0) kernel /boot/memtest |