Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 36

Thread: Booting Knoppix4.0.2 from DOS

  1. #21
    Senior Member registered user
    Join Date
    Jun 2003
    Location
    Piraeus / Hellas
    Posts
    121
    Dear ruymbeke,
    I follow your steps and now I can boot my 1G usb2 ext. usb stick.

    Thanks a lot

    Best Regards,
    Mike Kranidis.

    P.S. what is the filesystem of the loop file minirt_usb2 ??? I tried to mount (after decompretion) using mount -o loop ./minirt_usb2 /mnt/test but it was unsuccessfully can you guess why??

  2. #22
    Junior Member registered user
    Join Date
    Jan 2006
    Posts
    19
    Thanks
    great it works
    Iwill try it to see if we are having problems with discs to be read write and wireless lan card which is not dicovered

  3. #23
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by mikekgr
    P.S. what is the filesystem of the loop file minirt_usb2 ??? I tried to mount (after decompretion) using mount -o loop ./minirt_usb2 /mnt/test but it was unsuccessfully can you guess why??
    I mount it this way. It should work...
    Are you super user when running the mount ?
    It should not matter, but I copy first the minirt_usb2.gz file in the knoppix directory and also mount it in the knoppix directory using:
    mount -o loop minirt_usb2 toto
    Gilles

  4. #24
    Junior Member registered user
    Join Date
    Jan 2006
    Posts
    19
    Ok
    C: & E: are mounted on /mnt/hda1 /mnt/hda5 Read and write I see the 3 partitions on desktop
    but on clicking D: or /dev/hda5 it is read only
    when I click it konqueror opens but i don see /dev/hda5 I see /cdrom2.loop
    in my cheat code I am putting root=/dev/hda1 !!! could this be a problem
    wirless lan works now
    Thanks a million

  5. #25
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by hobz
    Ok
    C: & E: are mounted on /mnt/hda1 /mnt/hda5 Read and write I see the 3 partitions on desktop
    but on clicking D: or /dev/hda5 it is read only
    when I click it konqueror opens but i don see /dev/hda5 I see /cdrom2.loop
    in my cheat code I am putting root=/dev/hda1 !!! could this be a problem
    wirless lan works now
    Thanks a million
    I am a little bit confused, what is D: since hda5 is already E ?
    Anyway, if you enter the wrong device in the bootfrom= kernel command line, my linuxrc boot scipt (within the minirt_usb2.gz)
    will automatically search for an other device where the iso file is located using the same directory path.
    If you look carefully at the text written on the screen, you should notice that the iso file is not found where expected
    but in an other device and the text should suggest you to correct the kernel command bootfrom= cheatcode
    with the correct device which has been used to complete the boot.
    Now, since the partition containing the iso file is mounted at a very early stage by the linuxrc boot script
    in order to mount the Knoppix root file system and complete the Knoppix boot, this boot partition is mounted by default
    as read only and as /cdrom2.loop. You can remount this partition as writable (but I would not do that on a ntfs partition though)
    by using the following command line: mount -f -o remount,rw /cdrom2.loop
    But it probably unnecessary to tell you not to delete or move the Knoppix iso cd image file...
    Cheers,
    Gilles

  6. #26
    Junior Member registered user
    Join Date
    Jan 2006
    Posts
    19
    this command works for root only
    what should I add for all users & what is -f

    Thanks for supporting me the last 2 days

  7. #27
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by hobz
    this command works for root only. what should I add for all users & what is -f
    Thanks for supporting me the last 2 days
    Is sudo acceptable for you ? (to be run as a user) ==> sudo mount -f -o remount,rw /cdrom2.loop
    -f means force (try: man mount to read more bout it).
    You need that because the /cdrom2.loop device is already in use (but in read only mode) at the time you run the (re)mount.
    My pleasure,
    Gilles

  8. #28
    Junior Member registered user
    Join Date
    Jan 2006
    Posts
    19
    My next challenge
    My PC at work it is an NTFS with a sata hard drive
    I got ntfsdos
    it mounts the partitions
    in grub.bat
    I have the command:
    grub.exe --config-file(sd0,4)/knoppix/menu.lst
    I there somthing wrong with this (sd0 ?????
    it can't find menu .list

  9. #29
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by hobz
    My next challenge
    My PC at work it is an NTFS with a sata hard drive
    I got ntfsdos
    it mounts the partitions
    in grub.bat
    I have the command:
    grub.exe --config-file(sd0,4)/knoppix/menu.lst
    I there somthing wrong with this (sd0 ?????
    it can't find menu .list
    Grub do not use the linux syntax. You have to use (hdx,y).
    The best way to check what should be used, is to start grub
    and from the command line prompt (c key) use the grub autocompletion (by using the tab key):
    type something as "root (hd[tab key]" and grub will list all the disk available.
    then if you select the first disk drive: "root (hd0,[tab key]", grub wil list
    all the partitions and the partition types availbale on the first disk drive.
    This should help you to figure out the path for the menu.lst.
    If you type the [tan key] at the prompt you will have a list of the commands.
    The grub command line shell is really a nice feature for debugging your setup.
    Cheers,
    Gilles

    PS: did sudo worked for you ? I would apreciate some feedback before moving to the next topic ...

  10. #30
    Junior Member registered user
    Join Date
    Jan 2006
    Posts
    19
    I get this message when trying to save any file as a normal user

    The document could not be saved, as it was not possible to write to file:///cdrom2.loop/bios.txt.
    Check that you have write access to this file or that enough disk space is available.

    even when I try putting rw switch
    chmod 777cdrom2.loop does not work even as root

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Sound OSS Problem - Knoppix4
    By tomich in forum Hardware & Booting
    Replies: 3
    Last Post: 08-08-2006, 05:29 PM
  2. Zip drive recognition with Knoppix4.0
    By Honkeychops in forum General Support
    Replies: 1
    Last Post: 09-04-2005, 06:50 PM
  3. Knoppix4.0 - knoppix-installer doesn't work properly?
    By boycott in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 07-27-2005, 01:19 PM
  4. Knoppix4.0 - by installing to HD - can't write to HD
    By boycott in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 07-21-2005, 06:20 PM
  5. English with Knoppix4 DVD
    By Cathbard in forum General Support
    Replies: 10
    Last Post: 07-13-2005, 05:09 PM

Posting Permissions

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


Samsung Galaxy Tab A8 10.5

Samsung Galaxy Tab A8 10.5" SM-X200 128GB Wifi Only Tablet Open Box

$149.99



Samsung Galaxy Tab A 8.0

Samsung Galaxy Tab A 8.0" 2019 SM-T290 32GB WiFi Tablet Open Box

$94.99



SAMSUNG M393A2G40DB0-CPB 16GB PC4-17000P DDR4-2133 2RX4 ECC picture

SAMSUNG M393A2G40DB0-CPB 16GB PC4-17000P DDR4-2133 2RX4 ECC

$14.95



Samsung - S Pen Creator Edition - White picture

Samsung - S Pen Creator Edition - White

$40.00



Genuine Samsung Book Cover Keyboard for 14.6

Genuine Samsung Book Cover Keyboard for 14.6" Galaxy Tab S8 Ultra | S8 Ultra 5G

$89.99



Samsung Galaxy Tab A9 (X110) 64GB 4GB RAM International Version (New) picture

Samsung Galaxy Tab A9 (X110) 64GB 4GB RAM International Version (New)

$129.99



Samsung Galaxy Chromebook Go, 14-inch, 32GB, Unlocked All Carriers - Silver picture

Samsung Galaxy Chromebook Go, 14-inch, 32GB, Unlocked All Carriers - Silver

$99.95



Samsung 16GB 2Rx4 PC3-12800R M393B2G70BH0-CK0 DDR3 RDIMM - SERVER RAM picture

Samsung 16GB 2Rx4 PC3-12800R M393B2G70BH0-CK0 DDR3 RDIMM - SERVER RAM

$8.90



512GB SAMSUNG EVO Plus Micro SD MicroSDXC Flash Memory Card w/ SD Adapter picture

512GB SAMSUNG EVO Plus Micro SD MicroSDXC Flash Memory Card w/ SD Adapter

$21.99



Tempered Glass Screen Protector For Samsung Galaxy Tab S9/S9 FE/S9 Plus/S9 Ultra picture

Tempered Glass Screen Protector For Samsung Galaxy Tab S9/S9 FE/S9 Plus/S9 Ultra

$10.95