Displaying 20 results from an estimated 6000 matches similar to: "Problems with poor mans install"
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..
2005 Sep 20
4
standalone bootable usb-stick
hi ya syslinuxerz
- i've been slowly working on a making a custom bootable
standalone usb-stick with X11 and kde
- it's basically builds itself off of a slackware-10.1 server
- create a custom initrd.gz ( /dev/ram0 )
http://linux-boot.net/Bootable/InitRD/
- create a custom rootfs.gz ( /dev/loop0 )
http://linux-boot.net/Bootable/RootFS/
- create X11 and kde loopfiles
2005 Jan 14
1
chroot....
Hi,
I can get into basic shell (from linuxrc) but now I want to boot main
system ...
ie chroot into untar system & run from there ...
but when I run /sbin/init 3 I get kernel panic
wondered if /dev was set up .. if not how do I get it working ...
sorry to so vague but its diffcult to describe what I want to do......
so to sum up I want to go from initrd (linuxrc) to log into console of
2005 Jan 26
1
FW: How to delay before mounting root filesystem
yup runned it. probably something wrong with my initrd filesystem. can
you send me a directory listing of your initrd? and probably a sample
linuxrc.
if worse comes to worse, i'll probably load my usb and scsi modules in the
initrd.
i'm probably doing it all wrong. i'm trying to imitate the slackware10usb
way of booting up. every driver built in the kernel, patch on the mounting
root
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
2005 Aug 26
2
Could not find kernel image:
I am trying to create a bootable cd from a working LFS 6.1 partition.
Thank you in advance for any thoughts on this.
This is the error I get:
ISOLINUX 3.10 2008-08-24 Copyright (C) 1994-2005 H. Peter Anvin
Could not find kernel image: lfskernel-2.6.11.12
boot : _
under /isolinux/ I have these files:
isolinux.bin I've tried 3.10 and 3.09
isolinux.cfg:
default livecd
label livecd
2003 Jan 04
1
pxelinux and ram images
Looking at the FAQ for SysLinux there is an option for an initrd file
(initrd=filename), this does not seem to work with pxelinux (or it is
just that I am doing something wrong...).
here is my config file:
prompt 1
#serial 0 115200
label linux
kernel vmlinuz-2.4.18-ssi
#read-write
#root=/dev/ram0
append init=/linuxrc console=tty0 console=ttyS0,115200
initrd initrd-2.4.18-ssi.img
label local
2005 Dec 27
4
ONTIMEOUT LOCALBOOT -1 and menu.c32 -
Hi,
I am having some problem with LOCALBOOT and menu.c32
This is my isolinux.cfg:
-------------------------------------------
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
2004 Jan 06
7
Getting ext3 up and running
I have a Debian system from a Knoppix distribution. I started out with ext2
but decided to change to ext3.
tune2fs -j OK.
However the system boots with a warning ....ext3 mounted as ext2.
proc/mounts confirms this and no journal is running.
So I have to make an initrd. Did so using instructions in the Debian Reference
and this did not change anything. Any attempt to use the img produced was a
2005 Apr 06
4
Query on Initramfs' and Initrd's coexistence
Hi
I am trying to have a built in initramfs along with the traditional initrd.
So I mount the initrd from the initramfs, but am facing problems in trying
to run the 'linuxrc'.
Following are the issues:
1. I mount the initrd from the initramfs and exceve 'linuxrc'.
It starts executing linuxrc, but gives the following errors and panics:
Red hat nash version 3.4.42 starting
2005 Jan 25
3
How to delay before mounting root filesystem
Got to minimize (barely) my filesystem and kernel and fit it into
my usb key (256mb)
My kernel was compiles with scsi and usb support built-in. My problem
now is i can't mount my root filesystem when i tried to boot. kernel
somehow takes time before being able to recognize my usb as a
valid scsi device thus displaying
VFS: Cannot open root device 08:01
this is my lilo.conf
boot=/dev/sda
2004 Jan 03
1
Kernel panic: I have no root and I want to scream
Hello,
I'm trying to fix netbooting and I got quit far.
Before this, it reported that it had no root disk, I fixed this by
specifying my initrd. Nou it crys's:
Kernel panic: I have no root and I want to scream
I think I made the mistake whit the creation of the initrd file. What
should I put in it except the /linuxrc.
I put a echo "TEST" in de /linuxrc to see if it runs, in
2003 Jul 23
3
isolinux problem report
I have tried to use isolinux 2.05, and I am running into a problem where it
will not boot. I have previously used version 1.66, and the older version
works just fine. Changing nothing except dropping the new version in does
not work.
Below is all of the relevant info, I believe. This occurs on multiple
machines with different BIOS. I am currently in process of doing a binary
search to find the
2005 Aug 26
1
lvm initrd -> initramfs
I converted my lvm root initrd to an initramfs by putting glibc, lvm,
pivot_root, my linuxrc, etc. in my initramfs source file. I use ash
compiled against klibc to run my linuxrc
Unfortunately -
pivot_root . initrd
- complains -
pivot_root: Invalid argument
I suspect this may be because you can't pivot_root using a cpio
initramfs root?
If so, what should I do instead? Should I
2005 Jan 11
17
[Fwd: Installing from distribution CDs]
Sorry, hit send instead of attach again. Rest of patches included.
--
Anthony Liguori
Samba, Linux/Windows Interoperability
Linux Technology Center (LTC) - IBM Austin
E-mail: aliguori@us.ibm.com
Phone: (512) 838-1208
Tie Line: 678-1208
2005 Dec 01
2
Booting from an external USB drive?
Is it possible?
Booting the installer from the CD works, finds the USB drive, and
allows me to put the root filesystem on it. I put the /boot partition
on the internal hard drive and installed GRUB in the boot record of
that partition.
GRUB shows the menu and begins booting, but eventually fails with the
error that /dev/sda5 (the external partition) does not exist.
I was hoping (perhaps in
2004 Mar 31
1
append parameter??
hi,
i am wondering about how submission of append parameters can be done.
i have the following isolinux.cfg:
---------------------------------------------------------------------
DEFAULT linux
PROMPT 1
TIMEOUT 100
LABEL linux
KERNEL vmlinuz
APPEND initrd=initrd.gz nomce quiet
----------------------------------------------------------------------
what i want to do is to tell at
2015 Feb 05
0
Unable to PXE boot
> /diskless/pxelinux.cfg/default
> ---
> DEFAULT /gentoo-x86_64/boot/kernel-3.14.14-gentoo
> APPEND ip=dhcp ro rootfstype=nfs root=/dev/nfs
> nfsroot=10.0.0.11:/diskless/gentoo-x86_64
> init=/linuxrc
That pxelinux.cfg/default seems "tolerable" for older versions, but not
for Syslinux 5+.
Is this an inadequate copy of the actual content? Or is it really a
2002 Jan 31
4
Boot messages on VT
Hello,
I am using with success SYSLINUX-1.48 to boot a CD-Rom in order to realize
an automatic installation of Linux.
Actually all messages during the boot step are displayed on VGA screen. In
the operational version, we have only a VT on COM1.
I have tested to modified my syslinux.cfg like the following listing but
boot messages are always displayed on VGA screen ! Can you help me, please ?
(I
2006 Sep 15
1
Root filesystem on ext2
Dear All,
I have a following query:
- My initrd image is created using ext2 filesystem.
- The filesystem type of / is specified as ext3 in /etc/fstab file.
- I dont mount the real root during execution of linuxrc because I
referred some documents saying that if you dont mount real root from
linuxrc the kernel will mount it after linuxrc is finished.
- The system boots up successfully, mount