![]() ![]() |
Sep 3 2008, 04:18 PM
Post
#1
|
|
|
Group: Members Posts: 37 Joined: 30-July 07 Member No.: 18,631 |
I recently switched from a regular debian install to Andromeda. I followed the instructions from here http://yonggun.tistory.com/77. For some reason I boot into the 2.6.23 kernel rather than 2.6.24-yonggun. Because of this none of the modules I extracted work. Where did I go wrong?
|
|
|
|
Sep 3 2008, 06:04 PM
Post
#2
|
|
|
Group: Members Posts: 369 Joined: 6-September 04 From: Brisbane, Australia Member No.: 4,488 |
Did you do the flashing step? It's not completely described in those instructions besides the words "Flash it"; but you need to do the full boot with OK held down, select option 4, select SD card, etc rigmarole or else you will still only have the kernel which was originally on your Z.
|
|
|
|
Sep 4 2008, 08:41 AM
Post
#3
|
|
|
Group: Members Posts: 70 Joined: 20-August 06 From: Phoenix, Arizona Member No.: 10,881 |
Did you do the flashing step? It's not completely described in those instructions besides the words "Flash it"; but you need to do the full boot with OK held down, select option 4, select SD card, etc rigmarole or else you will still only have the kernel which was originally on your Z. In the flash it step you have described it flashes the kernal on my C3000. After this I get a error and it reboots. Its a modprobe error about HDC1. I am not sure how to correct this. Can anyone help? This is the Andromeda flavor and I do have all five files on a 1 gig SD card. |
|
|
|
Sep 4 2008, 10:52 AM
Post
#4
|
|
![]() Group: Members Posts: 2,350 Joined: 30-July 06 Member No.: 10,575 |
Maybe you flashed the wrong kernel? There are several of them (for booting off various SD and MD partitions).
|
|
|
|
Sep 4 2008, 02:39 PM
Post
#5
|
|
|
Group: Members Posts: 70 Joined: 20-August 06 From: Phoenix, Arizona Member No.: 10,881 |
Maybe you flashed the wrong kernel? There are several of them (for booting off various SD and MD partitions). If you are replying to me I used the kernal that came in the andromeda.zip file. I am kind of still a newb(even after being here years now) and honestly I could be partitioning the drive incorrectly. The instructions arent written for someone as newb to linux as me. There is a specific error and I will give it to you once I get home. |
|
|
|
Sep 4 2008, 03:55 PM
Post
#6
|
|
|
Group: Members Posts: 283 Joined: 1-October 07 From: Blacksburg, SC, USA Member No.: 20,773 |
|
|
|
|
Sep 4 2008, 04:33 PM
Post
#7
|
|
|
Group: Members Posts: 70 Joined: 20-August 06 From: Phoenix, Arizona Member No.: 10,881 |
I can flash the kernal OK. I get the error involving the HDC1 when it goes and tries to extract the andromedia tarball after the kernal flash is complete. |
|
|
|
Sep 5 2008, 03:45 AM
Post
#8
|
|
![]() Group: Members Posts: 2,350 Joined: 30-July 06 Member No.: 10,575 |
To me it sounds like it's trying to mount a drive when a CF storage card is inserted (otherwise /dev/hdc* doesn't exist).
|
|
|
|
Sep 5 2008, 05:42 AM
Post
#9
|
|
|
Group: Members Posts: 70 Joined: 20-August 06 From: Phoenix, Arizona Member No.: 10,881 |
To me it sounds like it's trying to mount a drive when a CF storage card is inserted (otherwise /dev/hdc* doesn't exist). Well the flash is trying to untar the file automatically. I dont have a CF card but a wifi card inserted. I have ready I need to have a CF card in during the install. Is this true? |
|
|
|
Sep 5 2008, 11:04 AM
Post
#10
|
|
![]() Group: Members Posts: 2,350 Joined: 30-July 06 Member No.: 10,575 |
I have no idea, but it would seem odd if you do. Is there a script that you can edit to change hdc to hda?
|
|
|
|
Sep 5 2008, 09:04 PM
Post
#11
|
|
|
Group: Members Posts: 70 Joined: 20-August 06 From: Phoenix, Arizona Member No.: 10,881 |
strange, putting a CF card in worked. It will now untar the OS onto the hard drive. When I reboot now I get a kernel panic and I think its not able to find the fresh OS. I have no idea what to do now.
|
|
|
|
Sep 6 2008, 05:44 AM
Post
#12
|
|
![]() Group: Members Posts: 2,350 Joined: 30-July 06 Member No.: 10,575 |
Have you tried rebooting with the CF card inserted?
|
|
|
|
Sep 6 2008, 09:14 AM
Post
#13
|
|
|
Group: Members Posts: 70 Joined: 20-August 06 From: Phoenix, Arizona Member No.: 10,881 |
I have tried that and I still get the kernel panic. I repartitioned it with the pdaxrom flash and and extracting now. I am thinking maybe the partition wasnt marked as bootable.
|
|
|
|
Oct 4 2008, 07:58 AM
Post
#14
|
|
|
Group: Members Posts: 37 Joined: 30-July 07 Member No.: 18,631 |
I'm trying to flash using the zImage.bin.hda1 that comes with the Andromeda zip. Is this not the correct kernel? If not, which one should I choose from the site that was linked to earlier. I wish to install onto the internal hard disk so I assume that I need the zImage.bin.hda1 and the new modules. Is this correct?
Thanks band-aid |
|
|
|
Dec 9 2008, 07:08 AM
Post
#15
|
|
|
Group: Members Posts: 283 Joined: 1-October 07 From: Blacksburg, SC, USA Member No.: 20,773 |
I did not do the steps as layed out instructions.
Did it in two group steps; 1. Flash desired kernel, as linked earlier. 2. Prepare the "drive" using a linux host; a. fdisk and prep the sd card (or cf), root ( / ) and swap. b. mkfs.ext3 the partition's you setup (seems to work better than ext2 IME) mkswap the swap partition you setup c. uncompress the hdd tarball onto the root of the sd card (cf is used) d. uncompress the desired and matching kernel modules to the root of the sd card (or cf) 3. Put the card back in the Z, reset and enjoy. No scripts or things to fuss with, faster too. Be sure to do the file related config steps listed in the instructions (i.e. fstab, automount.removable etc.) If you do not have a linux host, download a livecd of ubuntu (for instance), copy the files to a flash drive and fire up ubuntu. Follow the above steps Hint for root password; open terminal type "sudo passwd" and set one you want to use for the moment. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 02:53 AM |