Ahoj mam problem
Experimentálně jsem nainstaloval Ubuntu 7.04 pomocí WUBIho (Ten Widláckej Instalátor Ubuntu Kubuntu..) bohužel při bootu mi to vyhodí Error 20: pak nejakej text že Exeeduju cylindrovej limit pro BIOS. mám tam 200 Gigovej HDD a Linux je nainstalovanej asi tak na 140 Gigu disku. Moje Mainboard je ECS K7S5A
Tohle je GRUB.lst:
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 1
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
## Pretty colours
#color cyan/blue white/blue
#### KERNEL PARAMETERS ####
# the /folder/path paramater must be matched in the following 3 lines:
#
#find --set-root /folder/path/linux
#kernel /folder/path/linux find=/folder/path/linux
#initrd /folder/path/linux
#
#you must replace /folder/path with the path where the files where installed
#do not use the same folder name on different partitions
## To specify the ISO (otherwise the first one in the folder will be used)
#setup_iso=setup.iso
## To specify the root harddisk image(otherwise root.img is assumed)
#root_img=root.img
## To specify the home harddisk image (otherwise home.img is assumed)
#home_img=home.img
## To specify the swap harddisk image (otherwise swap.img is assumed)
#home_img=swap.img
## To specify extra harddisk image (otherwise extra.img is assumed)
#extra_img=extra.img
## Debug
#pause_for_debug debug
#### MENU ITEMS BELOW HERE ####
title Ubuntu
find --set-root /wubi/linux
kernel /wubi/linux find=/wubi/linux quiet ro
initrd /wubi/initrd.gz
boot