1 - Installation of SGD in a USB device from a Linux with grub installed
(En castellano mas abajo)
2 - Installation of SGD in a USB device in a pc without any OS


1 - Installation of SGD in a USB device from a Linux with grub installed


Mount your usb hd 
untar file in your usb hd (or copy contents of it to usb hd)
umount your usb hd 
open grub as root 
device (hd3) /dev/ubb # my usb device in linux is called /dev/ubb 
root (hd3,0) 
setup (hd3) 
quit 
reboot 

2 - Installation of SGD in a USB device in a pc without any OS
Mount your usb hd untar file in your usb hd 
umount your usb hd (or copy contents of it to usb hd)
umount your hd
(Instead of mounting and umounting on linux you can do it on windows)


Set up your bios so that it boots your cdrom and that your usb device
is recognised as the first hard disk (hd0). 
(Usually first IDE or SCSI disk is set by the bios to be hd0)
Boot from cdrom: Super Grub Disk Cdrom

Choose option Restore Grub on MBR automatically.
As your usb hd or pendrive will be recognised as hd0 you'll usb hd
will be prepared to have Grub on it.

Now you can reboot and set the bios so that your usb device
is recognised as the first hard disk (hd0). And in a such a way
that you can boot this usb hd.


(ES)
Instalar SGD en un usb pen desde linux

    * haces el untar del fichero en tu dispositivo usb montado
    * desmontas
    * abres grub como root
    * device (hd3) /dev/ubb # yo tengo asi el usb
    * root (hd3,0)
    * setup (hd3)
    * quit
    * reinicias o usas qemu y ya lo tienes
