Windows 7
- Check disk (unmounted)
- Switch off Page File
- Defragment disk
- Shrink partition
- Create empty partitions for Linux
Linux
- Install Linux
- Install some boot loader (Grub, Lilo) into given partition not in MBR!
- Copy boot loader into file: dd if=/dev/sda7 of=/linux.bin bs=512 count=1
- Copy linux.bin into Windows 7 partition
Windows 7
- Run cmd.exe and copy following commands:
The entry {524c6e43-5d25-11df-8665-00269ebca7c9} was successfully created.
bcdedit /set {524c6e43-5d25-11df-8665-00269ebca7c9} device PARTITION=C
The operation completed successfully.
bcdedit /set {524c6e43-5d25-11df-8665-00269ebca7c9} path \linux.bin
The operation completed successfully.
bcdedit /displayorder {524c6e43-5d25-11df-8665-00269ebca7c9} /addlast
The operation completed successfully.
bcdedit /timeout 4
The operation completed successfully.
Žádné komentáře:
Okomentovat