Page 50 of 72 FirstFirst ... 40484950515260 ... LastLast
Results 491 to 500 of 716

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

  1. #491
    Junior Member
    Join Date
    Jan 2007
    Location
    Berlin, Germany
    Posts
    5
    Quote Originally Posted by mrsalmonella
    I have a hack to get around the mount problems. I've tacked the following lines onto linuxrc (using ruymbeke's minirt.gz) just before the call to exit():

    # SMartin - HACK below just forces unmount of ntfs drive
    # we are booting from (if we are booting from one)
    # and gets mtab back in sync if its messed up.
    /sbin/umount.ntfs ${LOOP_SOURCE} > /dev/null 2>&1
    cat /proc/mounts > /etc/mtab


    +++++++++++++++++++++++++++++++++++++++++++++

    I now have behavior like I had before with 4.02 without the mount complications tying up my ISO boot partition.
    Now, it would be nice to fully know what tripped up the latest distributions...
    This works for my system too.

    Thank you.

    Holger

  2. #492
    Member registered user
    Join Date
    Aug 2006
    Posts
    35

    Re: What Is MINIRT Exactly ?

    Quote Originally Posted by ruymbeke
    Hi,
    As far as I know, "minirt" is a short for mini root which is the initial root file system
    loaded by the boot loader at the same time as the kernel and used during the boot process
    to bring up a linux system alive. The initial boot script (linuxrc) is part of the minirt.
    Hope this helps,
    Gilles

    cf Knoppix wiki: http://www.knoppix.net/wiki/Knoppix_Custom_Kernel_Howto ( THE KNOPPIX BOOT PROCESS)
    Gilles: Thanx for the info. Lurking on the discussion, I got the mistaken impression that MINIRT is something custom w/ some kind of extra (cool) capabilities for controlling the boot process....

  3. #493
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Hello,
    If updated the linuxrc to use fusermount -uz /cdrom (and not umount /cdrom) in order to not mess up
    the /etc/mtab. The partition hosting the iso file is now mounted properly in /media with a link to /mnt
    and is now accessible from KDE. But I still cannot make it writable from kde nor from a su shell.
    As a dirty work around I added two kernel cheatcodes: ntfs_rw & linuxrc_exit=...
    in order to boot with the partition holding the iso file as writable (ntfs_rw) and
    run any program before exiting the linuxrc for debug purpose (linuxrc_exit=/static/bash)
    Please find below a link to this updated alpha test version of minirt:
    http://s94002264.onlinehome.us/grub/minirt_511a.gz
    FYI, ntfs-3g -o remount is not supported yet, but if the ntfs partition is not used to boot
    mount -o remount works just fine... Any help to investigate why the ntfs-3g driver behaves differently
    for the mount/umont and prevent to write in the iso boot partition will be greatly apretiated.
    Best Regards,
    Gilles

  4. #494
    Junior Member
    Join Date
    Jan 2007
    Posts
    2

    DSL and DSL-N

    Hi there i am booting knoppix from my NTFS partition and simply loving it!

    Thanks Gilles!

    However i was wondering if i could do the same with damn small linux for older machines?

  5. #495
    Junior Member
    Join Date
    Jan 2007
    Posts
    3
    Hello i am newbie, i want to ask something :
    1/ I can not download from link : http://s94002264.onlinehome.us/grub/vmk511_36983.zip (only can down about 15% than stop) anyone can help me up it to somewhere else.
    2/ Is that only need vmk511_36983.zip, Vmware player we can iso boot from ntfs ?
    3/ And like Martx, i want to know can we use other linux not knoppix ?

    Sorry if it is too noob, i don't know anything about linux :P

    Thanks at first !

  6. #496
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by axitvn
    1/ I can not download from link : http://s94002264.onlinehome.us/grub/vmk511_36983.zip (only can down about 15% than stop) anyone can help me up it to somewhere else.
    I just checked again that the download is ok from various locations and
    since nobody complained about it before, I would guess that the problem is on your side.

    Quote Originally Posted by axitvn
    2/ Is that only need vmk511_36983.zip, Vmware player we can iso boot from ntfs ?
    vmk511_36983.zip is a vmware virtual machine to run Knoppix 5.1.1 with installed tools.
    The minirt_511a.gz (or minirt_511.gz) & grldr (grub bootloader) are the tools required
    to boot form a iso cd/dvd image file stored on a ntfs (XP) partition.

    Quote Originally Posted by axitvn
    3/ And like Martx, i want to know can we use other linux not knoppix ?
    As far as I know what I propose here only works with Knoppix (and it's derivative). (Same kernel, modules,...)
    And obviously what I have done can be done for other linux distro was well but with some work,
    which can be significant...

    Best Regards,
    Gilles

  7. #497
    Junior Member
    Join Date
    Jan 2007
    Posts
    2
    Hmm Damn Small Linux is a derivative of knoppix, although perhaps they are now on different kernels and stuff...

    Thanks anyway!

  8. #498
    Junior Member
    Join Date
    Jan 2007
    Posts
    3
    Thanks Gilles ! I have another question, how can you make vmx, vmdk files ? Is there a tool or your write it by yourself ? I want to try some other linux so if i can do it by myself, it is great.

  9. #499
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by axitvn
    Thanks Gilles ! I have another question, how can you make vmx, vmdk files ? Is there a tool or your write it by yourself ? I want to try some other linux so if i can do it by myself, it is great.
    I used vmware workstation which is the paid version of the player.
    Among other features, it allow you to create/edit the vm settings,
    run multiple vm on a host and have share folders between host and guest.
    You may want to try the server version which is much closer to the workstation than the player.
    Or give a try to: http://www.easyvmx.com/easyvmx.shtml
    Hope this helps.
    Best Regards,
    Gilles

  10. #500
    Junior Member
    Join Date
    Jan 2007
    Posts
    3
    Ah, Gilles, thank you very much. I have tried your link and i can run Xpresslinux with VM player now so that some others may run too.

    One more time thank you !

Page 50 of 72 FirstFirst ... 40484950515260 ... LastLast

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, 03: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, 03:57 AM
  3. Hdd-install and grub boot??
    By Ish Rattan in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 06-25-2004, 10:31 PM
  4. Grub/lilo boot problems
    By madape in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 02-03-2004, 10:07 AM
  5. Boot cd with lilo or grub boot disk
    By keava in forum General Support
    Replies: 3
    Last Post: 10-20-2003, 05: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
  •  


A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory picture

Samsung 16GB 2Rx4 PC4-2133P DDR4-17000 1.2V RDIMM ECC Registered Server Memory

$16.29



G. SKILL Ripjaws S5 32GB (2 x 16GB) Memory Kit (F5-6000J3636F16GX2-RS5K) picture

G. SKILL Ripjaws S5 32GB (2 x 16GB) Memory Kit (F5-6000J3636F16GX2-RS5K)

$83.00



Samsung 16GB (2x8GB) DDR4 2400MHz PC4-19200 Desktop RAM Memory M378A1K43CB2-CRC picture

Samsung 16GB (2x8GB) DDR4 2400MHz PC4-19200 Desktop RAM Memory M378A1K43CB2-CRC

$19.95



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$12.90



A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G picture

A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G

$13.99



Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM picture

Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM

$13.25



Samsung 16GB 2Rx8 PC4-2666V Memory RAM SODIMM M471A2K43CB1-CTD Laptop Memory picture

Samsung 16GB 2Rx8 PC4-2666V Memory RAM SODIMM M471A2K43CB1-CTD Laptop Memory

$24.95



A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$287.96



A-Tech 256GB 8x 32GB 4Rx4 PC4-17000L DDR4 2133 MHz ECC LRDIMM Server Memory RAM picture

A-Tech 256GB 8x 32GB 4Rx4 PC4-17000L DDR4 2133 MHz ECC LRDIMM Server Memory RAM

$319.92