fdisk -l<br><br>Disk /dev/sda: 160.0 GB, 160000000000 bytes<br>255 heads, 63 sectors/track, 19452 cylinders<br>Units = cylinders of 16065 * 512 = 8225280 bytes<br>Sector size (logical/physical): 512 bytes / 512 bytes<br>I/O size (minimum/optimal): 512 bytes / 512 bytes<br>
Disk identifier: 0xe686f016<br><br>   Device Boot      Start         End      Blocks   Id  System<br>/dev/sda1               1           4       32098+  de  Dell Utility<br>/dev/sda2   *           5       13646   109579365   83  Linux<br>
/dev/sda3           13647       18814    41511960    5  Extended<br>/dev/sda4           18815       19452     5124735   82  Linux swap / Solaris<br>/dev/sda5           13647       18814    41511928+  83  Linux<br><br><br>
grub.cfg<br>#<br># DO NOT EDIT THIS FILE<br>#<br># It is automatically generated by /usr/sbin/grub-mkconfig using templates<br># from /etc/grub.d and settings from /etc/default/grub<br>#<br><br>### BEGIN /etc/grub.d/00_header ###<br>
if [ -s $prefix/grubenv ]; then<br>  load_env<br>fi<br>set default=&quot;0&quot;<br>if [ ${prev_saved_entry} ]; then<br>  set saved_entry=${prev_saved_entry}<br>  save_env saved_entry<br>  set prev_saved_entry=<br>  save_env prev_saved_entry<br>
  set boot_once=true<br>fi<br><br>function savedefault {<br>  if [ -z ${boot_once} ]; then<br>    saved_entry=${chosen}<br>    save_env saved_entry<br>  fi<br>}<br>insmod ext2<br>set root=&#39;(hd0,2)&#39;<br>search --no-floppy --fs-uuid --set 5603c42b-2d73-4b60-a954-ad232cf5c0de<br>
if loadfont /usr/share/grub/unicode.pf2 ; then<br>  set gfxmode=640x480<br>  insmod gfxterm<br>  insmod vbe<br>  if terminal_output gfxterm ; then true ; else<br>    # For backward compatibility with versions of terminal.mod that don&#39;t<br>
    # understand terminal_output<br>    terminal gfxterm<br>  fi<br>fi<br>insmod ext2<br>set root=&#39;(hd0,2)&#39;<br>search --no-floppy --fs-uuid --set 5603c42b-2d73-4b60-a954-ad232cf5c0de<br>set locale_dir=($root)/boot/grub/locale<br>
set lang=en<br>insmod gettext<br>set timeout=5<br>### END /etc/grub.d/00_header ###<br><br>### BEGIN /etc/grub.d/05_debian_theme ###<br>insmod ext2<br>set root=&#39;(hd0,2)&#39;<br>search --no-floppy --fs-uuid --set 5603c42b-2d73-4b60-a954-ad232cf5c0de<br>
insmod png<br>if background_image /boot/grub/moreblue-orbit-grub.png ; then<br>  set color_normal=black/black<br>  set color_highlight=magenta/black<br>else<br>  set menu_color_normal=cyan/blue<br>  set menu_color_highlight=white/blue<br>
fi<br>### END /etc/grub.d/05_debian_theme ###<br><br>### BEGIN /etc/grub.d/10_linux ###<br>menuentry &quot;Debian GNU/Linux, with Linux 2.6.34-0.dmz.8-liquorix-686&quot; --class debian --class gnu-linux --class gnu --class os {<br>
    insmod ext2<br>    set root=&#39;(hd0,2)&#39;<br>    search --no-floppy --fs-uuid --set 5603c42b-2d73-4b60-a954-ad232cf5c0de<br>    echo    Loading Linux 2.6.34-0.dmz.8-liquorix-686 ...<br>    linux    /boot/vmlinuz-2.6.34-0.dmz.8-liquorix-686 root=UUID=5603c42b-2d73-4b60-a954-ad232cf5c0de ro  quiet nomodeset<br>
    echo    Loading initial ramdisk ...<br>    initrd    /boot/initrd.img-2.6.34-0.dmz.8-liquorix-686<br>}<br>menuentry &quot;Debian GNU/Linux, with Linux 2.6.34-0.dmz.8-liquorix-686 (recovery mode)&quot; --class debian --class gnu-linux --class gnu --class os {<br>
    insmod ext2<br>    set root=&#39;(hd0,2)&#39;<br>    search --no-floppy --fs-uuid --set 5603c42b-2d73-4b60-a954-ad232cf5c0de<br>    echo    Loading Linux 2.6.34-0.dmz.8-liquorix-686 ...<br>    linux    /boot/vmlinuz-2.6.34-0.dmz.8-liquorix-686 root=UUID=5603c42b-2d73-4b60-a954-ad232cf5c0de ro single <br>
    echo    Loading initial ramdisk ...<br>    initrd    /boot/initrd.img-2.6.34-0.dmz.8-liquorix-686<br>}<br>menuentry &quot;Debian GNU/Linux, with Linux 2.6.32-5-686&quot; --class debian --class gnu-linux --class gnu --class os {<br>
    insmod ext2<br>    set root=&#39;(hd0,2)&#39;<br>    search --no-floppy --fs-uuid --set 5603c42b-2d73-4b60-a954-ad232cf5c0de<br>    echo    Loading Linux 2.6.32-5-686 ...<br>    linux    /boot/vmlinuz-2.6.32-5-686 root=UUID=5603c42b-2d73-4b60-a954-ad232cf5c0de ro  quiet nomodeset<br>
    echo    Loading initial ramdisk ...<br>    initrd    /boot/initrd.img-2.6.32-5-686<br>}<br>menuentry &quot;Debian GNU/Linux, with Linux 2.6.32-5-686 (recovery mode)&quot; --class debian --class gnu-linux --class gnu --class os {<br>
    insmod ext2<br>    set root=&#39;(hd0,2)&#39;<br>    search --no-floppy --fs-uuid --set 5603c42b-2d73-4b60-a954-ad232cf5c0de<br>    echo    Loading Linux 2.6.32-5-686 ...<br>    linux    /boot/vmlinuz-2.6.32-5-686 root=UUID=5603c42b-2d73-4b60-a954-ad232cf5c0de ro single <br>
    echo    Loading initial ramdisk ...<br>    initrd    /boot/initrd.img-2.6.32-5-686<br>}<br>### END /etc/grub.d/10_linux ###<br><br>### BEGIN /etc/grub.d/20_memtest86+ ###<br>menuentry &quot;Memory test (memtest86+)&quot; {<br>
    insmod ext2<br>    set root=&#39;(hd0,2)&#39;<br>    search --no-floppy --fs-uuid --set 5603c42b-2d73-4b60-a954-ad232cf5c0de<br>    multiboot    /boot/memtest86+_multiboot.bin<br>}<br>menuentry &quot;Memory test (memtest86+, serial console 115200)&quot; {<br>
    insmod ext2<br>    set root=&#39;(hd0,2)&#39;<br>    search --no-floppy --fs-uuid --set 5603c42b-2d73-4b60-a954-ad232cf5c0de<br>    multiboot    /boot/memtest86+_multiboot.bin console=ttyS0,115200n8<br>}<br>### END /etc/grub.d/20_memtest86+ ###<br>
<br>### BEGIN /etc/grub.d/30_os-prober ###<br>menuentry &quot;Dell Utility Partition (on /dev/sda1)&quot; {<br>    insmod fat<br>    set root=&#39;(hd0,1)&#39;<br>    search --no-floppy --fs-uuid --set 07d7-0508<br>    drivemap -s (hd0) ${root}<br>
    chainloader +1<br>}<br>### END /etc/grub.d/30_os-prober ###<br><br>### BEGIN /etc/grub.d/40_custom ###<br># This file provides an easy way to add custom menu entries.  Simply type the<br># menu entries you want to add after this comment.  Be careful not to change<br>
# the &#39;exec tail&#39; line above.<br>### END /etc/grub.d/40_custom ###<br><br><br>cat /etc/fstab<br># /etc/fstab - static information about the filesystems - fstab(5)<br>#<br># /etc/fstab is only read by programs, and not written; it is the duty of the<br>
# system administrator to properly maintain this file.<br>#<br># Instead  of giving the device explicitly, one may indicate the filesystem<br># that is to be mounted by its UUID or VOLUME label. This will make the<br># system more robust: adding or removing a disk changes the disk device name<br>
# but not the filesystem UUID or VOLUME label.<br>#<br># &lt;filesystem&gt;    &lt;mountpoint&gt;    &lt;type&gt;        &lt;options&gt;    &lt;dump&gt;    &lt;pass&gt;<br><br># automatically added, WDC_WD1600JS-75N-WD-WCANMF031969-part2, /dev/sda2<br>
UUID=5603c42b-2d73-4b60-a954-ad232cf5c0de    /    ext3    defaults,noatime,errors=remount-ro    0    1<br><br># automatically added, WDC_WD1600JS-75N-WD-WCANMF031969-part1, /dev/sda1, LABEL=DellUtility<br>/dev/disk/by-uuid/07D7-0508    /media/disk0    vfat    noauto,users,exec,shortname=lower,quiet,umask=000    0    0<br>
<br># automatically added, WDC_WD1600JS-75N-WD-WCANMF031969-part4, /dev/sda4, LABEL=Swap<br>UUID=f4900aaa-31e6-4531-8f64-2e9bfe096bf3    none    swap    sw    0    0<br><br># automatically added, WDC_WD1600JS-75N-WD-WCANMF031969-part5, /dev/sda5, LABEL=Backup<br>
UUID=43309b15-bcf2-42f3-b2a5-73b6470ed0b3    /media/disk2    ext3    defaults,noatime,errors=remount-ro    0    1<br><br># automatically added, PHILIPS_DVD+-RW_DVD8801_VA155S61665391<br>/dev/cdrom    /media/cdrom    udf,iso9660    user,noauto    0    0<br>
<br># automatically added, SONY_DVD-ROM_DDU1615<br>/dev/cdrom1    /media/cdrom1    udf,iso9660    user,noauto    0    0<br><br># temporary filesystem in virtual memory<br>tmpfs    /tmp    tmpfs    defaults    0    0<br><br>
# usb drive<br>/dev/sdf1       /media/sdf1     auto    rw,user,noauto,exec  0       0<br><br><br>