mirage / xen-arm-builder

Archived - the Xen and ARM support in MirageOS has been superseeded by our PVH support - Build an SDcard image for Xen/ARM, for a Cubieboard
ISC License
57 stars 36 forks source link

july 17th image hands with "Waiting for network configuration" #5

Closed avsm closed 10 years ago

avsm commented 10 years ago

Freshly copied to a Cubieboard2

 * Starting configure network device                                     [ OK ]
 * Stopping Mount filesystems on boot                                    [ OK ]
 * Stopping Mount network filesystems                                    [ OK ]
 * Starting Failsafe Boot Delay                                          [ OK ]
 * Starting Load gator driver module and launch gator daemon             [ OK ]
 * Starting flush early job output to logs                               [ OK ]
 * Starting Load gator driver module and launch gator daemon             [fail]
 * Stopping Send an event to indicate plymouth is up                     [ OK ]
 * Stopping flush early job output to logs                               [ OK ]
 * Starting system logging daemon                                        [ OK ]
 * Starting configure network device security                            [ OK ]
 * Starting configure network device                                     [ OK ]
 * Starting Bridge file events into upstart                              [ OK ]
 * Starting Bridge socket events into upstart                            [ OK ]
Waiting for network configuration...
Waiting up to 60 more seconds for network configuration...
talex5 commented 10 years ago

Interesting. It worked for me on the cubieboard2, but I'm getting the same problem on the cubietruck today (just testing the .img).

avsm commented 10 years ago

It does eventually boot after a timeout of a few minutes

avsm commented 10 years ago

Oddly, no traffic's going over my eth0, so networking is down (cubieboard2). Will investigate later, meeting now.

talex5 commented 10 years ago

Does the networking work, though? I'm going to try with a newer root image.

talex5 commented 10 years ago

By the way, are building from source or using the pre-built image at http://blobs.openmirage.org/cubieboard2-xen-iso.tar.bz2 ?

avsm commented 10 years ago

prebuilt image, no networking at all

talex5 commented 10 years ago

I got the cubietruck working by using a different boot.scr. I think I was still using one built for the cubieboard2.

avsm commented 10 years ago

After extensive kernel and hypervisor debugging, the problem was isolated to, ummm, a faulty network cable.

I suspect that if the link isn't active, then the boot will block (so your Cubie might also just not be plugged into the Ethernet correctly). Works fine now.

talex5 commented 10 years ago

Ha! Well, this can be closed then. My CubieTruck issue was due to an out-of-date build (boot.scr didn't get rebuilt when I changed the board type).