OpenSUSE Install :: Installation From USB Stick With Custom Kernel

Feb 10, 2010

i need to install openSUSE 11.2 from an USB stick. I followed this article SuSE install from USB drive - openSUSE using the openSUSE-11.2-NET-i586.iso. Unfortunately the kernel provided in this image doesn't load on my target as it needs a few extra modules for its chipset.

Thus i copied our custom kernel (which is verified to run on the target) and its initrd to the usb stick and i also created a new entry in the syslinux.config. The kernel loads, but then it can't find the root device.Does anybody know, how i need to configure the initrd to make the USB stick the root device?

View 2 Replies


ADVERTISEMENT

OpenSUSE :: Build And Install Custom Kernel?

Jul 4, 2009

When I build the kernel 2.6.30 source, the rpm package is very big and needed or root filesystem 800-900 Mb. I use "make rpm" as described in Configure, Build and Install a Custom Linux Kernel - openSUSE.

View 7 Replies View Related

Ubuntu Installation :: Create A Custom Install Kernel And Initrd?

Mar 26, 2010

I need to install Ubuntu on approximately 50-60 netbooks. None of them have CD drives, and I don't want to have to install them individually, walking around with a USB stick. I figured the fastest way to install on so many machines is to use a combination of apt-cacher (http://www.debuntu.org/how-to-set-up...ith-apt-cacher) and netbooting. I have successfully booted one machine to test, but as soon as the kernel comes up, support for the network interface is gone. Specifically, the "atl1c" module is not included on the netboot initrd image. Also, I would like to try to use preseeding, and I need to get that onto the initrd as well.

So, to summarize my question: How can I create a custom install kernel and initrd? I have a feeling it's related to the "debian-installer" category in the package repository, but I have not found any good documentation about doing this.

View 2 Replies View Related

Fedora Installation :: Erratic Install Results W/initrd - Custom Spins With Custom Drivers - Modules?

Dec 28, 2009

Just spent three whole days barking up the wrong tree, solving Fedora 11 and Fedora 12 boot failures because the correct hypothesis was illogical: installation did not update/modify the initrd.

The first couple of times I installed Fedora 11 on the HighPoint Technologies RocketRaid 2640x4, the installation inserted my "custom" driver module (rr26xx) into the initrd, permanently, so that the system booted off the controller card for which the custom driver was inserted. (I yelled about this success in this thread: [url]

My most recent installs of BOTH F11 and F12 on the RocketRaid failed to properly set up the boot. It turns out that the "rr2640" module I "slipstreamed" into the installation process was *NOT* permanently added to the initrd by anaconda. (F12 gave me "no root device found boot has failed, sleeping forever", on boot; F11 hung also, without such error, I presume, during the init script execution). Because of limited resources and time, I only know for sure the module was missing from the F11 initrd, and am ASSUMING the same was the case with F12.

The only difference between the successful installs and the ones with failed boot is that the successful installs were made on a single-drive (JBOD) mode on the controller; whereas, the failed ones were placed on RAID 5. But, AFAIK, the created logical device for the card is "/dev/sda", in both cases, and the kernel can not distinguish between the two cases (or can it?). Thus, the inconsistency cost me a lot of time, and is still inexplicable to me.

Question: What is the best way to deal with custom drivers, today? There are custom spins, and many tools, like isomaster. Stupid question: Is there a way to modify the initrd inside an installer ISO -- be it for CD/DVD/USBboot drive -- beefing the init RAM disk with whatever modules you'd like, for the boot process (using, say, isomaster)?

And what makes anaconda understand that a module must be added to the initrd ? How can one force anaconda to do so?

How does moving to dracut as the initrd tool affect any/all of the above?

View 1 Replies View Related

CentOS 5 :: Install Custom Kernel Rpm Via Kickstart

Mar 3, 2010

I have compiled and created a kernel rpm kernel-2.6.18165.11.1.el5-3.i386.rpm
then created initrd image

I have installed the above via kickstart installation

%post
mount xxx.xxx.x.xx:/var/www/html/os/i386 /mnt/tmp
cd /mnt/tmp
rpm -uvh kernel-2.6.18165.11.1.el5-3.i386.rpm
cp initrd-2.6.18-165.11.1.el5.img /boot

[Code]....

View 2 Replies View Related

Debian Configuration :: Install Custom Kernel Image

Mar 11, 2016

I've a problem running jessie on a XEN supervisor; my running kernel and the installed kernel image differ, because the host system forces the kernel at boot time. Current loaded kernel is

Code:
Select all$ uname -r
3.18.12

But I'm not able to install this version from the standard repository.

Code:
Select all# apt-cache search linux-image
linux-headers-3.16.0-4-amd64 - Header-Dateien für Linux 3.16.0-4-amd64
linux-image-3.16.0-4-amd64 - Linux 3.16 für 64-Bit-PCs
linux-image-3.16.0-4-amd64-dbg - Debugging symbols for Linux 3.16.0-4-amd64
linux-image-amd64 - Linux for 64-bit PCs (meta-package)
linux-image-amd64-dbg - Debugging symbols for Linux amd64 configuration (meta-package)
nvidia-kernel-3.16.0-4-amd64 - NVIDIA binary kernel module for Linux 3.16.0-4-amd64
linux-image-2.6.32-5-xen-amd64 - Linux 2.6.32 for 64-bit PCs, Xen dom0 support

Now I'm facing issues loading kernel modules for iptables, because the module path does not exist. Is there an easy way to install a proper kernel image from the standard repositories?

View 5 Replies View Related

Fedora :: Install An Older Kernel - Custom - But RPM Wont Let ?

Mar 3, 2010

I am building a series of custom kernels...for one of them i am using a kernel that is older than my currently installed ones.

I am using rpm to install this kernel and it will not install, period. i don't get why i can't install this....what does it matter that i am installing an older kernel? and why is fedora/rpm designed to not let me do this?

Code:

There should be an easy way to get around this, but i haven't figured it out yet. i've googled around, no luck. i bounce between kernel versions all the time without problems on my system, so why is rpm setup for strict versions on a kernel? and is there no way around this, and i just have to delete all three of those kernels, i don't really want to. 2 of them are awesome and i shouldn't have to build them again, that would be complete crap! and i wouldn't have this problem on my debian setup, so why fedora? (i generally think fedora is better)

View 6 Replies View Related

OpenSUSE Hardware :: Build / Make Custom Driver Into Kernel?

Mar 29, 2009

I'm new to linux and recently installed openSUSE 11.1 on my Lenovo Thinkpad SL500. So far it's great... only problem is the hotkeys and brightness control don't work. Digging around online I found this "experimental" driver that purportedly works fine, but I have no idea how to compile, install, or otherwise use it. Here... tetromino's lenovo-sl-laptop at master - GitHub I'm not sure what to do with the makefile and C file provided. For example, what do I do with this instruction...

"To enable the brightness control, load the module with the "control_backlight=1" module parameter (i.e. insmod lenovo-sl-laptop.ko control_backlight=1 )" I know someone on here will be able to explain how to do this in a "computer engineering for chemists" language! I'm comfortable enough working in the terminal with commands, but have found no real straightforward explanation of how to do so (only "programming" experience is MATLAB m file writing).

View 9 Replies View Related

Ubuntu Installation :: How To Make Live Cd With Custom Kernel

Jan 16, 2010

I am using ubuntu 8.04 and i am trying to make iso image cd with running kernel. i know that there is documentation in ubuntu website in"how to make live cd" but the thing is this is my custom kernel. i have my own configuration. so i want this kernel to be work in live cd.

View 1 Replies View Related

Ubuntu Installation :: Compiling A Custom Kernel With Kernelcheck?

Dec 18, 2010

I am thinking about compiling a custom kernel with Kernelcheck. I would like to know if I do compile my kernel will future kernel updates from Canonical replace my custom kernel? Please explain this in simple terms. This would be my first time compiling a kernel.

View 1 Replies View Related

Ubuntu Installation :: Make Custom Kernel With Localmodinfo

Jul 14, 2011

What are the best ways to make the kernel using git, and localmodinfo. and optimizing the kernel the best way on a laptop I have, which is a desktop laptop, so it is never really unplugged. Has a core 2 duo 2.53Ghz, 4GB DDR3 RAM, and an ATI HD 3870 GPU.so what things other than the obvious core 2 cpu type when making the kernel. It's on Ubuntu 11.04 64 bit. I also want to create it with the local mod info. and Also create this into a .deb package so it may be saved.

View 3 Replies View Related

Ubuntu Installation :: Kernel Update On Live USB Stick 9.10

Jan 31, 2010

I would like to update my Kernel from 2.6.31.14 (from liveCD) to the 2.6.31.17, because of my modem problem (huawei e 169).>UBUNTU 9.10<
I know that I can do it trough synaptic- but the problem is when I restart my pendrive, the kernel want be recognized. I think I have change something in some boot documents- but it looks here everything a little bit different than with HDD install:there is no menu.lst , etc.

View 1 Replies View Related

Hardware :: Load Custom Kernel/install Additional Application On Iomega IConnect?

Feb 28, 2011

I know how to get root access in iConnect and ssh into it. I wanted to know whether we can install any applications on it using the package manager and what package manager it supports, like apt(debian based) or is it based on some other distribution.

View 2 Replies View Related

Debian Configuration :: Nvidia Kernel Module With Custom Kernel

Jan 24, 2010

I have a problem with my custom kernel when I want to create the Nvidia kernel module.After this finished I installed the image and headers and created the Nvidia kernel module. Everything worked fine.However, if I remove the linux-source from my home directory then I can't create the kernel module.Even though I have the headers for the kernel installed.

View 2 Replies View Related

CentOS 5 :: Create A Custom Kernel Using 2.6.31.5 Kernel Source?

Oct 31, 2009

I'm running CentOS 5.3 and would like to know what the "best" or "proper" method is to build a custom kernel using the generic kernel sources from kernel.org. Most of the references I've found talk about modifying the current CentOS kernel using the RPM way. I really want to have the latest kernel due to some important security issues that haven't been addressed in the current CentOS 5.3 kernel.

View 6 Replies View Related

OpenSUSE Install :: 11.2 And Kernel Firmware Installation

Dec 27, 2009

Wonder if it is advisable/mandatory to install the kernel-firmware package, on a 11.2, with following installed kernel:
2.6.31.5-0.1-default #1 SMP 2009-10-26 15:49:03 +0100 x86_64 x86_64 x86_64.

View 8 Replies View Related

OpenSUSE Install :: It On An Usb Stick?

Jan 20, 2010

I am trying open suse for the first time and i want to install it on a usb stick this it is the latest version

View 9 Replies View Related

OpenSUSE Install :: No Kernel Was Found / Installation May Have Failed

Mar 23, 2010

I installed OpenSuSE 11.2 64bit from a Linux Magazine #111 dvd and now cannot create DomU guests. The exact error is in the subject line. It is sitting on a software RAID-1 partionion on two (mirrored) hard disks. When I first install - formatting all partitions - it reports error 17 and won't load the OS. After running the Repair installed system from the DVD I get the impression it is doing things twice rather than doing the repairs once on the RAIDed partition. Should I go back to 11.1?

View 4 Replies View Related

Debian Configuration :: Save To Install Kernel 2.6.35.2 On Debian Lenny 5.0.5 Or Stick With Automatic Updates

Aug 20, 2010

is it save to install linux kernel 2.6.35.2 on Debian Lenny 5.0.5 or stick with automatic updates...

View 14 Replies View Related

OpenSUSE Install :: Unable To Install - Live CD From Usb Stick

Jul 11, 2011

I have done a big big mistake (I could beat myself up for that) with my netbook and now I am sitting here, not getting openSUSE installed on it.

I wanted to try another netbook linux and installed (more by accident than intentionally) Easy Peasy Linux. This system is not bad, but cannot work with the wireless adapter in my netbook. However, I then wanted to install openSUSE 11.4 again, which ran fine on the netbook. But the install always gets stuck in different stages and I don´t know why.

Sometimes a failure message comes up: "filesystem is read only, rebooting in 120 seconds", but I am not really sure if this is for the harddrive or the usb stick. In other occasions, the bootprocess until install gets stuck at "starting KDM". Nothing happens then... thats it.

I already have reformatted the usb stick and copied the openSUSE Live CD via Imagewriter on it again... no success.

So now I am really confused, because I don´t know if there is something wrong with the harddrive? Or is it the stick itself? How can I find this out?

If it is the harddrive, how can I at least refomat it? Remember: no CD or DVD drive, just USB stick...

How can I find out if the image on the stick is ok? I already tested the install media and it said: "checksum ok"

View 9 Replies View Related

OpenSUSE Install :: Type Of Kernel In OpenSUSE 11.2 / Kernel Optimized For Server Machine?

Dec 11, 2009

default in openSUSE 11.2 we have installed kernel-desktop. This kernel is optimized for the desktop.

What is the name of kernel optimized for server machine? In my case Firebird database + Apache + PHP?

View 9 Replies View Related

OpenSUSE Install :: 11.3 KDE Freeze On USB Stick?

Jan 31, 2011

I have read lots about KDE (4.xx) freeze on OpenSuse 11.3 Live. Well I have experienced it first hand.

My hard disk which had Opensuse 11.3 (reiserfs) crashed. It was a dual boot and a windows upgrade wiped out the partition information. I am still trying to resuce with dd-rescue.

Now in the meanwhile I burnt a opensuse 11.3 Live CD and worked on it for a week. I was bit annoyed that every too often the cd drive spins....so I decided to burn a usb stick. Its a 2 gb USB stick. I followed the instructions to the toto to burn the ISO image. Then my nightmares started

The USB STICK boot was smooth. However when the desktop starts ...the trouble begins. I clicked on firefox...after about 10 seconds I experienced the dreaded freeze first. I had to reboot the system.

Everything was fine till i started Firefox, the system froze. Now reboot -> start -> firefox --> freeze cycle continued. I got fed up.

I then downloaded google-chrome. Installed it (after updating a couple of drivers) . It worked flawless. I loaded it with graphics...still no problem. Then started firefox .. the system froze. I even disabled all KDE windows animation, set only one window pane, still there is a freeze.

I took my USB stick off and rebooted the system though live CD. I started firefox on boot, NO problems. Opened many many tabs. Still no problem.

So there is a SURE problem with USB + Firefox. I SUSPECT IT MORE DUE TO NETWORK ISSUES THAN GUI (DRIVER) ISSUE. If it were to be GUI driver issue firefox should have fozen both with CD and USB.

Mine is pentium duo processor machine with 2gb RAM (DDR2). Intel chipset for video. I checked the MD5 of downloaded ISO its matched the one on the site. So the iso image is flawless.

All the threads in this regard suspect the video drivers, but I ALSO suspect the network. May be there is a wait() state in the network driver that is holding the process for way too long causing the freeze. Somebody needs to check this up.

The freeze is on USB stick boot only and not on CD boot.

View 9 Replies View Related

OpenSUSE Install :: Upgrading 11.1 Without A Cd Or Usb Stick?

Apr 30, 2011

I'm currently having troubles upgrading my 11.1 system. My SuSE running 11.3 had crashed, and when I tried to reinstall it I couldn't find the cd. I only have a 11.1 distro cd, in which I had installed. I want to upgrade to 11.2 since that should be the easiest, from then I think i can figure out how to upgrade from 11.4. I currently do not have any cd's or a usb flash drive to mount the iso image onto. I've read through the wiki looking for a solution, but even with updating my repos i still haven't found the answer.

how to upgrade from 11.1 to 11.2 without a cd or usb stick.

View 1 Replies View Related

OpenSUSE Install :: Remote Installation With Special Kernel Modules?

Feb 27, 2011

I want to remotely install OpenSUSE on one of my servers. I followed the instructions given at SDB:Remote installation - openSUSE, but it didn't work. (My server reverted back to the already installed system.) I think this has to do with a special kernel module (megaraid_sas) that is necessary for the raid controller. Without this module, the kernel cannot find any disk. Of course, the module is not included in the initrd provided by OpenSUSE. I know how to add files to the initrd, but I have no idea where I have to put the required kernel module and which config file inside the initrd must be modified to make the kernel load the module.

View 1 Replies View Related

OpenSUSE Install :: Start A PXE Installation - The PXE Bootsystem Loads The Kernel

Mar 31, 2011

If I do try to start a PXE Installation, the PXE Bootsystem loads the kernel, and
I guess it trys to start to load the initrd, but then it froze, i need to reset the computer. On the TFTP Server (aftp) I see that it trys to resend the initrd files and runs into a time out.

Ive the problem on 2 maschines, both with the same Motherboard (ASUS M4N78).

And the PXEinstallation of OpenSuSE 11.3 works fine, without any problems.

View 1 Replies View Related

OpenSUSE Install :: Live USB Stick Does Not Boot / Fix It?

Feb 8, 2010

I've followed the instructions at Live USB stick - openSUSE for creating a bootable USB stick. I have attempted this with both a 32 bit and 64 bit image. Unfortunately my system will not boot up the stick - it just loads my hard disk as normal.

Background info
1. I have checked the iso images against the checksum and they are ok;
2. I have used the same images to create bootable CDs which work fine;
3. My machine IS capable of booting a USB stick - by copying syslinux onto the stick, the machine does see the stick
4. The order of boot in BIOS is stick first. Again, I have proven this works ok using a utility called USB Boot Tester.

I am unsure what to try next. I recall reading on this forum there was a problem booting from USB stick if the computer also had a CD drive. That was in an early version of LiveCD. Could the problem still be extant? I can't find the actual thread unfortunately otherwise I would link to it.

View 8 Replies View Related

OpenSUSE Install :: Live USB Stick Does Not Record Changes

Apr 1, 2010

I created a live USB stick following the instructions at [URL] installing openSUSE-11.2-KDE4-LiveCD-x86_64-iso and booting a Motion LE1700. openSUSE works great but any file I create is lost after I reboot. I created the second partition with the script listed the instructions. Is there any anything else to do to make the live system mount the second partition?

View 5 Replies View Related

OpenSUSE Install :: Making A Bootable USB Stick

May 10, 2010

Downloaded openSUSE-11.2-DVD-x86_64.iso Burned on a DVD and used to make an install op a Dell laptop Everything went okay. Now I like to make a install on a ASUS UL20A laptop without an optical drive Placed the iso on a USB stick with dd command The stick can be read by openSUSE 11.2 machine NOT by WIN 7 machine I tried to make the USB stick with Win32DiskImager.exe

View 9 Replies View Related

OpenSUSE Install :: USB Stick Rescue System

Sep 17, 2010

Could someone recommend a simple (non-graphical) distribution that fits on a USB stick, boots without HD access, providing the functions of Super Grub Disk. I find the instructions for creating a Super Grub USB confusing. Even the CD version has cryptic operating instructions. Yes I know there is always Knoppix, but it is graphical (slow loading) and lacks the grub manipulating functions.

View 9 Replies View Related

OpenSUSE Install :: Create A Live USB Stick From A Mac?

Oct 3, 2010

I downloaded openSUSE 11.3 to my MacBookPro, whose disk drive has been broken for some time now. I want to install to new msi cr610 laptop that shipped WITHOUT windows. I could order the box with an install disk and printed manual, but if there's any way of creating a bootable USB stick from the download I did to my mac, that would be great.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved