You are not logged in.
Pages: 1
I downloaded the 0.7 iso to install Arch on my girlfriends PC.
In an unrelated incident i removed all my linux entries from lilo so i couldn't boot linux, assuming i could simply boot it with the install CD if i needed to. but i can't. it says do:
arch root=/dev/discs/discX/partY
so i do
arch root=/dev/discs/disc0/part10
but the disc starts as normal - great!
any suggestions, please?!
Offline
Same here, but mounting your system and chrooting in it provides me with all my needs though.
Too bad the cursor is 6 spaces in front of the insert position, very irritating.
Offline
Doesn't the new release work with the Udev naming convention /dev/sdX (for SATA drives). I have never booted of my hdd when I lost my lilo. I've always chroot-ed and reinstalled lilo.
Unfortunately, the system on the 0.6 install CD does not create /dev/sdX entries, but only /dev/discs/discX/partY, so I always have to change my lilo from /dev/sdX to /dev/discs... and change it back once I get my system working.
Is this somehow fixed in the 0.7 iso?
:: / my web presence
Offline
i had to do:
vmlinuz root=/dev/hda10
but i DID try, before i even posted:
arch root=/dev/hda10
who knew to try vmlinuz?
it's pretty crap it has to be said! i found that on the wiki! the instructions on the cd need to be made clearer - even if it is just to say
Try:
arch root=/dev/hdXY arch root=/dev/discs/discX/partY vmlinuz root=/dev/hdXY vmlinuz root=/dev/discs/discX/partY
until you get the right one
Offline
Well... I assume you have to try the "kernel_name root=/partition", but I don't know if there's a kernel named "arch" on the Install CD.
:: / my web presence
Offline
arch root=/dev/discs/discX/partY
well, yeah, obviously there is, and it tells you to boot that kernel to rescue your system but you actually had to use vmlinuz it seems
Offline
Pages: 1