LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-04-2017, 07:24 PM   #1
myway_1
LQ Newbie
 
Registered: Nov 2016
Posts: 19

Rep: Reputation: Disabled
How Do I Make a UEFI Bootable Live USB Stick?


I have an unusual situation wherein my computer is 64 bit but the UEFI is 32 bit (Intel Compute stick with modern Intel Atom processor). It does not have compatability (legacy) mode.

Several distros that I would like to try-out don't accomodate this. (Some don't accomodate UEFI at all)

Can I make my own reusable USB stick with 32 bit UEFI onto which I could copy ISO's of various distros and boot it ?

If that isn't possible (or if it is very difficult), can I add 32 bit UEFI to a live USB which already has the installer ISO on it?

And then after the distro is installed, would it boot on my PC?

If these things are possible, would you please point me to resources that I could use (or give me instructions)?

Thanks.

Joe
 
Old 01-04-2017, 07:34 PM   #2
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Quote:
Several distros that I would like to try-out don't accomodate this
Which distros and what have you done so far? The more information you give about what you have done and tried will help in getting better answers.
 
Old 01-04-2017, 08:27 PM   #3
myway_1
LQ Newbie
 
Registered: Nov 2016
Posts: 19

Original Poster
Rep: Reputation: Disabled
Some distros that I have recently created live USB's according to their instructions, tried to boot and failed are Puppy and Alpine and AntiX-core. When I investigated further, their websites/forums stated that they don't have UEFI support.
 
Old 01-05-2017, 07:33 AM   #4
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Try Puppy slacko-6.3.2-uefi.iso http://distro.ibiblio.org/puppylinux...acko-6.3.2/32/
 
Old 01-05-2017, 08:31 AM   #5
myway_1
LQ Newbie
 
Registered: Nov 2016
Posts: 19

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
Thanks, but no go. See last line below. 32 bit UEFI not supported


Additional release notes and errata

The latest versions of Slacko and Slacko64 Puppy Linux have been released! Release Notes

Current versions: slacko-6.3.2 and slacko64-6.3.2

Minimum System Requirements

Recommended for 32 bit: 900MHz processor (P3 or AMD K7), 512MB RAM and either bootable cd access, usb boot or network boot access. A Hard Drive is not required

Recommended for 64 bit: 1.6GHz processor (IA64 or amd64), 1GB RAM and either bootable cd access, usb boot or network boot access. A Hard Drive is not required

Slacko (32 bit) has been known to run on a P3 733MHz processor with 256MB RAM. Slacko does not support old P2 or AMD K6 processors.

Features
NEW! UEFI support on the 32 bit and 64 bit iso images! NB: this only supports booting of 64 bit UEFI machines. 32 bit UEFI machines are rare anyway.
 
Old 01-05-2017, 09:32 AM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
never mind

Last edited by colorpurple21859; 01-05-2017 at 09:35 AM.
 
Old 01-05-2017, 08:28 PM   #7
fpmurphy
Member
 
Registered: Jan 2009
Location: /dev/ph
Distribution: Fedora, Ubuntu, Redhat, Centos
Posts: 299

Rep: Reputation: 62
Have a lot at http://www.linuxium.com.au/how-tos
 
Old 01-06-2017, 06:18 AM   #8
myway_1
LQ Newbie
 
Registered: Nov 2016
Posts: 19

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by fpmurphy View Post
What I picked up from reading this is that he has written a bootloader especially for stick PC's with Intel Atom processors. That's great! But the downside seems to be that you can only copy ISO's rather than installing them, which makes persistence impossible.

Is there a way that I can preserve the bootloader so that it doesn't get eliminated during the installation of a distro. Or is there a way I can add the bootloader after installing a distro?

Also just to be sure I understand - can all 32 bit or 64 bit x86 distros be installed and run on a 32 bit UEFI x86-64 PC if secure boot is disabled and a bootloader for 32 bit UEFI is present?

If it is that simple why didn't all distros add UEFI support after the first FOSS UEFI bootloader program was written ?
 
Old 01-06-2017, 01:29 PM   #9
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
Are you saying you cannot boot from a usb unless it is using UEFI? I would expect that the UEFI/Legacy CSM options would be for installed systems but I don't use UEFI so maybe someone more familiar with it will post. Everything else you refer to is obviously possible with some Linux distributions. Using Grub2 and simply installing to the MBR and a boot directory is possible. Booting an iso directly from Grub2 is also possible for many (not all) Linux systems and even simply booting an iso you can have persistence, again with some Linux systems but not all.
 
Old 01-06-2017, 07:49 PM   #10
myway_1
LQ Newbie
 
Registered: Nov 2016
Posts: 19

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by yancek View Post
Are you saying you cannot boot from a usb unless it is using UEFI? I would expect that the UEFI/Legacy CSM options would be for installed systems but I don't use UEFI so maybe someone more familiar with it will post...
Yes. If I try to boot a live USB prepared exactly according to the distro's instructions, (even just an installer USB), if that USB doesn't have the EfI bits on it, then it won't even show up in the boot menu.
 
Old 01-07-2017, 06:27 AM   #11
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
I'm not familiar with your hardware so can 't really suggest anything other than to check through your manual for the machine to check options for booting from usb. As I understand it, 32bit UEFI is pretty rare so I'm not sure how much luck you will have. Most major Linux distributions will be capabel of booting UEFI or CSM/Legacy and as I understand, detect whether the machine is UEFI capable when booted. Not using UEFI myself, I have nothing else to suggest. Good luck.
 
  


Reply



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
How-to make a bootable USB stick using DD jaydul Linux - Newbie 7 04-13-2015 03:59 PM
Mounting a bootable USB stick makes the stick non-bootable PeterSteele Red Hat 6 03-15-2013 01:44 PM
Make UEFI bootable live CD Plamen Doykov Linux - General 0 01-27-2012 12:00 PM
How to make USB stick bootable? depam Linux - Software 3 12-31-2006 11:22 AM
make a USB stick bootable lothario Linux - Software 1 07-13-2006 01:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:03 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