X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=rescue%2Flinux%2Fusb%2FREADME.usb;fp=rescue%2Flinux%2Fusb%2FREADME.usb;h=31bbf902257143b32425458c7e3868d55688f605;hb=b626646cfc199d364df7a2b69cabda26e86f7c17;hp=dcae47b849bb5bdebdb51efffd6362a35486c200;hpb=8d29680d4e22b23f43ce2b35b1ca865360fc61f9;p=bacula%2Frescue diff --git a/rescue/linux/usb/README.usb b/rescue/linux/usb/README.usb index dcae47b..31bbf90 100644 --- a/rescue/linux/usb/README.usb +++ b/rescue/linux/usb/README.usb @@ -2,6 +2,7 @@ This directory is used to build a USB key containing a Kubuntu 8.04 LiveCD with persistent OS files and persistent /home files. +You will need to run as root for most things ... Start by editing the "config" file. Be sure to get your USB_DEV definition correct. The scripts you need to partition the key and @@ -38,6 +39,34 @@ When the key is booted, assuming you choose the first option (LiveCD), you will be running as user "ubuntu" the password is "bacula", and you will be in /home/ubuntu. +The next step is to get a copy of kubuntu8.tar.gz, which is the +USB boot image. Currently, it can be downloaded from: + + www.bacula.org/downloads/kubuntu8.tar.gz + +or from: + + www.sibbald.com/download/kubuntu8.tar.gz + +I recommend that you download it into the rescue/linux/usb directory. + +Finally, mount your USB key and detar the kubuntu8.tar.gz image +into the first partition. Do this with: + + ./write_usb_boot_partition + +You should now have a USB stick that can be booted providing the +machine permits booting from the USB port -- this can be adjusted +by modifying the BIOS boot sequence. On Dell machines, you can +enter the BIOS setup by pressing F2 just after power on. + +Alternatively, most machines let you boot from an alternate device. +For example if you press F11 while a Sony Viao is powering up, it +will boot from the USB port. + +On Dell machines during power on, if you press F12, you will be +able to select any boot device (one time only) other than the one +that is the default (normally the CDROM or HDD). ====