**** BEGIN LOGGING AT Thu Jun 24 02:59:58 2010 Jun 24 10:44:19 i'm trying to install debian lenny using the guide of tbm, however the installer warns me that it cannot find a installable kernel (other packages were installed) Jun 24 10:45:22 what can i do? the apt-repository contains kernels so it should find them Jun 24 11:15:36 ok, i ignored it and continued the installer. the installer failed making it bootable Jun 24 11:16:04 now i get bad magic number when trying to boot Jun 24 11:17:21 oh i'm stupid Jun 24 11:29:23 hm i'll try to add the kernel manually somehow Jun 24 12:21:39 /boot was complete empty, so i put the boot content from http://people.debian.org/~tbm/sheevaplug/lenny/base.tar.bz2 Jun 24 12:21:46 in there Jun 24 12:22:00 still gives me bad magic number though :/ Jun 24 12:53:43 Barlow: you have to burn the kernel into uboot Jun 24 12:53:50 you can't have it on the nand filesystem Jun 24 12:53:53 uboot can't read it there Jun 24 12:54:57 if you put the kernel onto a usb drive Jun 24 12:55:00 name it 'uImage' Jun 24 12:55:03 and run this: Jun 24 12:55:06 usb start; fatload usb 0 0x00800000 uImage; nand erase clean 0x00100000 0x00400000; nand write.e 0x00800000 0x00100000 0x00400000; reset Jun 24 12:55:28 you might have to change the numbers depending your bootcmd Jun 24 12:55:58 (mostly the 0x00100000 0x00400000, location, size) Jun 24 12:56:10 Tootoot222: ok thanks :) but why does the guide not mention this? is the installer supposed to do this? Jun 24 12:56:21 idk, i've never done the installer Jun 24 12:56:26 i just install from tarbal Jun 24 12:56:42 i'll probably try it when i get my guruplug Jun 24 12:57:32 i doubt it would be able to do it itself though, there are unlimited ways you can customize the boot process Jun 24 12:57:45 it would have no idea where to store the kernel and how to tell uboot to load it Jun 24 12:58:22 (since you could store it in a 'custom' (I.E. non-standard) location, and have a sub-command to load from nand as in multibooting) Jun 24 12:58:43 Barlow: yes, the installer does all of this for you normally Jun 24 12:58:57 Barlow: not sure what went wrong in your case. can you send the file /var/log/syslog from the installer Jun 24 12:59:01 Barlow: to tbm@cyrius.com Jun 24 12:59:08 Barlow: I'm away now but I'll check in ca 4-5 hours Jun 24 12:59:31 or http://pastebin.com/ and post here, so we can all help ;) Jun 24 13:00:32 also, include the output of Jun 24 13:00:36 grep Hardware /proc/cpuinfo Jun 24 13:00:39 archdetect Jun 24 13:00:40 gone now Jun 24 13:03:29 tbm: ok cool Jun 24 13:07:06 ok great, now i have to get ubuntu to boot agani Jun 24 13:07:33 you can install it to a sd card or usb stick Jun 24 13:07:58 just extract the rootfs.tar.gz found in the sheevaplug_installer_v1.0 package onto it Jun 24 13:08:05 yeah, i installed debian on a usb stick Jun 24 13:08:22 ubuntu should still be present on the nand Jun 24 13:08:27 ah Jun 24 13:08:41 but it doesn't boot anymore because i messed with the env settings Jun 24 13:18:19 haha this is really fun :] Jun 24 13:18:22 kernel panic Jun 24 13:40:16 yay it finally boots Jun 24 13:40:35 i must have unset bootargs Jun 24 13:48:16 hm on the usb drive i installed debian on there is no syslog Jun 24 13:48:55 syslog on the nand appears to be full of ubuntu boot messages Jun 24 13:49:31 ah wait there is a seperate installer dir in the logs dir Jun 24 13:50:58 wow a LOT of errors Jun 24 13:57:20 http://pastebin.com/6rFXkXkt Jun 24 13:57:44 that the syslog from the installer Jun 24 14:01:01 ok, added /proc/cpuinfo : http://pastebin.com/QrFAeJUc Jun 24 14:02:50 it seems like it failed to find the packages libc6 and libcc1 Jun 24 14:03:05 and then everything else failed because those are like the heart of the system Jun 24 14:04:10 oh, well, later on it grabbed them though Jun 24 14:05:33 yeah, that's a bit strange Jun 24 14:05:59 maybe i should start over with another mirror Jun 24 14:09:01 hm one thing is bothering me though Jun 24 14:09:38 what's that? Jun 24 14:09:46 the guide specifies the following bootcmd: Jun 24 14:09:50 setenv bootcmd_usb 'usb start; ext2load usb 0:1 0x01100000 /uInitrd; ext2load usb 0:1 0x00800000 /uImage' Jun 24 14:10:52 however the hardware-info log specifies the usb drive as device 2 Jun 24 14:10:56 http://pastebin.com/kyRa3Jgc Jun 24 14:11:04 how many partitions on it? Jun 24 14:11:05 (at the bottom) Jun 24 14:11:22 uhm three: boot, / and swap Jun 24 14:11:33 sda: sda1 sda2 sda3 < sda5 > Jun 24 14:11:37 sda3 being extended Jun 24 14:11:53 so yeah, change 0:1 to 0:2 Jun 24 14:12:02 erm Jun 24 14:12:07 no if you have boot on sdea1 Jun 24 14:12:09 sda1* Jun 24 14:12:13 then 0:1 is good Jun 24 14:12:33 but doesn't the 0 specify which usb device? Jun 24 14:12:37 usb-list: Bus 01 Device 02: DataTraveler G2 [0951:1624] Jun 24 14:12:43 0 -> sda Jun 24 14:12:53 it's a uboot thing, independant of what the kernel reports Jun 24 14:13:06 oh okay :) Jun 24 14:28:20 do i really need swap? Jun 24 14:28:50 the installer suggests 1,4 GB but that seems really excessive Jun 24 14:28:53 i never use enough memory to use mine, but it's always a nice backup to have just in case Jun 24 14:29:00 you really only need as much as you have RAM Jun 24 14:29:45 ah ok 500mb seems decent Jun 24 14:30:05 first time i ended up with 67mb, which is probably kinda useless Jun 24 14:30:23 lol Jun 24 14:30:35 "who could ever use more than 1mb of memory?" Jun 24 14:32:39 haha, yeah so much memory in a embedded system. it rocks :) Jun 24 15:00:44 well this looks like the problem i'm having Jun 24 15:00:47 http://www.mail-archive.com/debian-boot@lists.debian.org/msg109377.html Jun 24 15:03:16 Good idea. Unfortunately (or furtunately, I guess), I couldn't Jun 24 15:03:16 reproduce it and the installation went fine this time. Jun 24 15:03:24 well, seems like you just have to run until it works lol Jun 24 15:03:54 that was from over a year ago though o_O Jun 24 15:03:57 they still haven't fixed it Jun 24 15:05:47 figures if noone knows what the problem really is Jun 24 15:06:02 just my luck Jun 24 15:06:21 second time gave me exactely the same error Jun 24 15:07:36 hijack the thread lol Jun 24 15:07:50 run with set -x or whatever he said Jun 24 15:13:10 found another thread Jun 24 15:13:13 http://plugcomputer.org/plugforum/index.php?topic=822.msg5595#msg5595 Jun 24 15:13:45 if i understand correctly wrong date can cause issues as well Jun 24 15:14:06 and i didn't run ntpdate yet Jun 24 15:15:04 interesting Jun 24 15:29:42 well the clock was up2date after all Jun 24 18:03:48 Barlow: so you're trying to install Debian lenny? Jun 24 18:03:51 or Debian squeeze? Jun 24 18:04:02 ok, lenny Jun 24 18:04:09 tbm: yeah lenny Jun 24 18:04:32 but i used the daily installer Jun 24 18:04:39 the log says: Jun 24 18:04:53 you cannot use the daily installer for lenny Jun 24 18:05:01 please take the one I link for lenny Jun 24 18:05:18 yeah that just occurred to me Jun 24 18:05:40 i used those because you wrote there was a bug in the other ones Jun 24 18:05:51 that's fixed now Jun 24 18:06:45 ok great :) Jun 24 18:06:52 i'm running it now Jun 24 18:10:55 evening peeps **** ENDING LOGGING AT Fri Jun 25 02:59:57 2010