Ingo Wolf
2013-Jan-11 12:21 UTC
[syslinux] gpxe ubuntu/vmlinuz boot=live fetch=http:// ....
Hi group, does somebody know the correct options for pxe booting Ubuntu live I tried many versions of LABEL Ubuntu MENU LABEL Ubuntu Live KERNEL ubuntu/vmlinuz INITRD ubuntu/initrd.lz APPEND debug dodhcp fetch=http://a.b.c.d/tftp/ubuntu/filesystem.squashfs toram Also no success with memdisk LABEL UbuntuISO MENU LABEL Ubuntu Live ISO KERNEL memdisk INITRD ubuntu/ubuntu.iso APPEND iso raw Parted Magic works fine with kernel/initrd as with memdisk/iso (with pmagic menu then) LABEL PMagicISO MENU LABEL Parted Magic ISO KERNEL memdisk INITRD pmagic/pmagic.iso APPEND iso LABEL PMagic MENU LABEL Parted Magic KERNEL pmagic/bzImage INITRD pmagic/initrd.img
Schlomo Schapiro
2013-Jan-11 12:30 UTC
[syslinux] gpxe ubuntu/vmlinuz boot=live fetch=http:// ....
I use this for PXE boot:
label quantal-live
menu label Ubuntu Live ^CD
kernel quantal/ubuntu-desktop/casper/vmlinuz
append ipv6.disable=1
initrd=quantal/ubuntu-desktop/casper/initrd.lz boot=casper toram
netboot=nfs nfsroot=<HOST>:/var/www/install/quantal/ubuntu-desktop quiet
keyboard-configuration/layoutcode=de
Works really nice, especially with the toram feature :-)
HTH,
Schlomo
On 11 January 2013 13:21, Ingo Wolf <ingo.wolf at gmx.de> wrote:
> Hi group,
>
> does somebody know the correct options for
> pxe booting Ubuntu live
>
> I tried many versions of
>
> LABEL Ubuntu
> MENU LABEL Ubuntu Live
> KERNEL ubuntu/vmlinuz
> INITRD ubuntu/initrd.lz
> APPEND debug dodhcp fetch=http://a.b.c.d/tftp/ubuntu/filesystem.squashfs
> toram
>
> Also no success with memdisk
> LABEL UbuntuISO
> MENU LABEL Ubuntu Live ISO
> KERNEL memdisk
> INITRD ubuntu/ubuntu.iso
> APPEND iso raw
>
> Parted Magic works fine with kernel/initrd as with memdisk/iso (with
> pmagic menu then)
> LABEL PMagicISO
> MENU LABEL Parted Magic ISO
> KERNEL memdisk
> INITRD pmagic/pmagic.iso
> APPEND iso
>
> LABEL PMagic
> MENU LABEL Parted Magic
> KERNEL pmagic/bzImage
> INITRD pmagic/initrd.img
>
>
> _______________________________________________
> Syslinux mailing list
> Submissions to Syslinux at zytor.com
> Unsubscribe or set options at:
> http://www.zytor.com/mailman/listinfo/syslinux
> Please do not send private replies to mailing list traffic.
>
>
Ingo Wolf
2013-Jan-12 15:51 UTC
[syslinux] gpxe ubuntu/vmlinuz boot=live fetch=http:// ....
But with an nfs server only I guess
May be I can install an nfs server sooner than getting the answer
How to fetch by http.........................
-----Urspr?ngliche Nachricht-----
Von: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] Im
Auftrag von Schlomo Schapiro
Gesendet: Freitag, 11. Januar 2013 13:31
I use this for PXE boot:
label quantal-live
menu label Ubuntu Live ^CD
kernel quantal/ubuntu-desktop/casper/vmlinuz
append ipv6.disable=1
initrd=quantal/ubuntu-desktop/casper/initrd.lz boot=casper toram
netboot=nfs nfsroot=<HOST>:/var/www/install/quantal/ubuntu-desktop quiet
keyboard-configuration/layoutcode=de
Works really nice, especially with the toram feature :-)
Schlomo Schapiro
2013-Jan-12 18:08 UTC
[syslinux] gpxe ubuntu/vmlinuz boot=live fetch=http:// ....
Hi, On 12 January 2013 16:51, Ingo Wolf <ingo.wolf at gmx.de> wrote:> But with an nfs server only I guess >Yes indeed.> May be I can install an nfs server sooner than getting the answer > How to fetch by http......................... >If you find out how to pull the live cd filesystem via http please let me know :-) Regards, Schlomo