Development Team/Jhbuild: Difference between revisions

Ajay Garg (talk | contribs)
No edit summary
Ajay Garg (talk | contribs)
No edit summary
Line 280: Line 280:
* At the moment, with all LiveUSBs removed, I was able to boot into F17 only. I could not see any option to boot into F14.
* At the moment, with all LiveUSBs removed, I was able to boot into F17 only. I could not see any option to boot into F14.
* Boot into F17.
* Boot into F17.
* Mount F14 on a directory.
**''
[ajay@localhost ~]$ su -
Password:
[root@localhost ~]# mkdir qq
[root@localhost ~]# mount -t ext4 /dev/sda6 qq
[root@localhost ~]# ls -l qq/boot
total 19064
-rw-r--r--. 1 root root  114968 Oct 18  2010 config-2.6.35.6-45.fc14.i686
drwxr-xr-x. 3 root root    4096 Oct 22  2010 efi
-rw-r--r--. 1 root root  166756 May 25  2010 elf-memtest86+-4.10
drwxr-xr-x. 2 root root    4096 Aug  5  2010 grub
-rw-r--r--. 1 root root 12562626 Jun 15 15:59 initramfs-2.6.35.6-45.fc14.i686.img
-rw-r--r--. 1 root root  1106254 Oct 22  2010 initrd-plymouth.img
-rw-r--r--. 1 root root  165080 May 25  2010 memtest86+-4.10
-rw-r--r--. 1 root root  1681526 Oct 18  2010 System.map-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
''