* Eli Papa <[email protected]> [2010-09-05 22:41]: > I can't seem to find the error in the syslog file. I have attached it > in case someone more expert than myself can see what went wrong.
It seems you're passing an incomplete kernel command line: Sep 1 13:11:18 kernel: [ 0.000000] Kernel command line: console=ttyS0,115200 base-installer/initramfs-tools/driver-policy=most mirror/suite=stable apt-setup/local0/repository="http://people.debian.org/~tbm/orion lenny main" apt-setup/local0/key=ht ^^^^^^^^^^^^^^^^^^^^^^^^ It should be: console=ttyS0,115200 base-installer/initramfs-tools/driver-policy=most mirror/suite=stable apt-setup/local0/repository="http://people.debian.org/~tbm/orion lenny main" apt-setup/local0/key=http://people.debian.org/~tbm/orion/68FD549F -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

