-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can I install it in external SSD and run it from there ? #32
Comments
Unfortunately not. I've tried several different approaches and never succeeded. |
Hi, thanks for the response. I've found the solution to run this ubunut 20.04 image from SSD. we just need to copy data to SSD using bootfromUSB and then mount it. we have to make changes in SD card boot extlinux.conf (set SSD partuuid as root). and don't remove the SD card. I am able to boot from SSD. |
I am running on a USB stick. Requires a few tricky configurations and reboots.
|
I made it to boot straight to a usb without a sdcard.
interesting part which draws attention is I'm suspecting #1 and #4 could be the key elements which affected the result but not sure. ps. thanks for great works including this prebuilt img. got helped many times so far. ;D |
One convenient approach that I've found modifies @trx1138 's method:
|
Another take on the instructions: "Flash" to device: To access the newly created filesystem from the same host, you may need to make yourself owner or find another way get RW permissions. This is where plugging the drive into a working Nano (e.g. w/SD) might be helpful in some cases. From the mount point (or removable drive in browser), open /boot/extlinux/extlinux.conf in a text-ONLY editor (e.g. mousepad). Make a copy of that whole "LABEL primary" block. Change the LABEL on one of them to "backup" or equivalent. TIMEOUT 30 MENU TITLE L4T boot options LABEL primary LABEL backup Save the file, safely eject, and hang on to your hat. 1TB NVME in a USB enclosure works great with a proper-spec cable. I haven't tried a key adapter for the slot under the card -- yet. Optionally, resize the partition prior to first boot while the drive is still plugged in to the host. If extlinux.conf is still read-only, figure out how to get permissions. I suspect the big kicker with online "tutorials" is confusion about drive vs partition UUID and syntax. I'm not sure about jetpack version 4.5+ and flashing the "QSPI-NOR" first. Trying Nvidia's image with 4.6.x first (going through setup), getting irritated, and trying @Qengineering's image with a change to extlinux.conf worked great for me. I don't know the state of my QSPI-NOR prior to the aforementioned. |
this worked great! |
Excuse my ignorance, but are you editing the extlinux.conf file that is on the original Nano, or the one on the new external SSD? Many thanks! |
can I install it in external SSD and run it from there ?
The text was updated successfully, but these errors were encountered: