Displaying 4 results from an estimated 4 matches for "dq67sw".
2012 Jun 20
13
acpidump crashes on some machines
Hi,
we have some problems with acpidump running on Xen Dom0. On 64 bit Dom0
it will trigger the OOM killer, on 32 bit Dom0s it will cause a kernel
crash.
The hypervisor does not matter, I tried 4.1.3-rc2 as well as various
unstable versions including 25467, also 32-bit versions of 4.1.
The Dom0 kernels were always PVOPS versions, the problems starts with
3.2-rc1~194 and is still in 3.5.0-rc3.
2017 Mar 19
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On 03/19/2017 04:03 PM, David Christensen wrote:
> [ 0.600883] ---[ end Kernel panic - not syncing: VFS: Unable to mount
> root fs on unkonwn-block(0,0)
Similar kernel panic when booted on Intel DQ67SW i7-2600S.
David
2017 Mar 19
2
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On 03/19/2017 01:01 AM, Thomas Schmitt via Syslinux wrote:
> David Christensen wrote:
>> Is there a way I can build live 32-bit Debian GNU/Linux USB images without
>> isohdpfx.S and syslinux.bin?
>
> You could try
> https://www.debian.org/releases/jessie/i386/ch04s03.html.en#usb-copy-flexible
This is how I prepared an ADATA USB Flash Drive 4 GB:
# cat
2017 Mar 20
2
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
> On 03/19/2017 04:03 PM, David Christensen wrote:
> > [ 0.600883] ---[ end Kernel panic - not syncing: VFS: Unable to mount
> > root fs on unkonwn-block(0,0)
>
> Similar kernel panic when booted on Intel DQ67SW i7-2600S.
>
>
> David
>
That's because your syslinux.cfg is "wrong", but the behavior just
proves that SYSLINUX is indeed booting.
# ***syslinux.cfg***
DEFAULT mylabel
LABEL mylabel
LINUX vmlinuz
APPEND initrd=initrd.gz
# ******************
So the system is boota...