Делал всё строго по инструкции, через live cd
Диск называется hdc - переименовал, вроде пошло дальше, но сразу начались проблемы: см. ниже
mount /dev/hda2 /mnt
mount -t proc proc /mnt/proc
mount -t sys sys /dev/sys
mount -t devfs devfs /mnt/dev
ubuntu@ubuntu:~$ sudo mount /dev/hda2 /mnt
mount: special device /dev/hda2 does not exist
ubuntu@ubuntu:~$ sudo mount /dev/hdc2 /mnt
ubuntu@ubuntu:~$ sudo mount -t proc proc /mnt/proc
ubuntu@ubuntu:~$ sudo mount -t sys sys /dev/sys
mount: mount point /dev/sys does not exist
ubuntu@ubuntu:~$ sudo mount -t devfs devfs /mnt/dev
mount: unknown filesystem type 'devfs'
Тоже не сработала команда
chroot /mnt /bin/bash
ubuntu@ubuntu:~$ sudo chroot /mnt /bin/bash
chroot: cannot run command `/bin/bash': Exec format error
Здесь, всё без нареканий
mkfs.ext3 /dev/hda1
mount -a
ubuntu@ubuntu:~$ sudo mkfs.ext3 /dev/hdc1
mke2fs 1.40-WIP (14-Nov-2006)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
24096 inodes, 96356 blocks
4817 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=67371008
12 block groups
8192 blocks per group, 8192 fragments per group
2008 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729
Writing inode tables: done
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 34 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
ubuntu@ubuntu:~$ sudo mount -a
grub-install /dev/hda1
cd /boot
ln -s . boot
aptitude reinstall linux-image-2.6.15-23-amd64-server
ubuntu@ubuntu:~$ sudo mount /dev/hda1 /boot
mount: special device /dev/hda1 does not exist
ubuntu@ubuntu:~$ sudo aptitude reinstall grub
Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
Building tag database... Done
The following packages will be REINSTALLED:
grub
0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0B/379kB of archives. After unpacking 0B will be used.
Writing extended state information... Done
(Reading database ... 81306 files and directories currently installed.)
Preparing to replace grub 0.97-20ubuntu6 (using .../grub_0.97-20ubuntu6_i386.deb) ...
Unpacking replacement grub ...
Setting up myspell-ru (0.99g4-2build1) ...
Updating OpenOffice.org's dictionary list... done.
Updating OpenOffice.org's dictionary list... done.
Setting up aspell-ru (0.99g4-2build1) ...
aspell-autobuildhash: processing: ru [ru]
Setting up scim-modules-socket (1.4.4-7ubuntu1) ...
Setting up openoffice.org-l10n-ru (2.2.0-0ubuntu2) ...
Setting up im-switch (1.13) ...
Setting up openoffice.org-help-ru (2.2.0-0ubuntu2) ...
Setting up grub (0.97-20ubuntu6) ...
Setting up ispell (3.1.20.0-4.3) ...
Setting up irussian (0.99g4-2build1) ...
Setting up mozilla-firefox-locale-ru-ru (2.0.0.1ubuntu-1) ...
Setting up language-pack-kde-ru (7.04+20070412) ...
Setting up language-pack-kde-ru-base (7.04+20070412) ...
Setting up language-pack-ru (7.04+20070412) ...
Setting up language-pack-ru-base (7.04+20070412) ...
Generating locales...
ru_RU.UTF-8... done
ru_UA.UTF-8... done
Generation complete.
Setting up iamerican (3.1.20.0-4.3) ...
Setting up scim (1.4.4-7ubuntu1) ...
Setting up scim-gtk2-immodule (1.4.4-7ubuntu1) ...
Updating the IM modules list for GTK+-2.10.0...done.
Setting up scim-modules-table (0.5.6-2) ...
Setting up scim-tables-additional (0.5.6-2) ...
Setting up thunderbird-locale-ru (1.5.0.10ubuntu0-1) ...
Setting up language-support-ru (7.04+20070209) ...
Generating locales...
ru_RU.UTF-8... up-to-date
ru_UA.UTF-8... up-to-date
Generation complete.
ubuntu@ubuntu:~$ sudo grub-install /dev/hdc1
Probing devices to guess BIOS drives. This may take a long time.
[1]+ Stopped sudo grub-install /dev/hdc1
ubuntu@ubuntu:~$ sudo cd /boot
sudo: cd: command not found
ubuntu@ubuntu:~$ cd /boot
ubuntu@ubuntu:/boot$ sudo ln -s . boot
ubuntu@ubuntu:/boot$ sudo aptitude reinstall linux-image-2.6.15-23-amd64-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
Couldn't find any package whose name or description matched "linux-image-2.6.15-23-amd64-server"
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Ну и выводим, что получилось:
ubuntu@ubuntu:/boot$ sudo fdisk -l /dev/hdc
Disk /dev/hdc: 40.9 GB, 40982151168 bytes
255 heads, 63 sectors/track, 4982 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 12 96358+ 83 Linux
/dev/hdc2 13 267 2048287+ 83 Linux
/dev/hdc3 268 4982 37873237+ f W95 Ext'd (LBA)
/dev/hdc5 268 522 2048256 82 Linux swap / Solaris
/dev/hdc6 523 777 2048256 83 Linux
/dev/hdc7 778 1287 4096543+ 83 Linux
/dev/hdc8 1288 2307 8193118+ 83 Linux
/dev/hdc9 2308 4982 21486906 83 Linux
ubuntu@ubuntu:/boot$
Скриншот в программе с разбиением дисков:
ЗЫ: система не грузится

пишет, ошибка загрузки операционной системы
[вложение удалено Администратором]