![]() |
Ubuntu 10.10 on User-mode-Linux (UML)
Hello! I have some questions about running Ubuntu with UML kernel. Though I used to find all basic information with help of Google, but this time I failed. I think UML-project has troubles with good documentation.
So, the task is to install the latest stable Ubuntu into image file and run it with UML kernel. Host OS is Kubuntu 10.04, ia32. I've already installed OS using debootstrap, added some mount points to guest's /etc/fstab: Code:
proc /proc proc defaults 0 0Code:
addgroup --system adminCode:
linux ubda=ubuntu-10.10.imgSo, the main problem is that I can't find where is the guest's TTY1 and how to log in. However, it's also not clear for me whether I'm able to reduce number of opened consoles. Thank you for reading this long post! Looking forward for help. |
At least I've founded solution. Maybe, it would be interesting for someone.
So, the problem was that virtual machine did not really started because of mount problem. To fix it I added a line Code:
dev /dev tmpfs rw 0 0To reduce number of opening consoles I've added some launch parameters: Code:
linux ubda=ubuntu-10.10.img con0=xterm con1=xterm con=null |
Thank you for posting the solution. :)
|
| All times are GMT -5. The time now is 08:45 AM. |