Results 1 to 6 of 6

Thread: How do I get Kernel 4.4 on USB for installation?

  1. #1
    Join Date
    Jan 2016
    Beans
    6

    How do I get Kernel 4.4 on USB for installation?

    How can I get linux kernel 4.4 onto a live usb for installation of Ubuntu from usb? I'm trying to install on a Macbook Air (7,1), and installers are not recognizing the SSD. The new kernel is supposed to remedy that with LightNVM. Thanks in advance for any help.

    Tom D
    Last edited by craic; February 3rd, 2016 at 02:48 PM.

  2. #2
    Join Date
    Oct 2006
    Beans
    58,286

    Re: How do I get Kernel 4.4 on USB for installation?

    Thread moved to the "Apple Hardware Users" sub forum.

  3. #3
    Join Date
    Aug 2013
    Beans
    4,941

    Re: How do I get Kernel 4.4 on USB for installation?

    You can make a usb with persistence, then boot off the usb from another machine, then in it download and install the kernel using mainline http://kernel.ubuntu.com/~kernel-ppa...ine/v4.4-wily/

    To do this download three debs: kernel image for your arch (amd64 I suppose), the header for your arch, and headers all. Put all 3 in a folder, say ~/Downloads/kern then install them from the terminal

    Code:
    cd Downloads/kern
    sudo dpkg -i *.deb
    Now I have never done it in a live usb, may not work.

  4. #4
    Join Date
    Jan 2016
    Beans
    6

    Re: How do I get Kernel 4.4 on USB for installation?

    Thanks for your reply. I followed those steps, but I am unable to boot from the USB drive on any system. I get the following error:

    (initramfs) Unable to find a medium containing a live file system

    I'm new to using a USB drive with persistence, so I could use some on help on what to do next. Thanks!

    Updated: I performed a MD5sum check and they did not match, so I will recreate the USB drive with a newly downloaded iso. Hopefully, that does the trick.
    Last edited by craic; January 23rd, 2016 at 01:24 PM.

  5. #5
    Join Date
    Jan 2016
    Beans
    6

    Re: How do I get Kernel 4.4 on USB for installation?

    The md5sum problem was not the issue unfortunately. I still get the initramfs error.

  6. #6
    Join Date
    Jan 2016
    Beans
    6

    Re: How do I get Kernel 4.4 on USB for installation?

    It might be best to just wait for Arch to release their next iso in the next few weeks.

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
  •