how to install User mode linux


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users how to install User mode linux
# 1  
Old 03-16-2006
how to install User mode linux

hi everybody,
i am trying install user mode linux in Linux kernel 2.6.11(Fedora core)
I have open suse file system image for user mode linux n UML binary
uml-release-2.6.13.4-bs5.tar.
I am doing following steps to install it.
in root #mkdir uml
in uml directory(empty now) i pasted my Kernel source tree:linux-2.6.11.1
in linux-2.6.11.1 i unzipped uml-release-2.6.13.4-bs5.tar ,in that i created a soft link for open suse file system image.
In uml-release-2.6.13.4-bs5.tar which i unzipped contained one executable file called vmlinux. when i tried to run it, it boots for a while and stops.
it doesnt ask for username and password,ideally i would have.
what is the reason? am i wrong in doing things.
Any help is welcome

thanks
sriram
# 2  
Old 03-17-2006
i am not cent percent sure abt the answer,
better verify that, and my points would help u !!!

give /boot/vmlinux a symlink to the new version of kernel
and check for the following conf before you reboot or proceed with

and since thats a new version of kernel; your kernel would look for the new set of drivers to load and work with, u need not have to worry the new version of kernel itself would look into
but make sure the new set of drivers are available in /lib/modules/

and then the new kernel is rebooted.

hope this helps!!!
else post with updated info, it would be helpful to dig into the issue.
all the best !!!
# 3  
Old 03-20-2006
Data installation of UML

hi ,
Prior to executing ./vmlinux which is required for booting UML,i didnt compile the host kernel properly,thinking that i wont create any problems.

Now i am trying to compile the kernel. for that i did the following things
1.First I downloaded the linux kernel 2.6.10(host kernel) from kernel.org
2.Then i applied the patch skas-2.6.10-v8-patch,where skas stands for seperate kernel address space,which is required for UML.
3.I did make menuconfig,without which ,doing make asks options for kernel configuration
4.Then i did make.
kernel is compiled for sometime,after that it is giving error in the file
drivers/video/console/fbcon.c
for which it refers the file include/linux/fb.h + 860(line no)
saying array has incomplete type

what to do for this? how to get the kernel compiled fully?or is there any way or website where i can get a executable kernel.

any help is welcome

Thanks in advance
sriram
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

SE Linux Permissive mode during Fedora install

Is there a way to set SE Linux to Permissive mode during Fedora install? I saw this but I was hoping there was a way to do this during the install. How to Disable SELinux (4 Replies)
Discussion started by: cokedude
4 Replies

2. Linux

How to run User-mode Linux installed with synaptic package manager in Ubuntu 10.10

I have installed user-mode linux kernel in Ubuntu 10.10 with the help of Synaptic package manager. But I'm not getting how to run it. If we install it manually, we've to run it using the executable binary file. But here, I'm unable to locate any such file. Please help.... Thanking You.... ... (0 Replies)
Discussion started by: rohitadeshmukh1
0 Replies

3. Programming

execve notification in user mode under Linux

Hi, I'm writing a monitor program that can be notified once a process makes an execve system call and then stop that process for examining before it starts to run the new code. I know I can ptrace a process to achieve this, but I do not want to ptrace every process in the system. Is it possible?... (1 Reply)
Discussion started by: aaron.lwe
1 Replies

4. SuSE

Convet Linux OS from text mode to graphic mode

Hi All, I used to have my suse linux(VM) server in graphic mode but not anymore since morning. I cant rolback since i loose somuch work. Any idea how to it back to normal. Thanks (6 Replies)
Discussion started by: s_linux
6 Replies

5. UNIX for Dummies Questions & Answers

single user mode - user accounts passwords

hello ppl, someone must be able to help with this --> I have an old NCR tower 32 with an ADDS terminal running a unix version 020102 (Im not sure if thats correct but its unix for sure). I have no user names and no passwords and need to login to read a tape. Is there any way to do that? I hear... (3 Replies)
Discussion started by: orestis
3 Replies

6. UNIX and Linux Applications

User Mode Linux sandbox?

Hi all, Thanks (0 Replies)
Discussion started by: rubberjones
0 Replies

7. UNIX for Advanced & Expert Users

User Mode Linux

Hi guys, I am working with User Mode Linux (UML) because I have one equipment only and I would like to use it with several servers (web,Mysql,etc) on a virtual system (virtual localhost) using the equipment for personal works at the same time. My system is: Sofware: Debian Sarge 3.1 installed... (0 Replies)
Discussion started by: tiemars
0 Replies

8. Solaris

adding a user in single user mode

Just got a solaris 8 blade 150 box with no users, only a root account. no one seems to know the password. I'd like to add one user. So I booted into single user mode via cdrom and added one. Can't seem to login using the new account, though. Here's what I'm using: # useradd -d /tmp/"user" -m... (1 Reply)
Discussion started by: ECBROWN
1 Replies
Login or Register to Ask a Question