Tagged Questions
0
votes
0answers
91 views
Unable to boot into any LiveCD or boot Into Grub
After rebooting from my Arch install, grub2-bios gave me a normal.mod is not found error message. I cannot rescue from Grub or boot into any LiveCD from the BIOS; for the Ubuntu Image I am just ...
9
votes
3answers
2k views
How do I begin with building a Linux system from scratch?
I tried to make an operating system with my on custom built kernel. It didn't work out too well. I am using Ubuntu and have downloaded Linux 3.2.7 from kernel.org . I am not trying to change the ...
4
votes
2answers
2k views
Iso booting with grub2
I am using Linux Mint 10, and it is installed on sda8.
I edited /etc/grub.d/40_custom:
#!/bin/sh
echo "Adding 40_custom.">&2
exec tail -n +3 $0
# This file provides an easy way to add custom ...
4
votes
1answer
587 views
How to add an iso image to grub2?
I read grub2 allows booting from an ISO image (at least for most live-cds). How can I add such an entry to my grub configuration? Please mention all files to modify and all commands to run since I ...