Displaying 10 results from an estimated 10 matches similar to: "Windows boot-NTLDR not found?"
2005 Jun 30
0
[PATCH] Device model path cleanup
Device model path cleanup. Remove bochsrc which is no longer needed.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
--- a/tools/examples/xmexample.vmx Thu Jun 30 18:41:11 2005
+++ b/tools/examples/xmexample.vmx Thu Jun 30 18:59:08 2005
@@ -89,10 +89,10 @@
# New stuff
-device_model = ''/usr/bin/qemu-dm''
+device_model = ''/usr/lib/xen/bin/qemu-dm''
2001 Feb 01
6
hello, I need some help for using wine
hello,
i have this problem :
[y.moya@yves y.moya]$ cd /mnt/cdrom
[y.moya@yves cdrom]$ ls
3Dfx SETUP.EXE _setup.dll autorun.pak hlinst.dll
setup.bmp
DATA.TAG SETUP.INI _sys1.cab data1.cab lang.dat
setup.ins
DIRECTX Worldcraft _user1.cab dsetup.dll layout.bin
setup.lid
Localize.cab _INST32I.EX_ autorun.exe dsetup16.dll os.dat
sierra.inf
2008 Dec 06
0
syslinux 3.72 fails where 3.71 didn't
I have written a bash script (see below) to generate bootable SD-USB
images using syslinux as booter. The script works OK with versions
3.63 and 3.71, but I get a null pointer error executing
/tmp/$SYSLINUX/linux/syslinux -sf -o 16384 SD.img
in 3.72.
If you execute
$ sudo sh SDformat.sh sys
then you can test the image easily with qemu
$ qemu -hda SD.img
++++++ SDformat.sh
2005 Dec 27
4
ONTIMEOUT LOCALBOOT -1 and menu.c32 -
Hi,
I am having some problem with LOCALBOOT and menu.c32
This is my isolinux.cfg:
-------------------------------------------
default menu.c32
timeout 50
prompt 0
ontimeout local
menu title "TITLE"
label livecd
menu default
manu label "LiveCD"
kernel gentoo
append initrd=initrd.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/ livecd.squashfs
2008 Jul 07
0
Problems booting syslinux off of USB flash drive with dell Intel D815EEA
I am attempting to install Gentoo on my cdless machine using the
thumbdrive as a boot device. The motherboard is an Intel D815EEA, and
is the latest firmware revision (at least on the BIOS). I believe I
have done everything right, but it tells me I have unknown keywords in
my syslinux.cfg and corrupt kernel images.
The steps I have followed are thus:
1) Starting with a 4GB flash device,
2004 Oct 17
0
ISOLINUX: Mounting devfs on /mnt/dev failed
Hi,
I am trying to boot from an external USB hard drive (partition 1:
Windows, partition 2: primary/bootable ext3).
I took the kernel-image-2.6.8-1-368.deb and created a new initrd with
all modules, root=/dev/sda2 and Busybox (mkinitrd failed with my own
kernel ;-)
isolinux.cfg contains:
PROMPT 1
DEFAULT sda2
LABEL sda1
KERNEL vmlinuz
APPEND initrd=initrd ramdisk=16432k root=/dev/sda1
2005 Aug 26
4
SYSLINUX 3.11-pre3 -- release candidate
This is a minor tweak on 3.11-pre2. If nothing new comes up, I will
release this as 3.11 probably early next week.
-hpa
2005 Aug 22
2
Usin ISO Linux & Memdisk to create a Viritual Floppydrive that Linux & Windows can load driver disk from.
With windows, if your "virtual" floppy is drive B:, then windows
will treat it specially. It will basically copy the contents into
memory from real mode using int13h, knowing that it will not be
able to access the device after it switches to protected mode.
I asked a few days ago about support for making a memdisk image
behave as drive B:, but got no answer. :-(
We have our
2008 Dec 04
1
NTLDR Under ISOLINUX
Is there a practical reason that the NTLDR clause of the CHAIN
module isn't operable under ISOLINUX ? The reason for my question
is that I like the SYSLINUX suite over the alternatives, that is
GRUB and BCDW, however these pkgs all can chainload (just about
anything) from an ISO. That is, they can handle .BSS files and
the various NT/XP boot files, like SETUPLDR.BIN, etc.
I make/update
2004 Apr 06
0
Booting syslinuxed partition from NTLDR
Hi,
I'm wondering if there is any way to boot syslinuxed partition from NTLDR.
I made a boot sector image of the syslinuxed partition, copied it to a
Windows root directory and then modified boot.ini of the Windows, but
didn't work.
Any idea?
Masasmi