Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: UEFI: Interesting simple method to boot - but how does it work?

  1. #1
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    UEFI: Interesting simple method to boot - but how does it work?

    Quote Originally Posted by oldfred View Post
    Actually if you want an UEFI only boot flash drive you do not need an installer at all.

    You just need to format flash drive with FAT32 and set boot flag on. Then use whatever is your favorite extraction tool like 7zip to extract & copy ISO to FAT32 partition. UEFI boots from a FAT32 partition with a very long GUID (if gpt) to identify it. Gparted and some other tools use boot flag to set that GUID. A few UEFI want flash drive as gpt, most will boot with MBR as even MBR has a code for ESP - efi system partition.

    Ubuntu has built in /EFI/Boot/bootx64.efi which really is a copy of grub, for booting in UEFI mode.

    Normal installers do the format, extract, but also then install a BIOS boot loader. Ubuntu uses syslinux as BIOS boot loader but with UEFI only you do not need that.

    ...
    I think I did what you described. Extracted with file-roller from lubuntu-14.04.3-desktop-i386.iso.

    In my Toshiba in UEFI mode it does not work: "No bootable device -- Please restart system"

    In other words, it finds nothing to boot from.

    There is no hard-disk with an UEFI system in it. Would that be required?

    I would guess that there must be a bootloader, but I wanted to try your method, because it is so simple

    This is the computer where I have tested systems made by mkusb during the development, so I know pretty well how to boot from it in UEFI mode as well as in BIOS mode.

    Please advice how to use your simple method
    Last edited by sudodus; October 15th, 2015 at 10:54 AM. Reason: added UEFI to the title

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: UEFI: Interesting simple method to boot - but how does it work?

    I do not think 32 bit version is normally UEFI enabled.
    They have added a 32 bit UEFI for some of the light weight systems, but do not know details.

    Using 64 bit Ubuntu.
    If flash drive has FAT32 with boot flag and the /EFI/Boot/bootx64.efi then you should be able to boot from UEFI boot menu. A few UEFI seem to what flash drive as gpt, but most work with just MBR(msdos).

    Have you tried with the 64 bit version?
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Intro to Discourse: https://discourse.ubuntu.com/t/welco...and-help/49951

  3. #3
    Join Date
    Mar 2011
    Beans
    2,073

    Re: UEFI: Interesting simple method to boot - but how does it work?

    The default bootloaders have the architecture in their names, e.g. boot{arch}.efi, so for the x64 architecture (64 bit), the name is bootx64.efi, and that is what is supplied on the install media.

  4. #4
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: UEFI: Interesting simple method to boot - but how does it work?

    My bad. Of course, I should have used an amd64 iso file. (I forgot that the architecture makes a difference because persistent live drives made with mkusb work in UEFI mode also when made from i386 iso files. But in that case a bootloader and EFI files are provided by the installer.)

    I'm trying again with a clean MSDOS partition table and a FAT32 file system.

    Code:
    file-roller lubuntu-14.04.3-desktop-amd64.iso
    I mark and paste from file-roller to a nautilus window /media/OLDFRED (in the pendrive). I want to test 'the GUI way'.

    Code:
    $ sudo parted -s /dev/sdd print
    Model: SanDisk Cruzer Blade (scsi)
    Disk /dev/sdd: 4005MB
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos
    
    Number  Start   End     Size    Type     File system  Flags
     1      1049kB  4005MB  4003MB  primary  fat32        boot
    
    $
    It works Lubuntu 64-bit boots and works like it should.

    I'll try with a GUID partition table too (and a FAT32 file system).

    Code:
    $ sudo parted -s /dev/sdd print
    Model: SanDisk Cruzer Blade (scsi)
    Disk /dev/sdd: 4005MB
    Sector size (logical/physical): 512B/512B
    Partition Table: gpt
    
    Number  Start   End     Size    File system  Name  Flags
     1      1049kB  4003MB  4002MB  fat32              msftdata
    I marked and pasted from file-roller, and after that changed from msftdata to a boot flag
    Code:
    sudo parted -s /dev/sdd print
    Model: SanDisk Cruzer Blade (scsi)
    Disk /dev/sdd: 4005MB
    Sector size (logical/physical): 512B/512B
    Partition Table: gpt
    
    Number  Start   End     Size    File system  Name  Flags
     1      1049kB  4003MB  4002MB  fat32              boot
    
    $
    It works Lubuntu 64-bit boots also with a GUID partition table, GPT.

    This is really a simple method, particularly with an MSDOS partition table and a FAT32 file system.
    Last edited by sudodus; October 15th, 2015 at 05:58 PM.

  5. #5
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: UEFI: Interesting simple method to boot - but how does it work?

    Main install guide:
    https://help.ubuntu.com/community/Installation
    Updates for ISO to USB.
    https://help.ubuntu.com/community/Installation/iso2usb
    Updates -Instructions to make a boot drive, that boots both in UEFI and BIOS mode
    https://help.ubuntu.com/community/In...on/iso2usb/diy
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Intro to Discourse: https://discourse.ubuntu.com/t/welco...and-help/49951

  6. #6
    Join Date
    Jun 2007
    Location
    Hikkaduwa, Sri Lanka
    Beans
    3,449
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: UEFI: Interesting simple method to boot - but how does it work?

    This method of making a boot drive also works in Windows using 7zip.
    Casper-rw files work for persistence but when I create a casper-rw partition, UEFI no longer sees the drive.
    Last edited by C.S.Cameron; September 19th, 2017 at 07:51 PM.

  7. #7
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: UEFI: Interesting simple method to boot - but how does it work?

    Quote Originally Posted by C.S.Cameron View Post
    This method of making a boot drive also works in Windows using 7zip.
    Casper-rw files work for persistence but when I create a casper-rw partition, UEFI no longer sees the drive.
    Yes, that's right.

    I have mixed that into the instructions without stating those things clearly

    1. Do you think it is better to make separate sets of instructions for Windows?

    1.1 Running in Windows
    1.2 Creating a Windows install drive

    2. I tested (again) and noticed that persistence with a partition fails, also when in another drive. But that works from a cloned drive. Do you understand why?

    - Could it be that the links cannot be copied into the FAT32 system?

    - Or that the permissions of some files cannot be preserved?

    - Or could there be some logical statement, that decides what to do depending on the file system?

    Both a cloned system and mkusb's persistent live system use a cloned copy of the iso file and preserve the ISO 9660 file system.

    3. If you have the time, please test the instructions and tell me what is wrong or unclear (and how it should be improved)

  8. #8
    Join Date
    Mar 2011
    Beans
    2,073

    Re: UEFI: Interesting simple method to boot - but how does it work?

    The link "ubuntu" cannot be replicated on a FAT filesystem, so that is left out of the copy (from ISO9660 to FAT). The grub.cfg kernel boot line references the link (some preseed reference), so that is a problem. Remove the part with the link, and replace it with live-media-path=/casper/ ignore_uuid and that now boots 16.04. Adding the word persistent for a persistent partition now fails on 16.04 -- at some earlier release, I think it was working. The failure dumps the boot into initramfs.

  9. #9
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: UEFI: Interesting simple method to boot - but how does it work?

    Quote Originally Posted by ubfan1 View Post
    The link "ubuntu" cannot be replicated on a FAT filesystem, so that is left out of the copy (from ISO9660 to FAT). The grub.cfg kernel boot line references the link (some preseed reference), so that is a problem. Remove the part with the link, and replace it with live-media-path=/casper/ ignore_uuid and that now boots 16.04. Adding the word persistent for a persistent partition now fails on 16.04 -- at some earlier release, I think it was working. The failure dumps the boot into initramfs.
    Thanks

    This is a simple method, and it is good to understand what works, what does not work, and why.

    I intend to look into alternatives with UDF, Universal Disk Format.

    Anyway, mkusb provides persistence with partitions.

  10. #10
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: UEFI: Interesting simple method to boot - but how does it work?

    This simple method works with a UDF file system and a casper-rw partition but only in BIOS mode.

    Code:
    sudo mkudffs -b 512 --media-type=hd --lvid=did-it-myself /dev/sdd1
    See the attached screenshot.

    The system made this way refused to boot in UEFI mode I tried to convince it with a boot flag and an esp flag, but I think the UEFI-BIOS systems want a FAT32 file system in order to accept booting via USB in UEFI mode (and then persistence is limited to a casper-rw file). I tried in three computers (Lenovo and Toshiba laptops and an Intel NUC).
    Attached Images Attached Images

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •