Re: [Cotson-users] Internet Connection in COTSon
Status: Beta
Brought to you by:
paolofrb
|
From: Roberto G. <gi...@di...> - 2015-11-10 08:09:49
|
Assuming that you just want to update your image once, you may want to use something like qemu+kvm (which is faster than current SimNow) to modify your disk-image once: - Create your image for qemu. Install everything you need there. - Additionally, you may want to install the xget/xput utilities from data/cotson-guest-tools.iso Then: [I repost below some older info that I had internally, but there could be smarter ways to do the same] - Use Simnow's disktool to create a disk image of exactly the same size of the disk you set up for the virtual-os install (you name it disktool_image_to_trash.hdd) - Copy the first 512 bytes from disktool_image_to_trash.hdd to my_final_image.hdd using $ dd if=disktool_image_to_trash.hdd of=my_final_image.hdd bs=512 count=1 $ rm disktool_image_to_trash.hdd # we can delete it now - Convert your disk image using qemu-img to the raw format (it becomes my_favourite_os_disk.raw) - Append the contents of the my_favourite_os_disk.raw file into my_final_image.hdd $ dd if=my_favourite_os_disk.raw of=my_final_image.hdd bs=512 seek=1 - Now you can boot Simnow using my_final_image.hdd (hopefully). Hope it helps. Roberto. On Sat, Nov 7, 2015 at 9:23 AM, Farhad Azadjoo <far...@gm...> wrote: > Hi everybody, > I want to Simulate a full-system Computer with COTSon and SimNow. I > install SimNow and COTSon Correctly and Can run examples. Now I want > install some packages in my Ubuntu in SimNow. How I can connect my COTSon > or SimNow to internet? if it is possible, please tell me what should i do. > Thanks a lot > Best regards > > > ------------------------------------------------------------------------------ > Presto, an open source distributed SQL query engine for big data, initially > developed by Facebook, enables you to easily query your data on Hadoop in a > more interactive manner. Teradata is also now providing full enterprise > support for Presto. Download a free open source copy now. > http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140 > _______________________________________________ > Cotson-users mailing list > Cot...@li... > https://lists.sourceforge.net/lists/listinfo/cotson-users > > -- ---------------------------------- Q: Why is this email four sentences or less? A: http://four.sentenc.es ---------------------------------- Roberto Giorgi, PhD --- http://www.dii.unisi.it/~giorgi |