Thread: help burning linux liveos iso!

  1. #16
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    No, I'm burning a 750 - 850 mb iso on a 700 mb cd.

    I'll try download and using ImgBurn, but I doubt it will make any difference.

  2. #17
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Oh, it's pretty helpful in asking you if something goes wrong.
    But you are bordering on something that doesn't work here, seeing as the image is bigger than your CD...
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #18
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Says on the download page: "Live DVD"

    So obviously you need to burn the image to a DVD.

    If Nero doesn't want to burn the image to a DVD, you'll need a different burn client.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  4. #19
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    I checked out ImgBurn, and it let me burn the iso on a DVD, all fine.
    But now when I try to boot the live os, nothing happens. The computer boots as if though there was no disk in the drive at all. (And yes, the BIOS is set to boot from the CD/DVD-ROM before the harddrive)
    Any ideas why this isn't working?

  5. #20
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Is it a DVD image or not? A DVD image might be up to 4GB, and certainly more than 700MB.

    What happens when you check the DVD? I don't know about ImgBurn, but most CD/DVD burning software lets you check the checksums of the burned data and the original image to see if it was burned correctly.

    You are burning the image as an iso image, right?

    The computer boots as if though there was no disk in the drive at all. (And yes, the BIOS is set to boot from the CD/DVD-ROM before the harddrive)
    Does it whirr up the DVD drive to see if there's a disk in there first? If not, your settings are probably wrong. If it does, the disk is probably bad in some way.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  6. #21
    Dr Dipshi++ mike_g's Avatar
    Join Date
    Oct 2006
    Location
    On me hyperplane
    Posts
    1,218
    You might want to set the burn as 'bootable' most burners give the option to do this. I foun a nice simple app for doing this today: http://isoburn.sourceforge.net/ As i just got my new eeepc in the post; chucked eeeXubuntu on it. Good fun

  7. #22
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Eh, if the ISO itself is bootable, burning it to a medium will, indeed, make it bootable.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  8. #23
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    Thanks Elysia. You're a * master! How the hell do you know every thing?
    Does that count as 9? ^_^
    What is C++?

  9. #24
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Nope.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  10. #25
    Registered User
    Join Date
    Mar 2008
    Posts
    44
    Quote Originally Posted by Elysia View Post
    Eh, if the ISO itself is bootable, burning it to a medium will, indeed, make it bootable.
    That is not true.

  11. #26
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    This is so true. I have done it many times on ImgBurn. With Windows XP CDs, and with a Linux DVD, as well.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  12. #27
    Registered User
    Join Date
    Mar 2008
    Posts
    44
    Your milage may vary.

  13. #28
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Okay, I burned Fedora-8-Live-KDE-x86_64.iso directly to the DVD using ImgBurn's burn image option. ImgBurn also successfully verified the data on the disk too. And I did assume (like Elysia said) that being a bootable iso, it would be a bootable DVD.

    The drive does whirr and rumble, and the startup is delayed by a few seconds, so it does see the DVD, it's just not booting off of it.

  14. #29
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    and the startup is delayed by a few seconds
    don't you need to press somekey during this delay to actually boot from the disk?
    and have you set proper booting order in bios?
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

  15. #30
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    No, my custom bootdisk I made, and the windows setup bootdisk both work without me having to press a key. The reason the delay occurs (I'm assuming) is because it's check to see if it should boot off the disk it sees in the drive.

    And the boot order in my BIOS is: CD/DVD rom, main hd, second hd, usb sticks, others...
    Last edited by Yarin; 03-27-2008 at 11:19 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Wireless Network Linux & C Testbed
    By james457 in forum Networking/Device Communication
    Replies: 3
    Last Post: 06-11-2009, 11:03 AM
  2. Dev-cpp - compiler options
    By tretton in forum C Programming
    Replies: 7
    Last Post: 01-06-2006, 06:20 PM
  3. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM
  4. SuSE Linux 9.1 Personal ISO
    By RazielX in forum Tech Board
    Replies: 6
    Last Post: 09-07-2004, 02:09 PM