What kind of Ubuntu image are you starting from?

I'd try to get the most minimal server install I could to start with.
Look up the debootstrap tool to get a minimal ubuntu x86 install
created on a disk image (no vga/framebuffer support, no X etc, just a
simple serial terminal only system).  Then you can use that image with
the ARM ubuntu M5 wiki page to cross-reference to get Upstart doing
what you want.  The wiki page gives instructions to get all the way to
a geTTy terminal with multi-user privileges which is useful if you
want to run more complex applications.  But, you can shortcut this and
cause Ubuntu to bring up a bash shell in single-user mode by modifying
the /etc/init/rcS.conf script to just execute /bin/bash directly.
Give this a try to see if you can get a terminal prompt.  Also start
reading the Upstart documentation as its quite different than the old
SystemV init interface.

Geoff

On Tue, Oct 18, 2011 at 6:54 PM, Ali Saidi <[email protected]> wrote:
>
> For which architecture?
>
> Ali
>
> Sent from my ARM powered device
>
> On Oct 18, 2011, at 3:44 PM, Adam Jacobvitz <[email protected]> wrote:
>
>> I'm trying to set up a custom ubuntu image to work with gem5. I got the 
>> image to load into gem5 and the OS set up, but upstart seems to choke during 
>> startup. I get to:
>>
>> NET: Registered protocol family 10
>> IPv6 over IPv4 tunneling driver
>> NET: Registered protocol family 17
>> VFS: Mounted root (ext2 filesystem).
>> Freeing unused kernel memory: 232k freed
>> mount: proc already mounted
>>
>> And then it wont progress past that point. Has anyone successfully got an 
>> ubuntu image working?
>>
>> Thanks,
>>
>> Adam
>>
>> --
>> Adam Jacobvitz
>> Graduate Student
>> Duke Computer Architecture Group
>> Electrical and Computer Engineering Department
>> Duke University, North Carolina
>> http://arch.cs.duke.edu/
>>
>> _______________________________________________
>> gem5-users mailing list
>> [email protected]
>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>>
> _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to