Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
A 32 bit bios trying to boot a 64 bit OS requires extra stuff like refind. More common for mac's from what I've heard. I've never had a need for it (yet). And not an issue if running a 32 bit OS. You don't have to run a 64 bit OS on a 64 bit machine. You just give up a few capabilities if you don't. RAM in excess of 4GB, and other stuff.
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679
Rep:
Quote:
Originally Posted by AwesomeMachine
Built in SD Card readers are generally not bootable devices. You just have to use USB. You can get microSD cards and readers that only portrude 3/8" ~10mm.
I'm fairly certain this is the issue. As I mentioned above, neither of my laptops seems to be able to boot from the SD slot despite my being able to boot from USB and use both legacy BIOS and EUFI to boot an OS.
Plop is very "generic" and makes assumptions. That it's /dev/sdc (cdrom) and that you're trying to boot /dev/sda1. Which is less and less likely these days. Or at least that was my impression when I last used it (a decade ago?).
You can accomplish the same thing with grub, if you know the lingo. Or have a functional usb install to customize grub (update-grub) to boot the other thing. It is harder with UEFI, but not impossible. The two main things that prevent a functional boot is the root= parm that is passed to the kernel, and the contents of /etc/fstab. You can boot without a /etc/fstab, although with systemd, it mounts / as read-only when that is the case. Which complicates things, but can be worked around if you know the lingo (mount -o remount,rw /). Otherwise read-only means that any customizations do not take when you reboot, and any logging telling you what failed doesn't get written.
This sounds fantastic, but I wouldnt have a clue how to do it.
Boot SD to VM if you have the resources (or get em,) change BIOS, get external Blu-ray burner, use USB... just my random thoughts from one or a few posts.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.