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
  •  


LOT QTY 2 of INTEL XEON 10 CORE E5-2690 V2 25MB 3.00GHZ CPU SR1A5 picture

LOT QTY 2 of INTEL XEON 10 CORE E5-2690 V2 25MB 3.00GHZ CPU SR1A5

$139.99



Dell Precision 5810 Workstation Xeon E5-1650 6C 3.5GHz 16GB 500GB Win10 K2200 picture

Dell Precision 5810 Workstation Xeon E5-1650 6C 3.5GHz 16GB 500GB Win10 K2200

$115.94



Intel Xeon W-2145 - 3.7 GHz 8-Core (SR3LQ) Processor picture

Intel Xeon W-2145 - 3.7 GHz 8-Core (SR3LQ) Processor

$120.00



E5-2699V4 Intel Xeon Processor  55M Cache, 2.20 GHz SR2JS CM8066002022506 picture

E5-2699V4 Intel Xeon Processor 55M Cache, 2.20 GHz SR2JS CM8066002022506

$155.00



Intel Xeon E5-2680 V4 CPU 2.4~3.3GHz 14-Core 35M LGA 2011-3 R3 Server SR2N7 120W picture

Intel Xeon E5-2680 V4 CPU 2.4~3.3GHz 14-Core 35M LGA 2011-3 R3 Server SR2N7 120W

$15.99



Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor picture

Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor

$14.99



Intel Xeon Platinum 8180 Processor SR377 28-CORE 2.5 GHZ CD8067303314400 picture

Intel Xeon Platinum 8180 Processor SR377 28-CORE 2.5 GHZ CD8067303314400

$489.00



Intel Xeon E5-2699 v3 2.3GHz 18-Core 45MB 145W LGA2011-3 CPU/Processor SR1XD picture

Intel Xeon E5-2699 v3 2.3GHz 18-Core 45MB 145W LGA2011-3 CPU/Processor SR1XD

$40.99



Matched pair Intel Xeon E5-2667v4 SR2P5 3.20GHz, 8 core, 25MB Processors LGA2011 picture

Matched pair Intel Xeon E5-2667v4 SR2P5 3.20GHz, 8 core, 25MB Processors LGA2011

$62.95



Intel Xeon E5-2667 V4 SR2P5 (3.2GHZ/8-CORE/25MB/135W) PROCESSOR CPU picture

Intel Xeon E5-2667 V4 SR2P5 (3.2GHZ/8-CORE/25MB/135W) PROCESSOR CPU

$29.89