Add ipv6 hint
[linux_from_scratch_hints.git] / from_windows98_to_lfs_without_rebooting.txt
blob7e447f0eb03d6f67e2e8b39c25128bc6ea10d946
1 AUTHOR: Cedric de Wijs cedric.de.wijs<at>softhome<dot>net
3 DATE: 2004-04-09
5 LICENSE: GNU Free Documentation License Version 1.2
7 SYNOPSIS: How to get from windows 98 to LFS without a complete reboot
9 DESCRIPTION:
10 This hint describes how to prepare your dual-boot system to reboot from windows 98 to LFS faster
12 ATTACHMENTS:
13 Loadlin 1.6c: (86K)
14 http://suse.oregonstate.edu/projects/loadlin/loadlin-1.6/update-1.6c/loadlin.exe.gz
18 PREREQUISITES:
19 This hint expect you to have a dual boot system with both windows 98 and LFS
21 HINT:
22 =================
23 TABLE OF CONTENTS
24 =================
26 1 Introduction
27 2 Required Files
28 3 Preparation
29 4 Installation
30 5 Usage
32 ===============
33 1 Introduction
34 ===============
35 Linux can be loaded from windows 98. This hit explains how.
37 =================
38 2. REQUIRED FILES
39 =================
40 Loadlin 1.6c: (9.5k)
41 http://suse.oregonstate.edu/projects/loadlin/loadlin-1.6/update-1.6c/loadlin.exe.gz
43 ==============
44 3. Preparation
45 ==============
46 -Copy loadlin, your kernel and /etc/lilo.cfg or /boot/grub/menu.lst to the root of your windows C-drive
47 -Reboot to windows 98
49 =============
50 4 Instalation
51 =============
52 rename your kernel to something DOS understands i.e. bzimage
53 make a batfile "linux.bat" containing something like this:
55 loadlin bzmage root=/dev/hda4 ro
57 change the root= parameter to match your situation.
58 This, and the rest of your kernel options can be found in lilo.cfg or menu.lst
60 right-click on it and choose create shortcut
61 right-click on the shortcut and choose properties
62 choose program-advanced and check MS-DOS mode
63 drag the shortcut to your desktop
65 ==============
66 5 Usage
67 ==============
68 Double-click on the icon on your desktop to reboot to linux
72 ACKNOWLEDGEMENTS:
73 None yet
76 CHANGELOG:
77 [2004-04-09]
78   * Initial release