To start with here are my specs:
- 970 FTW edition
- i5 2550k
- 8 gigs of DDR3 1600 mhz
- MSI Z77A-G41
- 250 GB SSD for OS and apps
- 150 GB SSD for apps
- 3 TB 5400 rpm for storage
- 500 GB 7200 rpm for media prod work
- 900w Antec PSU
Okay, so I'm an artist/designer. I work with digital media, and know a little code, and build my own computers, but I am by no means a terminal savvy code wiz. I wanted to try out using some recent neural network projects from GitHub for some art projects, but they've only been built for Unix, so I decided to make a persistent USB drive.
I made one, but the maximum storage you can give it, with casper-rw, is 4 gigs. The neural network takes up about 6 gigs of space, so I needed to make a larger size. I tried expanding the size using gpart, but ran into some problems. So I decided to just start over, format es4 and just do a full install on the USB drive. I tried this, and it I got some weird error messages. I did research online and it seems to have something to do with UEFI or something like that? I'm supposed to disable it. But that isn't working. If I disable UEFI I just get a blank black screen with a blinking underscore. If I don't then I get this:
Please ignore the dorky reflection. I did not know any other way to take a screenshot of my tablet monitor while in a boot mode like that.
I was able to get the live cd usb persistent thing working fine, it's this full install on the usb drive that isn't working. I thought about also doing an install on an external usb ssd drive I have, but I'd really prefer if I could get this 32gig flash drive working with a persistent Linux since I have some other things I'd like a portable persistent desktop drive for. Any thoughts?
Also you are saying yes, I do need to partition before installing the drive? I did that and named one drive home-rw, and the other I installed on, and it seemed to work, except now I'm running out of space again when trying to install stuff. What is shimx.efi etc?
– Aslan French Jun 21 '16 at 17:47I don't know what the ESP is, or the efi system partition. I'm sorry, I'm really really unfamilar with Linux. I see the optino to set up an EFI partition when I try and do a full install using the Install Ubuntu tool from a live USB, but I'm trying to change the partition size using this method found here: http://www.pendrivelinux.com/create-a-larger-than-4gb-casper-partition/
– Aslan French Jun 21 '16 at 19:20So if I try the full install again, on a usb drive, I need to copy over the entirety of /EFI/ubuntu over to the drive from a seperate full install? If I don't already have a functioning full install, then where can I get those files? and I also need to copy the shimx64.efi to /EFI/Boot/bootx64.efi, correct? I'm just trying to make sure I am understanding things correctly.
– Aslan French Jun 21 '16 at 23:56