Slackware :: Starting Installer Via Grub2

Aug 30, 2010

I have a 16GB flash drive with grub2 installed on it so I can boot Linux iso's in place of burning 200 CD's. I looked at the isolinux.cfg file and came up with this:

Code:
menuentry "Slackware 13.1 64bit" {
linux /boot/slackware/13.1/64-bit/bzImage initrd=/boot/slackware/13.1/64-bit/initrd.img load_ramdisk=1 prompt_ramdisk=0 rw SLACK_KERNEL=huge.s root=/dev/ram0
}

However the kernel panics because it cannot mount the root file system. It gives me the options of using my partitions. What should I put for the root parameter?

View 3 Replies


ADVERTISEMENT

Ubuntu Installation :: 10.10 Installer Not Starting - Gui Disappears

Oct 12, 2010

I was looking in to a easy to use linux distro to surf the internet, do some text editing and emailing for my moms old laptop, cause its being very slow with windows xp on it.

specs: intel pentium 4 2.4 ghz
256mb ddr ram
40 gb ide harddrive
nvidia geforce go 4 series gpu.(if I remember correct it is a MX 440)
brand medion

I figured out Lubuntu would be al right, so I connected my usb cd/dvd reader(cause intern cd/dvd drive is broken) put in a disc that I burned with my other pc and started up the os. the live cd is working al right when its at the menu and I choose to start it it hangs for 30 sec-2 min then it starts to load and eventually the desktop shows up then I can start to do things but as soon as I open something the gui disappears before the program opens.

I tried to run the installer but I get the same issue. I see my mouse changing when I start the installer the mouse pointer doesn't points to the left side of the screen any more it points at the right side(which is strange) I tested this on my other pc and the installer loads up just fine and everything works ok(though I still have the mouse pointer issue if I start the installer)

btw if you got any ideas for a better distro these are the requirements: my mom is a linux newbie so an easy to use, lightweight distro for internet browsing, emailing and text editing(word) is needed. I think lubuntu will do? btw2: is there any way to import settings from the windows os to the linux os? btw3: dual boot should work just fine if I install this without deleting the windows partition right?

View 9 Replies View Related

Slackware :: How To Re-size Slackware Partition Without Deleting It And Starting

Jan 16, 2011

How do i re size my Slackware partition without deleting it and starting over, I'm new to Slackware and the work i have done i don't feel like doing again.I have set my swap and my actual HDD partition for Slackware to +8048M, I am correct in saying that fdisk can only delete and start fresh, I was a Ubuntu/Fedora user if i could get something like Gparted up that would be great but i don't mind some reading and learning some more terminal based stuff.Planning on working out the kinks and dealing with the learning curve, Love to learn.

View 12 Replies View Related

Slackware :: Using GRUB2 And Want To Boot Slackware In Different Resolution

Sep 10, 2010

I have, for awhile, had Ubuntu 10.04 as my main OS. I decided to go back to SW13.1, and added it in as dual-boot, with grub2 as my bootloader.

grub sees/boots SW fine.

But SW boots in 640x480, and is fugly, to say the least.

How do I change this? Grub currently runs at 1024x768. And in lilo, it's easy as pie to change the kernel boot resolution.

How do I do this in grub2? (Notice I said grub2, because it's MUCH different than grub, as far as config files and the like)

View 4 Replies View Related

Slackware :: How To Chainboot Slackware From Grub2

Jun 7, 2010

I've made a mini installation of slackware64-13.1 onto my friend's computer. He already has Ubuntu and Windows partitions that are being handled by GRUB2. I thought the best thing to do would be to have lilo installed to the partition root (on /dev/sda3) and let grub2 chainboot. I've been reading about adding custom entries to the grub menu and things look like they're working but then I reboot and there's no Slackware option.

Currently I've got this file in /etc/grub.d/41_slack. It is executable.

Code:

#!/bin/sh -e
echo "Adding Slackware"
cat << EOF
menuentry "Slackware" {
set root=(hd0,3)
chainloader (hd0,3)+1
}
EOF

When I run "sudo update-grub" this is the output

Code:

lewi@benny:~$ sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.32-22-generic
Found initrd image: /boot/initrd.img-2.6.32-22-generic

[code]...

So it has found the slackware partition (not because of my menu entry though?) but when I reboot there's no menu entry there.

View 3 Replies View Related

Slackware :: 13.37 Installer Can't See CD Drive?

May 1, 2011

Just downloaded the Slackware 13.37 ISOs and proceded to begin the installation processHowever, once the setup program gets to the stage where it looks for the CD drive containing the slackware media, no CD drive is found.Looking in /dev doesn't seem to yield any results - no hdx, sdx, or srx devices, apart from my hard drives.When starting, the following kernel messages are printed a number of times:

Code:
ata5: link is slow to respond, please be patient (result=0)
ata5: SRST failed (errno=-16)

[code]....

View 4 Replies View Related

Slackware :: Automatic SlackBuilds Installer

Jan 31, 2010

I have started to write a SlackBuilds installer, similar in spirit to slackpkg. So far it is only about 100 lines of code and it can search for a package and install it automatically from slackbuilds.org. I doubt it will ever be as polished as slackpkg but it may be useful for some people. Maybe something like this already exists? If it does then I would like to check it out. If however this doesn't exist then I will most likely continue to develop my program. So far it is quite crude but it does install and search for packages.

View 4 Replies View Related

Slackware :: Way To Chose Between 64 And 32 Bit Versions Of Iso Installer

Jun 28, 2011

Is there any way to chose between 64 and 32 bit versions of the iso installer ?

View 7 Replies View Related

Slackware :: Where Is The Installer Setup Source Code

Jan 20, 2010

Just as the title says, where on earth is the source for the setup command during the install? I'm guessing that setup is a script, but I'm not sure (can't find it).

View 5 Replies View Related

Slackware :: DropBox Re-installation - Installer Doesn't See /dev/sda4 ?

Mar 21, 2011

I'm trying to install DropBox so that the 'DropBox' folder gets placed in /dev/sda4 which is a spare ext4 partition on my disk. Root is /dev/sda1, swap is /dev/sda2 and home is /dev/sda3.

The DropBox installer does not show /dev/sda4 as a location to install it to in the 'Location' drop-down selector.

In Dolphin, the /dev/sda4 partition appears as '19.7 Gib Hard Drive'.

Do I need to do something to make /dev/sda4 accessible to the DropBox installer?

View 4 Replies View Related

Slackware :: Grub2 Cannot Boot Windows 7

Dec 9, 2010

menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 3850d16450d12980
chainloader +1
}

This is automatically generated after installed ubuntu 10.10. It shows black screen with a flashing cursor after press enter.
Grub 0.97 also does this with:
title win7
fallback 2
find --set-root --ignore-floppies /bootmgr
chainloader /bootmgr
savedefault --wait=2

But the weird thing is my usb stick can boot windows 7 successfully with the same configuration. Whats wrong with that? How can I do with grub.cfg?

View 1 Replies View Related

Slackware :: Booting A USB Stick With GRUB2 And Labels

Feb 14, 2011

Here's the idea -- be able to boot slackware 13.1 DVD from a USB stick, but without using anything like an initrd or loading the contents of the slackware install all into memory first. So the USB stick is behaving like a hard drive (but with one disadvantage, just don't take the usb stick out while you're using it!). It has the advantage of saving on memory though .

In the above thread I had this idea working ok but only with slackware 13 and earlier. In fact I still have the CF card with it on, and it works fine. Only snag is it won't work with the newer 13.1.

Right now, I'm trying to use qemu for the following (not what I wrote above!). The idea is to use qemu to install a minimum slackware 13.1 to the USB stick, set it up and then boot from the USB stick itself (so I'm using the USB stick as the storage medium as opposed to say a hard drive image file).

So let's say (this is what I'm doing) I boot slackware 13.1 (32 bit) and make two partitions;

Code:

I then do a minimal installation of slackware (just "A" and jed from "AP"). Lilo is not installed as later I'll be using GRUB2 to try to boot.

I'm using a slackware package, grub-1.97-beta4-i486-1.tgz for slackware 13.1/GRUB2.

I then boot off the slackware 13.1 DVD but at the boot screen I choose to boot from /dev/sda2 which is the linux install I created earlier. Success, it boots ok and I can get into the slackware 13.1 install on the USB disk (which is /dev/sda2).

I then label the ext3 partition by using e2label;

Code:

And also change /etc/fstab;

Code:

Now I need some sort of bootloader to put onto the USB stick so I don't need the DVD any more. To do this, I'm trying to use GRUB2.

But here's the problem!

When I install slackware onto the USB stick using qemu, that partition is /dev/sda2. It's the first usb/storage medium that slackware detects so it gets the name sdaX. (X=1, fat partition, X=2 EXT3 linux).

But here's the problem. Suppose I take the USB stick over to another PC with a hard drive already inside it. Slackware would see the hard drive installed in that PC as (say) /dev/sda1 and the USB stick would then become the second drive, so /dev/sdbX (X=1, fat partition, X=2 EXT3 linux).

If I specify a specific device (lets say /dev/sda2) then it won't work in another system because if I take the example above, another PC with a hard drive installed in it the USB stick becomes /dev/sdb2 and the GRUB2 boot program would be expecting /dev/sda2 which won't work. What I need to do is to somehow find the install, the root on the USB stick automatically without having to specify it manually.

So here's what I've tried with grub (First thing I did was to install grub with grub-install /dev/sda).

Code:

Snag is it dosen't work :-( I get this booting from the USB stick:

Code:

If I try this:

Code:

I get a very similar result ....

Code:

So what I'm wondering is .... if the "search" line in grub is doing the searching for the root GRUB2 needs to use to boot from - how can I tell the next line, "linux /boot/vmlinuz-huge-smp-2.6.33.4-smp root=...." where to boot from? I can't use /dev/sda2 or /dev/sdb2 because if I try the usb stick in a different PC the stick will be a different device name. Trying to use LABEL= or /dev/disk/by-label/USB/ also dosen't work .

View 1 Replies View Related

Slackware :: 13.1/ubuntu10.10 Dual-boot Grub2

Feb 17, 2011

I have read that installing ubuntu 10.10 will inevitably install grub2 with it(unless you use flash drive workaround). i am wondering how slackware 13.1 reacts to grub2.

Does it go on like nothings changed (if configured correctly)? Or does it freak out and have a fit? If slackware doesn't play nice with grub2. i don't think i will use ubuntu 10.10.

View 13 Replies View Related

Slackware :: SeaMonkey Not Starting - Cannot Run Without Arguments

Apr 25, 2010

I ran installpkg on seamonkey 2.0.4, on Slackware 13.0, and it appeared to install OK. I can run /usr/bin/seamonkey -version and I get the 2.0.4 version number. However, when I run it without arguments, no windows get opened, and there are no errors that I have located (eg messages, syslog). This is probably something real obvious, but I'm drawing a blank. BTW, firefox runs OK.

View 12 Replies View Related

Slackware :: Freezes On Starting HAL Daemon?

Apr 27, 2010

I've apparently messed up something I guess with the rc.M file. When I boot the system it goes to

Code: Starting HAL Daemon: /usr/sbin/hald --daemon=yes

and it freezes.

View 4 Replies View Related

Slackware :: Starting Window Managers Other Than Kde?

May 7, 2011

I'm having trouble starting non-kde window managers. From the start-up command line, I get an error message about the XServer when typing "fluxbox" in as a command. However, when I put fluxbox in as a command in konsole, it gives an error message (which makes sense because I was using kde). I also can't start xfce as it is not a recognized command.

View 8 Replies View Related

Slackware :: Starting X Programs As A Different User?

Apr 23, 2010

Is there a way to start X programs as root from a root login shell?

I generally get an error about being unable to open the display.

View 5 Replies View Related

Slackware :: Grub/ Grub2/ Lilo - Can't Install Any Of Them Properly?

Nov 15, 2010

I usually install grub straight away after an install but this time it hasn�t worked for some reason after installing 13.1 on a new lappy. I have tried grub, grub2 (from sbo) and lilo; nothing I install into MBR will boot my slackware installation, I have to use the boot USB stick every time.

grub-legacy would be my preferred one so i�ll ask for help specifically with that. This is what im doing so far -

[Code]...

View 15 Replies View Related

Slackware :: Starting The Wireless Wlan0 Manually?

Aug 10, 2010

My Slackware64 13.1 system is running off a notebook that does not leave the desk often so I stay connected via a ethernet cable. Recently I set up the wireless configuration for my home network and while I would like to have it so that it automatically goes to the wireless interface when the wired is down, I do not think that is possible without wicd or some other network manager. Anyway, whenever I start up Slackware both the wired and wireless interfaces activate and acquire their own IP addresses. What I would like is for the wireless configuration to remain dormant so that all I would have to do is issue "ifconfig wlan0 up" to turn on the wireless interface/connection. Is this possible? As it stands I have to manually issue the "ifconfig wlan0 down" to turn it off once the system boots up and I log in.

View 4 Replies View Related

Slackware :: Unwanted Apps Starting When Logging Into KDE?

Jan 9, 2010

KDE 3.5.4Kernel 2.6.17.13Slack 11A few weeks ago, my system locked up and I had to do a hard reboot (hold down power button). When I powered back on, the programs (KDE System Guard, Konsole window, MythFrontEnd) that were running at the time of the lockup appeared again. I exited System Guard and the Konsole window and then restarted normally. However, they keep appearing in the same spot when I log in to KDE. I looked through some logs in /var/log, but I don't see anything I haven't seen before.I deleted the /home/myuser/.kde/cache-hostname folder and its contents while in single-user mode, but that had no impact

View 4 Replies View Related

Slackware :: What Controls Number Of Tuxes When Starting

Jul 19, 2011

Everytime my system boots, it displays 4 tux penguins above the text... however; on one of my older systems, it only displays 1 tux penguin... and on another it displays 2...So each time I boot, I have curiosity about this trivial issue, and now I can't take it anymore; I need to find out: what controls the number of tuxes when booting?

View 3 Replies View Related

Slackware :: Udev Rule Not Starting Gpsd During Boot?

May 29, 2011

I'm trying to configure gpsd 2.96 to start automatically from udev rule on a Slack 13.37 box.1. I've compiled and installed gpsd from sources and made sure it starts manually.2. I've copied the /lib/udev/gpsd.hotplug and /lib/udev/gpsd.hotplug.wrapper scripts in their places from the source tree and made them executable.3. I've copied the gpsd.rules file from sources into /etc/udev/rules.d4. I renamed it 99-persistent-gpsd.rules to run late in the bootup process.5. I've copied the /etc/default/gpsd file from sources and made sure it has the right settings inside.

Now, for the results. If I plug the gps usb dongle in while the system runs, it starts gpsd if it is not started, and it connects to it just as it should. But if I start the system with the dongle in, gpsd doesn't get started during boot. I can't find any relevant message in /var/log/syslog or /var/log/messages for boot time. There is stuff there from when I plug the dongle in while the system is running though. It's like udev ignores the rules for it at boot time.Is there something in the Slackware boot scripts that would prevent running those scriptssd.hotplug.wrapper which in turn runs /lib/udev/gpsd.hotplug which is a Python script)?Here is the contents of 99-persistent-gpsd.rules (ignore the comments referring to Debian, it was meant for a Debian box). My usb gps adapter is the first one - the Prolific chipset one:

Code:
# udev rules for gpsd
# $Id: gpsd.rules 5861 2009-08-03 13:41:01Z bzed $

[code]....

View 14 Replies View Related

Slackware :: How To Stop Starting Daemons At Boot Time

Dec 28, 2009

How to stop starting daemons at boot time? For example:rc.bluetooth

View 3 Replies View Related

Slackware :: Starting VirtualBox Kernel Module - Failed

Jan 4, 2010

I download "VirtualBox-3.1.2-56127-Linux_amd64.run" and installed it, and got a messages like this " virtualbox have been installed successfully in my system", but when I run virtualbox, I've been told "/etc/init.d/vboxdrv setup" something like that. And I run virtualbox in terminal, got this:

Warning: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (2.6.29.6) or it failed to load. Please recompile the kernel module and install it by
sudo /etc/init.d/vboxdrv setup
You will not be able to start VMs until this problem is fixed.

I run "/etc/rc.d/rc.vboxdrv start" as a root, got messages like this :
Starting VirtualBox kernel module ...failed!
(modprobe vboxdrv failed.)

View 14 Replies View Related

Slackware :: Starting Jedit Fails But Mutes All Sounds Instead

Apr 15, 2011

In 13.1, I added these lines to /etc/rc.d/rc.local
Code:
su - g -c startx
firefox
xrvt
jedit
kwrite

Everything starts except jedit. Yet when I put jedit in at the terminal, it starts normally. But jedit in rc.local does do something, it mutes all sounds for all users. Googling the problem produced only the ideas that $JAVA_HOME or $PATH was the problem. But I don't believe that is so in this case:

Code:
root@darkstar:~# echo $PATH
/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/java/jre/bin:/usr/lib/java/bin:/usr/lib/kde4/libexec:/usr/lib/qt/bin:/usr/share/texmf/bin
root@darkstar:~# echo $JAVA_HOME
/usr/lib/java
root@darkstar:~# su g
g@darkstar:/root$ echo $PATH
/usr/local/bin:/bin:/usr/bin
g@darkstar:/root$ echo $JAVA_HOME
/usr/lib/java
g@darkstar:/root$

But even if it were, why should the command to start Jedit produce different actions depending on whether it is executed in a script or at a terminal?

View 3 Replies View Related

Slackware :: Exaile Not Starting After Update - Segmentation Fault

Aug 27, 2010

I just installed today's updates (apart from XFCE, which I had installed from Robby's website) and get the following error when I try to start exaile:

Code:
INFO : Loading Exaile 0.3.0.1...
INFO : Loading settings...
INFO : Setting up deferred idle manager function...
INFO : Loading plugins...
INFO : Loading collection...
INFO : Loading devices...
INFO : HAL Providers: [<cd.CDHandler object at 0x15c2e50>]
INFO : Loading interface...
/usr/lib64/exaile/xlgui/__init__.py:82: GtkWarning: Unable to locate theme engine in module_path: "thinice", 'ExaileWindow', 'exaile')
Segmentation fault

I'm looking at the changelogs and can't figure out which one is the culprit.

View 2 Replies View Related

Slackware :: Fluxbox Not Starting - Error - Couldn't Connect To XServer

Sep 7, 2010

I've just recently install slackware 13.1 on IBM R40e laptop but every time i try to start fluxbox with
startfluxbox it just comes up:

However xdm works.

The specs of the computer:
IBM R40e 2684 L9G
2.4GHz Intel celeron processor
128MB ram
ATI radeon 330M 16MB integrated
30GB hard drive
DVD rom drive

I'm not sure if it's of any use but here's my xorg.conf file:

Code:

View 3 Replies View Related

Slackware :: KDE4.4.5 Crashes When Starting Language Settings In Systemsettings?

Dec 3, 2010

I am trying to switch to KDE4.4.5 on my main machine. I installed the KDE packages and also the german language file. Everything works fine except the language settings. When I try to start it crash and a KDE crash dialog opens that gives this "developer information":

Code:

Application: System Settings (systemsettings), signal: Segmentation fault
Traceback (most recent call last):
File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.2200.5-gdb.py", line 9, in <module>
from gobject import register

[code].....

It works on my netbook. I run on both machines Slackware 13.1. The only difference I can think of is that KDE was pre-installed on my netbook and I just upgraded it. On my main machine I installed all packages except the packages of kde and kdei.

View 2 Replies View Related

Slackware :: Starting X11 Session - Get Blank Screen With Flashing Cursor

Oct 19, 2010

Slack 13.0 X sometimes fails to start after boot about 50% of the time. linux says "starting X11 session" then I get a blank screen with a flashing cursor and absolutely nothing else. I can <ctrl>-<alt>-<F7> and get a text prompt, log in, and startx from a command prompt. After that, I can reboot once or twice and still get a graphic login, but will soon revert to the dumped condition. I have reinstalled X and KDE twice now as well as deleting my .kde folder. This condition started when I inadvertently ran out of disk space on my /home drive. Since then I have migrated /home to a larger drive and watch it's disk space very carefully.

View 14 Replies View Related

Slackware :: Starting KTTSD Failed - How To Set Clock To 12 Hour Format

Aug 5, 2010

If I set the clock to speak the time, I get this when it tries: starting kttsd failed. I've looked at the various posts, but haven't yet found an actual solution. I've tried to run kttsmgr, but for some reason the "run" dialog doesn't seem to do anything - no error, nothing. Type kttsmgr, press enter since there is not obvious other way to execute the command, and nothing happens.

Is this a module that does not come with KDE? And I give - I can't find time format anywhere. How do you change the clock that appears in the lower right corner to 12 hour instead of what appears to be default 24 hour? I don't see it in "Digital Clock Settings", and I don't see it in System Settings - Date & Time. This is a clean install of slackware 13.1, and whatever version of KDE comes with it.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved