Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Nov. 24 2006,12:00 |
|
I scrolled back through the boot messages as suggested - I did not see any other errors other than one about a broken Dell BIOS and a modprobe error for a scsi-host adapter (I haven't got one)
The only changes to the .config file were made by the cpufreq patch.
I modified my syslinux.cfg file to read as follows:
DEFAULT vmlinuz APPEND root=xxx ramdisk_size=100000 init=/etc/init...
and tried root=/dev/root, cdrom, /dev/cdrom, /dev/sda1, /root, /sys, dev/ram, /ramdisk - in each case, I got an error of the form:
VFS: Cannot open root device "sda1" or 08:01 Please append a correct "root=" boot option Kernel panic: VFS: Unable to mount root FS on 08:01
It appears that the error I get is right before the kernel loads the KNOPPIX file, if I use linux24 to boot successfully, the last messages prior to this are:
RAMDISK: compressed image found at block 0 VFS: Mount root (ext2 filesystem)
aaaaagh
|