• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. UntouchedWagons
    U
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    UntouchedWagons

    @UntouchedWagons

    0
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    UntouchedWagons Unfollow Follow

    Latest posts made by UntouchedWagons

    • RE: PXE booting Ubuntu desktop 21.10

      Okay I tried this

      kernel tftp://${fog-ip}/os/ubuntu/21.10/vmlinuz
      initrd tftp://${fog-ip}/os/ubuntu/21.10/initrd
      imgargs vmlinuz initrd=initrd ip=dhcp root=/dev/nfs boot=casper netboot=nfs nfsroot=/${fog-ip}:/images/os/ubuntu/21.10/desktop/ locale=en_US.UTF-8 quiet splash rw
      boot || goto MENU
      

      With the contents of the iso extracted to the folder (including .disk) but the initramfs gives me the error "Unable to find a live file system on the network.

      posted in Linux Problems
      U
      UntouchedWagons
    • RE: PXE booting Ubuntu desktop 21.10

      Okay I moved the iso to inside /var/www/ and the VM is still unable to boot the iso because wget runs out of space somehow despite the VM having 4GB of RAM and the ISO itself is almost 3GB.

      posted in Linux Problems
      U
      UntouchedWagons
    • RE: PXE booting Ubuntu desktop 21.10

      @george1421
      Okay. I took a look at the conf file for apache that Fog creates and I don’t see anything about the images folder that Fog creates.

      posted in Linux Problems
      U
      UntouchedWagons
    • RE: PXE booting Ubuntu desktop 21.10

      Well I’ve made a slight bit of progress as I’m getting a different error now:

      firefox_dsWEwdalgw.png

      kernel tftp://${fog-ip}/os/ubuntu/21.10/vmlinuz
      initrd tftp://${fog-ip}/os/ubuntu/21.10/initrd
      imgargs vmlinuz initrd=initrd ip=dhcp url=http://${fog-ip}/os/ubuntu/21.10/desktop/ubuntu-21.10-desktop-amd64.iso locale=en_US.UTF-8 quiet splash ip=dhcp rw
      boot || goto MENU
      

      I can’t even browse http://192.168.20.20/os/ as that gives an HTTP 404.

      posted in Linux Problems
      U
      UntouchedWagons
    • PXE booting Ubuntu desktop 21.10

      Hi there, how would I go about PXE booting Ubuntu desktop 21.10? I found this guide by a moderator but it doesn’t seem applicable to 21.10 as I can’t find the netboot file it mentions for 21.10.

      I’ve tried these options:

      kernel tftp://${fog-ip}/os/ubuntu/21.10/vmlinuz
      initrd tftp://${fog-ip}/os/ubuntu/21.10/initrd
      imgargs linux root=${fog-ip}:/images/os/ubuntu/21.10/desktop/ ip=dhcp quiet splash rw
      boot || goto MENU
      

      With the desktop folder containing the contents of the iso. This allows the kernel to boot but it’s unable to find root.

      posted in Linux Problems
      U
      UntouchedWagons