Sugar on a Stick/Linux: Difference between revisions
fixup alternate images link in Fedora/Ubuntu section |
→Put SoaS on to a stick using Fedora and Ubuntu =: umount partition before messing with the partition table |
||
| Line 15: | Line 15: | ||
For the openSUSE Sugar variant (bundled with 55+ activities) go to http://en.opensuse.org/Sugar | For the openSUSE Sugar variant (bundled with 55+ activities) go to http://en.opensuse.org/Sugar | ||
== Put SoaS on to a stick using Fedora and Ubuntu | == Put SoaS on to a stick using Fedora and Ubuntu == | ||
This is known to work in Fedora and Ubuntu. | This is known to work in Fedora and Ubuntu. | ||
| Line 39: | Line 39: | ||
lrm 1.5G 2.0M 1.5G 1% /lib/modules/2.6.27-11-generic/volatile | lrm 1.5G 2.0M 1.5G 1% /lib/modules/2.6.27-11-generic/volatile | ||
/dev/sdb1 996M 913M 84M 92% /mnt/myUSBdisc | /dev/sdb1 996M 913M 84M 92% /mnt/myUSBdisc | ||
* Unmount the drive,<br> | |||
: <tt>sudo umount /dev/sd''b1''</tt> | |||
* Then check to see that the partition is marked as bootable,<br> | * Then check to see that the partition is marked as bootable,<br> | ||
| Line 69: | Line 72: | ||
**: <tt>lilo -M /dev/sd''b''</tt> | **: <tt>lilo -M /dev/sd''b''</tt> | ||
**:It put in a standard MBR that boots whichever partition has been called bootable. It does not install LILO as such.) | **:It put in a standard MBR that boots whichever partition has been called bootable. It does not install LILO as such.) | ||
* Change mode to make the script executable. | * Change mode to make the script executable. | ||
: <tt>chmod +x livecd-iso-to-disk.sh</tt> | : <tt>chmod +x livecd-iso-to-disk.sh</tt> | ||