WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: UEFI Boot  (Read 90844 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
UEFI Boot
« on: June 09, 2012, 08:48:17 AM »
Did anybody try to boot tinycore via UEFI boot on a non-mac machine?

After tiring of trying to get grub-efi to work on a mac mini (as per grub2 devs, it probably won't work until linux-3.3), I noticed my laptop has an option to use UEFI and prepared a usb stick with grub-efi - the trouble is the laptop (dell latitude e6220) does not recognise the usb stick as efi bootable...

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: UEFI Boot
« Reply #1 on: June 09, 2012, 11:42:40 PM »
I am hearing of issues booting tc on notebooks using the IsydeH2O UEFI BIOS,  that covers notebooks models by acer, Intel, Dell, Toshiba, HP etc etc... manufactured over the last few years

Am considering compiling a newer kernel which is UEFI aware to support booting on macs as well as other UEFI pc's.   I too am going around in circles trying to boot tc on a USB with grub2 efi
« Last Edit: June 09, 2012, 11:50:42 PM by coreplayer2 »

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: UEFI Boot
« Reply #2 on: June 10, 2012, 02:43:58 AM »
hi friends,

a project in that direction would be very appreciated.
more and more macs are in my direct environment... friends and relatives.
and more and more pcs getting uefi, too.
hopefully there will be a multifunctional solution, without change of the configuration of the booted system...
... so it will remain a live-system that need no change at the booted system :)

thank you all for your contributions...

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: UEFI Boot
« Reply #3 on: June 10, 2012, 04:33:30 AM »
I can confirm that with a mac (mac mini at least) the combination of rEFIt and grub legacy works.

I suppose grub2 in bios mode would also work with rEFIt, but I didn't try.

I tried grub-efi compiled from bzr a few days ago and it doesn't want to work with either the mac mini or dell uefi, which tends to indicate a newer kernel is required (and/or a less buggy efi/uefi).

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: UEFI Boot
« Reply #4 on: June 10, 2012, 04:52:35 AM »
Maybe try Fedora's grub legacy fork? It has uefi support and is still updated.
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: UEFI Boot
« Reply #5 on: June 10, 2012, 05:16:41 PM »
I can't use rEFIt since it requires installation on the host machine.  My goal is a bootable USB to boot mac's with of course TC.    This is possible and have been successful with other distributions.  So am convinced we need to simply compile a newer kernel that is EFI aware to boot TC with.




Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: UEFI Boot
« Reply #6 on: June 11, 2012, 02:37:52 AM »
Given I've had a GPT/EFI usb stick that booted on Macs with the 3.0.3 kernel, I don't think the kernel version is the issue.
The only barriers that can stop you are the ones you create yourself.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: UEFI Boot
« Reply #7 on: June 12, 2012, 02:49:52 AM »
coreplayer2 sent me a PM about more instructions, replying here because it might help others too.

It's been a few months since then, so this is all from memory. It was some version of TC4 with the 3.0 kernel.

1. Grab a grub2 efi image (BOOTX64.EFI) from a deb package. I just wanted to quickly get a GPT test USB stick running, so didn't bother building it.
2. Format an empty usb stick with GPT, one fat32 partition (required by EFI to be fat32).
3. Create directories efi/boot and put BOOTX64.EFI under there.

After that it was simply a grub2 config file and the usual TC setup.
The only barriers that can stop you are the ones you create yourself.

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: UEFI Boot
« Reply #8 on: June 12, 2012, 03:46:55 AM »
hi curaga,

for me it's no problem to partition in the "old school" ways... like fdisk, cfdisk etc.
is there a own boot-block for gpt?
would you be so kind and be more specific how to use gpt?
could you please provide your grub2-configuration?
there are so many ways, perhaps there are some tiny differences to use grub2 with gpt,
perhaps it's just one line or a tiny variable...
does it work on an usbstick, even to multiboot different distributions, live-isos or frugal-installed-files?
thank you for your contributions.
« Last Edit: June 12, 2012, 03:49:50 AM by netnomad »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: UEFI Boot
« Reply #9 on: June 12, 2012, 04:17:09 AM »
Yes, you need a GPT-able partitioning tool, like parted or the GPT fdisk tools (http://www.rodsbooks.com/gdisk/ ). Though I think our parted extension is too old for GPT. It's not much different from MBR, with the exception that there is no boot block at all.

I don't have the stick anymore, so I can't show the grub2 config etc.

It was only TC on that stick, but the grub2 menu showed OK, so dualboot should work. As for the iso loop boots, I really think those shouldn't be done, they have many downsides for the only gain of not properly installing the distro (aka a couple minutes of your time).

edit: Ah, I see we have gdisk.tcz in the repo.
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: UEFI Boot
« Reply #10 on: June 12, 2012, 12:35:03 PM »
Thanks curaga


I find a GPT partition is mandatory.  I simply format the whole partition FAT32   


it appears the magic source is in the cfg file and it's it's location.   Still have not managed to boot a kernel less than 3.2.x yet, but if you say you've done it then I'll continue on those lines..

I've found this a great reference http://www.rodsbooks.com/efi-bootloaders/efistub.html

« Last Edit: June 12, 2012, 12:41:56 PM by coreplayer2 »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: UEFI Boot
« Reply #11 on: June 12, 2012, 02:33:11 PM »
Yep, that is a nice way to avoid a bootloader altogether, kind of like direct-booting a kernel from a floppy used to be.

Though, I've heard many reports of extremely buggy EFI bioses where using efibootmgr caused an unbootable system, and having to replace the bios chip.
The only barriers that can stop you are the ones you create yourself.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: UEFI Boot
« Reply #12 on: June 12, 2012, 07:00:53 PM »
Yeah it sounds great until you try  :(   weeks if not months later I'm still trying... lol






Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: UEFI Boot
« Reply #13 on: June 13, 2012, 05:36:44 AM »
After using gdisk to create the gpt partition, the usb stick is at least recognised in uefi boot mode on the dell, and grub2-efi creates BOOTX64.EFI automatically (rather than grub.efi).

..but the os is not found

Now I suppose I need an efi enabled kernel to be able to use efibootmgr...

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: UEFI Boot
« Reply #14 on: June 13, 2012, 08:55:04 AM »
os? Does that mean the bios doesn't load grub, or grub doesn't load tc?
The only barriers that can stop you are the ones you create yourself.