LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-07-2016, 03:17 PM   #16
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656

Quote:
Originally Posted by BW-userx View Post
didn't see anything on that -r switch
https://linux.die.net/man/8/mkinitrd
I guess Slackware uses a different mkinitrd or an older version. I know it's an option with Slackware's mkinitrd, and Slackware's man page is quite a bit larger with many more options.

Quote:
Originally Posted by BW-userx View Post
used this and generated another one.

Code:
root@voided.org & boot >> $mkinitrd -f -v /boot/initrd-$(uname -r).img $(uname -r)

....
dracut: *** Creating initramfs image file '/boot/initrd-4.7.6_1.img' done ***
going back into Slackware.
Good luck! Hopefully this works. I'll be unavailable for an hour or so while I head home from work.
 
Old 10-07-2016, 03:31 PM   #17
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by bassmadrigal View Post
Ok, based on that information, and the assumption you are not wanting to deal with your original Slackware install,
WHAT? it doesn't really seem to matter which Slack install I use does it? they both are the same system, therefore they both operate the same.

Quote:
Originally Posted by bassmadrigal View Post

try this lilo.conf. You could also switch this lilo.conf to UUIDs,
as far as UUID's goes that is just the way I had Void setup to boot before even installing Slackware. setting them to old school isn't an issue if that is what lilo needs to use Void kernel that uses void's fstab to boot void, I do not see what that even matters. it to me is not logical. the kernel is what uses the fstab lilo just points to the kernel , the kernel points to the system Right?


Quote:
Originally Posted by bassmadrigal View Post

but I'd try and get everything working first, then, if you want, try the swap to UUIDs. Before you run lilo, make sure that /dev/sda1 is mounted to /void/ (or some other directory, but make sure that it matches your lilo.conf). As I said before, I'd try with a lilo -t first, then if all goes well, lilo to install it.

Code:
image = /boot/vmlinuz
  root = /dev/sda2
  label = Slackware_14.2
  read-only
 
image = /void/boot/vmlinuz-4.7.6_1
  initrd = /void/boot/initramfs-4.7.6_1.img
  root = /dev/sda1
  label = Void_Linux
  read-only

other = /dev/sdb1
  label = Windows10
  table = /dev/sdb
As for the initrd with Void, I'm not positive how it generates them, since I've never used the OS. However, if the drive designations were changed at some point (like Void used to be /dev/sdb1 and now it's /dev/sda1, or it used to be /dev/sda3 and now it's /dev/sda1), then a new initrd would need to be generated. When you update the kernel in Void, and if it automatically generates a new initrd (which you seemed to indicate it would), it is likely it already knows that the Void root partition is /dev/sda1, however, if it was specified in some initrd conf file on installation, then you'd need to make that change manually (I'm not sure if or where Void stores that). Once you do generate a new initrd, even if it is the exact same name, you will need to boot into Slackware, mount your Void partition, and run lilo. Otherwise it won't use your new initrd.

And just a minor little nitpick, it is an SSD (solid state drive), not SDD (you probably based this on an HDD - hard disk drive). Using sdd can be a bit confusing since if you have 4 or more drives on your computer, the /dev/sdd designation would be used. Just something to clear up possible confusion others might have looking at this (I had to take a second look at it to realize you meant an ssd)

Slackware /dev/sda1 fstab
Code:
bash-4.3# cat /etc/fstab
/dev/sda2        /                ext4        defaults         1   1
/dev/sda3        /media/data      ext4        defaults         1   2
/dev/sdb4        /home            ext4        defaults         1   2
/dev/sdb2        /media/windows10 ntfs-3g     fmask=111,dmask=000 1   0
#chain load Void Linux
/dev/sda1        /void           ext4          defaults 0 0 

#/dev/cdrom      /mnt/cdrom       auto        noauto,owner,ro,comment=x-gvfs-show 0   0
/dev/fd0         /mnt/floppy      auto        noauto,owner     0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
tmpfs            /dev/shm         tmpfs       defaults         0   0
lilo before changing the setting as I used liloconfig to generate a new file and expert mode then ran lilo
Code:
Warning: Unable to determine video adapter in use in the present system.
Warning: Video adapter does not support VESA BIOS extensions needed for
  display of 256 colors.  Boot loader will fall back to TEXT only operation.
Added Void_linux  *
Added Slackware_1
Added Slackware_2
Added Windows10
2 warnings were issued.
after I changed it to /void/boot/
Code:
tup length exceeds 63 maximum; kernel setup will overwrite boot loader
bash-4.3# lilo -t
Warning: Unable to determine video adapter in use in the present system.
Warning: Video adapter does not support VESA BIOS extensions needed for
  display of 256 colors.  Boot loader will fall back to TEXT only operation.
Fatal: Setup length exceeds 63 maximum; kernel setup will overwrite boot loader
the lilo file in question off of /dev/sda2 slack
Code:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
lba32 # Allow booting past 1024th cylinder with a recent BIOS
boot = /dev/sda

#compact # faster, but won't work on all systems.

# Boot BMP Image.
# Bitmap in BMP format: 640x480x8
bitmap = /boot/slack.bmp
# Menu colors (foreground, background, shadow, highlighted
# foreground, highlighted background, highlighted shadow):
bmp-colors = 255,0,255,0,255,0
# Location of the option table: location x, location y, number of
# columns, lines per column (max 15), "spill" (this is how many
# entries must be in the first column before the next begins to
# be used. We don't specify it here, as there's just one column.
bmp-table = 60,6,1,16
# Timer location x, timer location y, foreground color,
# background color, shadow color.
bmp-timer = 65,27,0,255
# Standard menu.
# Or, you can comment out the bitmap menu above and
# use a boot message with the standard menu:
#message = /boot/boot_message.txt

# Append any additional kernel parameters:
append=" vt.default_utf8=0"
prompt
timeout = 300
# VESA framebuffer console @ 1024x768x32k
vga = 790
# Normal VGA console
#vga = normal
# Ask for video mode at boot (time out to normal in 30s)
#vga = ask
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
#image = /boot/vmlinuz
image= /void/boot/initrd-4.7.6_1.img
root = /dev/sda1
label = Void_linux
read-only # Partitions should be mounted read-only for checking
# Linux bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sda2
label = Slackware_1
read-only # Partitions should be mounted read-only for checking
# Linux bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/sdb3
label = Slackware_2
read-only # Partitions should be mounted read-only for checking
# Linux bootable partition config ends
# Windows bootable partition config begins
other = /dev/sdb1
label = Windows10
# map-drive = 0x80
# to = 0x81
# map-drive = 0x81
# to = 0x80
table = /dev/sdb
# Windows bootable partition config ends
so I know not what that error is Setup length exceeds 63 maximum 63 max what? lines?

changed a line from to
Code:
# End LILO global section
# Linux bootable partition config begins
#image = /boot/vmlinuz
#image = /void/boot/initrd-4.7.6_1.img
image = /void/boot/vmlinuz-4.7.6_1
root = /dev/sda1
label = Void_linux
returned
Code:
bash-4.3# lilo
Warning: Unable to determine video adapter in use in the present system.
Warning: Video adapter does not support VESA BIOS extensions needed for
  display of 256 colors.  Boot loader will fall back to TEXT only operation.
Added Void_linux  *
Added Slackware_1
Added Slackware_2
Added Windows10
2 warnings were issued.
rebooting to see what I see
brb

Last edited by BW-userx; 10-07-2016 at 03:55 PM.
 
Old 10-07-2016, 03:43 PM   #18
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
kernel panic root fs not -- i think it said not recognized so i going to look into that

Code:
Device     Boot    Start       End   Sectors   Size Id Type
/dev/sda1  *        2048  52430847  52428800    25G 83 Linux
/dev/sda2       52430848  95487999  43057152  20.5G 83 Linux
/dev/sda3       95488000 488396799 392908800 187.4G 83 Linux
??
that's my ssd Void is sda1 slack is sda2 data is sda3

so now i'm going to boot it with that slack img to see what i see
this setting
Code:
image = /boot/vmlinuz
Code:
bash-4.3# lilo
Added Void_linux  *
Added Slackware_1
Added Slackware_2
Added Windows10
it got me to the login screen smaller rez and no keyboard had to power button it off

Last edited by BW-userx; 10-07-2016 at 03:51 PM.
 
Old 10-07-2016, 04:09 PM   #19
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Code:
#image = /boot/vmlinuz
#image = /void/boot/initrd-4.7.6_1.img
image = /void/boot/vmlinuz-4.7.6_1
root = "UUID=4ca47bd8-7c3d-4924-904f-32486af42390"
#root = /dev/sda1
label = Void_linux
lilo too it so I rebooted it and got this
Code:
end kernel panic not syncing VFS unable to mount root fs on unknown block (0,0)
 --- cut here ---
then more retrying to do whatever it was then it ended leaving in limbo
 
Old 10-07-2016, 05:03 PM   #20
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by BW-userx View Post
WHAT? it doesn't really seem to matter which Slack install I use does it? they both are the same system, therefore they both operate the same.
Sorry, I thought you only intended on booting one of the Slackware installs (the newer one). You can certainly have both if you want. However, to do it properly, you'd need to mount your sdb3 Slackware partition and reference that kernel in your /etc/lilo.conf like you did with Void. However, if they're both currently running the same kernel, you can get away with not doing it. But if one is upgraded, it will probably break the other one unless you make the change. For that reason, right now, I'm going to leave the sdb3 Slackware off and ignore it for now. Let's get everything working with Void (sda1), Slackware (sda2), and Windows (sdb1). Once that is done, adding Slackware (sdb3) should be relatively easy.

Quote:
Originally Posted by BW-userx View Post
as far as UUID's goes that is just the way I had Void setup to boot before even installing Slackware. setting them to old school isn't an issue if that is what lilo needs to use Void kernel that uses void's fstab to boot void, I do not see what that even matters. it to me is not logical. the kernel is what uses the fstab lilo just points to the kernel , the kernel points to the system Right?
UUIDs are nice because they don't change (short of reformatting the drive). So, if you happen to swap a ton of drives around, no matter what they show up as under /dev/, the UUIDs will always point to the same device. However, they certainly are not needed, and if you have no interest in it, you can just leave it be

Quote:
Originally Posted by BW-userx View Post
lilo before changing the setting as I used liloconfig to generate a new file and expert mode then ran lilo
Code:
Warning: Unable to determine video adapter in use in the present system.
Warning: Video adapter does not support VESA BIOS extensions needed for
  display of 256 colors.  Boot loader will fall back to TEXT only operation.
Added Void_linux  *
Added Slackware_1
Added Slackware_2
Added Windows10
2 warnings were issued.
Ok, both those warnings are normal if you are booting off the install media.

Quote:
Originally Posted by BW-userx View Post
after I changed it to /void/boot/
Code:
tup length exceeds 63 maximum; kernel setup will overwrite boot loader
bash-4.3# lilo -t
Warning: Unable to determine video adapter in use in the present system.
Warning: Video adapter does not support VESA BIOS extensions needed for
  display of 256 colors.  Boot loader will fall back to TEXT only operation.
Fatal: Setup length exceeds 63 maximum; kernel setup will overwrite boot loader
Changed what to /void/boot/? What exactly changed between the first run of lilo that just had the two warnings and the one that had the fatal error?

Actually, rom here on out, to make things easier, don't use liloconfig. We'll just make any edits to /etc/lilo.conf directly. Based on what I'm understanding, your lilo.conf should look like below (I removed all the comments for readability, because there's a ton to scroll through).

Code:
lba32
boot = /dev/sda
compact

bitmap = /boot/slack.bmp
bmp-colors = 255,0,255,0,255,0
bmp-table = 60,6,1,16
bmp-timer = 65,27,0,255

append=" vt.default_utf8=0"
prompt
timeout = 300
vga = 790

image = /void/boot/vmlinuz-4.7.6_1
  initrd = /void/boot/initrd-4.7.6_1.img
  root = /dev/sda1
  label = Void_linux
  read-only

image = /boot/vmlinuz
  root = /dev/sda2
  label = Slackware_1
  read-only

other = /dev/sdb1
  label = Windows10
  table = /dev/sdb
See if you get any errors with that. On your first lilo.conf you posted, you had Void trying to use the initrd as the kernel. In the second one, you had the correct kernel, but no initrd listed.

Also, when you try to reboot, specify what OS you're trying to boot up and any errors you get with it. Finally, don't use UUID right now. We don't need something else to complicate things up

I'll be in and out this evening, so I may not respond right away, but we'll get this resolved and hopefully you'll have a better understanding of lilo afterwards.
 
Old 10-07-2016, 05:10 PM   #21
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
let me get back on trac but document this first, becuse I just said, self let me put slackware on /dev/sda1 if it does not see then make it that, then put Void on /dev/dsa2 then go from there.
I just got done installing slack then void os's, get into void, and do update-grub and this is what it gave me.
Code:
# update-grub
Generating grub.cfg ...
Found background: /usr/share/void-artwork/splash.png
Found linux image: /boot/vmlinuz-4.0.5_2
Found initrd image: /boot/initramfs-4.0.5_2.img
  WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!
Found Slackware Linux (Slackware 14.2) on /dev/sda1
Found Windows Vista (loader) on /dev/sdb1
Found Slackware Linux (Slackware 14.2) on /dev/sdb3
done
#
everything is being seen by void, BUT this is before I do my system update, so we got a wait to see what happens from that. and I am going over to Void and post this too.
 
Old 10-07-2016, 05:45 PM   #22
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by bassmadrigal View Post
Sorry, I thought you only intended on booting one of the Slackware installs (the newer one). You can certainly have both if you want. However, to do it properly, you'd need to mount your sdb3 Slackware partition and reference that kernel in your /etc/lilo.conf like you did with Void. However, if they're both currently running the same kernel, you can get away with not doing it. But if one is upgraded, it will probably break the other one unless you make the change. For that reason, right now, I'm going to leave the sdb3 Slackware off and ignore it for now. Let's get everything working with Void (sda1), Slackware (sda2), and Windows (sdb1). Once that is done, adding Slackware (sdb3) should be relatively easy.



UUIDs are nice because they don't change (short of reformatting the drive). So, if you happen to swap a ton of drives around, no matter what they show up as under /dev/, the UUIDs will always point to the same device. However, they certainly are not needed, and if you have no interest in it, you can just leave it be



Ok, both those warnings are normal if you are booting off the install media.



Changed what to /void/boot/? What exactly changed between the first run of lilo that just had the two warnings and the one that had the fatal error?

Actually, rom here on out, to make things easier, don't use liloconfig. We'll just make any edits to /etc/lilo.conf directly. Based on what I'm understanding, your lilo.conf should look like below (I removed all the comments for readability, because there's a ton to scroll through).

Code:
lba32
boot = /dev/sda
compact

bitmap = /boot/slack.bmp
bmp-colors = 255,0,255,0,255,0
bmp-table = 60,6,1,16
bmp-timer = 65,27,0,255

append=" vt.default_utf8=0"
prompt
timeout = 300
vga = 790

image = /void/boot/vmlinuz-4.7.6_1
  initrd = /void/boot/initrd-4.7.6_1.img
  root = /dev/sda1
  label = Void_linux
  read-only

image = /boot/vmlinuz
  root = /dev/sda2
  label = Slackware_1
  read-only

other = /dev/sdb1
  label = Windows10
  table = /dev/sdb
See if you get any errors with that. On your first lilo.conf you posted, you had Void trying to use the initrd as the kernel. In the second one, you had the correct kernel, but no initrd listed.

Also, when you try to reboot, specify what OS you're trying to boot up and any errors you get with it. Finally, don't use UUID right now. We don't need something else to complicate things up

I'll be in and out this evening, so I may not respond right away, but we'll get this resolved and hopefully you'll have a better understanding of lilo afterwards.
OK now I am going to try this, because installing grun onto /dev/sda with void .. slack lilo keeps showing up and not working kernal paniac on last try .... ooooooooh
 
Old 10-07-2016, 07:15 PM   #23
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
NOPE nothing worked with this lilo boot, I could not over wirte it with grub through void, I wiped everything, on both dirives, Linux OS's that is, then installed Void on my sdb BIOS changed that to be the boot drive and it is now seeing windows again, for how long I have no idea. that is what got me into all of this mess in the first place. so a great big thanks for the help you gave me ... thank you.... I am just now very leary about installing Slack onto anything having it screw up if I install lilo or if I do not install lilo and skip that part.
 
Old 10-07-2016, 07:46 PM   #24
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
I think you're jumping around way too much before we have a chance to properly troubleshoot your problem. Each time, it is possible something completely new is causing a problem, or the changes we've made no longer apply. It'd be much better to stick with one setup until we can get the issues resolved. So, for now, let's keep all the OSes where they are and work to get lilo working. No more wiping everything and starting over, ok? Let's work through this

As I said before, I have no experience with grub, so I don't know how to overwrite lilo with grub nor why you couldn't.

We can start with a fresh lilo.conf and go from there (no liloconfig). It really doesn't matter where Slackware is installed, be it /dev/sda1, /dev/sda14, or /dev/sdq7. As long as you can select the drive it's installed to in the BIOS to boot off of, you can have that drive and Slackware's lilo.conf handle all your OSes. What is your current OS setup? What is installed on what drives? Is it like the below?

Code:
/dev/sda1 Slackware1
/dev/sda2 Void

/dev/sdb1 Windows
/dev/sdb3 Slackware2
If so, try this lilo.conf (you can literally copy/paste, replacing whatever is in there now). Again, for now, we're going to ignore Slackware2 for simplicity (we'll add it once we get Slackware1, Void, and Windows working without issue). We're also going to assume you have /dev/sda2 (your Void install) mounted in Slackware under /void/. With this lilo.conf, I expect Slackware and Windows should boot fine (please report if this is the case). Whether Void will boot will likely depend on whether you did a fresh install to /dev/sda2 (should work) or if you moved the old install over (probably won't work until you generate a new initrd in Void and rerun lilo in Slackware). Also, please verify the vmlinuz and initrd names referenced in the lilo.conf match what is in Void's /boot/ directory (which should be /void/boot/ on your Slackware install)... if you want, you can just provide the output of ls -la /void/boot/ so I can check it.

Code:
lba32
boot = /dev/sda
compact

bitmap = /boot/slack.bmp
bmp-colors = 255,0,255,0,255,0
bmp-table = 60,6,1,16
bmp-timer = 65,27,0,255

append=" vt.default_utf8=0"
prompt
timeout = 300
vga = 790

image = /void/boot/vmlinuz-4.7.6_1
  initrd = /void/boot/initrd-4.7.6_1.img
  root = /dev/sda2
  label = Void_linux
  read-only

image = /boot/vmlinuz
  root = /dev/sda1
  label = Slackware1
  read-only

other = /dev/sdb1
  label = Windows10
  table = /dev/sdb
So, once you do this, please report back on each OS whether it boots or not. If it doesn't, please make note of any errors and we will work through them.
 
Old 10-07-2016, 07:54 PM   #25
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Oops, looks like I missed the part about you moving Void to /dev/sdb (see what I mean about jumping around? ). Now, I *think* your drives are set up like:

Code:
/dev/sda1 Slackware
/dev/sda2 Old_Void?

/dev/sdb1 Windows
/dev/sdb3 Void?
If so, use the following lilo.conf (again, after making sure you have /dev/sdb3 mounted to /void/).

Code:
lba32
boot = /dev/sda
compact

bitmap = /boot/slack.bmp
bmp-colors = 255,0,255,0,255,0
bmp-table = 60,6,1,16
bmp-timer = 65,27,0,255

append=" vt.default_utf8=0"
prompt
timeout = 300
vga = 790

image = /void/boot/vmlinuz-4.7.6_1
  initrd = /void/boot/initrd-4.7.6_1.img
  root = /dev/sdb3
  label = Void_linux
  read-only

image = /boot/vmlinuz
  root = /dev/sda1
  label = Slackware1
  read-only

other = /dev/sdb1
  label = Windows10
  table = /dev/sdb
 
Old 10-07-2016, 08:26 PM   #26
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by bassmadrigal View Post
Oops, looks like I missed the part about you moving Void to /dev/sdb (see what I mean about jumping around? ). Now, I *think* your drives are set up like:

Code:
/dev/sda1 Slackware
/dev/sda2 Old_Void?

/dev/sdb1 Windows
/dev/sdb3 Void?
If so, use the following lilo.conf (again, after making sure you have /dev/sdb3 mounted to /void/).

Code:
lba32
boot = /dev/sda
compact

bitmap = /boot/slack.bmp
bmp-colors = 255,0,255,0,255,0
bmp-table = 60,6,1,16
bmp-timer = 65,27,0,255

append=" vt.default_utf8=0"
prompt
timeout = 300
vga = 790

image = /void/boot/vmlinuz-4.7.6_1
  initrd = /void/boot/initrd-4.7.6_1.img
  root = /dev/sdb3
  label = Void_linux
  read-only

image = /boot/vmlinuz
  root = /dev/sda1
  label = Slackware1
  read-only

other = /dev/sdb1
  label = Windows10
  table = /dev/sdb
I worked myself all the way back around to where i was to start with. having Void Linux installed on my hybrid, split install. only it is sdb instead of sda
and grub is seeing windows10 again. for how long I do not know. to you I give a thanks for your help if I get myself back into that situation again. well....
thanks
marked solved.
thanks again
 
  


Reply

Tags
grub, grub 2



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgraded kernel, trying to update grub but getting message "No volume groups found" slacker_ Linux - Newbie 6 09-10-2013 03:55 AM
Grub File Not found Grub Rescue Error on External Sata to USB Drive imayneed Linux - Newbie 11 08-22-2012 02:56 AM
update-grub: command not found utkarshrawat Linux - Newbie 2 06-16-2011 02:42 AM
[SOLVED] update-grub: command not found, in OpenSuse 11.2 Aquarius_Girl Linux - Newbie 18 02-27-2011 06:42 AM
Grub setup problem (/boot/grub/stage1 not found) davidas Debian 2 04-28-2004 08:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:53 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