You are not logged in.

#1 2011-03-13 09:20:24

Supergeoff
Member
Registered: 2009-12-10
Posts: 10

[SOLVED] Install ArchLinux and Grub on external USB HD

Hi,
I'm trying to install Archlinux and Grub on an external USB HD.
I've unplugged my internal HD, plugged my USB HD, I went into the bios to change the boot sequence now my externel HD boot before the internal HD.
I've launched the install using the core CD iso.
I use cfdisk to create my partition on the USB drive. ( /dev/sda1 for boot, /dev/sda2 for swap, /dev/sda3 for /root ( ext4 ) and /dev/sda4 for /home ( ext4 ) )
The install finish find, I put Grub in /dev/sda.

Now when I boot on my external HD, Grub loads fine

here is my menu.lst

# (0) Arch Linux
title  Arch Linux
root   (hd0,0)
kernel /vmlinuz26 root=/dev/sda3 ro
initrd /kernel26.img

but I got an error :

Waiting 10 seconds for device /dev/sda3
ERROR: boot device didnt show up after 10 seconds...
/bin/sh: cant access tty; job control turned off.

[ramfs /]# _

I try to fix this problem, I search on the forum and found a post speaking about arch-scsi but when I type that at the begining of the install :

arch-scsi : command not found

Have you an idea to solve my problem ?
Thanks in advance! have a good day
( sorry for my bad english )

Last edited by Supergeoff (2011-03-13 10:48:22)

Offline

#2 2011-03-13 09:31:00

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Install ArchLinux and Grub on external USB HD

Did you add usb to your mkinitcpio hooks?

https://wiki.archlinux.org/index.php/Mkinitcpio#HOOKS


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2011-03-13 10:43:10

DIDI2002
Member
Registered: 2009-08-06
Posts: 66

Re: [SOLVED] Install ArchLinux and Grub on external USB HD

I highly recommend using uuids for removable devices. Also +1 on USB-hook.

https://wiki.archlinux.org/index.php/UU … ent_naming

Offline

#4 2011-03-13 10:47:56

Supergeoff
Member
Registered: 2009-12-10
Posts: 10

Re: [SOLVED] Install ArchLinux and Grub on external USB HD

Thanks for your help ! It works, I will look to setup UUID !
Thanks again!

Offline

Board footer

Powered by FluxBB