Displaying 3 results from an estimated 3 matches for "3169ee17".
2017 Dec 02
2
Can USBstikA boot USBstkB ?!
...y 'Debian GNU/Linux, with Linux 3.2.0-4-486 (recovery mode)'
--class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd1,msdos3)'
search --no-floppy --fs-uuid --set=root
3169ee17-bdeb-41fa-984a-94badd02799a
echo 'Loading Linux 3.2.0-4-486 ...'
linux /boot/vmlinuz-3.2.0-4-486
root=UUID=3169ee17-bdeb-41fa-984a-94badd02799a ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.2.0-4-486
} ---------------...
2017 Dec 10
3
Can USBstikA boot USBstkB ?!
.../initrd.img-3.2.0-4-486
APPEND root=LABEL=New486Xfce
==> OK ! usbA Boots the installation on usbBpartition3 !! Thanks.
I previously postponed admitting the full problem, but
usbBpartition3 is problematic, and when booted from GRUB, I need to use:
linux /boot/vmlinuz-3.2.0-4-486
root=UUID=3169ee17-bdeb-41fa-984a-94badd02799a ro single
where AFAIK "ro single" gives me recovery-mode and ROOT permission;
where the single VT-mode allows me to set some env. & call `startx`.
I must have root-permission, since this Deb7 crap doesn't know 'sudo'.
The final goal will be us...
2017 Dec 10
0
Can USBstikA boot USBstkB ?!
...ABEL=New486Xfce
>
> ==> OK ! usbA Boots the installation on usbBpartition3 !! Thanks.
>
> I previously postponed admitting the full problem, but
> usbBpartition3 is problematic, and when booted from GRUB, I need to use:
>
> linux /boot/vmlinuz-3.2.0-4-486
> root=UUID=3169ee17-bdeb-41fa-984a-94badd02799a ro single
>
> where AFAIK "ro single" gives me recovery-mode and ROOT permission;
> where the single VT-mode allows me to set some env. & call `startx`.
> I must have root-permission, since this Deb7 crap doesn't know 'sudo'.
>
&g...