• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Booting a live cd?

    Scheduled Pinned Locked Moved
    Linux Problems
    4
    4
    2.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      synack
      last edited by

      Ive tried booting to the most recent ubuntu iso but for some reason when I select it from the boot menu it says somthing about append a correct “root=”. Could there something be something wrong with my /default file? I have my ubuntu iso mouted to /tftpboot/ubuntu/12.10/

      [CODE]LABEL ubuntu
      kernel tftpboot/ubuntu/12.10/casper/vmlinuz
      append boot=casper netboot=nfs nfsroot=192.168.0.3/tftpboot/ubuntu/12.10/
      initrd=ubuntu/12.10/casper/linitrd.lz[/CODE]

      1 Reply Last reply Reply Quote 0
      • D
        dvlsg
        last edited by

        Try it without the tftpboot listed in the kernel line, maybe?

        [CODE]LABEL ubuntu
        kernel ubuntu/12.10/casper/vmlinuz[/CODE]

        I’m just guessing because I’ve never tried booting to the ubuntu live cd, but the structure of my default file doesn’t include the tftpboot folder in the kernel line. I wonder if it’s looking for a file located at /tftpboot/tftpboot/ubuntu instead of /tftpboot/ubuntu because of it.

        1 Reply Last reply Reply Quote 0
        • G
          Gilou
          last edited by

          Hi,

          Shouldn’t nfsroot be set as nsfroot=192.168.0.3:/tftpboot/xxx (with the “:” between the IP & the NFS path)?

          Cheers,
          Gilou

          1 Reply Last reply Reply Quote 0
          • S
            Spicoli
            last edited by

            [CODE]append root=/dev/nfs initrd=/ubuntu/12.10/casper/initrd.lz boot=casper netboot=nfs nfsroot=192.168.0.3:/ubuntu/12.10[/CODE]

            Your append line should look like this. Note the “root=/dev/nfs”
            you will need to test if you still need your “initrd=” line because it is in the append line.

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post

            255

            Online

            12.0k

            Users

            17.3k

            Topics

            155.2k

            Posts
            Copyright © 2012-2024 FOG Project