Gentoo Archives: gentoo-user

From: hawat.thufir@×××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: core packages for a dual-boot system
Date: Sun, 19 Mar 2006 21:31:17
Message-Id: Pine.LNX.4.64.0603191619120.21039@ybpnyubfg.ybpnyqbznva
In Reply to: [gentoo-user] Re: core packages for a dual-boot system by hawat.thufir@gmail.com
1 On Sun, 19 Mar 2006, hawat.thufir@×××××.com wrote:
2
3 ..
4 >> as can be seen, there's a vfat partition, "/mnt/windows".
5 >>
6 >> [thufir@localhost ~]$
7 >> [thufir@localhost ~]$ df
8 >> Filesystem 1K-blocks Used Available Use% Mounted on
9 >> /dev/mapper/VolGroup00-LogVol00
10 >> 17394484 14690156 1806488 90% /
11 >> /dev/hda2 101105 18104 77780 19% /boot
12 >> /dev/shm 111860 0 111860 0% /dev/shm
13 >> /dev/hda1 11451144 9922200 1528944 87% /mnt/windows
14 >> [thufir@localhost ~]$ date
15 >> Sun Mar 19 12:28:40 EST 2006
16 >> [thufir@localhost ~]$
17 >>
18 >
19 > 4.b. Designing a Partitioning Scheme
20 >
21 > Default Partitioning Scheme
22 >
23 > If you are not interested in drawing up a partitioning scheme for your
24 > system, you can use the partitioning scheme we use throughout this book:
25 > Partition Filesystem Size Description
26 > /dev/hda1 ext2 32M Boot partition
27 > /dev/hda2 (swap) 512M Swap partition
28 > /dev/hda3 ext3 Rest of the disk Root partition
29 >
30 >
31 > <http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=4#fdisk>
32 >
33 >
34 > So, I want something like:
35 > Partition Filesystem Size Description
36 > /dev/hda1 ext2 32M Boot partition
37 > /dev/hda2 (swap) 512M Swap partition
38 > /dev/hda3 ext3 ??? Root partition
39 > /dev/hda4 fat32
40 >
41 >
42 > I'm concerned about overwriting the windows partition, or mucking up the
43 > dual-boot bootloader.
44 >
45 > There are directions at
46 > <http://gentoo-wiki.com/HOWTO_Dual_boot#Single_Drive_Install_.28Windows_Pre-Installed.29>,
47 > but I'd like to have it all worked out ahead of time for my own sake.
48 >
49 > Perhaps I don't even need to format anything?
50 >
51 >
52 > -Thufir
53 >
54
55
56 [root@localhost ~]#
57 [root@localhost ~]#
58 [root@localhost ~]# cat /boot/grub/grub.conf
59 # grub.conf generated by anaconda
60 #
61 # Note that you do not have to rerun grub after making changes to this
62 file
63 # NOTICE: You have a /boot partition. This means that
64 # all kernel and initrd paths are relative to /boot/, eg.
65 # root (hd0,1)
66 # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
67 # initrd /initrd-version.img
68 #boot=/dev/hda
69 default=0
70 timeout=5
71 splashimage=(hd0,1)/grub/splash.xpm.gz
72 hiddenmenu
73 title Fedora Core (2.6.15-1.1833_FC4)
74 root (hd0,1)
75 kernel /vmlinuz-2.6.15-1.1833_FC4 ro root=/dev/VolGroup00/LogVol00
76 rhgb quiet
77 initrd /initrd-2.6.15-1.1833_FC4.img
78 title Fedora Core (2.6.14-1.1656_FC4)
79 root (hd0,1)
80 kernel /vmlinuz-2.6.14-1.1656_FC4 ro root=/dev/VolGroup00/LogVol00
81 rhgb quiet
82 initrd /initrd-2.6.14-1.1656_FC4.img
83 title Fedora Core (2.6.11-1.1369_FC4)
84 root (hd0,1)
85 kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/VolGroup00/LogVol00
86 rhgb quiet
87 initrd /initrd-2.6.11-1.1369_FC4.img
88 title Other
89 rootnoverify (hd0,0)
90 chainloader +1
91 [root@localhost ~]# date
92 Sun Mar 19 16:18:10 EST 2006
93 [root@localhost ~]#
94
95
96
97 I also want to leave grub alone, yes? Well, I want to switch it from
98 fedora to gentoo, somehow. But, I want to leave the windows part alone.
99 Hmm.
100
101
102
103 thanks,
104
105 Thufir
106 --
107 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: core packages for a dual-boot system Robert Welz <welz@×××××××××.de>