If you take the SD card out, you'll have notwork booting. Will that do?CopterRichie wrote:Sure would have been nice to have network booting. Maybe Rev. C.
1) I'm 98% sure that at least one of dom or one of the other "top dogs" here has done it - and reported so on this board. There was a discussion of it a few months ago, and they said that it had been done (by them).AFAIK, although is is claimed to be possible in theory, I have never read about anybody who actually demonstrated booting via USB!
Also, as the PI has only a single USB port, so you can either boot the PI through USB, OR use the USB port for something else, but not both! As the moment you try to add a hub to the equation, USB booting stops being possible!
So in any practical sense USB booting isn't a sensible option.
Yes, I remember seeing that one of the RPF have done a USB boot of sorts on a model A. I believe it worked in OTG mode, so had to be connected to a PC running special software. This doesn't really help us though.Joe Schmoe wrote:1) I'm 98% sure that at least one of dom or one of the other "top dogs" here has done it - and reported so on this board. There was a discussion of it a few months ago, and they said that it had been done (by them).AFAIK, although is is claimed to be possible in theory, I have never read about anybody who actually demonstrated booting via USB!
Also, as the PI has only a single USB port, so you can either boot the PI through USB, OR use the USB port for something else, but not both! As the moment you try to add a hub to the equation, USB booting stops being possible!
So in any practical sense USB booting isn't a sensible option.
A hub fixes that problem.redhawk wrote:Even if you could boot from USB there wouldn't be much point when you need the USB port for keyboard, mouse, wifi or even LAN functionality.
Richard S.
No. The USB boot on the Pi won't work through a hub. It uses USBOTG, where the Pi is the USB slave device and needs to be conected to a USB host/master device (like a PC).ChromeBlue wrote:A hub fixes that problem.redhawk wrote:Even if you could boot from USB there wouldn't be much point when you need the USB port for keyboard, mouse, wifi or even LAN functionality.
Richard S.
Yes, this is very common and fairly easy to do. I use a USB hard drive on one Pi.solar3000 wrote:I use the default raspbian.
A newly created SD has two partitions, a vfat and a linux.
I haven't tried it yet, but I would guess if I modified the vfat files to go and mount a USB flash drive or a hard drive on a USB hub, it would use the USB flash drive instead of the SD card partition 2.
Then I would guess after boot up I would get:
SD card partition 1 ==> /boot
USB flash/hard drive ==> /
rpdom wrote:Yes, this is very common and fairly easy to do. I use a USB hard drive on one Pi.solar3000 wrote:I use the default raspbian.
A newly created SD has two partitions, a vfat and a linux.
I haven't tried it yet, but I would guess if I modified the vfat files to go and mount a USB flash drive or a hard drive on a USB hub, it would use the USB flash drive instead of the SD card partition 2.
Then I would guess after boot up I would get:
SD card partition 1 ==> /boot
USB flash/hard drive ==> /
Also, for a while I had it so that the / filesystem was on a networked share, but my server is slow and the performance wasn't good. It did mean I could access the Pi file system from other computers when it was switched off, which was good