Not signed in [Sign In]
[Apply for membership]

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorstyx
    • CommentTimeMar 21st 2012
     
    Has anyone any experience of PXE booting USE?
    I have extracted the filesystem.squashfs and vmlinuz and initrd.gz and put them in a working pixie boot server everything works up until Bus Logic BT958 then drops to a busybox shell.
    Other Ubuntu based livecd's work just not this one?
    • CommentAuthorgarry
    • CommentTimeMar 23rd 2012
     
    Are you using the 666.9 CD or the 666.10 DVD? With the CD, I copied the standard Ubuntu boot settings exactly, so I see no reason why it would not work. The DVD was created by a different developer who changed the boot settings so maybe that has caused your issue?
    • CommentAuthorbooloki
    • CommentTimeMar 23rd 2012
     
    Hello.

    Please styx post your TFTP boot settings.

    @home I use these one and it works well:
    _________________________________________________________________
    label Live Satanic 10 i386
    menu label ^Live Satanic 10 i386
    kernel ubuntu/satanic/10/i386/vmlinuz
    append boot=casper netboot=nfs nfsroot=SERVER_IP:/media/pxesatanic10 initrd=ubuntu/satanic/10/i386/initrd.lz splash=silent
    _________________________________________________________________
    with SERVER_IP the TFTP server IP
    and /media/pxesatanic10 the 666.10 iso mount + NFS export
    • CommentAuthorgarry
    • CommentTimeMar 23rd 2012
     
    Thanks booloki.