6

I've heard that this is possible and I want to do this. I downloaded Ubuntu 14.04.3 LTS.iso(64-bit) file and used win32 Disk Imager to write it onto two SD cards to try and get it to work. The SD cards I used were a 64GB Class 10 SDXC card and a 32GB Micro SDHC card (with adapter). I formatted them as exFAT and FAT32 respectively and have tried to format them both as NTFS to see if that worked. I also tried this on a 8GB USB drive formatted as NTFS and it worked just fine. Right now I'm using a Lenovo Y70 laptop with these specs:

Windows 10 Home (64-bit), Intel Core i7-4710HQ 2.5 GHZ, 16B GDDR3L, 1TB + 8BG SSHD, NVIDIA Geforce 860m (4GB DDR5), Card Reader (Support: SD, SDHC, SDXC, MMC),

I have turned safe boot off and turned legacy support on in BIOS and it still won't even recognize it as a bootable drive, I'm really not sure what I'm doing wrong.

P Smith
  • 569
Alyx Zech
  • 61
  • 1
  • 1
  • 2
  • 1
    If you have multiple partitions on the SD cards, and the installation is put on a secondary one, it won't be able to boot. Make sure you erase and format the whole card. – TheWanderer Sep 08 '15 at 23:48
  • I use CMD to completely scrub it each time I try and put Ubuntu back on if thats what you mean. – Alyx Zech Sep 08 '15 at 23:55
  • Hang on, you're using Windows. Sorry, but this really is a Windows issue. Ask it on SuperUser or the main StackExchange site. – TheWanderer Sep 09 '15 at 00:04
  • 3
    Are you trying to run Ubuntu from an SD card similar to running Ubuntu from an Ubuntu live CD or do you prefer to do a full installation of Ubuntu on an SD card since you have at least 32GB of disk space on the SD card? My recommended choice is to try a live Ubuntu SD first in order to experience how slow running Ubuntu from an SD card is compared to using a USB flash drive. – karel Sep 09 '15 at 10:50
  • 4
    Running a full installation of Ubuntu from a SD card is not different from running it from an USB drive. See How do I install Ubuntu to a USB key without using startup disk creator? – user68186 Sep 09 '15 at 20:41

3 Answers3

2

If you have a dual-SD card reader where you can insert both cards at once, it's possible.

What you need to do is:

  1. "burn" the .iso file on the "install SD"
  2. boot from the install SD
  3. install on the second SD (wiping it completely)
  4. remove the "Install SD"
  5. boot from the second SD.

Done!

If you want to optimise the system a bit have a look here for some advanced settings.

Fabby
  • 34,259
1

I have a HP Stream laptop with 64GB eMMC internal drive on which Win10 is installed. Tried to install Ubuntu on the SD card and boot off the SD. This process failed as I noticed that GRUB is not aware of any bootable images on the SD card.

The workaround for this problem is as follows;

  1. Create a small, 500MB, ext4 partition in the eMMC drive alongside Win10 and use it to mount /boot
  2. / and/or /home can reside on the SD card
  3. Install GRUB on the ESP on eMMC card

With above now I can dual boot Ubuntu and Win10.

The solution was initially posted by RockDoctor in this thread on a hp forum.

Zanna
  • 70,465
gdesilva
  • 150
  • 1
  • 10
-2

This is possible, however you will need to have a device that supports booting from an SD. Like a Raspberry PI. If you have an image you can use dd to write it to the SD card.

Thomas Ward
  • 74,764
  • 4
    -1 Wrong. Since USB card readers are just storage class devices from the point of view of the USB host controller like any other piece of USB storage media, most BIOSes can boot from them if they can boot from USB at all. – David Foerster Jul 10 '16 at 07:15
  • ha, well I didn't know I'd spend a point to downvote, but anyhow, not to be anonymous: I think the answer is not helpful because being so finite as to say "quit" and giving extremely vague and non-helpful tips like "Linux makes it easy, Mac is more difficult" does nothing to help the OP. Also, you mentioned dd but did not begin to explain its usage or more importantly the potential risk(s) involved. Granted, we should be able to research those things but on the contrary, this site is often peoples' only (and ideally best) source OF that research. Sweet avatar though, Evil Empire FTW. – P Smith Jul 10 '16 at 15:25
  • Can you include a answer with instructions on how to do that? Leaving a half-answer as a comment can often cause more harm than good. Thanks. – Thomas Ward Aug 09 '16 at 13:26
  • Riddle me this. I WAS able to boot from USB but NOT SD. So "wrong" is effectively, and from a user standpoint only technically correct. – Mr Purple Dec 03 '18 at 05:34