2
votes
1answer
65 views

How can I force a Ubuntu kernel to fail mounting / and drop into the initramfs rescue shell?

I am trying to customize the initramfs rescue environment and would like to force the kernel to fail mounting / and drop into the (initramfs) rescue shell, as opposed to single user mode. How can I ...
2
votes
2answers
112 views

Ubuntu: How do the md devices get assembled at bootup?

How do the md devices get assembled at bootup in Ubuntu? Is /etc/mdadm/mdadm.conf truly the relevant factor here? My mdadm.conf is sound and I checked that while I was in the rescue CD environment. ...
1
vote
2answers
208 views

Adding commands to initrd image [closed]

Whenever I enter into initrd prompt, I know that not every command is executed in that prompt. Can somebody tell me how I can add more commands support in that initrd prompt. It would be nice if you ...
0
votes
1answer
410 views

Linux ubuntu/mint livecd user-home customization

I'm trying to customize Linux Mint livecd with these instruction (uck doesn't work for me). What I want is to have more icons at its livecd user (/home/mint/Desktop) but I can't find /home/mint on ...
7
votes
2answers
4k views

Add Apache to Ubuntu's startup

I'm currently learning the Linux environment, and decided to manually install the Apache server. For educational purposes, I've compiled it into: /server/apache The http.conf location is configured ...