Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to install gentoo on a bootable USB external HD
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
timeout
Tux's lil' helper
Tux's lil' helper


Joined: 09 Aug 2003
Posts: 75

PostPosted: Mon Aug 22, 2005 12:15 pm    Post subject: How to install gentoo on a bootable USB external HD Reply with quote

Any idea how to install gentoo on a bootable USB external HD?
I can not boot anyway.
Here is what i did

  • build a 32bit gentoo on my USB /dev/sda4
  • use genkernel to build a kernel on /dev/sdb2

it stopped at booting, and jump into Boot()::, I have no idea why.
Please help me
_________________
Damn it, I am still in Canada
Willing to ... china soon *^_^*

Jackey from MGC and GLC
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Mon Aug 22, 2005 12:51 pm    Post subject: Reply with quote

Did you actually finish installing?

If so do you use GRUB or LILO? Please post their configuration files.
Back to top
View user's profile Send private message
timeout
Tux's lil' helper
Tux's lil' helper


Joined: 09 Aug 2003
Posts: 75

PostPosted: Tue Aug 23, 2005 7:22 am    Post subject: Reply with quote

my problem is caused by the initrd created by genkernel, there is no /dev/sdb* block devices.
I tried to mount that initrd, but it outputs the following errors:
Code:

sudo mount -o loop /mnt/gentoo32/tmp/initramfs-genkernel-x86-2.6.12-gentoo-r9 /mnt/loop
ioctl: LOOP_CLR_FD: Device or resource busy
mount: you must specify the filesystem type

_________________
Damn it, I am still in Canada
Willing to ... china soon *^_^*

Jackey from MGC and GLC
Back to top
View user's profile Send private message
zweigart
n00b
n00b


Joined: 24 Jun 2005
Posts: 31

PostPosted: Tue Aug 23, 2005 8:25 am    Post subject: Reply with quote

I have gentoo (2.6.11-gentoo-r3) on an external USB drive. Grub on the MBR of the external drive.
It works fine .

for the "unrecognized block device sdb", try to put 'udev' in your kernel line.

But first of all, show your partitioning scheme, your /etc/fstab and your grub.conf
Back to top
View user's profile Send private message
zweigart
n00b
n00b


Joined: 24 Jun 2005
Posts: 31

PostPosted: Tue Aug 23, 2005 8:31 am    Post subject: Reply with quote

Oops, forgot this::lol:

your mount seems to complain:

sudo mount -o loop /mnt/gentoo32/tmp/initramfs-genkernel-x86-2.6.12-gentoo-r9 /mnt/loop
ioctl: LOOP_CLR_FD: Device or resource busy
mount: you must specify the filesystem type



You can try:

sudo mount -t cramfs -o loop /mnt/gentoo32/tmp/initramfs-genkernel-x86-2.6.12-gentoo-r9 /mnt/loop
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum