LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   USB install of slackware 13 (https://www.linuxquestions.org/questions/slackware-14/usb-install-of-slackware-13-a-790499/)

ngc457 02-20-2010 11:52 PM

USB install of slackware 13
 
I'm getting a netbook with no cd/dvd drive but it boots off of usb, so I've made a slackware 13 usb stick to start the install. I also have a usb hard drive I was going to copy the packages to. I'm wondering... should I boot with the usb install stick and then connect the usb hard drive afterwards?

zedmelon 02-21-2010 01:56 AM

Quote:

Originally Posted by ngc457 (Post 3871104)
boot with the usb install stick and then connect the usb hard drive afterwards?

That's my guess. Just to be lazy I'd likely first try booting from the stick with the drive connected to see if it'd work.

Let us know how it works for you. Cheers!

memoryic 02-21-2010 02:07 PM

I'm running slackware 13 (32bit) on my netbook, since slack13 got first released. I 'm booting directly from my external usb drive (ext4). Few minor things to consider after installation is to mkinitrd and add the modules you need to pre-load
Quote:

mkinitrd -c -k 2.6.29.6-smp -m ext4:usb-storage:ehci-hcd -f ext4 -w 10 -r /dev/sdb1
worked fine for my external disk (sdb1)Then you need to run lilo.
Quote:

boot = /dev/sdb
lba32
# Windows bootable partition config begins
other = /dev/sda3
label = Windows
table = /dev/sda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
initrd = /boot/initrd.gz
root = /dev/sdb1
label = Linux
read-only

# Linux bootable partition config ends
here is part of my lilo.conf
Be careful not to mesh up with your primary (internal) hard-disk (in my case sda). You don't want lilo to be installed there, otherwise you cannot boot at all if your external disk is not present. This is not a step by step guide, but I hope you got the main idea. Good luck

ngc457 02-21-2010 02:42 PM

Quote:

Originally Posted by memoryic (Post 3871715)
I'm running slackware 13 (32bit) on my netbook, since slack13 got first released. I 'm booting directly from my external usb drive (ext4).

Not really what I meant, I was going to use the ext. usb drive to hold the install media. But... I like your way better, iff your ext. usb drive isn't connected can you boot into windows as if linux was never installed? Any particular reason you chose ext4 for your file system?

memoryic 02-21-2010 03:42 PM

Quote:

Originally Posted by ngc457 (Post 3871747)
...if your ext. usb drive isn't connected can you boot into windows as if linux was never installed?

Yes, that's the idea. With the ext. drive plugged in, you can select the OS from lilo, if it is removed windows starts without any prompt.
Quote:

Any particular reason you chose ext4 for your file system?
I 've formatted in ext4 just because it's new I 'd like to try it. ext3 makes no difference , you can use it


All times are GMT -5. The time now is 01:53 AM.