Results 1 to 9 of 9

Thread: I have no Cd writer to make bootable disc

  1. #1

    I have no Cd writer to make bootable disc

    Hello,
    I have downloaded all the knoppix files and the iso image from the net, but i have a problem, i am not able to load knopix because, my cd writer is not working, and i am not able to create a bootable disc for knoppix.

    Is there a way to boot knoppix directly from the hard disk, i also tried creating a virtual Cd drive and mounted the knoppix iso image there, but when i log off windows and reboot the system, the virtual drive seems to have disappeared.

    Urgent help needed here.

    Thank you all !

  2. #2
    Junior Member
    Join Date
    Sep 2005
    Posts
    2
    It might be easier to just buy a knoppix CD from the web. I bought one from ebay a while back for $3 (including shipping).

  3. #3
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: I have no Cd writer to make bootable disc

    Quote Originally Posted by ikaruga
    It might be easier to just buy a knoppix CD from the web. I bought one from ebay a while back for $3 (including shipping).
    That's awful advice, doesn't really answer the user's question, and is likely to get you a sloppy marginal high speed burnt disc that may work on some systems but not others. (And it's hardly like buying a working CD burner is very expensive.)

    Quote Originally Posted by AnirudhTheGreat
    Is there a way to boot knoppix directly from the hard disk, i also tried creating a virtual Cd drive and mounted the knoppix iso image there, but when i log off windows and reboot the system, the virtual drive seems to have disappeared.
    Yea, that virtual drive hack isn't going to work for the exact reason that you mentioned. I have however seen many others discussing in these forums ways that they booted the ISO directly from a regular partition (not a virtual drive). I've never done it myself and don't know enough about what is involved to comment on it directly, but a bit of searching through the forums for info on booting the iso from hard disk should find information.

  4. #4
    Member registered user
    Join Date
    Sep 2005
    Posts
    40
    Hi, you can check out this wiki:
    http://www.knoppix.net/wiki/Win_Partition and follow the steps.
    i'm using the technique at work since i dont have a cd burner and i can't make a new partition dedicated to knoppix. you can use a usb drive to save your knoppix settings and other stuff. :P
    you can also review the post i did about your concern:
    http://www.knoppix.net/forum/viewtopic.php?t=20959

  5. #5
    Senior Member registered user
    Join Date
    May 2003
    Location
    Belgrade, YU
    Posts
    334
    Thank you, but - no, thank you. My voice goes to Vector: http://distro.ibiblio.org/pub/linux/...#integrity_lin

    4.2 Direct ISO on a Windows Host

    This is a new method that will save you a CDROM burning. Assume that you already have Windows running on the computer, and the partitions have been prepared as suggested before. Download the following files from Vector Linux FTP site (e.g: ftp://anymirror/pub/vectorlinux/veclinux-5.0)

    * The ISO file from one of iso directory (iso/, iso-soho/, or iso-dynamite/). Put it on top level directory (C:\ or D:\). Don't forget to check its integrity as explained before.
    * The next files should be placed into C:\loadlin
    o loadlin.exe
    Get it from “install/loadlin/” directory whithin the FTP site.
    o initrd.img
    Find it as “isolinux/initrd.img” whithin the FTP site
    o The kernel file that matches your system (ide, scsi, sata, adaptec)
    You may select one of them from “isolinux/kernel/” directory whithin FTP site.

    Then proceed with the installation:

    * Shutdown Windows to DOS mode.
    * Type “cd C:\loadlin” <enter> (without quotes)
    * Type “loadlin ide root=/dev/ram rw initrd=initrd.img” <enter> (without quotes).

    You should replace the “ide” with the name of the kernel that you downloaded earlier. The standard installation process will be started.

    4.3 Direct ISO on a Linux Host

    If you have another Linux running on the computer, this method will be easy. You need to download the following files into a directory (e.g: /home/download):

    * The ISO image file (vl, vlsoho or vldynamite).
    * vlinstall-iso
    Find it as “install/vinstall/vinstall-iso” whithin the FTP site

    Now go to the text console (press Alt-F1) and login as root. Proceed as follow:

    * Switch to run level 2 (or 3 in Slackware/Redhat, etc)
    init 2 <enter>
    * Go to the directory where you downloaded the files, i.e.: /home/download
    cd /home/download<enter>
    * Now, install using the ISO file
    ./vinstall-iso vl-5.0.iso <enter>

    I didn't believe this can work and it realy works. It would be nice to have something like this for Knoppix...

  6. #6
    Junior Member
    Join Date
    Nov 2003
    Posts
    6
    Hi,
    I am interesting by install from HD ( the dvd 4.0).
    The procedure related concerns only vlinux I think, the similaire already exists in debian for example, I 've used it.
    ( If a linux is installed , add simply the installer to the /boot/isolinux for example and declare it in the menu.lst of the grub)
    you download the apropriate install kernel, and install the system via file, ftp, http ....

    The problem with Knoppix, it doesn't contain such installer, I 've tried with the installer which is in the isolinux, but it works only with the dvd I think because the screen freezes and remains there!!,
    To solve the problem the developper of knoppix have ( I think ) to add the isolinux like debian has!

    Maybe I am wrong,

    has anyone an idea to install from HD??
    best regards
    bela

  7. #7
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by tdjokic
    ...
    * Shutdown Windows to DOS mode.
    * Type “cd C:\loadlin” <enter> (without quotes)
    * Type “loadlin ide root=/dev/ram rw initrd=initrd.img” <enter> (without quotes).
    ...I didn't believe this can work and it realy works. It would be nice to have something like this for knoppix...
    Quote Originally Posted by bela
    ...has anyone an idea to install from HD?? best regards bela
    The following links describe on how to use grub to boot knoppix and other OS from a windows formatted machine.
    http://www.knoppix.net/wiki/Win_Partition , http://www.knoppix.net/forum/viewtopic.php?t=11796
    Lilo (loadlin.exe) works as well but requires first to boot to dos and then the kernel path length is limited ! (big problem for knoppix which uses a lot of kernel cheatcodes) Btw grub.exe can also be started from dos and do not have such a limitation. I believe that grub is much more powerful and offers much more flexibility and features: command line prompt, editable menus at run time, network boot, floppy/hd emulation (boot win98 from a ramdisk is pretty cool). The previous links describe how to start grub (grldr) from a XP machine without touching the mbr nor the boot sectors, only a single line added at the end of the boot.ini which can be done easily with notepad from windows. cf: http://www.knoppix.net/forum/viewtopic.php?t=21116 But if you prefer to use lilo (loadlin), this is really up to you... My 2 cents. Best Regards, Gilles

  8. #8
    Junior Member registered user
    Join Date
    Jul 2005
    Posts
    15
    Gilles is right. Following his directions I am posting this running 3.7 from an .iso image on a ntfs partition. Very easy!

  9. #9
    Member registered user
    Join Date
    Sep 2005
    Posts
    40
    Yeah, I support Gilles too. I'm using his technique here in the office where i cannot partition this hard drive. When my boss comes around, i just restart back to windows without problems. knoppix rocks!

Similar Threads

  1. Knoppix Adriane 6.0.1 - How to make a USB bootable
    By mowatmail in forum Customising & Remastering
    Replies: 0
    Last Post: 04-12-2009, 07:46 PM
  2. Creating persistant knoppix disc image with floppy disc
    By Arbatras in forum General Support
    Replies: 2
    Last Post: 07-13-2007, 05:44 PM
  3. How to make partition bootable?
    By HotDog in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 02-04-2004, 07:21 PM
  4. Replies: 0
    Last Post: 12-15-2003, 09:40 AM
  5. how to make this CD bootable
    By caalex in forum General Support
    Replies: 4
    Last Post: 01-24-2003, 09:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


SanDisk 1TB SSD Plus, Internal Solid State Drive - SDSSDA-1T00-G26 picture

SanDisk 1TB SSD Plus, Internal Solid State Drive - SDSSDA-1T00-G26

$74.99



Western Digital 1TB WD Gold Enterprise Class SATA Internal HDD - WD1005FBYZ picture

Western Digital 1TB WD Gold Enterprise Class SATA Internal HDD - WD1005FBYZ

$84.99



Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ picture

Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ

$44.99



Western Digital 1TB WD Purple Surveillance HDD, Internal Hard Drive - WD11PURZ picture

Western Digital 1TB WD Purple Surveillance HDD, Internal Hard Drive - WD11PURZ

$52.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$23.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



1TB HDD/SSD 2.5

1TB HDD/SSD 2.5" SATA Hard Drive for Laptop with Win 10/Win 11 Pro Pre-installed

$29.55



Seagate Barracuda ST1000DM003 1 TB SATA III 3.5 in Desktop Hard Drive picture

Seagate Barracuda ST1000DM003 1 TB SATA III 3.5 in Desktop Hard Drive

$14.99



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage US picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage US

$26.39



Lenovo IdeaPad Pro 5i, 16″, i5-13500H, 16 GB, 1 TB SSD, RTX 3050, 120Hz, Laptop picture

Lenovo IdeaPad Pro 5i, 16″, i5-13500H, 16 GB, 1 TB SSD, RTX 3050, 120Hz, Laptop

$709.99