similar to: Virtual PC not booting

Displaying 20 results from an estimated 300 matches similar to: "Virtual PC not booting"

2004 Aug 26
2
isolinux booting problem
Hello! I'm trying to boot with a remastered Knoppix 3.4 CD. I burned it with debugging and I get the following output: isolinux: Starting up, DL = 9F isolinux: Loaded spec packet OK, drive = 9F isolinux: Loading main image from LBA = DEADBEF0 isolinux: Sectors to load = D5B7 isolinux: Disk error BE, AX = 42F0, drive 9F A don't understand everything in it and I can't find enough
2006 Oct 27
3
Memdisk doesn't work without floppy drive
Hi, I stumbled on a rather odd problem. A brand new HP Compaq dx2200 computer didn't want to boot up pxelinux+memdisk image. The computer just gave "Disk I/O error" and stopped there. Workaround was rather simple... Just attach regular floppy drive to the motherboard and everything started working fine. I tried with older 2.05 (pxelinux+memdisk) and newer 3.31. Both produced
2008 Jun 09
4
USB keyboard not working? (* Help needed *)
Are there anyone who has a machine on which the *current* version of SYSLINUX ends up with an inoperable USB keyboard, especially when using the menu system? I might have a workaround, but I don't have a system which exhibits the problem available to me at the moment, and I really don't want to put in a hack without knowing that it actually does anything... If you do have such a
2006 Nov 21
1
memdisk requires floppy drive to boot
Hello! Below is an excerpt from the thread in October. I have the same problem, but my laptop (which is a Brand new HP Compaq NC6230) does not have options in the BIOS to enable or disable floppy support. It just doesn't have one. I assume it leaves it enabled for USB Floppy support, but does not come with the drive. My ISOLinux setup is a UBCD. I tried to make my own, but the lack of
2006 Oct 30
2
SYSLINUX 3.32-pre4 released: MEMDISK floppy drive workaround
Hi all, I have pushed out a SYSLINUX 3.32-pre4. This version attempts to work around the "missing floppy drive" issue. If you have systems on which MEMDISK doesn't work without a floppy drive, I would appreciate it if you would test this out. -hpa
2008 Jan 17
1
isolinux regression? / problem? v3.50 and newer.
Greetings, I have been using isolinux with Microsoft's cdimage.exe for my Utility / Preinstallation cds. I just upgraded from 3.36 to 3.55 and found it to be non functional. I didn't use the -debug version, it just hangs at the version banner. I went through several previous versions, and it appears that 3.50-pre23 is the last working version. I didn't see anything between that
2013 Mar 06
12
if dentro de for
Buenas, Me encuentro con el mismo problema, de que me dice que el argumento del if no es un "valor ausente donde TRUE/FALSE es necesario" Este es mi codigo de pruebas. readseq <- "aaaaaaaaaaa", "aaa", "aa") auxiliar <- count(readseq[j],i+2) aux_a <- auxiliar["listaa"] if(aux_a > 0){ matrizgraf3[i][k] = matrizgraf3[i][k] + 1 listaa
2013 Feb 15
10
reading data
Hi, #working directory data1 #changed name data to data1.? Added some files in each of sub directories a1, a2, etc. ?indx1<- indx[indx!=""] lapply(indx1,function(x) list.files(x)) #[[1]] #[1] "a1.txt"??????? "mmmmm11kk.txt" #[[2]] #[1] "a2.txt"??????? "mmmmm11kk.txt" #[[3]] #[1] "a3.txt"??????? "mmmmm11kk.txt" #[[4]] #[1]
2007 Dec 01
16
[Bug 13481] New: RandR12 fails on GF6600Go
http://bugs.freedesktop.org/show_bug.cgi?id=13481 Summary: RandR12 fails on GF6600Go Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: anssi
2009 Aug 13
6
[Bug 23295] New: nouveau KMS: null pointer dereference if native mode is not found
http://bugs.freedesktop.org/show_bug.cgi?id=23295 Summary: nouveau KMS: null pointer dereference if native mode is not found Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2009 Aug 17
5
[Bug 23373] New: X goes to 100% cpu on start with GeForce 9400 (0x086a, C79)
http://bugs.freedesktop.org/show_bug.cgi?id=23373 Summary: X goes to 100% cpu on start with GeForce 9400 (0x086a, C79) Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo:
2024 Aug 16
0
[ANNOUNCE] Security evaluation by ANSSI of nftables
Hi, We are glad to announce that nftables has passed the Security Visa for the CSPN certification provided by ANSSI for Debian 12.1 with Kernel 6.1.55. Created in 2009, the "Agence nationale de la s?curit? des syst?mes d'information" (ANSSI) is the French national authority for cyber security. Its mission is to understand, prevent and respond to cyber risks. Additionally, for your
2000 May 12
2
LPRng question
<It seems that the print command is trying to find the printer at location 'localhost'. Since this is a network printer it is not at localhost is it?> Yeah, the error messages made no sense to me either! Well, like I said earlier: < The IP address of this printer is 10.1.1.192. I call this printer nero, and have it listed in my /etc/hosts file> Here is a copy of part of my
2014 Jan 02
1
version: Bump version & Lua
Geert Stappers <stappers at stappers.nl> writes: > Op 2014-01-02 om 14:59 schreef Ferenc Wagner: > >> "H. Peter Anvin" <hpa at zytor.com> writes: >> >>> On 12/12/2013 12:31 AM, Ferenc Wagner wrote: >>> >>>> Shall I rebase it to the current firmware head? >>>> >>>> Also, 5.2.3 was released a couple of
2009 Aug 16
2
[PATCH] drm/nv04: fix null pointer dereferences of native_mode
Subject: [PATCH] drm/nv04: fix null pointer dereferences of native_mode nv_connector->native_mode is not set when no modes were found for the connector, so its existence can't be assumed. In nv04_dfp_mode_fixup, reject the mode if GPU scaling is enabled but native mode is not known. In nv04_dfp_mode_set, use clock value from nv_encoder->mode instead of nv_connector->native_mode. If
2012 Oct 09
1
Fix for potential nouveau-ddx/x-server crash on XOrg 1.12+
Hi all, the following patch fixes a race-condition in the nouveau ddx which caused frequent x-server crashes for at least 1 user under some loads when OpenGL triple-buffering is enabled, which it is by default on XOrg 1.12 and later. As a side effect, it provides a small optimization for the common case of bufferswap at next vblank. The other way to avoid the race + possible crash is to set
2003 Sep 01
4
Sip Software from Nero Folk?
http://www.nero.com/us/631911127302064.html Have you all seen this? Its a SIP softphone put out by the people that do the CD burning software Nero... Check it out it works with * Dave
2015 Jun 21
1
[syslinux:master] core/pxe: extend parse_dhcp() for packet type
On Sun, Jun 21, 2015 at 11:12:07AM -0700, syslinux-bot wrote: > Commit-ID: 38e861ebf45a804bc5fbd74d9c19292822c84487 > Gitweb: http://www.syslinux.org/commit/38e861ebf45a804bc5fbd74d9c19292822c84487 > Author: Gene Cumm <gene.cumm at gmail.com> > AuthorDate: Sat, 20 Jun 2015 21:17:18 -0400 > Committer: Gene Cumm <gene.cumm at gmail.com> > CommitDate: Sat, 20
2013 Dec 01
1
[PATCH] efi: reuse UDP port with sendto
On Nov 30, 2013 7:33 PM, "Geert Stappers" <stappers at stappers.nl> wrote: > > Op 2013-11-30 om 13:12 schreef Gene Cumm: > <bigsnip/> > > > > Is there any chance you two could try my branch efi-fixes (commit > > d04b0edf) as I believe this solves the issues of the changing > > StationPort and routing difficulties of both a single subnet and
2024 May 31
1
Place of functional levels in Samba4 roadmap
Hi Samba list, As you know, security is currently the buzzword for most critical organizations. Active Directory implementations are an important node of all the security chain. French security agency, called ANSSI release a tool to audit Active Directory implementations, called ORADAD : https://github.com/ANSSI-FR/ORADAD/releases This tool retrieves all configuration from your AD, and make