search for: cdroot

Displaying 5 results from an estimated 5 matches for "cdroot".

Did you mean: cdboot
2008 Dec 06
0
syslinux 3.72 fails where 3.71 didn't
...EOF #END MEMTEST ENTRY# #BEGIN REBOOT ENTRY# cat >> /tmp/syslinux.cfg << "EOF" menu separator label reboot menu label ^reboot com32 reboot.c32 EOF #END REBOOT ENTRY# ##END CONFIG## if test $1 == "iso" then echo "Creating ISO image" cd /tmp if test -d CDroot ; then rm -r CDroot/* ; else mkdir CDroot ; fi mkdir -p CDroot/boot/isolinux cp $SYSLINUX/core/isolinux.bin CDroot/boot/isolinux/ ## 3.72 #cp $SYSLINUX/isolinux.bin CDroot/boot/isolinux/ ## 3.63 cp $SYSLINUX/com32/modules/reboot.c32 CDroot/boot/isolinux/ cp $SYSLINUX/com32/menu/menu.c32 CDroot...
2002 Dec 12
1
Windows boot-NTLDR not found?
...works for the floppy images / . ..../isolinux | floppya.img floppyb.img isolinux.cfg is like so. label 1 kernel memdisk append initrd=cdrom.img _________________________________________ The no workie part looks like this- So the i386 and .bin are in the cdroot and the imgs are under /isolinux /(cdroot) |.I386 |.ntboot.bin |..../isolinux | floppya.img floppyb.img label 3 kernel ntboot.bin OR label 4 kernel /ntboot.img In this config I get n NTLDR not found as well for label 3 or 4. Which common sense part am I...
2008 Jul 07
0
Problems booting syslinux off of USB flash drive with dell Intel D815EEA
...rnal image. --- The syslinux.cfg in question is: --- default gentoo timeout 150 prompt 1 display boot.msg F1 kernels.msg F2 F2.msg F3 F3.msg F4 F4.msg F5 F5.msg F6 F6.msg F7 F7.msg label gentoo kernel gentoo append root=/dev/ram0 init=/linuxrc dokeymap looptype=squashfs loop=/image.squashfs cdroot initrd=gentoo.igz vga=791 label gentoo-nofb kernel gentoo append root=/dev/ram0 init=/linuxrc dokeymap looptype=squashfs loop=/image.squashfs cdroot initrd=gentoo.igz label memtest86 kernel memtest --- All newlines are duplicated exactly. Any help you can give me on this would be greatl...
2004 Oct 17
0
ISOLINUX: Mounting devfs on /mnt/dev failed
...mount LABEL hda1 KERNEL vmlinuz APPEND initrd=initrd ramdisk=16432k root=/dev/hda1 devfs=mount DEFAULT sda2 LABEL hda2 KERNEL vmlinuz APPEND initrd=initrd ramdisk=16432k root=/dev/hda2 devfs=mount (I hope the copy&paste error above is not really important :-) The whole directory /root/CDroot for mkisofs: -rw-r--r-- 1 root root 15601664 Oct 16 19:58 initrd -rw-r--r-- 1 root root 10500 Oct 16 19:59 isolinux.bin -rw-r--r-- 1 root root 420 Oct 16 19:59 isolinux.cfg -rw-r--r-- 1 root root 1089561 Oct 16 19:58 vmlinuz I called...
2005 Dec 27
4
ONTIMEOUT LOCALBOOT -1 and menu.c32 -
...-------------------- 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 dokeymap cdroot vga=791 splash=silent,theme:livecd-2005.1 CONSOLE=/dev/tty1 quiet label local menu label "Boot from harddrive" LOCALBOOT -1 ------------------------------------------- Now if I let it timeout, it just reloads the menu and starts the countdown over again. By choosing "...