Zdravím,
zakoupil jsem tento netbook:
Lenovo IdeaPad S205 černý
Procesor: AMD Dual-Core Processor E-300
Paměť: 2GB DDR3 1066MHz/ 0x
Harddisk: 320GB 5400pm HDD -
HitachiBez OS
stáhl 64 bit verzi a postupoval přesně podle instalace která je zde:
http://helms-deep.cable.nu/~rwh/blog/?p=177neměl jsem žádnou chybovou hlášku vyjma toho, že jsem dával mount --bind místo mount -bind protože s jednou - to házelo chyby. Ale to by snad nemělo vadit.
Přesto mi po rebootu NB tvrdí, že chybí operační systém!
Předpokládám, že chyba je v grubu který se špatně nainstaloval.
zde je výpis ze
fdisk -ldisk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1890ad8c
Device Boot Start End Blocks Id System
/dev/sda1 * 533389374 594838754 30724690+ 83 Linux
/dev/sda2 411648 533389311 266488832 7 HPFS/NTFS/exFAT
/dev/sda3 2048 410251 204102 83 Linux
/dev/sda4 622870528 625142447 1135960 12 Compaq diagnostics
Partition table entries are not in disk order
device boot loader installation: /dev/sda3 -ext2
sda4 je swap
a na sda1 je nainstalováno xubuntu - ext4
díky za každou odpověď
edit: nakonec jsem to vyřešil jednoduchým způsobem! zde je návod:
http://ubuntuforums.org/showpost.php?p=11418219&postcount=31) On another PC, use unetbootin to create a bootable 11.10 USB stick (Mine was 2GB)
2) Stick bootable USB stick into one of the right hand USB slots on Lenovo S205
3) Switch on S205, hit fn-F11 several times as it boots (fn-F11 = F12).
4) Select USB stick from boot menu
5) The screen will be a mess, but just hit enter and you should boot into 11.10 desktop
6) run gParted
7) Delete all existing partitions (select each one, right click, delete)
From the menu, select create partition table (I think), and click OK, this creates a DOS partition table
9) Create 4 new PRIMARY partitions as follows
sda1 fat32 200MB
sda2 swap 8000MB
sda3 ext4 80000MB (This is a bit large unless you intend to install a lot of software)
sda4 ext4 what is left MB
10) Apply the changes then close gParted
11) Start the Ubuntu installer from the desktop
12) When you get to partition screen, select something else
13) assign the sda1 as EFI boot
12) swap will still be swap
13) assign sda3 as EXT4, mount point /
14) assign sda4 as EXT4, mount point /home
15) click next and go through the full install process, with ethernet cable attached for internet connection.
16) Reboot.