Displaying 20 results from an estimated 7000 matches similar to: "isolinux 2.0 boot graphic display issue"
2003 Feb 28
1
Samba offering dynamic homes share trouble..
I have samba running on RH 8, samba 2.2.7-2, and using winbind..
Want "homes" share to automatically display as users access it.
Thought I could use the %u but am having no luck.. Currently, have it
set up but
when user clicks on home share a username/password dialog displays and
will not accept valid credentials for that user? Have
my config and log snips from nmbd and machine
1997 Dec 07
3
KerbNet!
I want to thank whoever mentioned KerbNet by Cygnus Solutions! Wowza!
I recommend that people check it out. It lets you implement Kerberos
under UNIX and NT, and have them work together (so you have one *unified*
security system that is used by both your NT and UNIX boxes).
It's at http://www.cygnus.com/product/kerbnet-index.html
It also does authentication *without* sending passwords over
2010 Feb 24
1
isolinux.cfg parsing issue
Hi,
I've been trying to setup a dual livecd. However I am getting an
error with parsing the isolinux.cfg. I am using 3.84.
the relevant section of the isolinux.cfg is as follows
label LiveCD1
kernel vmlinuz1
append livecd=livecd1 initrd=initrd1.gz root=/dev/rd/3 acpi=on
splash=silent vga=788 keyb=us fstab=rw,noauto
label LiveCD2
kernel vmlinuz2
append livecd=livecd2
2005 Jan 07
3
Isolinux
Hi,
I am trying to boot a liveCD thats on my hard disc ...is there a way of
doing this using lilo ?
reason well rather than keep burning to CD then testing I want to be
able to make changes then test by booting to liveCD....
Thanks in advance
Dave T..
2003 Jan 19
1
isolinux/gentoo
Hello,
Im a Gentoo kernel maintainer thats trying to fix some bugs on are upcoming
1.4 livecd release that uses IsoLinux.
Our isolinux.cfg is pretty standard :
#########################################
default gentoo
append initrd=initrd acpi=off root=/dev/ram0 init=/linuxrc
timeout 300
prompt 1
display boot.msg
F1 boot.msg
F2 help.msg
label livecd
kernel gentoo
append
2017 Jan 24
3
Linking Linux kernel with LLD
>>> - D28094 (Implemented support for R_386_PC8/R_386_8 relocations)
>> Do you remember where it was used ?
>
>setup.elf:
> ld.lld -m elf_i386 -T arch/x86/boot/setup.ld arch/x86/boot/a20.o arch/x86/boot/bioscall.o arch/x86/boot/cmdline.o arch/x86/boot/copy.o arch/x86/boot/cpu.o >arch/x86/boot/cpuflags.o arch/x86/boot/cpucheck.o arch/x86/boot/early_serial_console.o
2008 Jan 14
1
crazy isolinux bug?- cmdline truncated only on vaio vgn-n250e
Ok, this is crazy, but I have a livedvd I created with fedora-8's
syslinux-3.36-7.fc8
and when I boot under qemu ( -boot d -cdrom /dev/dvd) it boots just
fine, but when I boot it on the actual hardware (vaio vgn-n250e), the
kernel cmdline gets truncated at about the 99th character, causing problems.
The same exact physical livedvd booted on a different box does not get
truncated.
The
2010 Feb 19
0
[PATCH] Help reduce size of iso by symlinking initrd's from isolinux/ and EFI/boot if md5's match
116M ovirt-node-image/ovirt-node-image.iso
119M ovirt-node-image.iso.edited.iso
---
edit-livecd.py | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/edit-livecd.py b/edit-livecd.py
index 279b225..ebcb7a6 100644
--- a/edit-livecd.py
+++ b/edit-livecd.py
@@ -26,7 +26,7 @@ import shutil
import subprocess
import optparse
import logging
-
+import
2012 Jun 22
2
Custom CentOS DVD, isolinux.bin, and isohybrid...
I was given a custom CentOS 5.4 DVD, containing some Digium software for one of our customers. I need to turn this burned DVD into an image that can be written to a USB thumb drive. First, I ripped the DVD to an ISO image. That part works OK, my testing VM can load and run the custom kickstart script on the image. After totally frying my unetbootin install, I decided to try and use isohybrid
2006 Aug 27
2
isolinux and kernel error
hi,
I want to prepeare a CD which will use isolinux to boot so I got the
source code of isolinux.
Unfortunately I couldn't find enough document to satify my
needs.Therefore I got the isolinux
folder of Xubuntu CD and I have modified the isolinux.cfg file.My
content of modified isolinux.cfg file
is shown below.
DEFAULT /boot/kernel-2.6.16.24-49
GFXBOOT bootlogo
APPEND boot=boot
2008 Aug 24
1
Isolinux: Could not find kernel: linux
Hello,
Im building my own linux CD, For booting I use isolinux. Problem: isolinux cant find kernel.
Hierarchy of CD is:
/boot/bzImage
/boot/isolinux.bin
/boot/isolinux.cfg
isolinux.cfg file:
DEFAULT linux
LABEL linux
KERNEL bzImage
and for maiking iso I use:
mkisofs -o name.iso \
-b boot/isolinux.bin -c boot/boot.cat \
-no-emul-boot -boot-info-table -boot-load-size 4 \
-v -J -R -D -A
1997 Dec 02
0
Usernames
I have a question on how to set up usernames under Linux/NT so that our new
Samba setup works properly. This is how our new system is going to work:
DOMAIN "OB-GYN"
"Alfred" -- Windows NT PDC (NT Server 4.0)
User Profiles stored on this machine
Since it's a PDC, it processes login requests
Also WINS server
2010 Dec 01
4
problem booting (Fedora) LiveCD ISO over PXELINUX
This is an issue I've researched quite a bit on bug lists, and looked
in the Syslinux Wiki for a way to do this, but haven't yet found a
solution.
1) I have an existing Fedora 13 LiveCD which I burned to a CD and
tested on a system without issue.
2) I then took that same ISO and dropped it in my pxelinux.cfg/default
for being able to boot over the network. I made sure to extract the
2013 Jun 03
1
PXE Boot Live CD
Hello Guys
We are starting a project's desktop virtualization, I'm trying to create an
image centos to install Citrix Receiver for q clients the machines do not
need HD.
Among all tests q I bumped into two "errors":
1. Install Centos
2. Foreign q there is no bootable image
I studied various contents on the internet a list of them below:
2009 Aug 19
1
Updated livecd building tool
I updated the livecd-tools package from version 013 to 014. This update
introduces new interesting features like :
- support for Xen kernel
- built-in md5sum into the resulting LiveCD ISO
- a new API
See https://projects.centos.org/trac/livecd/wiki/GetToolset for
instructions on how to get this updated toolset.
Since it is a major update, I expect some bugs. I am looking for
feedback from
2013 May 17
2
F18: Create a USB install of CentOS 6 from iso
Hi all,
On a F18, I installed livecd-tools-18.15-1
I downloaded CenOS6.x minimal .iso and with livecd-iso-to-disk the
resulting USB is never bootable: the computer doesnt boot on it. Tested
on many computers.
The fact is I succeded to install CentOS on a Netbook (no CD/DVD tray),
but I dont remember how I invoked livecd-iso-to-disk.
I tried with many combinations (/dev/sdc is the USB
2012 Jan 27
1
need help to build livecd and create success iso file but it hang
Hi all
my environment:
1/ windows 7 OS system
2/ use virtual box install the host centos system
i try to make a centos livecd and i follow the step
1/ create file: vi /etc/yum.repos.d/centos-livecd.repo and the content of file:
# Name: CentOS LiveCD repository
[livecd]
name = CentOS $releasever - LiveCD
baseurl =
2009 Sep 22
1
[PATCH] edit-livecd in python
This is the second generation of the edit-livecd tool that replaces our
original bash script with a python version and aims to reuse as much as
the livecd-creator libraries as possible. The main reason for the new
creator class is to avoid the need for a kisckstart file in order to
edit an existing livecd image.
edit-livecd is useful for people who don't have the development and yum
2013 Jun 18
1
How to rebuild the Centos 6.4 iso images with the same contents as officially released iso images ?
I have read many Centos webpages and mail archives but found only raw descriptions of the build process.
My first aim is to rebuild CentOS-6.4-x86_64-LiveCD.iso using the Centos repositories
and preferably without recompiling the SRPMs, just to verify the build process.
My final aim is to create a Centos LiveOS contain the packages in CentOS-6.4-x86_64-minimal.iso
plus some network configuration
2009 Sep 14
2
[PATCH node-image] add livecd-iso-to-iscsi script to support iscsi root booting setup
This enables the ability to take the ovirt-node-image iso and deploy it to an iscsi disk. It also provides a sample pxe configuration for booting based on the iscsi root device. Includes support for user/password as well as reverse chap user/password.
---
Makefile.am | 1 +
livecd-iso-to-iscsi | 201 ++++++++++++++++++++++++++++++++++++++++++++++
ovirt-node-image.spec.in |