+ Reply to Thread
Page 65 of 65
FirstFirst ... 15 55 63 64 65
Results 641 to 644 of 644

Thread: ISO boot from FAT/NTFS/USB (GRUB.exe, grldr from boot.ini)

  1. #641
    Member registered user
    Join Date
    Aug 2009
    Location
    Costa Rica
    Posts
    33
    I have successfully booted from an ISO file on my ntfs drive. At the Knoppix boot prompt I types "knoppix bootfrom=/dev/sda1/K.iso" where sda1 was the
    hard drive designator as seen by Knoppix and K.iso was the name of the ISO file . Not sure if a wild card will work.

  2. #642
    Senior Member registered user
    Join Date
    Sep 2006
    Posts
    142
    Gilles,

    It works great! Firstly I told vmWare Player to use an existing VM.
    Then all I did was to tell vmWare Player where the Knoppix ISO file was... in Settings.
    Viola!. Knoppix that has NTFS support built in.

    When I looked into the menu.lst on sda1... so I could add the "home=scan"... I found a parameter I don't understand.
    "data=ramdisk"

    What I was hoping to do was to add a new disk to the VM... and put a knoppix.img persistent home on it...
    I did manage to get that created... and it showed up as /dev/sdb

    Something did crop up... the screensaver... it goes straight to it after X finishes loading.
    Data persistence would help that out.

    But I am using vmware player 3.1.5 build-491717... because ver 4 needs better hardware than my laptop I have at home. (I'm never there!)

    Thank You

  3. #643
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    565

    Knoppix 7.0 minirt & virtual machine

    Hello,
    Please find below the links to the improved minirt init boot for Knoppix 7.0.0 (Magazine release):
    (please do not just left click but use the "save as" right click option to save it)
    http://s94002264.onlinehome.us/grub/k700/minirt_700a.gz
    http://s94002264.onlinehome.us/grub/...minirt_700a.gz
    and a minimal virtual machine using the latest vmware tools from their current beta
    (as the official released tools do not work with the new kernel used in Knoppix 7.0):
    http://s94002264.onlinehome.us/grub/vmk700_646643.zip
    Please provide some feedback...
    Hope this helps.
    Best Regards,
    Gilles
    Last edited by ruymbeke; 04-10-2012 at 07:27 AM.

  4. #644
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    565

    3D acceleration when running as a Vmware guest

    Hello,
    For those who are interested in 3D acceleration when running Knoppix 7.0 as a Vmware guest
    since Linux guest graphics are currently very badly supported by Vmware (they are working on it):
    as an example, a compile (as the Linux kernel) can take up to twice the time in a single cpu config
    depending on the Linux console window size as half of the cpu time is used for the window scrolling !
    So I played with the 3D acceleration of the Knoopix 7.0 guest in the beta VmWare Workstation
    and I got it working more or less after adding few very new packages: mesa, vmwgfx, ...
    This is obviously an experimental preview and is not recommended for normal use.
    Please find below as info the script I used. Hope this helps.
    Best Regards,
    Gilles
    #! /bin/sh (to be used as root)
    # Inspired from: http://www.mesa3d.org/vmware-guest.html

    apt-get update
    apt-get -y -t experimental --reinstall install git-core xutils-dev
    apt-get -y -t experimental --reinstall install automake libtool libpthread-stubs0-dev
    apt-get -y -t experimental --reinstall install xserver-xorg-dev x11proto-xinerama-dev
    apt-get -y -t experimental --reinstall install libgl1-mesa-dri libxcb-glx0-dev

    git clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-vmware
    pushd xf86-video-vmware
    make clean
    ./autogen.sh --prefix=/usr #--libdir=/usr/lib64
    make -j4
    make install
    popd

    rm -f /lib/modules/`uname -r`/kernel/drivers/gpu/drm/vmwgfx.ko*
    git clone git://anongit.freedesktop.org/git/mesa/vmwgfx
    pushd vmwgfx
    make clean
    make -j4
    make install
    busybox cp -f 00-vmwgfx.rules /etc/udev/rules.d
    depmod -a -ae
    depmod -a #-ae
    popd
    rmmod vmw_balloon
    rmmod vmwgfx
    modprobe vmwgfx

    dmesg | grep vmwgfx
    glxinfo | grep Open | grep VM
    glxinfo | grep Open | grep Mesa

    echo Please type "init 5" to restart X
    init 3

+ Reply to Thread
Page 65 of 65
FirstFirst ... 15 55 63 64 65

Similar Threads

  1. Boot Knoppix 3.3 from HDD using Grub for NTFS
    By sandricionut in forum Hardware & Booting
    Replies: 2
    Last Post: 08-11-2005, 02:28 PM
  2. grub boot loader read the boot file from a windows partition
    By cli168 in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 06-20-2005, 02:57 AM
  3. Hdd-install and grub boot??
    By Ish Rattan in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 06-25-2004, 09:31 PM
  4. Grub/lilo boot problems
    By madape in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 02-03-2004, 08:07 AM
  5. Boot cd with lilo or grub boot disk
    By keava in forum General Support
    Replies: 3
    Last Post: 10-20-2003, 04:24 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