ubuntumu kaybetmek istemiyorum.

Başlatan karamani44, 16 Nisan 2011 - 14:45:03

« önceki - sonraki »

0 Üyeler ve 4 Ziyaretçi konuyu incelemekte.

eribol

/boot/grub/grub.cfg dosyasının içeriğini ekler misiniz?

cumali

Ubuntu açılıyor mu açılmıyormu? Birde PClinux OS disk bölümünü açabiliyormusun yani bağlımı?

karamani44

Alıntı yapılan: eribol - 21 Nisan 2011 - 21:51:09
/boot/grub/grub.cfg dosyasının içeriğini ekler misiniz?
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by 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
  set have_grubenv=true
  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
}

function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
  insmod vbe
  insmod vga
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
set locale_dir=($root)/boot/grub/locale
set lang=tr
insmod gettext
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=4
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.35-28-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
linux /boot/vmlinuz-2.6.35-28-generic root=UUID=21864bdb-1e34-47b6-a8a9-224f633cbd1b ro   quiet splash
initrd /boot/initrd.img-2.6.35-28-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
echo 'Loading Linux 2.6.35-28-generic ...'
linux /boot/vmlinuz-2.6.35-28-generic root=UUID=21864bdb-1e34-47b6-a8a9-224f633cbd1b ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-28-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=21864bdb-1e34-47b6-a8a9-224f633cbd1b ro   quiet splash
initrd /boot/initrd.img-2.6.35-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
echo 'Loading Linux 2.6.35-22-generic ...'
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=21864bdb-1e34-47b6-a8a9-224f633cbd1b ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-22-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "linux (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=c1205a98-6f2f-4aa8-b0eb-a3c28eab4031 splash=silent vga=788
initrd (hd0,5)/boot/initrd.img
}
menuentry "linux-nonfb (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
initrd (hd0,5)/boot/initrd.img
}
menuentry "failsafe (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=c1205a98-6f2f-4aa8-b0eb-a3c28eab4031 failsafe
initrd (hd0,5)/boot/initrd.img
}
menuentry "linux-0 (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
linux /boot/vmlinuz-2.6.33.7-pclos6.bfs BOOT_IMAGE=linux-0 root=UUID=d6aa51bb-5857-43e3-b42b-f6d0f224b02b
initrd (hd0,5)/boot/initrd.img
}
### 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 ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###

eribol

Alıntı Yapmenuentry "linux-0 (on /dev/sda6)" {
   insmod part_msdos
   insmod ext2
   set root='(hd0,msdos6)'
   search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
   linux /boot/vmlinuz-2.6.33.7-pclos6.bfs BOOT_IMAGE=linux-0 root=UUID=d6aa51bb-5857-43e3-b42b-f6d0f224b02b
   initrd (hd0,5)/boot/initrd.img
}
Bu kısım PcLinux'a ait olmalı. Kalın olarak işaretlediğim kısmı silip kaydedin ve tekrar deneyin.

cumali

Aslında (hd0,5) şeklinde olan yerleri (hd0,6) şeklinde düzenlemiş olsaydı silmesine gerek kalmayacaktı.

karamani44

Alıntı yapılan: cumali - 21 Nisan 2011 - 21:55:38
Ubuntu açılıyor mu açılmıyormu? Birde PClinux OS disk bölümünü açabiliyormusun yani bağlımı?
ubuntu açılıyor.
evet bağlı 39 gb dosya sistemi olarak görünüyor. sistem sda6 da

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by 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
  set have_grubenv=true
  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
}

function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
  insmod vbe
  insmod vga
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
set locale_dir=($root)/boot/grub/locale
set lang=tr
insmod gettext
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=4
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.35-28-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
linux /boot/vmlinuz-2.6.35-28-generic root=UUID=21864bdb-1e34-47b6-a8a9-224f633cbd1b ro   quiet splash
initrd /boot/initrd.img-2.6.35-28-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
echo 'Loading Linux 2.6.35-28-generic ...'
linux /boot/vmlinuz-2.6.35-28-generic root=UUID=21864bdb-1e34-47b6-a8a9-224f633cbd1b ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-28-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=21864bdb-1e34-47b6-a8a9-224f633cbd1b ro   quiet splash
initrd /boot/initrd.img-2.6.35-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
echo 'Loading Linux 2.6.35-22-generic ...'
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=21864bdb-1e34-47b6-a8a9-224f633cbd1b ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-22-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "linux (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=c1205a98-6f2f-4aa8-b0eb-a3c28eab4031 splash=silent vga=788
initrd (hd0,5)/boot/initrd.img
}
menuentry "linux-nonfb (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
initrd (hd0,5)/boot/initrd.img
}
menuentry "failsafe (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=c1205a98-6f2f-4aa8-b0eb-a3c28eab4031 failsafe
initrd (hd0,5)/boot/initrd.img
}
menuentry "linux-0 (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
linux /boot/vmlinuz-2.6.33.7-pclos6.bfs BOOT_IMAGE=linux-0 root=UUID=d6aa51bb-5857-43e3-b42b-f6d0f224b02b
initrd /boot/initrd.img
}
### 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 ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###


bu da düzenlenmiş yani @eribol'un söylediği gibi belirtilen yerin silinmiş hali ama olmadı. biraz ilerledi. resimde görebileceğiniz yerde durdu/tıkandı sistem.
http://i1104.hizliresim.com/2011/4/21/12557.jpg

decent

@karamani44,
http://forum.ubuntu-tr.net/index.php/topic,13415.0.html
konusundaki ilk seçeneği Ubuntu Canlı CD/DVD ile denediniz mi ?

karamani44

#32
Alıntı yapılan: decent - 21 Nisan 2011 - 22:19:23
@karamani44,
http://forum.ubuntu-tr.net/index.php/topic,13415.0.html
konusundaki ilk seçeneği Ubuntu Canlı CD/DVD ile denediniz mi ?
evet denedim ve ubuntuyu çalıştırdım. grubu update yaptım ama pxlinuxos açılmadı. ubuntuda sıkıntı yok.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 21 Nisan 2011 - 22:30:23

Alıntı yapılan: cumali - 21 Nisan 2011 - 22:14:02
Aslında (hd0,5) şeklinde olan yerleri (hd0,6) şeklinde düzenlemiş olsaydı silmesine gerek kalmayacaktı.
5 i 6 yaptım yine resimdeki gibi biraz ilerleyip tıkandı.

eribol

Alıntı yapılan: karamani44 - 21 Nisan 2011 - 16:46:00
Sorun şu grub ekranında PClinuxOS "linux (on /dev/sda6)" diye görünüyor
Yanlış yeri düzelttirmişim, pardon.
Alıntı Yapmenuentry "linux (on /dev/sda6)" {
   insmod part_msdos
   insmod ext2
   set root='(hd0,msdos6)'
   search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
   linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=c1205a98-6f2f-4aa8-b0eb-a3c28eab4031 splash=silent vga=788
   initrd (hd0,5)/boot/initrd.img
}
İlerleme olduysa eğer eski çekirdek kernel panic hatası verdiğinden olabilir. Eğer bu kısımda da aynı hatayı alırsanız
Alıntı Yapmenuentry "linux (on /dev/sda6)" {
   insmod part_msdos
   insmod ext2
   set root='(hd0,msdos6)'
   search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
   linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=c1205a98-6f2f-4aa8-b0eb-a3c28eab4031 splash=silent vga=788 nomodeset
   initrd /boot/initrd.img
}
şeklinde deneyebilirsiniz.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 21 Nisan 2011 - 22:34:26

Alıntı yapılan: cumali - 21 Nisan 2011 - 22:14:02
Aslında (hd0,5) şeklinde olan yerleri (hd0,6) şeklinde düzenlemiş olsaydı silmesine gerek kalmayacaktı.
Yanlış aslında, hd0,5 zaten sda6'yı işaret ediyor ama biri grub biri grub2 kurduğundan dolayı sorun çıkıyor. O yüzden direk silmek gerekiyor.

cumali

Sildiginiz satırı aynı yerine koyup sadece (hd0,5) olanı (hd0,6) yapınız.Aynı satırın devamındaki satırlarda aynı şekilde düzenleyin.Yada aşağıdaki çıktıyı (Bu sizin önceden verdiginiz çıktının düzenlenmiş halidir) kopyalayıp şu andaki grub.cfg dosyasının içerigini tamamen silip yerine yapıştırın.Ardından kaydedip kapatın.

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by 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
  set have_grubenv=true
  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
}

function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}

function load_video {
  insmod vbe
  insmod vga
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
set locale_dir=($root)/boot/grub/locale
set lang=tr
insmod gettext
if [ "${recordfail}" = 1 ]; then
  set timeout=-1
else
  set timeout=4
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.35-28-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
linux /boot/vmlinuz-2.6.35-28-generic root=UUID=21864bdb-1e34-47b6-a8a9-224f633cbd1b ro   quiet splash
initrd /boot/initrd.img-2.6.35-28-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-28-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
echo 'Loading Linux 2.6.35-28-generic ...'
linux /boot/vmlinuz-2.6.35-28-generic root=UUID=21864bdb-1e34-47b6-a8a9-224f633cbd1b ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-28-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=21864bdb-1e34-47b6-a8a9-224f633cbd1b ro   quiet splash
initrd /boot/initrd.img-2.6.35-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
echo 'Loading Linux 2.6.35-22-generic ...'
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=21864bdb-1e34-47b6-a8a9-224f633cbd1b ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-22-generic
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 21864bdb-1e34-47b6-a8a9-224f633cbd1b
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "linux (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=c1205a98-6f2f-4aa8-b0eb-a3c28eab4031 splash=silent vga=788
initrd (hd0,6)/boot/initrd.img
}
menuentry "linux-nonfb (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
initrd (hd0,6)/boot/initrd.img
}
menuentry "failsafe (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=c1205a98-6f2f-4aa8-b0eb-a3c28eab4031 failsafe
initrd (hd0,6)/boot/initrd.img
}
menuentry "linux-0 (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set c1205a98-6f2f-4aa8-b0eb-a3c28eab4031
linux /boot/vmlinuz-2.6.33.7-pclos6.bfs BOOT_IMAGE=linux-0 root=UUID=d6aa51bb-5857-43e3-b42b-f6d0f224b02b
initrd (hd0,6)/boot/initrd.img
}
### 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 ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###


Sistemi yeniden başlattığınızda PClinuxOS açmayı deneyin

Ek: @eribol,mesajı benden önce yazmışsın.Mandriva kullanırken hep böyle düzenleme yaparak mandriva'yı çalıştırırdım.

karamani44

teşekkürler hepinize çalıştırmayı başardım. şuan için zafer kazanmış gibiyim. hepinize teşekkürler.

cumali

#36
Başardığına sevindim.Ne yaptığınızı unutmayın sakın,ileride lazım olabilir.Geçmiş olsun.Eklenecek bir şey yoksa yönetici arkadaşlar konuyu kapatabilir.

heartsmagic

Yanlış anlaşılmasın ancak başlık daha fazla karışmadan önce kapatıyorum. Etiketleme yapmıyorum zira pek makul görünmüyor gözüme.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

eribol

Başlık hâlâ açık. Unutuldu sanırım.

heartsmagic

Teşekkürler @eribol, yazmış fakat uygulamamışım.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.