更新申し訳ありません。質問はいくつかの部分で構成されており、詳細については以下に示します。私は長年にわたってWindowsを使用しており、コマンドラインではLinuxのみを使用してきましたが、Windowsが遅すぎることに気づき、切り替えたいと思いました。
次のようなhttp://mightydreams.blogspot.in/2007/09/i-am-describing-here-method-to-install.htmlそしてhttp://www.instantfundas.com/2007/08/install-any-linux-distro-directly-from.html
より良い説明がありますか? (USBやCD/DVDはありません)
「debian-7.0.0-amd64-DVD-1.iso」とディスク2と3を入手して名前を変更しました。 1.d1.iso
ステップ 2 は \C ドライブにコピーするvmlinuz
ことを意味します。initrd.gz
ところで、このファイルを3つの場所で見つけました(1つの場所を作成しました7z.exe l -path-to-iso- >files.list
)。
install.amd\gtk\vmlinuz
install.amd\vmlinuz (update plan on using this but stuck at grub see below)
install.amd\xen\vmlinuz
同じ:
install.amd\initrd.gz
install.amd\xen\initrd.gz
install.amd\gtk\initrd.gz
どちらを使用しますか?
虫に閉じ込められた…
bcdeditを使用してエントリを作成しましたが、grubが無効であるとマークされます。 sourceforgeサイトからgrubをダウンロードしてコピーして指定します。
bcdedit /create /d Linux /application OSLOADER
bcdedit /set {c1e718e7-3d90-11e1-a4c8-b5a356ae5e29} device partition=c:
bcdedit /set {c1e718e7-3d90-11e1-a4c8-b5a356ae5e29} path \grub\grub.exe
bcdedit -v
私にください
Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device partition=\Device\HarddiskVolume2
description Windows Boot Manager
locale en-US
inherit {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default {c1e718e2-3d90-11e1-a4c8-b5a356ae5e29}
resumeobject {c1e718e1-3d90-11e1-a4c8-b5a356ae5e29}
displayorder {c1e718e2-3d90-11e1-a4c8-b5a356ae5e29}
{c1e718e7-3d90-11e1-a4c8-b5a356ae5e29}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 30
Windows Boot Loader
-------------------
identifier {c1e718e2-3d90-11e1-a4c8-b5a356ae5e29}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
recoverysequence {c1e718e3-3d90-11e1-a4c8-b5a356ae5e29}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {c1e718e1-3d90-11e1-a4c8-b5a356ae5e29}
nx OptIn
Windows Boot Loader
-------------------
identifier {c1e718e7-3d90-11e1-a4c8-b5a356ae5e29}
device partition=C:
path \grub\grub.exe
description Linux
ベストアンサー1
Debian は私が個人的に好きなディストリビューションです。しかし、私は10年以上Linuxを使用してきましたが、その方法を知っています。最高のディストリビューションではありません。あなたはLinuxに初めて触れるので、私はあなたに提案しますLinuxミント代わりに。 Ubuntuに基づいており、UbuntuはDebianに基づいています。 Debian の機能や安定性を失うことなく、使いやすくなります。
本当に純粋なDebianに固執したい場合は、以下を選択してください。Linux Mint Debian、これはUbuntuではなくDebianに直接基づいていますはいあらゆる点でDebianです。 Debian について読んだ内容はすべて LMDE にも適用されます。インストールと設定は少し簡単ですが、まだ初心者向けのディストリビューションではありません。
WindowsでDebianをインストールする最も簡単な方法は次のとおりです。win32ローダー:
== What is Win32-Loader? ==
win32-loader is a component of the Debian-Installer that runs on Windows and
has the ability to load the actual installer either from the network or from
CD-ROM media (as in the version included in the official CD images).
This executable is the standalone flavour, which downloads the Debian
Installer from official Debian mirrors.
== How does it work? ==
After the language choice, the executable prompts the user for some
options and tries to get defaults from the Windows environment. It then
downloads the Debian installer and kernel from official Debian mirrors. It
puts them in a Windows directory and safely modifies the Windows bootloader to
enable a choice between the legacy Windows installation and the Debian
installer at boot time.
On the next reboot, the user can choose to continue the installation of
Debian. The installation will be run using the defaults gathered from the
runtime analysis and user prompting.
== Installation Guide ==
As the Debian Installer is a minimal system, one might want to take a look at
the Debian Installation Guide before launching win32-loader.exe:
http://www.debian.org/releases/stable/installmanual
Debian インストールガイドをお読みになることがあります。特定の部分4.4。ハードディスク起動ファイルの準備そして第5章システムの起動とインストール。