Problem: Shortage of OLPC machines in the developed world, ie. you need to be able to play with it, immerse yourself in it in order to be able to evaluate it. That's how computer learning works.
Educational objective: I will get my year 10 IT class to systematically evaluate the Sugar software and activities
Summary: Make a bootable USB key of the XO-LiveCD image and setup the BIOS on each computer to boot off the USB key
Details:
- Download the bleeding edge joyride version of the XO-LiveCD, currently XO-LiveCD_080607.iso
- Burn an image CD
- (It's not practical for me to use the CDs at school since the CD drives have not been enabled due to student vandalism in the past)
- download unetbootin-windows-241.exe from http://unetbootin.sourceforge.net/
- format your usb drive under windows (or delete all the files of it if already in windows format)
- run the downloaded file unetbootin-windows-241.exe
- it should find your usb drive
- click on the diskimage radiobutton
- browse to your XO -live CD iso (must have it in iso format - cant use a burnt cd)
- click on OK
- wait till files are copied (it takes a while)
- go into BIOS and setup to boot of USB-HDD key
- reboot off USB Drive
With the above there is a problem that the USB key does not boot into the introductory menu seen on the bootable CD, which enables you to select the bleeding edge joyride version and choose your language. It boots into the default German language standard version of Sugar.
To fix this problem:
- Open the syslinux.cfg file (on the USB key) in notepad or some other editor
- Change lb_country=6 to lb_country=1 (German to English)
- Change lb_config=update.1 to lb_config=joyride
- Change lb_system=build-708 to lb_system=joyride-2024
- Save and reboot
Thanks to tony, joel and paul for help with this

2 comments:
To what extent does networking work with the joyride?
hi anonymous,
Good question. I haven't got the collaborative aspects of Sugar working on our school network yet, unfortunately, but collaboration is built into Sugar software so it should be possible. See this earlier article: sugar collaboration .
Post a Comment