Differences

This shows you the differences between the selected revision and the current version of the page.

download 2007/11/01 12:48 download 2007/12/14 12:07 current
Line 36: Line 36:
The final step is to install grub on the disk to make it bootable.  For instance, if your USB drive is ''/dev/sda'': The final step is to install grub on the disk to make it bootable.  For instance, if your USB drive is ''/dev/sda'':
-''sudo mkdir /media/usbdisk+<code>sudo mkdir /media/usbdisk
sudo mount -t ext2 /dev/sda1 /media/usbdisk sudo mount -t ext2 /dev/sda1 /media/usbdisk
sudo grub-install --root-directory=/media/usbdisk --no-floppy --recheck /dev/sda sudo grub-install --root-directory=/media/usbdisk --no-floppy --recheck /dev/sda
-sudo umount /media/usbdisk''+sudo umount /media/usbdisk''</code>
**5. Remove the disk, and pop it in your AudioPint.**. Your AudioPint now has an OS and is ready for experimentation. **5. Remove the disk, and pop it in your AudioPint.**. Your AudioPint now has an OS and is ready for experimentation.