LINUX.ORG.RU

Не могу установить Windows XP из под Linux из-за LVM


0

0

Всем привет

Был у меня раздел /dev/sda3 где стоял Linux LVM. Разбил его на два раздела. На sda4 осталась LVM. Новый раздел sda5 форматирувал у NTFS. Но при попытке установить Windows у етот раздел,выдается ошибка форматирования. Как можно решить ету проблему? Использовал GParted-4.6. Юзаю SuseLInux 11.0 ядро 2.26.25.5

Наперед спасибо.

> Новый раздел sda5

вообще-то разрешается иметь только 4 primary раздела на диске. т.е. получается, что sda5 - это extended раздел? емнип, винда на такие разделы не умеет ставиться.

isden ★★★★★
()

Сама венда ставится, но для своего сраного загрузчика требует primary, так что acronis в зубы и конвертируй в primary

linux4ever
()
Ответ на: комментарий от linux4ever

Еще не сталкивался с Acronisom.
Записал DVD сборник FuckuBill.
Там есть етот Acronis,но почемуто не грузится.
Что за такой раздел "Отказоустойчивость Windows",когда хочу устанавливать винду?
Я устанавливаю у 3 Раздел NTFS,а винда хочет еще форматнуть 2 Раздел "Отказоустойчивость Windows" где у меня по идее Linux.
Боюсь,чтобы винда не удалила Linux.
Ничего не понимаю...такое впечетления,что винда совсем по другому видит разделы.
Расскажите пожалуйста,что нужно конкретно сделать у Аcronis.
У меня у Linux:
/dev/sda 232.8
/dev/sda1 502.0 Mb Linux native
/dev/sda2 92.6 GB Extended
/dev/sda3 29.2 GB LInux LVM
/dev/sda4 110.4 GB HPFS/NTFS
/dev/sda5 2.0 GB Linux swap
/dev/sda6 20.0 GB Linux native
/dev/sda7 70.6 GB Linux native

При попытке ставить винду:
Раздел 1 Неизвесно 500Mb
Раздел 4 Неизвесно 2.0GB
Раздел 5 Неизвесно 20.0GB
Раздел 6 Неизвесно 72.0GB
Раздел 2 Отказоустойчивость Windows 30.0 GB
Раздел 3 NTFS 113.1 GB
Неразмеченая область 8Mb

sovereignlviv
() автор топика
Ответ на: комментарий от peanut

>что такое primary раздел? чем он отличается от extended? и почему только 4?

Потому, что линуксоеды и виндоводы продолжают насиловать труп MBR.

iZEN ★★★★★
()
Ответ на: комментарий от iZEN

>Потому, что линуксоеды и виндоводы продолжают насиловать труп MBR.

научи нас дураков, откуда грузится загрузчик фряхи?

scaldov ★★
()
Ответ на: комментарий от scaldov

научи нас дураков, откуда грузится загрузчик фряхи?

С GPT-раздела:

% gpart create -s GPT ad6
% gpart add -b 34 -s 256 -t freebsd-boot -l rio_boot ad6
ad6p1 added
% gpart add -b 290 -s 4194304 -t freebsd-swap -l rio_swap ad6
ad6p2 added
% gpart add -b 4194594 -s 620940000 -t freebsd-zfs -l rio_zfs ad6
ad6p3 added
% gpart show
=>       34  625142381  ad6  GPT  (298G)
         34        256    1  freebsd-boot  (128K)
        290    4194304    2  freebsd-swap  (2.0G)
    4194594  620940000    3  freebsd-zfs  (296G)
  625134594       7821       - free -  (3.8M)
% gpart bootcode -b /boot/pmbr ad6
ad6 has bootcode
% gpart bootcode -p /boot/gptzfsboot -i 1 ad6

iZEN ★★★★★
()
Ответ на: комментарий от isden

http://www.rodsbooks.com/gdisk/hybrid.html

• Linux — Linux seems to require that at least one 0xEE (EFI GPT) partition cover at least part of the GPT data structures. Linux isn't fussy about which partition (1-4) this is, though. In practice, this means that if you hybridize the earliest partition on a disk, you'll end up with a very short EFI GPT partition, as in the preceding example. Note that gptsync also starts its 0xEE partition at the beginning of the disk, so it creates a Linux-compatible hybrid MBR. If you adjust the hybrid MBR with fdisk so that the 0xEE partition covers a later area of the disk, Linux becomes unable to find any partitions on the disk.

• FreeBSD — My testing of hybrid MBRs with FreeBSD has been fairly minimal; however, I do know that FreeBSD handles hybrid MBRs created by both gptsync and gdisk. Unlike most OSes, FreeBSD provides access to partitions on a hybrid MBR disk using both the MBR and the GPT systems. On a test USB flash drive, GPT-style partitions were named /dev/da0px, while MBR-style partitions were named /dev/da0sy, where x and y are partition numbers. In basic tests, FreeBSD 7.1-RELEASE has shown no problems with disks with multiple 0xEE MBR partitions (unlike Mac OS X) or with a single 0xEE partition that does not begin at the very start of the disk (unlike Linux). Thus, overall it appears that FreeBSD may have the best hybrid MBR support — although I'm concerned that the multiple device files pointing to single partitions could cause confusion or even data corruption if somebody attempted to access them simultaneously.

• Windows — When confronted with a hybrid MBR, Windows tries to treat the disk as an MBR disk, ignoring the GPT partitions completely. At least, that's what I've found so far. This limitation means that in a dual-boot environment, you must hybridize all of your Windows partitions, and none of those partitions should span the 2TiB mark on the disk, if the disk is larger than that. (You can use GPT with a conventional non-hybridized protective MBR on a second physical disk, at least with recent versions of Windows.) Windows treats removable disks as «superfloppies,» meaning they should either not be partitioned or they should have a single partition. Thus, if you hybridize a USB flash drive, Zip disk, or similar medium, you should be sure to put the EFI GPT (0xEE) partition after the hybridized partitions. Furthermore, you should put whatever partition Windows must access first in the partition table, by specifying its number first in the list when GPT fdisk asks for partition numbers to hybridize. Another important Windows issue is setup order: If you install Windows, convert to GPT, and then create a hybrid MBR, it's conceivable that Windows will refuse to boot. (This happened to me in my tests.) The Windows install disc may be able to restore your system to bootability (it couldn't for me), but you may then need to restore any non-Microsoft boot loader you're using. It's probably safest to install Windows to an already-hybridized disc — although again, you'll then need to re-install your multi-OS boot loader. Note that I've done my testing on Windows 2000 and Windows 7 RC on x86 and x86-64 platforms. I don't know how Windows Me or earlier, or as-yet-to-be-released versions of Windows, will handle things. I also don't know if these rules might be different on EFI-based systems rather than BIOS-based systems, or on non-x86/x86-64 platforms.

В общем случае, скрестить Windows и Linux можно только на «гибридной» разметке. Но Windows XP, например, не увидит разделы GPT вообще.

iZEN ★★★★★
()

Поставь винду на виртуалку и не парься.

nnz ★★★★
()
6 ноября 2009 г.
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.