Linux-Noob Forums
testing the OLPC os (sugar) in Fedora 7 using qemu - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html)
+---- Forum: Fedora 7 (https://www.linux-noob.com/forums/forum-46.html)
+---- Thread: testing the OLPC os (sugar) in Fedora 7 using qemu (/thread-1153.html)



testing the OLPC os (sugar) in Fedora 7 using qemu - anyweb - 2007-10-05


the OLPC is soon ready (november timeframe) and you can test it yourself by doing as follows:-

 

in Fedora 7 do as follows:-

 

first install qemu as root,

 



Code:
su -
yum install qemu




 

and now as normal user, get the os by doing this

 



Code:
wget http://olpc.download.redhat.com/olpc/streams/development/LATEST/devel_ext3/olpc-redhat-stream-development-devel_ext3.img.bz2




 

(175mb or so)

 

then extract it to an img file

 



Code:
bzcat olpc-redhat-stream-development-devel_ext3.img.bz2 > laptop.img




 

then mount it in qemu

 



Code:
qemu -soundhw es1370 -serial `tty` -net user -net nic,model=rtl8139 -hda laptop.img




 

here's some screenshots of it in action using the web-browser

 

more info and other os's supported > [/url][url=http://wiki.laptop.org/go/OS_images_for_emulation]http://wiki.laptop.org/go/OS_images_for_emulation

 

cheers

anyweb

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_10_2007/post-1-1191578064.png" data-fileid="972">[img]<fileStore.core_Attachment>/monthly_10_2007/post-1-1191578064.png[/img]</a>

<a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_10_2007/post-1-1191578288.png" data-fileid="973">[img]<fileStore.core_Attachment>/monthly_10_2007/post-1-1191578288.png[/img]</a>