Announcement

Collapse
No announcement yet.

MinimalCD

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MinimalCD

    https://help.ubuntu.com/community/In...tion/MinimalCD
    The Minimal CD will download packages from online archives at installation time instead of providing them on the install CD itself...
    Before the release /1/: http://archive.ubuntu.com/ubuntu/dists/
    Q--i386--> http://archive.ubuntu.com/ubuntu/dis...tboot/mini.iso
    Q----64--> http://archive.ubuntu.com/ubuntu/dis...tboot/mini.iso





    The KDE 4.8.3 is coming /2/ and so is the KDE 4.9 /3, 4/.

    More links
    1. https://wiki.kubuntu.org/QuantalQuetzal/ReleaseSchedule
    2. http://irclogs.ubuntu.com/2012/05/06...ntu-devel.html
    3. http://techbase.kde.org/Schedules/KD...lease_Schedule
    4. http://techbase.kde.org/Schedules/KDE4/4.9_Feature_Plan
    Last edited by OneLine; May 06, 2012, 05:56 AM.
    Have you tried ?

    - How to Ask a Question on the Internet and Get It Answered
    - How To Ask Questions The Smart Way

    #2
    The minimal CD can't be used to install *buntu in UEFI mode on PCs with a UEFI. It's missing the required EFI boot loader:

    Comment


      #3
      At Here - Asrock

      Asrock 970 Extreme 4 Manual:
      3. UEFI SETUP UTILITY

      3.1 Introduction
      This section explains how to use the UEFI SETUP UTILITY to conf gure your sys-
      tem. The SPI Memory on the motherboard stores the UEFI SETUP UTILITY. You
      may run the UEFI SETUP UTILITY when you start up the computer . Please press
      <F2> or <Del>during the Power-On-Self-Test (POST) to enter the UEFI SETUP
      UTILITY, otherwise, POST will continue with its test routines...
      Kubuntu 11.10 & 12.04

      Tried with the mini.iso + CD RW

      Asrock uefi setup utility



      Boot > # first boot option CD/DVD drive > Reboot...installation will start


      Kubuntu 12.10 pre alpha

      Tried with the mini.iso + USB stick

      Using the Unetbootin (repositories)
      Description: installer of Linux/BSD distributions to a partition or USB drive
      UNetbootin allows for the installation of various Linux/BSD distributions to a
      partition or USB drive, so it's no different from a standard install, only it
      doesn't need a CD. It can create a dual-boot install, or replace the existing
      OS entirely.
      Homepage: http://unetbootin.sourceforge.net
      Code:
      kdesudo unetbootin



      Asrock uefi setup utility > Boot > first boot option USB flash drive
      and
      Boot > Hard Drive BBS Priorities: Boot Option #1



      Save & exit

      The start screen is from the unetbootin but after that the screens are the standard mini.iso

      Last edited by OneLine; May 07, 2012, 08:50 AM.
      Have you tried ?

      - How to Ask a Question on the Internet and Get It Answered
      - How To Ask Questions The Smart Way

      Comment


        #4
        Welcome to the wonderful world of UEFI confusion! I'll lay out a few facts here, based on many weeks of exploring this stuff with two ThinkPads and a Samsung tablet.

        If you have UEFI, you don't have BIOS. Despite the fact that in many places you'll see language like "...configure your UEFI BIOS to do such and so..." this is just sloppy.

        UEFI can emulate BIOS. This is called, variously, "BIOS emulation," "compatibility mode," or "compatibility service module." Some, but not all, UEFIs expose a control mechanism that allow you switch the emulation on or off. If it's on, then some UEFIs expose a second control that allows you to choose a boot order: UEFI first/"BIOS" second, or "BIOS" first/UEFI second.

        For a machine to boot into UEFI mode, the boot media must be FAT32 (FAT16 might work) and must contain the file /efi/boot/bootx64.efi (or, in UEFI-speak, \\EFI\\BOOT\\BOOTX64.EFI).

        If the machine is in UEFI-only mode and you attempt to boot from media that doesn't satisfy the above requirement, the boot will fail.

        If compatibility mode is on, and you've configured UEFI first/"BIOS" second:
        * If the boot media is as above, the computer will boot into UEFI mode.
        * If the boot media is anything other than the above, the computer will boot into BIOS compatibility mode.

        If compatibility mode is on, and you've configured "BIOS" first/UEFI second, the computer will boot into BIOS compatibility mode.

        Now, with some UEFIs, you can override the automatic handling. When you press whatever key your computers uses for interrupting the normal boot sequence so that you can see the menu of boot devices, this menu will vary, depending on your UEFI mode and what's present on available boot media.

        If the machine is in UEFI-only mode, then only media that satisfy the above requirement will appear in the list.

        If compatibility mode is on (and regardless of which ordering you've selected), the menu will display everything it can find:
        * If the boot media is as above, then you will see two options: one with an indication of booting in UEFI mode, and one without
        * If the boot media is anything other than the above, you will see only the compatibility mode choice (likely not labeled as such, though)

        Because the mini.iso lacks /efi/boot/bootx64.efi, it can only install in BIOS compatibility mode. If you go through the process, you'll see that you don't have a /boot/efi/EFI/ubuntu directory on the resulting installation, and grub-pc will be your boot loader.

        To obtain a UEFI mode installation, you should use either the Live CD or the alternate CD. Here's a screenshot of the alternate CD:


        Boot the image in UEFI mode to complete a UEFI install. When you do, your completed installation will have a /boot/efi/EFI/ubuntu directory containing grubx64.efi and grub-efi will be your bootloader. This is now my standard way to build machines. I use this CD in expert CLI mode.

        Comment

        Working...
        X