LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 05-09-2017, 02:28 PM   #16
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,128

Rep: Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639

This might be more than uefi. Might be one of those deals where they use a 64 bit loader to load a 32 bit (or reversed I forget).
 
Old 05-09-2017, 03:28 PM   #17
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 875Reputation: 875Reputation: 875Reputation: 875Reputation: 875Reputation: 875Reputation: 875
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.
 
Old 05-09-2017, 03:40 PM   #18
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by AwesomeMachine View Post
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.
 
Old 05-09-2017, 09:39 PM   #19
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,128

Rep: Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639
Some of those Atom based netbooks are goofy loaders in 32/64 issue.
 
Old 05-10-2017, 03:29 AM   #20
dojohn
LQ Newbie
 
Registered: May 2017
Posts: 17

Original Poster
Rep: Reputation: Disabled
This is a 64 bit bios with celeron ...

Quote:
Originally Posted by Shadow_7 View Post
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.
 
Old 05-10-2017, 02:59 PM   #21
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,128

Rep: Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639
OK, celeron boards don't have that problem.
 
Old 05-10-2017, 03:01 PM   #22
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by jefro View Post
OK, celeron boards don't have that problem.
I think, as with this 64 bit Celeron, the boot from SD is just not possible due to the bus topology.
 
Old 05-10-2017, 03:22 PM   #23
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
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.
 
Old 05-10-2017, 08:01 PM   #24
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,128

Rep: Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639Reputation: 3639
Finding out the way the sd card attaches to system was my first suggestion back in #10.

Booting to usb to find how that is may be possible.

The sd to usb may work too if a bootable type.
 
Old 05-11-2017, 08:39 AM   #25
dojohn
LQ Newbie
 
Registered: May 2017
Posts: 17

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jefro View Post
Finding out the way the sd card attaches to system was my first suggestion back in #10.

Booting to usb to find how that is may be possible.

The sd to usb may work too if a bootable type.
Which command would tell how the sd card attaches to the system?
 
Old 05-11-2017, 09:09 AM   #26
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: One main distro, & some smaller ones casually.
Posts: 5,654

Rep: Reputation: Disabled
Why not save yourself some headaches & just boot to ram from a pendrive - once running you just remove the pendrive.

(Most motherboards do not boot from SD/SDHC/SDXC cards.)
 
Old 05-11-2017, 10:39 AM   #27
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
https://lists.gnu.org/archive/html/l.../msg00004.html
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Boot Ubuntu 14.04 64bit with greyed out Secure Boot disable option in BIOS? hanspeterii Linux - Newbie 9 05-04-2014 02:32 PM
Protective master boot record boot flag (pmbr_boot) with BIOS Beaverfriend Linux - General 0 02-19-2014 04:44 PM
BIOS setting prevents boot with PCI RAIDbus card in??? buccaneere Linux - Hardware 1 03-24-2009 12:20 AM
Dual boot, did I break my BIOS or wreck my video card? faberoo Linux - Newbie 17 11-05-2007 05:41 AM
FEDORA 5– install. CD1 does not boot, already configured BIOS it boot with other disk frankj Fedora 3 12-30-2005 09:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration