[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#574553: Grub files and fstab



*/boot/grub/grub.cfg*

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
    saved_entry=${chosen}
    save_env saved_entry
  fi
}
insmod raid
insmod mdraid
insmod ext2
set root='(md0)'
search --no-floppy --fs-uuid --set 11ea1264-c6f3-4330-99c2-3b2d4ec21f62
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
insmod raid
insmod mdraid
insmod ext2
set root='(md0)'
search --no-floppy --fs-uuid --set 11ea1264-c6f3-4330-99c2-3b2d4ec21f62
set locale_dir=($root)/boot/grub/locale
set lang=es
insmod gettext
set timeout=30
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod raid
insmod mdraid
insmod ext2
set root='(md0)'
search --no-floppy --fs-uuid --set 11ea1264-c6f3-4330-99c2-3b2d4ec21f62
insmod tga
if background_image /usr/share/images/grub/grubcircle.tga ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.32-3-686-bigmem" --class debian --class gnu-linux --class gnu --class os {
	insmod raid
	insmod mdraid
	insmod ext2
	set root='(md0)'
	search --no-floppy --fs-uuid --set 11ea1264-c6f3-4330-99c2-3b2d4ec21f62
	echo	Loading Linux 2.6.32-3-686-bigmem ...
	linux	/boot/vmlinuz-2.6.32-3-686-bigmem root=UUID=11ea1264-c6f3-4330-99c2-3b2d4ec21f62 ro  
	echo	Loading initial ramdisk ...
	initrd	/boot/initrd.img-2.6.32-3-686-bigmem
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-3-686-bigmem (recovery mode)" --class debian --class gnu-linux --class gnu --class os {
	insmod raid
	insmod mdraid
	insmod ext2
	set root='(md0)'
	search --no-floppy --fs-uuid --set 11ea1264-c6f3-4330-99c2-3b2d4ec21f62
	echo	Loading Linux 2.6.32-3-686-bigmem ...
	linux	/boot/vmlinuz-2.6.32-3-686-bigmem root=UUID=11ea1264-c6f3-4330-99c2-3b2d4ec21f62 ro single 
	echo	Loading initial ramdisk ...
	initrd	/boot/initrd.img-2.6.32-3-686-bigmem
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-2-686-bigmem" --class debian --class gnu-linux --class gnu --class os {
	insmod raid
	insmod mdraid
	insmod ext2
	set root='(md0)'
	search --no-floppy --fs-uuid --set 11ea1264-c6f3-4330-99c2-3b2d4ec21f62
	echo	Loading Linux 2.6.32-2-686-bigmem ...
	linux	/boot/vmlinuz-2.6.32-2-686-bigmem root=UUID=11ea1264-c6f3-4330-99c2-3b2d4ec21f62 ro  
	echo	Loading initial ramdisk ...
	initrd	/boot/initrd.img-2.6.32-2-686-bigmem
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-2-686-bigmem (recovery mode)" --class debian --class gnu-linux --class gnu --class os {
	insmod raid
	insmod mdraid
	insmod ext2
	set root='(md0)'
	search --no-floppy --fs-uuid --set 11ea1264-c6f3-4330-99c2-3b2d4ec21f62
	echo	Loading Linux 2.6.32-2-686-bigmem ...
	linux	/boot/vmlinuz-2.6.32-2-686-bigmem root=UUID=11ea1264-c6f3-4330-99c2-3b2d4ec21f62 ro single 
	echo	Loading initial ramdisk ...
	initrd	/boot/initrd.img-2.6.32-2-686-bigmem
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (loader) (on /dev/sda1)" {
	insmod ntfs
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set 0d98547c07ab38f5
	drivemap -s (hd0) ${root}
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

*/boot/grub/grub.cfg*
Doesn't exits in my computer

*/boot/grub/device.map*
(hd0)   /dev/sda
(hd1)   /dev/sdb
(hd2)   /dev/sdc
(hd3)   /dev/sdd

*/etc/fstab*
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>

proc    /proc   proc    defaults        0       0
sysfs   /sys    sysfs   defaults        0       0
/dev/md0        /       ext3    errors=remount-ro       0       1
/dev/md3        /home   ext3    errors=remount-ro       0       1
/dev/sde1       /media/IomegaHddBackup  ntfs    defaults,nls=utf8,umask=0222    0       0
/dev/md2        /usr/local      ext3    errors=remount-ro       0       1
LABEL=backup    /mnt/backup     ext3    noauto  0       0
/dev/md1        none    swap    sw,pri=100      0       0
none    /proc/bus/usb   usbfs   defaults        0       0
/dev/dvdrw      /mnt/cdrom      auto    ro,user,noauto  0       0

#LABEL=root     /       ext3    errors=remount-ro       0       1
#LABEL=usr_local        /usr/local      ext3    errors=remount-ro       0       1
#LABEL=home     /home   ext3    errors=remount-ro       0       1
#LABEL=swap1    none    swap    sw,pri=100      0       0





Reply to: