Gentoo Archives: gentoo-user

From: Pandu Poluan <pandu@××××××.info>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Gentoo on a Dell XPS 13 Ultrabook
Date: Sat, 03 Mar 2012 18:15:49
Message-Id: CAA2qdGUaNJDKy+5m2AEyiTtOrCODdCm2oTPk1n6p3KiLb5J1Fw@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Gentoo on a Dell XPS 13 Ultrabook by Grant
1 On Mar 4, 2012 12:54 AM, "Grant" <emailgrant@×××××.com> wrote:
2 >
3 > >>> I just received the new Dell XPS 13 Ultrabook and I'm trying to
4 > >>> install Gentoo but I can't get install-amd64-minimal-20120223.iso to
5 > >>> boot via a USB key.
6 > >>
7 > >> Have you tested your boot USB keys on another machine?
8 > >
9 > > Gentoo is installed but I can't get my USB->ethernet adapter to bring
10 > > up an eth0 (or any other) interface. It works if I boot the Kubuntu
11 > > USB key. I've definitely built the correct driver into the kernel
12 > > (mcs7380). I'm going through an emerge world right now to bring
13 > > everything up to date. Is there anything else I might need to do?
14 > >
15 > > - Grant
16 >
17 > I enabled some more kernel options under USB Network Adapters and it's
18 > working now. The install is about done but there were a few
19 > peculiarities:
20 >
21 > 1. fdisk won't let me specify a start block before 2048 even though I
22 > deleted all partitions.
23 >
24
25 That's normal. It's a long story, but Windows Vista and Windows 7 expects
26 the first partition to start at sector 2048.
27
28 You can force a lower number by toggling "DOS compatibility"; this should
29 let you start the first partition as low as sector 63.
30
31 HOWEVER, make sure that all partitions begin at multiples of 8 (e.g., 64,
32 72, 80, and so on); this will save you a lot of grief if it happens that
33 the hard disk you're using has 4KiB-sectors. [1]
34
35 > 2. grub-install reported something like:
36 >
37 > fd0
38 > hd0
39 > hd1
40 >
41 > where hd1 was the USB key. Should I fix this to remove the USB key from
42 grub?
43 >
44
45 I see no problem. The lower number is still the internal hard disk, so grub
46 shouldn't have any trouble booting.
47
48 > 3. Portage complains about duplicate repositories. I think it has to
49 > do with the fact that I ran emerge --sync without downloading and
50 > extracting an initial snapshot.
51 >
52
53 Try 'rm -rf /usr/portage', download (or copy) portage-latest tarball, and
54 extract it into a re-created /usr/portage
55
56 > Please let me know if you have any idea on these.
57 >
58 > - Grant
59 >
60
61 Rgds,

Replies

Subject Author
Re: [gentoo-user] Re: Gentoo on a Dell XPS 13 Ultrabook Pandu Poluan <pandu@××××××.info>
Re: [gentoo-user] Re: Gentoo on a Dell XPS 13 Ultrabook Joshua Murphy <poisonbl@×××××.com>
Re: [gentoo-user] Re: Gentoo on a Dell XPS 13 Ultrabook Grant <emailgrant@×××××.com>
Re: [gentoo-user] Re: Gentoo on a Dell XPS 13 Ultrabook Grant <emailgrant@×××××.com>