From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Hzy4o-0007Co-RL for garchives@archives.gentoo.org; Sun, 17 Jun 2007 16:58:11 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l5HGtIC4012858; Sun, 17 Jun 2007 16:55:18 GMT Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l5HGnRjU004850 for ; Sun, 17 Jun 2007 16:49:27 GMT Received: by wa-out-1112.google.com with SMTP id k34so1826529wah for ; Sun, 17 Jun 2007 09:49:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GQ0HIByKAGgiXsYtClyGmISWKvTjj5b1DxtMcDeYUVklfzLhQPxstgZYb3k+X+SpnBJtAPKHePmTKCQxbenWfk6XV+ipBa/iVeoYCmaTaLc1ZwW+iBbibEN1Kjfr2TjsaEo6Tiz2spewl0zz2L3nbBgcxvmyu1uo8fdLPJBDyRE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GSVqhbKWYSZqAozt8omBmBxV6BM69UAoRZi+/DbEdUbBDSNsx5LDm8UZ3+++7ScmBtyfOMhe75qoXHNFa7XKYgLHnn/jbNRJxhxyeDdx/fOQ3sjEfl4UI1yYyjLcneg3I8tGChG1S39P9Xfz0YrCfTwh8dDJ2xNjvu7PhaqFbyE= Received: by 10.115.58.1 with SMTP id l1mr5266230wak.1182098966722; Sun, 17 Jun 2007 09:49:26 -0700 (PDT) Received: by 10.115.77.12 with HTTP; Sun, 17 Jun 2007 09:49:26 -0700 (PDT) Message-ID: <5bdc1c8b0706170949p4971b60n2ce21dee953dc799@mail.gmail.com> Date: Sun, 17 Jun 2007 09:49:26 -0700 From: "Mark Knecht" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Dual boot questions Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: 2bf330bd-3145-4cb2-a1ca-add354086703 X-Archives-Hash: ba99a5525f761256cd7904af0ff05ef9 Hi all, I have a long running Windows machine that I had previously attempted to make duel boot using the Windows boot loader mostly as an experiment. It's not my first dual boot. I've got 4 others that use grub and they all work fine. This machine, however, never did boot Linux and as it wasn't a high priority I just let it go and ran Windows on it as needed. However I now need to get it running and want to switch it over to grub as I doubt I'll be running windows on it very much in the future so I have a few questions. The first problem I ran into on this machine was that immediately after finds my kernel and starts booting I get maybe 1 or 2 lines that are good but then the screen becomes unreadable. The text characters are highly garbled and there are columns of dots all over the screen. The card is an NVidia NV18 GeForce4 MX 400. Is there possibly a boot line option to get the system to write these characters cleanly? The second problem is that after the boot gets started I get a kernel panic. As background the disk layout of this machine, as viewed from within Linux booted from an install CD, looks roughly like this: /dev/hde1 * Blocks=1-3824 ID=7 HPFS/NTFS /dev/hde2 Blocks=3825-19457 ID=5 Extended /dev/hde5 Blocks=3825-3837 ID=83 Linux /dev/hde6 Blocks=3838-4020 ID=83 Linux /dev/hde7 Blocks=4021-7668 ID=83 Linux /dev/hde8 Blocks=7669-10218 ID=7 HPFS/NTFS The last NTSF partition is just data. The Linux partitions should be boot, swap and the system, in that order. I wanted to double check that I could load grub and stop using the Windows boot loader by using something like these commands: grub> root (hd0,6) grub> setup (hd0) Also, do I need to make /dev/hde5 bootable in fdisk? I think it's onot strictly required for grub but I might as well ask. The machine is going to run Gentoo for the foreseeable future and I'd prefer to use grub long term. However I don't want to completely mess up or get rid of the Windows install until I'm confident I've really finished with it for good. Thanks in advance, Mark -- gentoo-user@gentoo.org mailing list