[GH-ISSUE #333] Unable to boot ubuntu-18.04.2-live-server-amd64.iso over HTTP #1676

Closed
opened 2026-03-01 18:35:23 +03:00 by kerem · 5 comments
Owner

Originally created by @mrme02 on GitHub (May 26, 2019).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/333

Using the instructions, fit to my environment,

kernel https://boot.netboot.xyz/memdisk iso raw
initrd http://10.0.0.27/erx/18.04server.iso
boot

I get, after waiting a while, once the kernel has seemingly booted,
(initramfs) Unable to find a medium containing a live filesystem.

I think I am missing something, any idea what that might be? Sorry for posting here, I had no other way of asking this question, Google doesn't yield what I am looking for.

Originally created by @mrme02 on GitHub (May 26, 2019). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/333 Using the instructions, fit to my environment, kernel https://boot.netboot.xyz/memdisk iso raw initrd http://10.0.0.27/erx/18.04server.iso boot I get, after waiting a while, once the kernel has seemingly booted, (initramfs) Unable to find a medium containing a live filesystem. I think I am missing something, any idea what that might be? Sorry for posting here, I had no other way of asking this question, Google doesn't yield what I am looking for.
kerem closed this issue 2026-03-01 18:35:23 +03:00
Author
Owner

@orange888 commented on GitHub (Nov 14, 2019):

Using the instructions, fit to my environment,

kernel https://boot.netboot.xyz/memdisk iso raw
initrd http://10.0.0.27/erx/18.04server.iso
boot

I get, after waiting a while, once the kernel has seemingly booted,
(initramfs) Unable to find a medium containing a live filesystem.

I think I am missing something, any idea what that might be? Sorry for posting here, I had no other way of asking this question, Google doesn't yield what I am looking for.

Did you find a solution?

<!-- gh-comment-id:553763401 --> @orange888 commented on GitHub (Nov 14, 2019): > Using the instructions, fit to my environment, > > kernel https://boot.netboot.xyz/memdisk iso raw > initrd http://10.0.0.27/erx/18.04server.iso > boot > > I get, after waiting a while, once the kernel has seemingly booted, > (initramfs) Unable to find a medium containing a live filesystem. > > I think I am missing something, any idea what that might be? Sorry for posting here, I had no other way of asking this question, Google doesn't yield what I am looking for. Did you find a solution?
Author
Owner

@antonym commented on GitHub (Nov 14, 2019):

The problem with memdisk is that:

  • It has limitations as to the size of an ISO it can load into memory.
  • Only works on Legacy and not EFI
  • Does not always know how to mount the filesystem from the memdisk device where the ISO is loaded, some ISOs work, some don't and in general it's slow and doesn't work well.

We're working on going a different route where we'll have a lot of live options available on the netboot.xyz menu as we're working on ISO extraction, hosting of the filesystems, and then loading the kernels and squashfs directly from a repo.

I might get a few options linked into the existing menu today for testing but our goal is to have quite a large library.

<!-- gh-comment-id:553979375 --> @antonym commented on GitHub (Nov 14, 2019): The problem with memdisk is that: - It has limitations as to the size of an ISO it can load into memory. - Only works on Legacy and not EFI - Does not always know how to mount the filesystem from the memdisk device where the ISO is loaded, some ISOs work, some don't and in general it's slow and doesn't work well. We're working on going a different route where we'll have a lot of live options available on the netboot.xyz menu as we're working on ISO extraction, hosting of the filesystems, and then loading the kernels and squashfs directly from a repo. I might get a few options linked into the existing menu today for testing but our goal is to have quite a large library.
Author
Owner

@orange888 commented on GitHub (Nov 15, 2019):

The problem with memdisk is that:

* It has limitations as to the size of an ISO it can load into memory.

* Only works on Legacy and not EFI

* Does not always know how to mount the filesystem from the memdisk device where the ISO is loaded, some ISOs work, some don't and in general it's slow and doesn't work well.

We're working on going a different route where we'll have a lot of live options available on the netboot.xyz menu as we're working on ISO extraction, hosting of the filesystems, and then loading the kernels and squashfs directly from a repo.

I might get a few options linked into the existing menu today for testing but our goal is to have quite a large library.

preseed file is new to me. I am learning how to use it. How do I speed up its testing process?

Do you have a good ubuntu preseed template that I could look at?
Thanks.

<!-- gh-comment-id:554335709 --> @orange888 commented on GitHub (Nov 15, 2019): > The problem with memdisk is that: > > * It has limitations as to the size of an ISO it can load into memory. > > * Only works on Legacy and not EFI > > * Does not always know how to mount the filesystem from the memdisk device where the ISO is loaded, some ISOs work, some don't and in general it's slow and doesn't work well. > > > We're working on going a different route where we'll have a lot of live options available on the netboot.xyz menu as we're working on ISO extraction, hosting of the filesystems, and then loading the kernels and squashfs directly from a repo. > > I might get a few options linked into the existing menu today for testing but our goal is to have quite a large library. preseed file is new to me. I am learning how to use it. How do I speed up its testing process? Do you have a good ubuntu preseed template that I could look at? Thanks.
Author
Owner

@samip5 commented on GitHub (Nov 29, 2019):

@orange888 What are you currently trying to do?

You should not use memdisk, as it will have trouble booting with that.

There is server boot menu option already in the menu, you can see it here: https://github.com/antonym/netboot.xyz/blob/master/src/ubuntu.ipxe

In the actual menu, it's under "Linux Installs" -> Ubuntu

<!-- gh-comment-id:559886692 --> @samip5 commented on GitHub (Nov 29, 2019): @orange888 What are you currently trying to do? You should not use memdisk, as it will have trouble booting with that. There is server boot menu option already in the menu, you can see it here: https://github.com/antonym/netboot.xyz/blob/master/src/ubuntu.ipxe In the actual menu, it's under "Linux Installs" -> Ubuntu
Author
Owner

@thelamer commented on GitHub (Dec 5, 2019):

as @samip5 stated you should use the network installer and select the packages you want to install.
If you need a live CD our version 2 Currently has them at development head: (though no server one as it serves very little purpose as a live CD )
https://s3.amazonaws.com/dev.boot.netboot.xyz/999a90aa2875f9cfb51c76a7db6d94299e933322/index.html

<!-- gh-comment-id:561926665 --> @thelamer commented on GitHub (Dec 5, 2019): as @samip5 stated you should use the network installer and select the packages you want to install. If you need a live CD our version 2 Currently has them at development head: (though no server one as it serves very little purpose as a live CD ) https://s3.amazonaws.com/dev.boot.netboot.xyz/999a90aa2875f9cfb51c76a7db6d94299e933322/index.html
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#1676
No description provided.