Development Team/Jhbuild: Difference between revisions
| Line 480: | Line 480: | ||
### END /etc/grub.d/41_custom ### | ### END /etc/grub.d/41_custom ### | ||
</pre> | </pre> | ||
* | |||
* In another terminal, mount F14 on a directory. | |||
<pre> | <pre> | ||
[ajay@localhost ~]$ su - | [ajay@localhost ~]$ su - | ||
| Line 501: | Line 502: | ||
-rwxr-xr-x. 1 root root 3696448 Oct 18 2010 vmlinuz-2.6.35.6-45.fc14.i686 | -rwxr-xr-x. 1 root root 3696448 Oct 18 2010 vmlinuz-2.6.35.6-45.fc14.i686 | ||
</pre> | </pre> | ||
* | |||
* Now, open the contents of "qq/boot/grub/menu.lst" | |||
<pre> | |||
# grub.conf generated by anaconda | |||
# | |||
# Note that you do not have to rerun grub after making changes to this file | |||
# NOTICE: You do not have a /boot partition. This means that | |||
# all kernel and initrd paths are relative to /, eg. | |||
# root (hd0,5) | |||
# kernel /boot/vmlinuz-version ro root=/dev/sda6 | |||
# initrd /boot/initrd-[generic-]version.img | |||
#boot=/dev/sda6 | |||
default=0 | |||
timeout=0 | |||
splashimage=(hd0,5)/boot/grub/splash.xpm.gz | |||
hiddenmenu | |||
title Fedora (2.6.35.6-45.fc14.i686) | |||
root (hd0,5) | |||
kernel /boot/vmlinuz-2.6.35.6-45.fc14.i686 ro root=UUID=333b5104-4f4a-41d9-856a-c7802677bec0 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet | |||
initrd /boot/initramfs-2.6.35.6-45.fc14.i686.img | |||
</pre> | |||