OS not found resolved

Booting, installing, newbie
Post Reply
Message
Author
passenger237
Posts: 19
Joined: Sat 03 Sep 2016, 04:24

OS not found resolved

#1 Post by passenger237 »

I've just put slacko 64 6.3.2 onto sba1 and have xenial puppy on sdb1.

Yet when I go to install grub it is not finding sdb1 therefore naturally not including it in the menu.

If I knew the uuid number I'd edit the menu.lst to insert the three required lines, merely changing (hd0,0) for (hd1,0) and the uuid number.

So how do I go about finding the uuid number for the sdb drive? And is that all I'd need to do?

System runs an i3, x64, 4 G ram, sda is 1T, sdb is 2T.
Last edited by passenger237 on Wed 12 Sep 2018, 22:12, edited 1 time in total.

dcung
Posts: 242
Joined: Sat 14 Jul 2018, 00:11
Location: Down Under - 3rd rock from Sun.

#2 Post by dcung »

passenger237 wrote:So how do I go about finding the uuid number for the sdb drive?
Hi passenger237,

I don't know much about GRUB.

Slacko Menu - Application/System/Gparted

If you run Gparted, you can find the uuid.
Make sure you select 'scan all disk' at startup.
Select disk you want then
Either
menu/partition/information
or
right click/information

HTH.

User avatar
a_salty_dogg
Posts: 180
Joined: Sun 15 Dec 2013, 19:08

#3 Post by a_salty_dogg »

While you're in GParted, check to make sure that sdb1 is flagged for boot.
If not, I don't think grub4dos will see any OS on it.

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

#4 Post by watchdog »

To find the uuid of the devices run in console:

Code: Select all

blkid

passenger237
Posts: 19
Joined: Sat 03 Sep 2016, 04:24

#5 Post by passenger237 »

watchdog wrote:To find the uuid of the devices run in console:

Code: Select all

blkid
Job done

thanks.

Post Reply