similar to: Syslinux on USB initrd problem

Displaying 20 results from an estimated 200000 matches similar to: "Syslinux on USB initrd problem"

2005 Apr 13
0
Sv: Syslinux on USB initrd problem
Is there noone who has any ideas? Ive searched google like crazy but cant find any good information... Any tips on where else I could find information? ----Ursprungligt meddelande---- Fr?n: gabriel.j at telia.com Datum: Apr 12, 2005 2:36:24 PM Till: syslinux at zytor.com ?rende: [syslinux] Syslinux on USB initrd problem Hi! Im currently trying to encrypt my harddrive and plan to boot it of a
2005 Apr 13
1
Sv: Re: Sv: Re: Sv: Syslinux on USB initrd problem
Ive done a new initrd but got the exact same error. Should rootfs really be minix? initrd is ext2. ----Ursprungligt meddelande---- Fr?n: jbebel at ncsu.edu Datum: Apr 13, 2005 11:58:26 PM Till: gabriel <gabriel.j at telia.com> ?rende: Re: Sv: Re: Sv: [syslinux] Syslinux on USB initrd problem I've got some really old instructions on creating an initrd up at
2009 Jan 16
0
[PATCH 1/1] ia64, xen: fixes configs and add default config for ia64 xen domU
This patch fixes xen related Kconfigs and add default config file for ia64 xen domU. Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp> --- arch/ia64/Kconfig | 4 + arch/ia64/configs/xen_domu_defconfig | 1601 ++++++++++++++++++++++++++++++++++ arch/ia64/xen/Kconfig | 3 +- 3 files changed, 1606 insertions(+), 2 deletions(-) create mode
2009 Jan 16
0
[PATCH 1/1] ia64, xen: fixes configs and add default config for ia64 xen domU
This patch fixes xen related Kconfigs and add default config file for ia64 xen domU. Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp> --- arch/ia64/Kconfig | 4 + arch/ia64/configs/xen_domu_defconfig | 1601 ++++++++++++++++++++++++++++++++++ arch/ia64/xen/Kconfig | 3 +- 3 files changed, 1606 insertions(+), 2 deletions(-) create mode
2006 Dec 14
1
xen-3.0.4-rc1: undefined reference to `remove_siblinginfo''
Hello, On my x86_64 box, when compiling the xen-3.0.4-rc1, if CONFIG_HOTPLUG_CPU is not set it produces an undefined reference to ''remove_siblinginfo'' that is used in arch/x86_64/kernel/smpboot.c drivers/built-in.o: In function `__cpu_up'': (.text+0x54c10): undefined reference to `remove_siblinginfo'' If CONFIG_HOTPLUG_CPU is set the compilation works fine.
2007 Aug 10
1
[Lguest] error rebooting lguest
Hey! Trying the root disk image http://xm-test.xensource.com/ramdisks/initrd-1.1-i386.img suggested in Documentation/lguest/lguest.txt, I get the follow trace when rebooting the guest. Kernel is 2.6.23-rc2-ge1cf20c1. @%@%> reboot The system is going down NOW !! Sending SIGTERM to all processes. Sending SIGKILL to all processes. Requesting system reboot. [ 7.541027] Restarting system. [
2007 Aug 10
1
[Lguest] error rebooting lguest
Hey! Trying the root disk image http://xm-test.xensource.com/ramdisks/initrd-1.1-i386.img suggested in Documentation/lguest/lguest.txt, I get the follow trace when rebooting the guest. Kernel is 2.6.23-rc2-ge1cf20c1. @%@%> reboot The system is going down NOW !! Sending SIGTERM to all processes. Sending SIGKILL to all processes. Requesting system reboot. [ 7.541027] Restarting system. [
2005 Dec 10
1
[BUG 2.6.15-rc5] EXT3-fs error and soft lockup detected
Hello, I got this message when exiting qemu: [11266.262154] EXT3-fs error (device hda): ext3_free_blocks_sb: bit already cleared for block 318015 [11266.276897] Aborting journal on device hda. [11266.283815] EXT3-fs error (device hda): ext3_free_blocks_sb: bit already cleared for block 318016 [11266.293567] EXT3-fs error (device hda): ext3_free_blocks_sb: bit already cleared for block 318017
2007 Feb 08
3
Kernel Panic-not syncing VFS: Unable to mount root fs on unknown-block(8, 1)
Hi I just tried to install Xen (3.0.4) from source. The Installation process finished without any errors. Then after booting the XEN-Image (without initrd) I got a Kernel Panic. My machine said it was unuable to mount root fs from Sda1 or unknown-block(0,0) After some research on google, I built the SCSI and SATA drivers in the XEN-kernel and now this kernel Panic occurs: Kernel Panic-not
2007 Nov 26
0
[SPAM] Re: 2.6.24-rc3-mm1 -- arch/x86/xen/enlighten.c:591: error: ‘TLB_FLUSH_ALL’ undeclared (first use in this function)
On Mon, Nov 26, 2007 at 01:06:16PM -0500, Miles Lane wrote: > arch/x86/xen/enlighten.c: In function ''xen_flush_tlb_others'': > arch/x86/xen/enlighten.c:591: error: ''TLB_FLUSH_ALL'' undeclared (first > use in this function) > arch/x86/xen/enlighten.c:591: error: (Each undeclared identifier is > reported only once > arch/x86/xen/enlighten.c:591:
2005 Dec 06
0
Compile time errors on xen 2.6.12.5
Here are the relevant details. all help is greatly appreciated. xenbox linux # uname -a Linux xenbox.localhost 2.6.14-gentoo-r2 #2 Mon Dec 5 16:17:58 Local time zone must be set--see zic manua x86_64 Intel(R) Xeon(TM) CPU 3.00GHzGenuineIntel GNU/Linux xenbox linux # lspci 0000:00:00.0 Host bridge: Intel Corporation E7520 Memory Controller Hub (rev 0c) 0000:00:00.1 Class ff00: Intel Corporation
2011 Jan 29
2
How to make a bootable USB flash drive manually?
I would like to boot Ubuntu 8.04 i386 from my USB flash drive. I was guided by this tutorial: http://syslinux.zytor.com/wiki/index.php/HowTos#How_to_Create_a_Bootable_USB:_For_Linux I took following steps: 1) made sure that usb_storage.ko kernel module is loaded root at martin-desktop:~# lsmod | grep -i storage usb_storage 39585 1 root at martin-desktop:~# 2) inserted USB flash
2002 Aug 31
0
Re: ATARAID on 2.4.19?
> Did you ever find out what was wrong? Nope, and personally I think there's a bug in 2.4.19. Since I sent the email below I did a make oldconfig and went thru the new options very carefully - no luck. I'm still running on 2.4.18, and I can compile a kernel, install, and it works fine. Randy Barton Hodges wrote: > Hi Randy > > Please pardon the intrusion, but I found your
2005 Feb 16
4
Starting shorewall blocks all traffic - linux 2.6
I am puzzled. I started setting up a new box last week with Linux 2.6.10. Everything was working fine until I went to start shorewall, when all network traffic stopped. I have little doubt that it is because I missed something in configuring the machine. I''m running shorewall 2.2 and the zone, policy, and rules files are cut and paste from a machine that has been running for over a
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
Hi, After some recent merge to Linus tree resume from ram on my thinkpad t400 stopped working. My latest test was done on today Linus git master tree. I'm closing lid, it suspends according to "moon" led. When I open lid I see that LCD backlight is on (not sure if it turns on when I open lid or maybe it never turns off), black screen with cursor blinking in upper corner but...
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
Hi, After some recent merge to Linus tree resume from ram on my thinkpad t400 stopped working. My latest test was done on today Linus git master tree. I'm closing lid, it suspends according to "moon" led. When I open lid I see that LCD backlight is on (not sure if it turns on when I open lid or maybe it never turns off), black screen with cursor blinking in upper corner but...
2009 Apr 01
4
2.6.29 git, resume from ram broken on thinkpad
Hi, After some recent merge to Linus tree resume from ram on my thinkpad t400 stopped working. My latest test was done on today Linus git master tree. I'm closing lid, it suspends according to "moon" led. When I open lid I see that LCD backlight is on (not sure if it turns on when I open lid or maybe it never turns off), black screen with cursor blinking in upper corner but...
2007 Jun 12
1
Compile error on Xen-305-rc1 on x86_64
Wanted to pass this error by you and get your feedback ... I tried building a debug kernel with spinlock related debug info. The tree was pulled when the Xen-305 first rc was announced (and has not been updated since) make -C /root/src/mercurial/xen-3.0.5-testing.hg/linux-2.6.18-xen O=/root/src/mercurial/xen-3.0.5-testing.hg/build-linux-2.6.18-xen_x86_64 vmlinuz Using
2020 Jan 16
0
linux-next: Tree for Jan 16 (drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gp10b.c)
On 1/16/20 1:17 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20200115: > > New tree: zonefs > > The sound-asoc tree lost its build failure. > > The net-next tree gained a build failure for which I reverted a commit. > > The keys tree still had build failures so I used the version from > next-20191211. > on i386 or x86_64:
2008 Apr 30
1
btrfs v0.14: kernel BUG at /home/trey/btrfs-0.14/volumes.c:1453
Hi, Kernel crash when i tried to mount btrfs: -- Machine: HP Proliant DL 380 G4 -- Ubuntu 8.04 Hardy Server root at btrfs:/home/trey# uname -a Linux btrfs 2.6.24-16-server #1 SMP Thu Apr 10 13:15:38 UTC 2008 x86_64 GNU/Linux -- root at btrfs:/home/trey# fdisk -l Disk /dev/cciss/c0d0: 146.8 GB, 146807930880 bytes 255 heads, 63 sectors/track, 17848 cylinders Units = cylinders of 16065 *