<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
  <style type="text/css">.mceResizeHandle {position: absolute;border: 1px solid black;background: #FFF;width: 5px;height: 5px;z-index: 10000}.mceResizeHandle:hover {background: #000}img[data-mce-selected] {outline: 1px solid black}img.mceClonedResizable, table.mceClonedResizable {position: absolute;outline: 1px dashed black;opacity: .5;z-index: 10000}
</style>
 
 </head><body style="">
 
  <div>
   Although I have recently begun using Centos I now want to create a Ubuntu USB stick to use when traveling, doing so I have run into problems.
  </div> 
  <div>
    
  </div> 
  <div>
   The stick is a 64 Gb stick to allow for lots of persistent data on it, I created a couple of partitions but cannot get grub to work (I intentionally choose to use grub, not grub2, to gain familiarity with the older version).
  </div> 
  <div>
    
  </div> 
  <div>
   I followed the instructions at https://rudd-o.com/linux-and-free-software/a-better-way-to-create-a-customized-ubuntu-live-usb-drive since it seemed to be low-level for me to learn the basics. I made a couple of changes: (1) I changed the disk format from FAT32 to ext2 for the boot partition to allow for a larger boot partition: (2) the initrd.gz file now seems to be called initrd.lz and I made that change.
  </div> 
  <div>
    
  </div> 
  <div>
   At the end, however, I cannot get the USB stick to boot from the two computers I tried it on, none of which I believe uses UEFI booting. I believe I need to use grub2, not grub, if I want the stick to boot on a computer using UEFI?
  </div> 
  <div>
    
  </div> 
  <div>
   Is it possible for someone knowledgeable to suggest what might be wrong? My basic assumption is that grub can be used to boot Ubuntu 14.04.1. I also want to do this at the low level, not use a tool to create the USB stick.
  </div> 
  <div>
    
  </div> 
  <div>
   Second, if there is a low-level description how to create such a stick this using grub2 for UEFI booting, please point me to it since I may eventually have to do this to allow the stick to be truly usable.
  </div> 
  <div>
    
  </div> 
  <div>
   Thank you.
  </div>
 
</body></html>