I couldnt find the file pidesktop.deb. The webpage is really complicated.
I couldnt find the file pidesktop.deb. The webpage is really complicated.
I found a useful link I think may help:
https://github.com/raspberrypi/documentation/blob/master/hardware/raspberrypi/bootmodes/msd.md
But please note:
- Not all Mass Storage Devices will work.
- You will still need an SD card to drive the boot sector, to run files from your SSD.
-Files LOADING from the SSD are going to be running through USB, which will throttle the speed down to lower than running something on the SD card in most cases.
Actually, it will be MUCH MUCH slower to load via USB, which may not make the trouble worth it to you, once you go through the trouble to see how slow it actually is. I can give you numbers, but you're not going to understand until you try to run files from the SD instead. Until then, you're probably going to think the Pi is a slow PoS, lol.
I have setup a 120 Gb SSD and set the flag as mentioned in the post above. Things worked fine and the PI Now boot (fast) from the SSD without the SD card.
For now I am using it for development experiments and attached beck to a 21 inches HD display it work as oscilloscope (with the Bitscope PI) and other stuff.
Enrico
So wait, two questions:
-Since when did the Raspi have a boot sector that could boot from USB?
-What image are you using that you're booting "fast" from USB? What are you overall using this pi with the SSD for? I am saying this as one question, because I'd think that it would go pretty slow compared to a decent SD card....
vandia wrote:
So wait, two questions:
-Since when did the Raspi have a boot sector that could boot from USB?
I'm not a Pi expert (haven't used mine for absolutely ages, since it munched its SD card again and annoyed me!) but it looks like since the Pi3: https://www.raspberrypi.org/blog/pi-3-booting-part-i-usb-mass-storage-boot/
Best Regards,
Rachael
Since when did the Raspi have a boot sector that could boot from USB?
The boot process follow this path:
This is a sort of innovation introduced by build in the internal firmware of the PI B3 as they have modified the firmware to give this option. IMHO I suppose that they have just applied to the traditional PI the changes in the EEPROM processor that is in the other version of the PI, the one with the DIMM Form factor.
As explained in the same github link you cited in a previous post, there it is explained both the command and the procedure.
What image are you using that you're booting "fast" from USB? What are you overall using this pi with the SSD for? I am saying this as one question, because I'd think that it would go pretty slow compared to a decent SD card
I have just used the last Raspbian pixel image loaded on the SSD connected to the Mac via the same USB adaptor) without changing none. For image burning I have used Etcher, that in advanced mode settings gives the option to burn the image (the PI img file) on any device, not only the SD card we are used to. Take a look to https://etcher.io/
Below the back image of my PI Desktop. It is not completely closed in a case as I should put the hans on it almost frequently so only the bottom side of the VESA support has been 3D printed.
Below the video with the SSD boot sequence, that is 35 seconds before showing the desktop screen.
Also consider the incredibly amount of available space for less then 50$ and the reliability of the SSD compared to the micro SD card
BTW if I am not wrong there is not the boot sector as we are used in other OS (e.g. Windows) as the boot sector is replaced by a partition that can be edited too in some parts.
Enrico
Since when did the Raspi have a boot sector that could boot from USB?
The boot process follow this path:
This is a sort of innovation introduced by build in the internal firmware of the PI B3 as they have modified the firmware to give this option. IMHO I suppose that they have just applied to the traditional PI the changes in the EEPROM processor that is in the other version of the PI, the one with the DIMM Form factor.
As explained in the same github link you cited in a previous post, there it is explained both the command and the procedure.
What image are you using that you're booting "fast" from USB? What are you overall using this pi with the SSD for? I am saying this as one question, because I'd think that it would go pretty slow compared to a decent SD card
I have just used the last Raspbian pixel image loaded on the SSD connected to the Mac via the same USB adaptor) without changing none. For image burning I have used Etcher, that in advanced mode settings gives the option to burn the image (the PI img file) on any device, not only the SD card we are used to. Take a look to https://etcher.io/
Below the back image of my PI Desktop. It is not completely closed in a case as I should put the hans on it almost frequently so only the bottom side of the VESA support has been 3D printed.
Below the video with the SSD boot sequence, that is 35 seconds before showing the desktop screen.
Also consider the incredibly amount of available space for less then 50$ and the reliability of the SSD compared to the micro SD card
BTW if I am not wrong there is not the boot sector as we are used in other OS (e.g. Windows) as the boot sector is replaced by a partition that can be edited too in some parts.
Enrico