Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Using Knoppix CD to Boot Kanotix ISO?

  1. #1
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Southern Maine, US
    Posts
    274

    Using Knoppix CD to Boot Kanotix ISO?

    I asked a friend to burn a Kanotix image to a CD, as I don't have a cd burner or fast internet. He, however, burned it as a data cd instead of one from which to boot. So I copied the ISO onto my hda1 (Windows) drive from Windows. I tried using the bootfrom cheatcode to boot Kanotix from the image on hda1, and it didn't work. So do I have to install the ISO to disk and find some means of booting it? I could do that, but I'd like to look at it before I install it. So yeah. If you can, post methods for either of these.

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Teach friend how to properly burn ISO files.

  3. #3
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Southern Maine, US
    Posts
    274
    Can I shove Kanotix on a partition and use Lilo (or some other bootloader) to boot it?

  4. #4
    Senior Member registered user
    Join Date
    May 2003
    Posts
    981

    Re: Using Knoppix CD to Boot Kanotix ISO?

    Quote Originally Posted by Kowood
    I asked a friend to burn a Kanotix image to a CD, as I don't have a cd burner or fast internet. He, however, burned it as a data cd instead of one from which to boot. So I copied the ISO onto my hda1 (Windows) drive from Windows. I tried using the bootfrom cheatcode to boot Kanotix from the image on hda1, and it didn't work. So do I have to install the ISO to disk and find some means of booting it? I could do that, but I'd like to look at it before I install it. So yeah. If you can, post methods for either of these.
    You might be able to make this work but you will have to make a do-it-yourself poor mans install.

    A poormans install has the filesystem from the CD installed into a directory called 'knoppix' on the root dir of the drive. The bootfrom code will be looking for a file /dev/hda1/knoppix/knoppix. Maybe that's all you need to do.

    To boot from the HD without the CD you also need the files in the directory 'boot' from the CD copied to a separate directory (called boot or bootlinux or whatever you wish) in the HD root directory then lilo or grub installed to the MBR & configured to boot /mnt/hda1/bootlinux/vmlinuz. This is the lilo setup:

    Code:
    image=/mnt/hda1/bootlinux/vmlinuz
    
    label="Linux"
    
    append="lang=us fromhd=/dev/hda1 home=scan myconfig=scan apm=power-off"
    
    initrd=/mnt/hda1/bootlinux/isolinux/minirt24.gz
    
    read-only

  5. #5
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Southern Maine, US
    Posts
    274
    Okay, new door has just been opened....Say I can copy the file from the CD onto a computer with a burner. Can I still burn a boot CD? And this computer uses Roxio, can you burn bootCDs with that one?

  6. #6
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by Kowood
    Okay, new door has just been opened....Say I can copy the file from the CD onto a computer with a burner. Can I still burn a boot CD? And this computer uses Roxio, can you burn bootCDs with that one?
    If you friend just burned the ISO file to CD then the ISO file can certainly be read back from the CD. From there it could be burnt like any other ISO. Of course, it is important that the MD5 sum be checked. It should have been checked by your friend before the burn, but that doesn't seem likely. I would suggest that you get the md5 file from one of the mirrors and see if it was a good iso file to begin with (this would have been an important step for any boot-from-iso-on-HD experiments that you did too). This will not require a high speed connection, as the md5 file is very small. Once you confirm that you have a good iso, you have a good iso.

  7. #7
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Southern Maine, US
    Posts
    274
    erm.......How do I check the md5 in windows? how do I download it? I click the md5 thingy on the download thingy and i get d1323a2ba5a9702b3a38bc851dd01042 *KANOTIX-BUG-HUNTER-X-2004-FIX2.iso in the browser.

  8. #8
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by Kowood
    erm.......How do I check the md5 in windows? how do I download it? I click the md5 thingy on the download thingy and i get d1323a2ba5a9702b3a38bc851dd01042 *KANOTIX-BUG-HUNTER-X-2004-FIX2.iso in the browser.
    The easiest way to download it is just to download an md5 file. But if you have a text string (as you seem to have) that will work too.

    You need a program that will generate or check an md5 sum. There are many available, Google will find quite a number for you. I like md5summer which has a website here. If you have an md5 file you can just open it with the md5 program and the program will check the files listed in the md5 file against the files in the directory that it is run from and tell you if you have good files or not. If all you have is a text string then you tell the md5 program to generate an md5 sum for the file that you are interested in (the iso in this cae) and manually (You rememner Manuel, dn't you?) check the resulting MD5 sum against the text string. If the strings match exactly then the files are the same, if they don't then the files are different (and the md5 strings will not likely even be close).

  9. #9
    Senior Member registered user
    Join Date
    Jul 2004
    Posts
    143
    It is possible to do a Poor Man's install for a Kanotix iso (on NTFS) anyway. I have done it. It uses a similar technique to the Knoppix PMI but actually is a little easier because you don't need to amend the kernel and image files with Kanotix.

    If Kowood could confirm the Windows is XP then maybe I can explain the steps.

    ICPUG

  10. #10
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Southern Maine, US
    Posts
    274
    The Windows is 98, not XP.

Page 1 of 3 123 LastLast

Similar Threads

  1. knoppix v kanotix
    By dvryknopper in forum The Lounge
    Replies: 12
    Last Post: 11-21-2007, 02:56 AM
  2. Knoppix( or Kanotix) 3.8.2 or 4.0.2 install
    By jln_d in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 10-23-2005, 09:29 AM
  3. KNOPPIX and KANOTIX: why not merge?
    By tablet_guy in forum Ideas
    Replies: 3
    Last Post: 06-03-2005, 06:54 PM
  4. How do Kanotix boot with initrd=noinitrd.img?
    By rrfish72 in forum General Support
    Replies: 0
    Last Post: 12-11-2004, 04:18 PM
  5. installed kanotix to hdb, lost boot option to boot knoppix
    By helios17 in forum General Support
    Replies: 7
    Last Post: 11-27-2004, 06:27 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
  •  


DELL PowerEdge R730XD Server 2x E5-2690v4 2.6GHz =28 Cores 64GB H730 4xRJ45 picture

DELL PowerEdge R730XD Server 2x E5-2690v4 2.6GHz =28 Cores 64GB H730 4xRJ45

$387.00



Dell PowerEdge R630 Server 2x E5-2640v3 2.60Ghz 16-Core 64GB H330 picture

Dell PowerEdge R630 Server 2x E5-2640v3 2.60Ghz 16-Core 64GB H330

$182.65



DELL R630 SERVER 8 x 2.5'' 2X E5-2680V4 32GB RAM IDRAC ENT & NDC 2X 495W PSU picture

DELL R630 SERVER 8 x 2.5'' 2X E5-2680V4 32GB RAM IDRAC ENT & NDC 2X 495W PSU

$169.95



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R720xd 26HDD 300gb  2.5-inch E5-2697  X 2CPU 384RAM 7.2 Tb HDD  picture

Dell PowerEdge R720xd 26HDD 300gb 2.5-inch E5-2697 X 2CPU 384RAM 7.2 Tb HDD 

$180.00



Dell Poweredge R210 Server X3450 2.67GHz 8GB RAM - NO HDDs picture

Dell Poweredge R210 Server X3450 2.67GHz 8GB RAM - NO HDDs

$59.99



Dell Poweredge R730xd 12 Bay LFF 2x SFF  2x E5-2680v3 2.5ghz H730p No Ram No HDD picture

Dell Poweredge R730xd 12 Bay LFF 2x SFF 2x E5-2680v3 2.5ghz H730p No Ram No HDD

$219.99



Dell PowerEdge R620 Server - 256GB RAM, 2x8cCPU, 120Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R620 Server - 256GB RAM, 2x8cCPU, 120Gb SSD/3x900Gb SAS, Proxmox

$320.00



DELL PowerEdge R630 8SFF Server 2x E5-2690v4 2.6GHz =28 Cores 256GB H730 4xRJ45 picture

DELL PowerEdge R630 8SFF Server 2x E5-2690v4 2.6GHz =28 Cores 256GB H730 4xRJ45

$562.00



Dell Poweredge R720xd 2x Xeon E5-2670 2.6GHz 16-Cores  64gb  H710p  26x Trays picture

Dell Poweredge R720xd 2x Xeon E5-2670 2.6GHz 16-Cores 64gb H710p 26x Trays

$339.99