LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - News > Syndicated Linux News
User Name
Password
Syndicated Linux News This forum is for the discussion of Syndicated Linux News stories.

Notices


Reply
  Search this Thread
Old 01-01-2011, 10:53 PM   #16
dv502
Member
 
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642

Rep: Reputation: 57

@ Kenny

As promised, my test results

Unetbootin creates a grub-like boot menu. Unetbootin creates a label called Default which points to /ubnkern of the USB drive.

When I hit enter on the Default entry. It looked as if it was booting properly. Then I got the ramfs prompt. As first, I though it was a glitch. I rebooted again and hit Default again. Same result.

After further research on archwiki, I discovered I needed to adjust the
archisolabel paramater in the syslinux.cfg file.

label ubnentry0
menu label Boot Arch Linux
kernel /boot/vmlinuz26
append initrd=/boot/archiso.img archisolabel=ubnentry0 tmpfs_size=75% locale=en_US.UTF-8

After matching the archisolabel parameter to the label in bold. I rebooted the system.

From the menu, I hit Boot Arch Linux instead of Default.

And Bingo !!! It worked...

It was just a matter of tweaking the syslinux.cfg

Last edited by dv502; 01-01-2011 at 10:55 PM.
 
Old 01-01-2011, 11:24 PM   #17
dv502
Member
 
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642

Rep: Reputation: 57
The first test was to create a bootabe USB drive to be used as an installation medium. (i.e to install Arch to an internal drive).

In a couple of days from now, I'm going to install Arch onto a usb drive and see if I can boot an Arch file system from that.
 
Old 01-01-2011, 11:37 PM   #18
acummings
Member
 
Registered: Jul 2004
Distribution: Slackware
Posts: 615

Rep: Reputation: 50
Quote:
This problem only occurs from the ISO image, so that's what you need to write to the USB drive.
ftp://slackware.mirrors.tds.net/pub/...xe-installers/

ftp://slackware.mirrors.tds.net/pub/...README_USB.TXT

(the above may also be located at the relevant corresponding folder right on the install dvd or cd media).

x86 and 64x86 Slackware supports to install Slackware by usb or pxe boot. Once booted, then you (I think) can install from a directory tree (like my rsync'd mirror that's on my lan server's hard drive)

Just follow the instructions on that readme. usbboot.img is used on the usb flash drive.

--
Alan.
 
Old 01-01-2011, 11:43 PM   #19
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
That's Arch I was talking about there, not Slackware. But thankfully Unetbootin fixes that problem.
 
Old 01-02-2011, 01:23 AM   #20
dv502
Member
 
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642

Rep: Reputation: 57
@Kenny

Summary

Basically, you just use unetbootin to transfer the ISO file to the USB stick.

Then mount the USB stick and edit the syslinux.cfg file and modify archisolabel=label

label ubnentry0
menu label Boot Arch Linux
kernel /boot/vmlinuz26
append initrd=/boot/archiso.img archisolabel=ubnentry0 tmpfs_size=75% locale=en_US.UTF-8

Save file and reboot

Note: If unetbootin created a Default entry, do not select it. it will drop you into a ramfs shell.

Select Boot Arch Linux

And it should load as if it were a cd/dvd drive

Anyway, this has worked for me. I hope it works on your side.
 
Old 01-02-2011, 05:45 AM   #21
reed9
Member
 
Registered: Jan 2009
Location: Boston, MA
Distribution: Arch Linux
Posts: 653

Rep: Reputation: 142Reputation: 142
Quote:
Originally Posted by Kenny_Strawn View Post
What ISO build of Arch did you use? I know the latest (2010.05 if I'm not mistaken) didn't work on my Acer Aspire One at all since it doesn't support USB at all. The USB hook isn't enabled by default.
I've used 2010.05 and the previous image.
 
Old 01-02-2011, 06:06 AM   #22
dv502
Member
 
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642

Rep: Reputation: 57
@ Kenny

I've completed my second test of running Arch on an external drive ( i.e USB key )

Don't worry Kenny, there is no obligation for you to do this. I know ubuntu is your most favorite distro and you're more familiar with it -- In fact, I remembered you said you contribute to ubuntu projects.

Anyway, I went through the usual step-by-step of installing arch.

VERY IMPORTANT !!! Make sure you know which device node your USB key is using.

When I got to the Configure System section, I only needed to edit one line from the /etc/mkinitcpico.conf.

Quote:
HOOKS="base udev autodetect pata scsi sata filesystems"
Add usb after udev
Quote:
HOOKS="base udev usb autodetect pata scsi sata filesystems"
I saved the file and resume installation. After editing the other system files. I click Done.

Next, I installed the bootloader. Arch installs Grub legacy by default.

When it asked where to install the bootloader. I choose /dev/sdc which is my USB key.

That's it. I rebooted and choose usb from the plop boot loader.

The first boot, I gotten a grub 15 error.

Then I did a manual edit of grub, by pressing the letter e

I changed root (hd2,0) to root (hd0,0)

I press enter and then the letter b to boot the temporary changes.

No errors. Arch booted fine from the USB key.

Now I have two arch distros, one running off the internal drive and the other from a USB key.

Well, that concludes the two tests. Both were successful by making minor tweaks.


- Cheers

Last edited by dv502; 01-02-2011 at 07:44 AM.
 
Old 01-03-2011, 12:04 AM   #23
dv502
Member
 
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642

Rep: Reputation: 57
Well Kenny, I did the tests you wanted me to do.

Both tests worked on my side with minor tweaking. And reed9 said he had no problems boting Arch to install on his Asus EEE netbooks.

I guess it has to be your netbook not playing nice with Arch or vice versa.

Funny, Arch is a bleeding edge distro. Can't figure why it won't boot normally off your usb DVD drive.

- later

Last edited by dv502; 01-03-2011 at 12:13 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual-boot Slack/Ubuntu-install slack over XP-help with weird partition layout & lilo? linus72 Slackware 2 05-23-2009 10:03 AM
Install slack from usb hdd using the slack dvd iso? okos Slackware 6 01-01-2009 02:06 AM
slack 12 is sluggish on a machine that runs slack 11 and earlier perfectly... detpenguin Slackware 10 03-05-2008 09:32 PM
Please recommend Slack-based & Slack-compatible distros. brjoon1021 Slackware 19 11-04-2007 03:14 PM
Slack 10.2 slack 10.2 ran xserver after all on sata with via board devafree LinuxQuestions.org Member Success Stories 5 05-30-2006 11:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - News > Syndicated Linux News

All times are GMT -5. The time now is 03:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration