search for: linuxboot

Displaying 7 results from an estimated 7 matches for "linuxboot".

2005 Jan 25
1
Problems with isolinux.cfg
hi! I?m working on a projekt ( unattended.sourceforge.net ) This is using a linuxboot.iso My problem is the following: I opened up the iso with winiso, extrcat the isolinux.cfg, edited it with vi for windows as follows: # isolinux/pxelinux configuration file default unattended label unattended kernel bzImage # Add options (z_user=..., z_path=..., etc.) to this line....
2011 Mar 16
2
Improving xen-qemu-dm-4.0 dependencies
...So, my question is simple. Out of this, what do I need for xen-qemu-dm? zigo at GPLHost:buzzig>_ /usr/share/qemu$ ls -lah 4.0K Dec 14 13:16 . 20K Mar 9 17:47 .. 3.8K Nov 29 09:53 bamboo.dtb 19 Dec 14 13:16 bios.bin -> ../seabios/bios.bin 4.0K Dec 14 13:16 keymaps 34 Dec 14 13:16 linuxboot.bin -> ../seabios/optionrom/linuxboot.bin 2.3K Nov 29 09:53 mpc8544ds.dtb 34 Dec 14 13:16 multiboot.bin -> ../seabios/optionrom/multiboot.bin 24 Dec 14 13:16 openbios-ppc -> ../openbios/openbios-ppc 28 Dec 14 13:16 openbios-sparc32 -> ../openbios/openbios-sparc32 28 Dec 14...
2011 Mar 16
2
Improving xen-qemu-dm-4.0 dependencies
...So, my question is simple. Out of this, what do I need for xen-qemu-dm? zigo at GPLHost:buzzig>_ /usr/share/qemu$ ls -lah 4.0K Dec 14 13:16 . 20K Mar 9 17:47 .. 3.8K Nov 29 09:53 bamboo.dtb 19 Dec 14 13:16 bios.bin -> ../seabios/bios.bin 4.0K Dec 14 13:16 keymaps 34 Dec 14 13:16 linuxboot.bin -> ../seabios/optionrom/linuxboot.bin 2.3K Nov 29 09:53 mpc8544ds.dtb 34 Dec 14 13:16 multiboot.bin -> ../seabios/optionrom/multiboot.bin 24 Dec 14 13:16 openbios-ppc -> ../openbios/openbios-ppc 28 Dec 14 13:16 openbios-sparc32 -> ../openbios/openbios-sparc32 28 Dec 14...
2003 Jul 29
4
pxelinux 2.04+ hangs after loading kernel
...ted, using PXENV+ structure UNDI data segment at 0000 UNDI data segment size: 0000 UNDI code segment at: 0000 UNDI code segment size: 0000 PXENV entry point found (we hope) at 9981:0BE0 My IP address seems to be 0A01A8F8 10.1.168.248 ip=10.1.168.248:10.1.1.53:10.1.1.1:255.255.0.0 TFTP prefix: /linuxboot/ Trying to load: pxelinux.cfg/0A01A8F8 boot: Loading lfs28................Ready. Failed to free base memory, error 0015-001-99810B47 Uncompressing Linux... Ok, booting the kernel. [ continues to boot ...] 2.04-pre1 messages: PXELINUX 2.04 2.04-pre1 [..] Found PXENV+ structure PXE API version is 02...
2010 Dec 04
0
Inside the Linux boot process
Interesting article from IBM on how Linux boots, with some nice graphics. http://www.ibm.com/developerworks/library/l-linuxboot/index.html Inside the Linux boot process Take a guided tour from the Master Boot Record to the first user-space application Kind Regards, Keith Roberts -- In theory, theory and practice are the same; in practice they are not. This email was sent from my laptop with Centos 5.5
2004 Jul 19
3
Syslinux of a USB flash ram
Folks, When I run syslinux on my Sandisk Cruzer (512MB) USB flash RAM with the "syslinux /dev/sda" , it corrupts the partition table that I had already created on my USB device. It attempts to boot but eventually fails trying to load the kernel. If I try "syslinux /dev/sda1", the USB device fail to boot at all. I would think that /dev/sda would be the correct device to use if
2008 Dec 06
0
syslinux 3.72 fails where 3.71 didn't
...if test -f SD.img ; then rm SD.img ; fi dd if=/dev/zero of=SD.img bs=512 count=251904 losetup /dev/loop/0 SD.img fdisk -b 512 -H 8 -S 32 -C 984 /dev/loop/0 < /tmp/fdisk.cmd dd if=/tmp/$SYSLINUX/mbr/mbr.bin of=/dev/loop/0 kpartx -av /dev/loop/0 if test $1 == "ext" ; then mkfs.ext2 -L Linuxboot /dev/mapper/0p1 mount /dev/mapper/0p1 /mnt/loop/ mkdir -p /mnt/loop/boot/extlinux/ cd /mnt/loop cp /tmp/$SYSLINUX/com32/menu/menu.c32 /mnt/loop/boot/extlinux/ cp /tmp/$SYSLINUX/com32/modules/reboot.c32 /mnt/loop/boot/extlinux/ cp /tmp/memtest /mnt/loop/boot/ cp /tmp/syslinux.cfg /mnt/loop/bo...